Show / Hide Table of Contents

Class PartnerLink

A partner link between an owning account and a partner account.

Inheritance
object
PartnerLink
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX