class Google::Apis::AppsmarketV2::Provisions

Attributes

edition_id[RW]

(Deprecated) Corresponds to the JSON property `editionId` @return [String]

kind[RW]

Corresponds to the JSON property `kind` @return [String]

seat_count[RW]

The number of seats that were provisioned. Corresponds to the JSON property `seatCount` @return [Fixnum]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/appsmarket_v2/classes.rb, line 279
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/appsmarket_v2/classes.rb, line 284
def update!(**args)
  @edition_id = args[:edition_id] if args.key?(:edition_id)
  @kind = args[:kind] if args.key?(:kind)
  @seat_count = args[:seat_count] if args.key?(:seat_count)
end