class Google::Apis::AppsmarketV2::Editions

Attributes

assigned_seats[RW]

(Deprecated) Corresponds to the JSON property `assignedSeats` @return [Fixnum]

edition_id[RW]

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

seat_count[RW]

(Deprecated) 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 120
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 125
def update!(**args)
  @assigned_seats = args[:assigned_seats] if args.key?(:assigned_seats)
  @edition_id = args[:edition_id] if args.key?(:edition_id)
  @seat_count = args[:seat_count] if args.key?(:seat_count)
end