AccountsCustomersCustomerRepricingConfigsResource class

Constructors

AccountsCustomersCustomerRepricingConfigsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(GoogleCloudChannelV1CustomerRepricingConfig request, String parent, {String? $fields}) Future<GoogleCloudChannelV1CustomerRepricingConfig>
Creates a CustomerRepricingConfig.
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Deletes the given CustomerRepricingConfig permanently.
get(String name, {String? $fields}) Future<GoogleCloudChannelV1CustomerRepricingConfig>
Gets information about how a Reseller modifies their bill before sending it to a Customer.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudChannelV1ListCustomerRepricingConfigsResponse>
Lists information about how a Reseller modifies their bill before sending it to a Customer.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudChannelV1CustomerRepricingConfig request, String name, {String? $fields}) Future<GoogleCloudChannelV1CustomerRepricingConfig>
Updates a CustomerRepricingConfig.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited