Class: Google::Apis::SheetsV4::UpdateDeveloperMetadataResponse

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

Overview

The response from updating developer metadata.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UpdateDeveloperMetadataResponse

Returns a new instance of UpdateDeveloperMetadataResponse.



10754
10755
10756
# File 'lib/google/apis/sheets_v4/classes.rb', line 10754

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

Instance Attribute Details

#developer_metadataArray<Google::Apis::SheetsV4::DeveloperMetadata>

The updated developer metadata. Corresponds to the JSON property developerMetadata



10752
10753
10754
# File 'lib/google/apis/sheets_v4/classes.rb', line 10752

def 
  @developer_metadata
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10759
10760
10761
# File 'lib/google/apis/sheets_v4/classes.rb', line 10759

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