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



9353
9354
9355
# File 'generated/google/apis/sheets_v4/classes.rb', line 9353

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



9351
9352
9353
# File 'generated/google/apis/sheets_v4/classes.rb', line 9351

def 
  @developer_metadata
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9358
9359
9360
# File 'generated/google/apis/sheets_v4/classes.rb', line 9358

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