Show / Hide Table of Contents

Class Editions

Inheritance
object
Editions
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.GSuiteMarketplaceAPI.v2.Data
Assembly: Google.Apis.GSuiteMarketplaceAPI.v2.dll
Syntax
public class Editions : IDirectResponseSchema

Properties

AssignedSeats

(Deprecated)

Declaration
[JsonProperty("assignedSeats")]
public virtual int? AssignedSeats { get; set; }
Property Value
Type Description
int?

ETag

The ETag of the item.

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

EditionId

(Deprecated)

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

SeatCount

(Deprecated)

Declaration
[JsonProperty("seatCount")]
public virtual int? SeatCount { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX