class Google::Apis::SheetsV4::BatchUpdateSpreadsheetResponse
The reply for batch updating a spreadsheet.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @replies = args[:replies] if args.key?(:replies) @spreadsheet_id = args[:spreadsheet_id] if args.key?(:spreadsheet_id) @updated_spreadsheet = args[:updated_spreadsheet] if args.key?(:updated_spreadsheet) end