Class CampaignDuration
The duration of the reach plan.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class CampaignDuration : IDirectResponseSchema
Properties
DateRange
Required. The date range the plan covers.
Declaration
[JsonProperty("dateRange")]
public virtual DateRange DateRange { get; set; }
Property Value
| Type | Description |
|---|---|
| DateRange |
DurationDays
Required. The number of days the plan covers.
Declaration
[JsonProperty("durationDays")]
public virtual int? DurationDays { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |