Show / Hide Table of Contents

Class ChannelToAffiliateProgramLinkDetails

Information specific to a creator in an affiliate program linked to a YouTube channel.

Inheritance
object
ChannelToAffiliateProgramLinkDetails
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.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class ChannelToAffiliateProgramLinkDetails : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

MerchantId

Required. Google Merchant Center ID of the partner.

Declaration
[JsonProperty("merchantId")]
public virtual ulong? MerchantId { get; set; }
Property Value
Type Description
ulong?

ProgramStatus

Required. Affiliate program status.

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

StatusUpdateReason

Optional. Reason for the last update of the affiliate program status.

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

StatusUpdateTime

object representation of StatusUpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StatusUpdateTimeDateTimeOffset instead.")]
public virtual object StatusUpdateTime { get; set; }
Property Value
Type Description
object

StatusUpdateTimeDateTimeOffset

DateTimeOffset representation of StatusUpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? StatusUpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

StatusUpdateTimeRaw

Optional. Timestamp when the affiliate program status was last updated.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX