class Google::Apis::GmailpostmastertoolsV1::ListTrafficStatsResponse
Response message for ListTrafficStats.
Attributes
next_page_token[RW]
Token to retrieve the next page of results, or empty if there are no more results in the list. Corresponds to the JSON property `nextPageToken` @return [String]
traffic_stats[RW]
The list of TrafficStats
. Corresponds to the JSON property `trafficStats` @return [Array<Google::Apis::GmailpostmastertoolsV1::TrafficStats>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/gmailpostmastertools_v1/classes.rb, line 190 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/gmailpostmastertools_v1/classes.rb, line 195 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @traffic_stats = args[:traffic_stats] if args.key?(:traffic_stats) end