GoogleCloudChannelV1PricePhase class
Specifies the price by the duration of months.
For example, a 20% discount for the first six months, then a 10% discount starting on the seventh month.
Constructors
- 
          GoogleCloudChannelV1PricePhase({int? firstPeriod, int? lastPeriod, String? periodType, GoogleCloudChannelV1Price? price, List<
GoogleCloudChannelV1PriceTier> ? priceTiers}) - GoogleCloudChannelV1PricePhase.fromJson(Map json_)
 
Properties
- firstPeriod ↔ int?
 - 
  Defines first period for the phase.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - lastPeriod ↔ int?
 - 
  Defines first period for the phase.
  getter/setter pair
 - periodType ↔ String?
 - 
  Defines the phase period type.
Possible string values are:
  getter/setter pair
 - price ↔ GoogleCloudChannelV1Price?
 - 
  Price of the phase.
  getter/setter pair
 - 
  priceTiers
  ↔ List<
GoogleCloudChannelV1PriceTier> ? - 
  Price by the resource tiers.
  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