Class: Google::Apis::CalendarV3::ConferenceRequestStatus

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
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

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ConferenceRequestStatus

Returns a new instance of ConferenceRequestStatus.



779
780
781
# File 'generated/google/apis/calendar_v3/classes.rb', line 779

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#status_codeString

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

Returns:

  • (String)


777
778
779
# File 'generated/google/apis/calendar_v3/classes.rb', line 777

def status_code
  @status_code
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



784
785
786
# File 'generated/google/apis/calendar_v3/classes.rb', line 784

def update!(**args)
  @status_code = args[:status_code] if args.key?(:status_code)
end