Class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesSearchSearchAds360Response
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesSearchSearchAds360Response
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/searchads360_v0/classes.rb,
lib/google/apis/searchads360_v0/representations.rb,
lib/google/apis/searchads360_v0/representations.rb
Overview
Response message for SearchAds360Service.Search.
Instance Attribute Summary collapse
-
#conversion_custom_dimension_headers ⇒ Array<Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesConversionCustomDimensionHeader>
The headers of the conversion custom dimensions in the results.
-
#conversion_custom_metric_headers ⇒ Array<Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesConversionCustomMetricHeader>
The headers of the conversion custom metrics in the results.
-
#custom_column_headers ⇒ Array<Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesCustomColumnHeader>
The headers of the custom columns in the results.
-
#field_mask ⇒ String
FieldMask that represents what fields were requested by the user.
-
#next_page_token ⇒ String
Pagination token used to retrieve the next page of results.
-
#raw_event_conversion_dimension_headers ⇒ Array<Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesRawEventConversionDimensionHeader>
The headers of the raw event conversion dimensions in the results.
-
#raw_event_conversion_metric_headers ⇒ Array<Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesRawEventConversionMetricHeader>
The headers of the raw event conversion metrics in the results.
-
#results ⇒ Array<Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesSearchAds360Row>
The list of rows that matched the query.
-
#summary_row ⇒ Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesSearchAds360Row
A returned row from the query.
-
#total_results_count ⇒ Fixnum
Total number of results that match the query ignoring the LIMIT clause.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V0ServicesSearchSearchAds360Response
constructor
A new instance of GoogleAdsSearchads360V0ServicesSearchSearchAds360Response.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V0ServicesSearchSearchAds360Response
Returns a new instance of GoogleAdsSearchads360V0ServicesSearchSearchAds360Response.
8407 8408 8409 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 8407 def initialize(**args) update!(**args) end |
Instance Attribute Details
#conversion_custom_dimension_headers ⇒ Array<Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesConversionCustomDimensionHeader>
The headers of the conversion custom dimensions in the results.
Corresponds to the JSON property conversionCustomDimensionHeaders
8358 8359 8360 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 8358 def conversion_custom_dimension_headers @conversion_custom_dimension_headers end |
#conversion_custom_metric_headers ⇒ Array<Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesConversionCustomMetricHeader>
The headers of the conversion custom metrics in the results.
Corresponds to the JSON property conversionCustomMetricHeaders
8363 8364 8365 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 8363 def conversion_custom_metric_headers @conversion_custom_metric_headers end |
#custom_column_headers ⇒ Array<Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesCustomColumnHeader>
The headers of the custom columns in the results.
Corresponds to the JSON property customColumnHeaders
8368 8369 8370 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 8368 def custom_column_headers @custom_column_headers end |
#field_mask ⇒ String
FieldMask that represents what fields were requested by the user.
Corresponds to the JSON property fieldMask
8373 8374 8375 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 8373 def field_mask @field_mask end |
#next_page_token ⇒ String
Pagination token used to retrieve the next page of results. Pass the content
of this string as the page_token attribute of the next request.
next_page_token is not returned for the last page.
Corresponds to the JSON property nextPageToken
8380 8381 8382 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 8380 def next_page_token @next_page_token end |
#raw_event_conversion_dimension_headers ⇒ Array<Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesRawEventConversionDimensionHeader>
The headers of the raw event conversion dimensions in the results.
Corresponds to the JSON property rawEventConversionDimensionHeaders
8385 8386 8387 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 8385 def raw_event_conversion_dimension_headers @raw_event_conversion_dimension_headers end |
#raw_event_conversion_metric_headers ⇒ Array<Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesRawEventConversionMetricHeader>
The headers of the raw event conversion metrics in the results.
Corresponds to the JSON property rawEventConversionMetricHeaders
8390 8391 8392 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 8390 def raw_event_conversion_metric_headers @raw_event_conversion_metric_headers end |
#results ⇒ Array<Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesSearchAds360Row>
The list of rows that matched the query.
Corresponds to the JSON property results
8395 8396 8397 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 8395 def results @results end |
#summary_row ⇒ Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesSearchAds360Row
A returned row from the query.
Corresponds to the JSON property summaryRow
8400 8401 8402 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 8400 def summary_row @summary_row end |
#total_results_count ⇒ Fixnum
Total number of results that match the query ignoring the LIMIT clause.
Corresponds to the JSON property totalResultsCount
8405 8406 8407 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 8405 def total_results_count @total_results_count end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8412 8413 8414 8415 8416 8417 8418 8419 8420 8421 8422 8423 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 8412 def update!(**args) @conversion_custom_dimension_headers = args[:conversion_custom_dimension_headers] if args.key?(:conversion_custom_dimension_headers) @conversion_custom_metric_headers = args[:conversion_custom_metric_headers] if args.key?(:conversion_custom_metric_headers) @custom_column_headers = args[:custom_column_headers] if args.key?(:custom_column_headers) @field_mask = args[:field_mask] if args.key?(:field_mask) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @raw_event_conversion_dimension_headers = args[:raw_event_conversion_dimension_headers] if args.key?(:raw_event_conversion_dimension_headers) @raw_event_conversion_metric_headers = args[:raw_event_conversion_metric_headers] if args.key?(:raw_event_conversion_metric_headers) @results = args[:results] if args.key?(:results) @summary_row = args[:summary_row] if args.key?(:summary_row) @total_results_count = args[:total_results_count] if args.key?(:total_results_count) end |