Show / Hide Table of Contents

Class TestItem

Inheritance
object
TestItem
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 TestItem : IDirectResponseSchema

Properties

ETag

Etag for the resource. See https://en.wikipedia.org/wiki/HTTP_ETag.

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

FeaturedPart

Declaration
[JsonProperty("featuredPart")]
public virtual bool? FeaturedPart { get; set; }
Property Value
Type Description
bool?

Gaia

Declaration
[JsonProperty("gaia")]
public virtual long? Gaia { get; set; }
Property Value
Type Description
long?

Id

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

Snippet

Declaration
[JsonProperty("snippet")]
public virtual TestItemTestItemSnippet Snippet { get; set; }
Property Value
Type Description
TestItemTestItemSnippet

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX