Show / Hide Table of Contents

Class Organization

Represents an organization that can access a custom app.

Inheritance
object
Organization
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX