Show / Hide Table of Contents

Class PartnerLink

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

Inheritance
object
PartnerLink
Implements
IMessage<PartnerLink>
IEquatable<PartnerLink>
IDeepCloneable<PartnerLink>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class PartnerLink : IMessage<PartnerLink>, IEquatable<PartnerLink>, IDeepCloneable<PartnerLink>, IBufferMessage, IMessage

Constructors

PartnerLink()

Declaration
public PartnerLink()

PartnerLink(PartnerLink)

Declaration
public PartnerLink(PartnerLink other)
Parameters
Type Name Description
PartnerLink other

Properties

Name

Identifier. The name of the partner link. Format: accountTypes/{account_type}/accounts/{account}/partnerLinks/{partner_link}

Declaration
public string Name { get; set; }
Property Value
Type Description
string

OwningAccount

Required. The owning account granting access to the partner account.

Declaration
public ProductAccount OwningAccount { get; set; }
Property Value
Type Description
ProductAccount

PartnerAccount

Required. The partner account granted access by the owning account.

Declaration
public ProductAccount PartnerAccount { get; set; }
Property Value
Type Description
ProductAccount

PartnerLinkId

Output only. The partner link ID.

Declaration
public string PartnerLinkId { get; set; }
Property Value
Type Description
string

PartnerLinkName

PartnerLinkName-typed view over the Name resource name property.

Declaration
public PartnerLinkName PartnerLinkName { get; set; }
Property Value
Type Description
PartnerLinkName
In this article
Back to top Generated by DocFX