asyncOperation property

String? asyncOperation
getter/setter pair

If present, indicates the status of an asynchronous operation ongoing for this attendee (e.g. listing of members of large attendee groups).

Read-only. The default is to not be present. Possible values are:

  • "inProgress" - The asynchronous operation is in progress.
  • (not present) - Otherwise.

Implementation

core.String? asyncOperation;