GoogleApi.GmailPostmasterTools.V1beta1.Model.ListTrafficStatsResponse (google_api_gmail_postmaster_tools v0.7.0)
View SourceResponse message for ListTrafficStats.
Attributes
-
nextPageToken(type:String.t, default:nil) - Token to retrieve the next page of results, or empty if there are no more results in the list. -
trafficStats(type:list(GoogleApi.GmailPostmasterTools.V1beta1.Model.TrafficStats.t), default:nil) - The list of TrafficStats.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.GmailPostmasterTools.V1beta1.Model.ListTrafficStatsResponse{ nextPageToken: String.t() | nil, trafficStats: [GoogleApi.GmailPostmasterTools.V1beta1.Model.TrafficStats.t()] | nil }