GoogleCloudChannelV1ListTransferableOffersRequest class
Request message for CloudChannelService.ListTransferableOffers
Constructors
- GoogleCloudChannelV1ListTransferableOffersRequest({String? billingAccount, String? cloudIdentityId, String? customerName, String? languageCode, int? pageSize, String? pageToken, String? sku})
- GoogleCloudChannelV1ListTransferableOffersRequest.fromJson(Map json_)
Properties
- billingAccount ↔ String?
-
The Billing Account to look up Offers for.
getter/setter pair
- cloudIdentityId ↔ String?
-
Customer's Cloud Identity ID
getter/setter pair
- customerName ↔ String?
-
A reseller should create a customer and use the resource name of that
customer here.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- languageCode ↔ String?
-
The BCP-47 language code.
getter/setter pair
- pageSize ↔ int?
-
Requested page size.
getter/setter pair
- pageToken ↔ String?
-
A token for a page of results other than the first page.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sku ↔ String?
-
The SKU to look up Offers for.
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