GoogleApi.Content.V21.Model.ListRepricingRuleReportsResponse (google_api_content v0.49.0) View Source
Response message for the ListRepricingRuleReports method.
Attributes
-
nextPageToken(type:String.t, default:nil) - A token for retrieving the next page. Its absence means there is no subsequent page. -
repricingRuleReports(type:list(GoogleApi.Content.V21.Model.RepricingRuleReport.t), default:nil) - Daily reports for the given Repricing rule.
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.ListRepricingRuleReportsResponse{
nextPageToken: String.t(),
repricingRuleReports: [GoogleApi.Content.V21.Model.RepricingRuleReport.t()]
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.