Show / Hide Table of Contents

Class GSuitePrincipal

Inheritance
System.Object
GSuitePrincipal
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class GSuitePrincipal : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

GsuiteDomain

This principal represents all users of the G Suite domain of the customer.

Declaration
[JsonProperty("gsuiteDomain")]
public virtual bool? GsuiteDomain { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

GsuiteGroupEmail

This principal references a G Suite group account

Declaration
[JsonProperty("gsuiteGroupEmail")]
public virtual string GsuiteGroupEmail { get; set; }
Property Value
Type Description
System.String

GsuiteUserEmail

This principal references a G Suite user account

Declaration
[JsonProperty("gsuiteUserEmail")]
public virtual string GsuiteUserEmail { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top