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

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 response from updating developer metadata.

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) ⇒ UpdateDeveloperMetadataResponse

Returns a new instance of UpdateDeveloperMetadataResponse.



11101
11102
11103
# File 'generated/google/apis/sheets_v4/classes.rb', line 11101

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



11099
11100
11101
# File 'generated/google/apis/sheets_v4/classes.rb', line 11099

def 
  @developer_metadata
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11106
11107
11108
# File 'generated/google/apis/sheets_v4/classes.rb', line 11106

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