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.



11196
11197
11198
# File 'lib/google/apis/sheets_v4/classes.rb', line 11196

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



11194
11195
11196
# File 'lib/google/apis/sheets_v4/classes.rb', line 11194

def 
  
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11201
11202
11203
# File 'lib/google/apis/sheets_v4/classes.rb', line 11201

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