class Google::Apis::SlidesV1::WriteControl

Provides control over how write requests are executed.

Attributes

required_revision_id[RW]

The revision ID of the presentation required for the write request. If specified and the `required_revision_id` doesn't exactly match the presentation's current `revision_id`, the request will not be processed and will return a 400 bad request error. Corresponds to the JSON property `requiredRevisionId` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/slides_v1/classes.rb, line 5244
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/slides_v1/classes.rb, line 5249
def update!(**args)
  @required_revision_id = args[:required_revision_id] if args.key?(:required_revision_id)
end