Show / Hide Table of Contents

Class Invitation

Represents a pending invitation.

Inheritance
object
Invitation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MyBusinessAccountManagement.v1.Data
Assembly: Google.Apis.MyBusinessAccountManagement.v1.dll
Syntax
public class Invitation : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

Required. The resource name for the invitation. accounts/{account_id}/invitations/{invitation_id}.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Role

Output only. The invited role on the account.

Declaration
[JsonProperty("role")]
public virtual string Role { get; set; }
Property Value
Type Description
string

TargetAccount

The sparsely populated account this invitation is for.

Declaration
[JsonProperty("targetAccount")]
public virtual Account TargetAccount { get; set; }
Property Value
Type Description
Account

TargetLocation

The target location this invitation is for.

Declaration
[JsonProperty("targetLocation")]
public virtual TargetLocation TargetLocation { get; set; }
Property Value
Type Description
TargetLocation

TargetType

Output only. Specifies which target types should appear in the response.

Declaration
[JsonProperty("targetType")]
public virtual string TargetType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX