Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesDataLink

Represents the data sharing connection between

Inheritance
object
GoogleAdsSearchads360V23ResourcesDataLink
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 GoogleAdsSearchads360V23ResourcesDataLink : IDirectResponseSchema

Properties

DataLinkId

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

Declaration
[JsonProperty("dataLinkId")]
public virtual long? DataLinkId { 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

ProductLinkId

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

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

ResourceName

Immutable. Resource name of the product data link. DataLink resource names have the form: `

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

Status

Output only. The status of the data link.

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

Type

Output only. The type of the data.

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

YoutubeVideo

Immutable. A data link to YouTube video.

Declaration
[JsonProperty("youtubeVideo")]
public virtual GoogleAdsSearchads360V23ResourcesYoutubeVideoIdentifier YoutubeVideo { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ResourcesYoutubeVideoIdentifier

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX