Class Seats
JSON template for subscription seats.
Implements
Inherited Members
Namespace: Google.Apis.Reseller.v1.Data
Assembly: Google.Apis.Reseller.v1.dll
Syntax
public class Seats : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Identifies the resource as a subscription seat setting. Value: subscriptions#seats
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
LicensedNumberOfSeats
Read-only field containing the current number of users that are assigned a license for the product defined
in skuId
. This field's value is equivalent to the numerical count of users returned by the Enterprise
License Manager API method:
listForProductAndSku
.
Declaration
[JsonProperty("licensedNumberOfSeats")]
public virtual int? LicensedNumberOfSeats { get; set; }
Property Value
Type | Description |
---|---|
int? |
MaximumNumberOfSeats
This is a required property and is exclusive to subscriptions with FLEXIBLE
or TRIAL
plans. This
property sets the maximum number of licensed users allowed on a subscription. This quantity can be increased
up to the maximum limit defined in the reseller's contract. The minimum quantity is the current number of
users in the customer account. *Note: *G Suite subscriptions automatically assign a license to every user.
Declaration
[JsonProperty("maximumNumberOfSeats")]
public virtual int? MaximumNumberOfSeats { get; set; }
Property Value
Type | Description |
---|---|
int? |
NumberOfSeats
This is a required property and is exclusive to subscriptions with ANNUAL_MONTHLY_PAY
and
ANNUAL_YEARLY_PAY
plans. This property sets the maximum number of licenses assignable to users on a
subscription. The reseller can add more licenses, but once set, the numberOfSeats
cannot be reduced until
renewal. The reseller is invoiced based on the numberOfSeats
value regardless of how many of these user
licenses are assigned. *Note: *Google Workspace subscriptions automatically assign a license to every user.
Declaration
[JsonProperty("numberOfSeats")]
public virtual int? NumberOfSeats { get; set; }
Property Value
Type | Description |
---|---|
int? |