Class: Google::Apis::SheetsV4::AddProtectedRangeRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::SheetsV4::AddProtectedRangeRequest
 
- 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 protected range.
Instance Attribute Summary collapse
- 
  
    
      #protected_range  ⇒ Google::Apis::SheetsV4::ProtectedRange 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A protected range. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ AddProtectedRangeRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of AddProtectedRangeRequest. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ AddProtectedRangeRequest
Returns a new instance of AddProtectedRangeRequest
| 268 269 270 | # File 'generated/google/apis/sheets_v4/classes.rb', line 268 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#protected_range ⇒ Google::Apis::SheetsV4::ProtectedRange
A protected range.
Corresponds to the JSON property protectedRange
| 266 267 268 | # File 'generated/google/apis/sheets_v4/classes.rb', line 266 def protected_range @protected_range end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 273 274 275 | # File 'generated/google/apis/sheets_v4/classes.rb', line 273 def update!(**args) @protected_range = args[:protected_range] if args.key?(:protected_range) end |