Class: Google::Apis::SheetsV4::AddBandingRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::SheetsV4::AddBandingRequest
 
- 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
Adds a new banded range to the spreadsheet.
Instance Attribute Summary collapse
- 
  
    
      #banded_range  ⇒ Google::Apis::SheetsV4::BandedRange 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A banded (alternating colors) range in a sheet. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ AddBandingRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of AddBandingRequest. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ AddBandingRequest
Returns a new instance of AddBandingRequest
| 34 35 36 | # File 'generated/google/apis/sheets_v4/classes.rb', line 34 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
| 32 33 34 | # File 'generated/google/apis/sheets_v4/classes.rb', line 32 def banded_range @banded_range end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 39 40 41 | # File 'generated/google/apis/sheets_v4/classes.rb', line 39 def update!(**args) @banded_range = args[:banded_range] if args.key?(:banded_range) end |