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.



1365
1366
1367
# File 'lib/google/apis/realtimebidding_v1/classes.rb', line 1365

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)


1358
1359
1360
# File 'lib/google/apis/realtimebidding_v1/classes.rb', line 1358

def next_page_token
  @next_page_token
end

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

List of pretargeting configurations. Corresponds to the JSON property pretargetingConfigs



1363
1364
1365
# File 'lib/google/apis/realtimebidding_v1/classes.rb', line 1363

def pretargeting_configs
  @pretargeting_configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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