Class Slate
A Slate encapsulates all the information necessary to represent a Slate
entity, the video creative used by Dynamic Ad Insertion to fill vacant ad
slots.
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class Slate : IMessage<Slate>, IEquatable<Slate>, IDeepCloneable<Slate>, IBufferMessage, IMessage
Constructors
Slate()
Declaration
Slate(Slate)
Declaration
public Slate(Slate other)
Parameters
| Type |
Name |
Description |
| Slate |
other |
|
Properties
DisplayName
Required. The display name of the Slate. It has a maximum length of 255
characters.
Declaration
public string DisplayName { get; set; }
Property Value
HasDisplayName
Gets whether the "display_name" field is set
Declaration
public bool HasDisplayName { get; }
Property Value
HasStatus
Gets whether the "status" field is set
Declaration
public bool HasStatus { get; }
Property Value
HasTranscodeStatus
Gets whether the "transcode_status" field is set
Declaration
public bool HasTranscodeStatus { get; }
Property Value
HasVideoSourceUrl
Gets whether the "video_source_url" field is set
Declaration
public bool HasVideoSourceUrl { get; }
Property Value
Name
Identifier. The resource name of the Slate.
Format: networks/{network_code}/slates/{slate_id}
Declaration
public string Name { get; set; }
Property Value
SlateName
Declaration
public SlateName SlateName { get; set; }
Property Value
Status
Output only. The status of this Slate. Slates are created in the
[SlateStatus.ACTIVE][] state.
Declaration
public SlateStatusEnum.Types.SlateStatus Status { get; set; }
Property Value
TranscodeStatus
Output only. Server side transcoding status of the current slate.
Declaration
public VideoTranscodeStatusEnum.Types.VideoTranscodeStatus TranscodeStatus { get; set; }
Property Value
UpdateTime
Output only. The date and time this slate was last modified.
Declaration
public Timestamp UpdateTime { get; set; }
Property Value
VideoSourceUrl
Optional. The location of the original asset if publisher provided and
slate is externally hosted.
Declaration
public string VideoSourceUrl { get; set; }
Property Value