Show / Hide Table of Contents

Class SuperStickerMetadata

Inheritance
System.Object
SuperStickerMetadata
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class SuperStickerMetadata : IDirectResponseSchema

Properties

AltText

Internationalized alt text that describes the sticker image and any animation associated with it.

Declaration
[JsonProperty("altText")]
public virtual string AltText { get; set; }
Property Value
Type Description
System.String

AltTextLanguage

Specifies the localization language in which the alt text is returned.

Declaration
[JsonProperty("altTextLanguage")]
public virtual string AltTextLanguage { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

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

StickerId

Unique identifier of the Super Sticker. This is a shorter form of the alt_text that includes pack name and a recognizable characteristic of the sticker.

Declaration
[JsonProperty("stickerId")]
public virtual string StickerId { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top