Class: Google::Apis::AppsmarketV2::CustomerLicense::Edition
- Inherits:
-
Object
- Object
- Google::Apis::AppsmarketV2::CustomerLicense::Edition
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/appsmarket_v2/classes.rb,
generated/google/apis/appsmarket_v2/representations.rb,
generated/google/apis/appsmarket_v2/representations.rb
Instance Attribute Summary collapse
-
#assigned_seats ⇒ Fixnum
(Deprecated) Corresponds to the JSON property
assignedSeats
. -
#edition_id ⇒ String
(Deprecated) Corresponds to the JSON property
editionId
. -
#seat_count ⇒ Fixnum
(Deprecated) Corresponds to the JSON property
seatCount
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Edition
constructor
A new instance of Edition.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Edition
Returns a new instance of Edition
92 93 94 |
# File 'generated/google/apis/appsmarket_v2/classes.rb', line 92 def initialize(**args) update!(**args) end |
Instance Attribute Details
#assigned_seats ⇒ Fixnum
(Deprecated)
Corresponds to the JSON property assignedSeats
80 81 82 |
# File 'generated/google/apis/appsmarket_v2/classes.rb', line 80 def assigned_seats @assigned_seats end |
#edition_id ⇒ String
(Deprecated)
Corresponds to the JSON property editionId
85 86 87 |
# File 'generated/google/apis/appsmarket_v2/classes.rb', line 85 def edition_id @edition_id end |
#seat_count ⇒ Fixnum
(Deprecated)
Corresponds to the JSON property seatCount
90 91 92 |
# File 'generated/google/apis/appsmarket_v2/classes.rb', line 90 def seat_count @seat_count end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
97 98 99 100 101 |
# File 'generated/google/apis/appsmarket_v2/classes.rb', line 97 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 |