Class: Google::Apis::CalendarV3::ConferenceRequestStatus
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::CalendarV3::ConferenceRequestStatus
 
- 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
- 
  
    
      #status_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The current status of the conference create request. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ConferenceRequestStatus 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ConferenceRequestStatus. 
- 
  
    
      #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) ⇒ ConferenceRequestStatus
Returns a new instance of ConferenceRequestStatus
| 771 772 773 | # File 'generated/google/apis/calendar_v3/classes.rb', line 771 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#status_code ⇒ String
The current status of the conference create request. Read-only. The possible values are:
- "pending": the conference create request is still being processed.
- "success": the conference create request succeeded, the entry points are populated.
- "failure": the conference create request failed, there are no entry points.
Corresponds to the JSON property statusCode
| 769 770 771 | # File 'generated/google/apis/calendar_v3/classes.rb', line 769 def status_code @status_code end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 776 777 778 | # File 'generated/google/apis/calendar_v3/classes.rb', line 776 def update!(**args) @status_code = args[:status_code] if args.key?(:status_code) end |