google_api_reseller v0.2.0 GoogleApi.Reseller.V1.Model.Seats View Source

JSON template for subscription seats.

Attributes

  • kind (String.t): Identifies the resource as a subscription seat setting. Value: subscriptions#seats Defaults to: null.
  • licensedNumberOfSeats (integer()): 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 Defaults to: null.
  • maximumNumberOfSeats (integer()): 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. Defaults to: null.
  • numberOfSeats (integer()): 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: G Suite subscriptions automatically assign a license to every user. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Reseller.V1.Model.Seats{
  kind: any(),
  licensedNumberOfSeats: any(),
  maximumNumberOfSeats: any(),
  numberOfSeats: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.