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

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ DuplicateSheetResponse

Returns a new instance of DuplicateSheetResponse.



5016
5017
5018
# File 'generated/google/apis/sheets_v4/classes.rb', line 5016

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

Instance Attribute Details

#propertiesGoogle::Apis::SheetsV4::SheetProperties

Properties of a sheet. Corresponds to the JSON property properties



5014
5015
5016
# File 'generated/google/apis/sheets_v4/classes.rb', line 5014

def properties
  @properties
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5021
5022
5023
# File 'generated/google/apis/sheets_v4/classes.rb', line 5021

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