Show / Hide Table of Contents

Class CampaignDuration

The duration of the reach plan.

Inheritance
object
CampaignDuration
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX