Class: Google::Apis::SheetsV4::AddBandingResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::SheetsV4::AddBandingResponse
 
- 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 result of adding a banded range.
Instance Attribute Summary collapse
- 
  
    
      #banded_range  ⇒ Google::Apis::SheetsV4::BandedRange 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A banded (alternating colors) range in a sheet. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ AddBandingResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of AddBandingResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ AddBandingResponse
Returns a new instance of AddBandingResponse
| 53 54 55 | # File 'generated/google/apis/sheets_v4/classes.rb', line 53 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#banded_range ⇒ Google::Apis::SheetsV4::BandedRange
A banded (alternating colors) range in a sheet.
Corresponds to the JSON property bandedRange
| 51 52 53 | # File 'generated/google/apis/sheets_v4/classes.rb', line 51 def banded_range @banded_range end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 58 59 60 | # File 'generated/google/apis/sheets_v4/classes.rb', line 58 def update!(**args) @banded_range = args[:banded_range] if args.key?(:banded_range) end |