Show / Hide Table of Contents

Class SuperStickerMetadata

Inheritance
object
SuperStickerMetadata
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX