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

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.

Declaration
[JsonProperty("featureSet")]
public virtual string FeatureSet { 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

PartnerCustomerAccount

Optional. The customer account in the partner system. This is required for partner links with the FEATURE_SET_AD_EVENT_MANAGEMENT feature set.

Declaration
[JsonProperty("partnerCustomerAccount")]
public virtual PartnerCustomerAccount PartnerCustomerAccount { get; set; }
Property Value
Type Description
PartnerCustomerAccount

PartnerLinkId

Output only. The partner link ID.

Declaration
[JsonProperty("partnerLinkId")]
public virtual 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.

Declaration
[JsonProperty("partnerLinkMetadata")]
public virtual PartnerLinkMetadata PartnerLinkMetadata { get; set; }
Property Value
Type Description
PartnerLinkMetadata

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX