Class PartnerLink
A partner link between an owning account and a partner account.
Implements
Inherited Members
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class PartnerLink : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Identifier. The name of the partner link. Format: accountTypes/{account_type}/accounts/{account}/partnerLinks/{partner_link}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OwningAccount
Required. The owning account granting access to the partner account.
Declaration
[JsonProperty("owningAccount")]
public virtual ProductAccount OwningAccount { get; set; }
Property Value
| Type | Description |
|---|---|
| ProductAccount |
PartnerAccount
Required. The partner account granted access by the owning account.
Declaration
[JsonProperty("partnerAccount")]
public virtual ProductAccount PartnerAccount { get; set; }
Property Value
| Type | Description |
|---|---|
| ProductAccount |
PartnerLinkId
Output only. The partner link ID.
Declaration
[JsonProperty("partnerLinkId")]
public virtual string PartnerLinkId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |