class Google::Apis::CalendarV3::ConferenceRequestStatus

Attributes

status_code[RW]

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` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/calendar_v3/classes.rb, line 775
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/calendar_v3/classes.rb, line 780
def update!(**args)
  @status_code = args[:status_code] if args.key?(:status_code)
end