Class Organization
Represents an organization that can access a custom app.
Implements
Inherited Members
Namespace: Google.Apis.Playcustomapp.v1.Data
Assembly: Google.Apis.Playcustomapp.v1.dll
Syntax
public class Organization : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OrganizationId
Required. ID of the organization.
Declaration
[JsonProperty("organizationId")]
public virtual string OrganizationId { get; set; }
Property Value
Type | Description |
---|---|
string |
OrganizationName
Optional. A human-readable name of the organization, to help recognize the organization.
Declaration
[JsonProperty("organizationName")]
public virtual string OrganizationName { get; set; }
Property Value
Type | Description |
---|---|
string |