Class TimerEvent
Timer event of the creative.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class TimerEvent : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Required. The name of the timer event.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ReportingName
Required. The name used to identify this timer event in reports.
Declaration
[JsonProperty("reportingName")]
public virtual string ReportingName { get; set; }
Property Value
Type | Description |
---|---|
string |