Class InvideoBranding
Inheritance
System.Object
InvideoBranding
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class InvideoBranding : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ImageBytes
Declaration
[JsonProperty("imageBytes")]
public virtual string ImageBytes { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ImageUrl
Declaration
[JsonProperty("imageUrl")]
public virtual string ImageUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Position
Declaration
[JsonProperty("position")]
public virtual InvideoPosition Position { get; set; }
Property Value
| Type | Description |
|---|---|
| InvideoPosition |
TargetChannelId
Declaration
[JsonProperty("targetChannelId")]
public virtual string TargetChannelId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Timing
Declaration
[JsonProperty("timing")]
public virtual InvideoTiming Timing { get; set; }
Property Value
| Type | Description |
|---|---|
| InvideoTiming |