Class SuperStickerMetadata
Implements
Inherited Members
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 |
---|---|
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 |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
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 |
---|---|
string |