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

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/realtimebidding_v1/classes.rb,
lib/google/apis/realtimebidding_v1/representations.rb,
lib/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.



1379
1380
1381
# File 'lib/google/apis/realtimebidding_v1/classes.rb', line 1379

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)


1372
1373
1374
# File 'lib/google/apis/realtimebidding_v1/classes.rb', line 1372

def next_page_token
  @next_page_token
end

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

List of pretargeting configurations. Corresponds to the JSON property pretargetingConfigs



1377
1378
1379
# File 'lib/google/apis/realtimebidding_v1/classes.rb', line 1377

def pretargeting_configs
  @pretargeting_configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1384
1385
1386
1387
# File 'lib/google/apis/realtimebidding_v1/classes.rb', line 1384

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