google_api_slides v0.4.0 GoogleApi.Slides.V1.Model.UpdateVideoPropertiesRequest View Source
Update the properties of a Video.
Attributes
- fields (String.t): The fields that should be updated. At least one field must be specified. The root `videoProperties` is implied and should not be specified. A single `"*"` can be used as short-hand for listing every field. For example to update the video outline color, set `fields` to `"outline.outlineFill.solidFill.color"`. To reset a property to its default value, include its field name in the field mask but leave the field itself unset. Defaults to:
null
. - objectId (String.t): The object ID of the video the updates are applied to. Defaults to:
null
. - videoProperties (VideoProperties): The video properties to update. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Slides.V1.Model.UpdateVideoPropertiesRequest{
fields: any(),
objectId: any(),
videoProperties: GoogleApi.Slides.V1.Model.VideoProperties.t()
}
t() :: %GoogleApi.Slides.V1.Model.UpdateVideoPropertiesRequest{ fields: any(), objectId: any(), videoProperties: GoogleApi.Slides.V1.Model.VideoProperties.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.