GoogleCloudChannelV1ChannelPartnerLink class
Entity representing a link between distributors and their indirect resellers in an n-tier resale channel.
Constructors
- GoogleCloudChannelV1ChannelPartnerLink({GoogleCloudChannelV1CloudIdentityInfo? channelPartnerCloudIdentityInfo, String? createTime, String? inviteLinkUri, String? linkState, String? name, String? publicId, String? resellerCloudIdentityId, String? updateTime})
- GoogleCloudChannelV1ChannelPartnerLink.fromJson(Map json_)
Properties
- channelPartnerCloudIdentityInfo ↔ GoogleCloudChannelV1CloudIdentityInfo?
-
Cloud Identity info of the channel partner (IR).
getter/setter pair
- createTime ↔ String?
-
Timestamp of when the channel partner link is created.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- inviteLinkUri ↔ String?
-
URI of the web page where partner accepts the link invitation.
getter/setter pair
- linkState ↔ String?
-
State of the channel partner link.
getter/setter pair
- name ↔ String?
-
Resource name for the channel partner link, in the format
accounts/{account_id}/channelPartnerLinks/{id}.
getter/setter pair
- publicId ↔ String?
-
Public identifier that a customer must use to generate a transfer token to
move to this distributor-reseller combination.
getter/setter pair
- resellerCloudIdentityId ↔ String?
-
Cloud Identity ID of the linked reseller.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateTime ↔ String?
-
Timestamp of when the channel partner link is updated.
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