GoogleApi.RealTimeBidding.V1.Model.ListPretargetingConfigsResponse (google_api_real_time_bidding v0.13.2)
View SourceA response containing pretargeting configurations.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - A token which can be passed to a subsequent call to theListPretargetingConfigs
method to retrieve the next page of results in ListPretargetingConfigsRequest.pageToken. -
pretargetingConfigs
(type:list(GoogleApi.RealTimeBidding.V1.Model.PretargetingConfig.t)
, default:nil
) - List of pretargeting configurations.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.RealTimeBidding.V1.Model.ListPretargetingConfigsResponse{ nextPageToken: String.t() | nil, pretargetingConfigs: [GoogleApi.RealTimeBidding.V1.Model.PretargetingConfig.t()] | nil }