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

FeatureSet

Optional. Immutable. The set of features supported for the partner link. If not specified, the system behavior defaults to [FEATURE_SET_AUDIENCE_AND_EVENT_MANAGEMENT][google.ads.datamanager.v1.FeatureSet.FEATURE_SET_AUDIENCE_AND_EVENT_MANAGEMENT].

Declaration
public FeatureSet FeatureSet { get; set; }
Property Value
Type Description
FeatureSet

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

PartnerCustomerAccount

Optional. The customer account in the partner system. This is required for partner links with the [FEATURE_SET_AD_EVENT_MANAGEMENT][google.ads.datamanager.v1.FeatureSet.FEATURE_SET_AD_EVENT_MANAGEMENT] feature set.

Declaration
public PartnerCustomerAccount PartnerCustomerAccount { get; set; }
Property Value
Type Description
PartnerCustomerAccount

PartnerLinkId

Output only. The partner link ID.

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

PartnerLinkMetadata

Optional. Metadata associated with the partner link. This is optional and only accepted for partner links with the [FEATURE_SET_AD_EVENT_MANAGEMENT][google.ads.datamanager.v1.FeatureSet.FEATURE_SET_AD_EVENT_MANAGEMENT].

Declaration
public PartnerLinkMetadata PartnerLinkMetadata { get; set; }
Property Value
Type Description
PartnerLinkMetadata

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