Class: Google::Apis::RealtimebiddingV1::ListPretargetingConfigsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/realtimebidding_v1/classes.rb,
generated/google/apis/realtimebidding_v1/representations.rb,
generated/google/apis/realtimebidding_v1/representations.rb

Overview

A response containing pretargeting configurations.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListPretargetingConfigsResponse

Returns a new instance of ListPretargetingConfigsResponse.



948
949
950
# File 'generated/google/apis/realtimebidding_v1/classes.rb', line 948

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#next_page_tokenString

A token which can be passed to a subsequent call to the ListPretargetingConfigs method to retrieve the next page of results in ListPretargetingConfigsRequest.pageToken. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


941
942
943
# File 'generated/google/apis/realtimebidding_v1/classes.rb', line 941

def next_page_token
  @next_page_token
end

#pretargeting_configsArray<Google::Apis::RealtimebiddingV1::PretargetingConfig>

List of pretargeting configurations. Corresponds to the JSON property pretargetingConfigs



946
947
948
# File 'generated/google/apis/realtimebidding_v1/classes.rb', line 946

def pretargeting_configs
  @pretargeting_configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



953
954
955
956
# File 'generated/google/apis/realtimebidding_v1/classes.rb', line 953

def update!(**args)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
  @pretargeting_configs = args[:pretargeting_configs] if args.key?(:pretargeting_configs)
end