Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesListInsightsEligibleDatesResponse

Response message for AudienceInsightsService.ListInsightsEligibleDates.

Inheritance
object
GoogleAdsSearchads360V23ServicesListInsightsEligibleDatesResponse
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.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesListInsightsEligibleDatesResponse : IDirectResponseSchema

Properties

DataMonths

The months for which AudienceInsights data is currently available, each represented as a string in the form "YYYY-MM".

Declaration
[JsonProperty("dataMonths")]
public virtual IList<string> DataMonths { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LastThirtyDays

The actual dates covered by the "last 30 days" date range that will be used implicitly for AudienceInsightsService.GenerateAudienceCompositionInsights requests that have no data_month set.

Declaration
[JsonProperty("lastThirtyDays")]
public virtual GoogleAdsSearchads360V23CommonDateRange LastThirtyDays { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonDateRange

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX