Class: Google::Apis::Adexchangebuyer2V2beta1::ListCreativeStatusBreakdownByCreativeResponse

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

Overview

Response message for listing all creatives associated with a given filtered bid reason.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListCreativeStatusBreakdownByCreativeResponse

Returns a new instance of ListCreativeStatusBreakdownByCreativeResponse.



2219
2220
2221
# File 'lib/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 2219

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

Instance Attribute Details

#filtered_bid_creative_rowsArray<Google::Apis::Adexchangebuyer2V2beta1::FilteredBidCreativeRow>

List of rows, with counts of bids with a given creative status aggregated by creative. Corresponds to the JSON property filteredBidCreativeRows



2209
2210
2211
# File 'lib/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 2209

def filtered_bid_creative_rows
  @filtered_bid_creative_rows
end

#next_page_tokenString

A token to retrieve the next page of results. Pass this value in the ListCreativeStatusBreakdownByCreativeRequest.pageToken field in the subsequent call to the filteredBids.creatives.list method to retrieve the next page of results. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


2217
2218
2219
# File 'lib/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 2217

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2224
2225
2226
2227
# File 'lib/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 2224

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