Class: Google::Apis::SheetsV4::DuplicateSheetResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/sheets_v4/classes.rb,
generated/google/apis/sheets_v4/representations.rb,
generated/google/apis/sheets_v4/representations.rb

Overview

The result of duplicating a sheet.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DuplicateSheetResponse

Returns a new instance of DuplicateSheetResponse.



5158
5159
5160
# File 'generated/google/apis/sheets_v4/classes.rb', line 5158

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#propertiesGoogle::Apis::SheetsV4::SheetProperties

Properties of a sheet. Corresponds to the JSON property properties



5156
5157
5158
# File 'generated/google/apis/sheets_v4/classes.rb', line 5156

def properties
  @properties
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5163
5164
5165
# File 'generated/google/apis/sheets_v4/classes.rb', line 5163

def update!(**args)
  @properties = args[:properties] if args.key?(:properties)
end