Class: Google::Apis::CalendarV3::FreeBusyRequestItem
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::CalendarV3::FreeBusyRequestItem
 
 
- Defined in:
 - generated/google/apis/calendar_v3/classes.rb,
generated/google/apis/calendar_v3/representations.rb,
generated/google/apis/calendar_v3/representations.rb 
Instance Attribute Summary collapse
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of a calendar or a group.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ FreeBusyRequestItem 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of FreeBusyRequestItem.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ FreeBusyRequestItem
Returns a new instance of FreeBusyRequestItem
      2011 2012 2013  | 
    
      # File 'generated/google/apis/calendar_v3/classes.rb', line 2011 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#id ⇒ String
The identifier of a calendar or a group.
Corresponds to the JSON property id
      2009 2010 2011  | 
    
      # File 'generated/google/apis/calendar_v3/classes.rb', line 2009 def id @id end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      2016 2017 2018  | 
    
      # File 'generated/google/apis/calendar_v3/classes.rb', line 2016 def update!(**args) @id = args[:id] if args.key?(:id) end  |