GoogleApi.Content.V21.Model.ListRepricingProductReportsResponse (google_api_content v0.49.0) View Source
Response message for the ListRepricingProductReports method.
Attributes
-
nextPageToken(type:String.t, default:nil) - A token for retrieving the next page. Its absence means there is no subsequent page. -
repricingProductReports(type:list(GoogleApi.Content.V21.Model.RepricingProductReport.t), default:nil) - Periodic reports for the given Repricing product.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Content.V21.Model.ListRepricingProductReportsResponse{
nextPageToken: String.t(),
repricingProductReports: [
GoogleApi.Content.V21.Model.RepricingProductReport.t()
]
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.