AccountsChannelPartnerLinksChannelPartnerRepricingConfigsResource class

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

Operators

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