GoogleCloudPaymentsResellerSubscriptionV1CreateSubscriptionIntent class
Intent message for creating a Subscription resource.
Constructors
- GoogleCloudPaymentsResellerSubscriptionV1CreateSubscriptionIntent.new({String? parent, GoogleCloudPaymentsResellerSubscriptionV1Subscription? subscription, String? subscriptionId})
- GoogleCloudPaymentsResellerSubscriptionV1CreateSubscriptionIntent.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- parent ↔ String?
-
The parent resource name, which is the identifier of the partner.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subscription ↔ GoogleCloudPaymentsResellerSubscriptionV1Subscription?
-
The Subscription to be created.
getter/setter pair
- subscriptionId ↔ String?
-
Identifies the subscription resource on the Partner side.
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