Class LocationsResource.SearchkeywordsResource.ImpressionsResource.MonthlyResource.ListRequest
Returns the search keywords used to find a business in search or maps. Each search keyword is
accompanied by impressions which are aggregated on a monthly basis. Example request: GET https://businessprofileperformance.googleapis.com/v1/locations/12345/searchkeywords/impressions/monthly?monthly_range.start_month.year=2022&monthly_range.start_month.month=1&monthly_range.end_month.year=2022&monthly_range.end_month.month=3
Inheritance
Inherited Members
Namespace: Google.Apis.BusinessProfilePerformance.v1
Assembly: Google.Apis.BusinessProfilePerformance.v1.dll
Syntax
public class LocationsResource.SearchkeywordsResource.ImpressionsResource.MonthlyResource.ListRequest : BusinessProfilePerformanceBaseServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>, IClientServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>, IClientServiceRequest
  Constructors
ListRequest(IClientService, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string parent)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IClientService | service | |
| string | parent | 
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Overrides
MonthlyRangeEndMonthDay
Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
Declaration
[RequestParameter("monthlyRange.endMonth.day", RequestParameterType.Query)]
public virtual int? MonthlyRangeEndMonthDay { get; set; }
  Property Value
| Type | Description | 
|---|---|
| int? | 
MonthlyRangeEndMonthMonth
Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
Declaration
[RequestParameter("monthlyRange.endMonth.month", RequestParameterType.Query)]
public virtual int? MonthlyRangeEndMonthMonth { get; set; }
  Property Value
| Type | Description | 
|---|---|
| int? | 
MonthlyRangeEndMonthYear
Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Declaration
[RequestParameter("monthlyRange.endMonth.year", RequestParameterType.Query)]
public virtual int? MonthlyRangeEndMonthYear { get; set; }
  Property Value
| Type | Description | 
|---|---|
| int? | 
MonthlyRangeStartMonthDay
Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
Declaration
[RequestParameter("monthlyRange.startMonth.day", RequestParameterType.Query)]
public virtual int? MonthlyRangeStartMonthDay { get; set; }
  Property Value
| Type | Description | 
|---|---|
| int? | 
MonthlyRangeStartMonthMonth
Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
Declaration
[RequestParameter("monthlyRange.startMonth.month", RequestParameterType.Query)]
public virtual int? MonthlyRangeStartMonthMonth { get; set; }
  Property Value
| Type | Description | 
|---|---|
| int? | 
MonthlyRangeStartMonthYear
Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Declaration
[RequestParameter("monthlyRange.startMonth.year", RequestParameterType.Query)]
public virtual int? MonthlyRangeStartMonthYear { get; set; }
  Property Value
| Type | Description | 
|---|---|
| int? | 
PageSize
Optional. The number of results requested. The default page size is 100. Page size can be set to a maximum of 100.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
  Property Value
| Type | Description | 
|---|---|
| int? | 
PageToken
Optional. A token indicating the next paginated result to be returned.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Parent
Required. The location for which the time series should be fetched. Format: locations/{location_id} where location_id is an unobfuscated listing id.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
  Property Value
| Type | Description | 
|---|---|
| string | 
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Overrides
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()