Class LiveChatPollDetailsPollMetadata
Inheritance
LiveChatPollDetailsPollMetadata
Assembly: Google.Apis.YouTube.v3.dll
public class LiveChatPollDetailsPollMetadata : IDirectResponseSchema
Properties
Declaration
public virtual string ETag { get; set; }
Property Value
The options will be returned in the order that is displayed in 1P
Declaration
[JsonProperty("options")]
public virtual IList<LiveChatPollDetailsPollMetadataPollOption> Options { get; set; }
Property Value
QuestionText
Declaration
[JsonProperty("questionText")]
public virtual string QuestionText { get; set; }
Property Value
Implements