Class: Google::Apis::SheetsV4::UpdateDeveloperMetadataResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::SheetsV4::UpdateDeveloperMetadataResponse
 
- 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
- 
  
    
      #developer_metadata  ⇒ Array<Google::Apis::SheetsV4::DeveloperMetadata> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The updated developer metadata. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ UpdateDeveloperMetadataResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of UpdateDeveloperMetadataResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
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_metadata ⇒ Array<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 |