Class GoogleAdsSearchads360V23ServicesCampaignDuration
The duration of a planned campaign.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesCampaignDuration : IDirectResponseSchema
Properties
DateRange
Date range of the campaign. Dates are in the yyyy-mm-dd format and inclusive. The end date must be < 1 year in the future and the date range must be <= 92 days long. This field cannot be combined with the duration_in_days field.
Declaration
[JsonProperty("dateRange")]
public virtual GoogleAdsSearchads360V23CommonDateRange DateRange { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonDateRange |
DurationInDays
The duration value in days. This field cannot be combined with the date_range field.
Declaration
[JsonProperty("durationInDays")]
public virtual int? DurationInDays { 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 |