GoogleApi.Slides.V1.Model.WriteControl (google_api_slides v0.24.0)
View SourceProvides control over how write requests are executed.
Attributes
-
requiredRevisionId
(type:String.t
, default:nil
) - The revision ID of the presentation required for the write request. If specified and the required revision ID doesn't match the presentation's current revision ID, the request is not processed and returns a 400 bad request error. When a required revision ID is returned in a response, it indicates the revision ID of the document after the request was applied.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Slides.V1.Model.WriteControl{ requiredRevisionId: String.t() | nil }