GoogleCloudChannelV1PriceTier class

Defines price at resource tier level.

For example, an offer with following definition : * Tier 1: Provide 25% discount for all seats between 1 and 25. * Tier 2: Provide 10% discount for all seats between 26 and 100. * Tier 3: Provide flat 15% discount for all seats above 100. Each of these tiers is represented as a PriceTier.

Constructors

GoogleCloudChannelV1PriceTier({int? firstResource, int? lastResource, GoogleCloudChannelV1Price? price})
GoogleCloudChannelV1PriceTier.fromJson(Map json_)

Properties

firstResource int?
First resource for which the tier price applies.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastResource int?
Last resource for which the tier price applies.
getter/setter pair
price GoogleCloudChannelV1Price?
Price of the tier.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited