class Google::Apis::SlidesV1::BatchUpdatePresentationResponse
Response
message from a batch update.
Attributes
presentation_id[RW]
The presentation the updates were applied to. Corresponds to the JSON property `presentationId` @return [String]
replies[RW]
The reply of the updates. This maps 1:1 with the updates, although replies to some requests may be empty. Corresponds to the JSON property `replies` @return [Array<Google::Apis::SlidesV1::Response>]
write_control[RW]
Provides control over how write requests are executed. Corresponds to the JSON property `writeControl` @return [Google::Apis::SlidesV1::WriteControl]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/slides_v1/classes.rb, line 213 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 218 def update!(**args) @presentation_id = args[:presentation_id] if args.key?(:presentation_id) @replies = args[:replies] if args.key?(:replies) @write_control = args[:write_control] if args.key?(:write_control) end