Class ListInvitationsResponse
Response message for AccessControl.ListInvitations.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessAccountManagement.v1.Data
Assembly: Google.Apis.MyBusinessAccountManagement.v1.dll
Syntax
public class ListInvitationsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Invitations
A collection of invitations that are pending for the account. The number of invitations listed here cannot exceed 1000.
Declaration
[JsonProperty("invitations")]
public virtual IList<Invitation> Invitations { get; set; }
Property Value
Type | Description |
---|---|
IList<Invitation> |