Class ManualTrigger
A single manual trigger in Display & Video 360. Warning: Line Items using manual triggers no longer serve in Display & Video 360. This resource will sunset on August 1, 2023. Read our feature deprecation announcement for more information.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class ManualTrigger : IDirectResponseSchema
Properties
ActivationDurationMinutes
Required. The maximum duration of each activation in minutes. Must be between 1 and 360 inclusive. After this duration, the trigger will be automatically deactivated.
Declaration
[JsonProperty("activationDurationMinutes")]
public virtual long? ActivationDurationMinutes { get; set; }
Property Value
Type | Description |
---|---|
long? |
AdvertiserId
Required. Immutable. The unique ID of the advertiser that the manual trigger belongs to.
Declaration
[JsonProperty("advertiserId")]
public virtual long? AdvertiserId { get; set; }
Property Value
Type | Description |
---|---|
long? |
DisplayName
Required. The display name of the manual trigger. Must be UTF-8 encoded with a maximum size of 240 bytes.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LatestActivationTime
object representation of LatestActivationTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LatestActivationTimeDateTimeOffset instead.")]
public virtual object LatestActivationTime { get; set; }
Property Value
Type | Description |
---|---|
object |
LatestActivationTimeDateTimeOffset
DateTimeOffset representation of LatestActivationTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LatestActivationTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
LatestActivationTimeRaw
Output only. The timestamp of the trigger's latest activation.
Declaration
[JsonProperty("latestActivationTime")]
public virtual string LatestActivationTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. The resource name of the manual trigger.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Output only. The state of the manual trigger. Will be set to the INACTIVE
state upon creation.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
TriggerId
Output only. The unique ID of the manual trigger.
Declaration
[JsonProperty("triggerId")]
public virtual long? TriggerId { get; set; }
Property Value
Type | Description |
---|---|
long? |