Show / Hide Table of Contents

Class VideoTrainability

Specifies who is allowed to train on the video.

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

Properties

ETag

Etag of this resource.

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

Kind

Identifies what kind of resource this is. Value: the fixed string "youtube#videoTrainability".

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

Permitted

Specifies who is allowed to train on the video. Valid values are: - a single string "all" - a single string "none" - a list of allowed parties

Declaration
[JsonProperty("permitted")]
public virtual IList<string> Permitted { get; set; }
Property Value
Type Description
IList<string>

VideoId

The ID of the video.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX