class Google::Apis::GmailpostmastertoolsV1beta1::ListDomainsResponse
Response message for ListDomains.
Attributes
domains[RW]
The list of domains. Corresponds to the JSON property `domains` @return [Array<Google::Apis::GmailpostmastertoolsV1beta1::Domain>]
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]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/gmailpostmastertools_v1beta1/classes.rb, line 173 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_v1beta1/classes.rb, line 178 def update!(**args) @domains = args[:domains] if args.key?(:domains) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end