GoogleApi.Slides.V1.Model.UpdateSlidePropertiesRequest (google_api_slides v0.24.0)
View SourceUpdates the properties of a Slide.
Attributes
-
fields
(type:String.t
, default:nil
) - The fields that should be updated. At least one field must be specified. The root 'slideProperties' is implied and should not be specified. A single"*"
can be used as short-hand for listing every field. For example to update whether a slide is skipped, setfields
to"isSkipped"
. To reset a property to its default value, include its field name in the field mask but leave the field itself unset. -
objectId
(type:String.t
, default:nil
) - The object ID of the slide the update is applied to. -
slideProperties
(type:GoogleApi.Slides.V1.Model.SlideProperties.t
, default:nil
) - The slide properties to update.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Slides.V1.Model.UpdateSlidePropertiesRequest{ fields: String.t() | nil, objectId: String.t() | nil, slideProperties: GoogleApi.Slides.V1.Model.SlideProperties.t() | nil }