GoogleCloudChannelV1CommitmentSettings class
Commitment settings for commitment-based offers.
Constructors
- GoogleCloudChannelV1CommitmentSettings({String? endTime, GoogleCloudChannelV1RenewalSettings? renewalSettings, String? startTime})
- GoogleCloudChannelV1CommitmentSettings.fromJson(Map json_)
Properties
- endTime ↔ String?
-
Commitment end timestamp.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- renewalSettings ↔ GoogleCloudChannelV1RenewalSettings?
-
Renewal settings applicable for a commitment-based Offer.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime ↔ String?
-
Commitment start timestamp.
getter/setter pair
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