GoogleCloudChannelV1ProvisionedService class
Service provisioned for an entitlement.
Constructors
- GoogleCloudChannelV1ProvisionedService({String? productId, String? provisioningId, String? skuId})
- GoogleCloudChannelV1ProvisionedService.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- productId ↔ String?
-
The product pertaining to the provisioning resource as specified in the
Offer.
getter/setter pair
- provisioningId ↔ String?
-
Provisioning ID of the entitlement.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- skuId ↔ String?
-
The SKU pertaining to the provisioning resource as specified in the Offer.
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