Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesAccountLink

Represents the data sharing connection between a Google Ads account and another account

Inheritance
object
GoogleAdsSearchads360V23ResourcesAccountLink
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.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesAccountLink : IDirectResponseSchema

Properties

AccountLinkId

Output only. The ID of the link. This field is read only.

Declaration
[JsonProperty("accountLinkId")]
public virtual long? AccountLinkId { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

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

ResourceName

Immutable. Resource name of the account link. AccountLink resource names have the form: customers/{customer_id}/accountLinks/{account_link_id}

Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type Description
string

Status

The status of the link.

Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type Description
string

ThirdPartyAppAnalytics

Immutable. A third party app analytics link.

Declaration
[JsonProperty("thirdPartyAppAnalytics")]
public virtual GoogleAdsSearchads360V23ResourcesThirdPartyAppAnalyticsLinkIdentifier ThirdPartyAppAnalytics { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ResourcesThirdPartyAppAnalyticsLinkIdentifier

Type

Output only. The type of the linked account.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX