A list of Authorized Domains.
-
domains
(type:list(GoogleApi.Run.V1.Model.AuthorizedDomain.t)
, default:nil
) - The authorized domains belonging to the user. -
nextPageToken
(type:String.t
, default:nil
) - Continuation token for fetching the next page of results.
Specs
t() :: %GoogleApi.Run.V1.Model.ListAuthorizedDomainsResponse{ domains: [GoogleApi.Run.V1.Model.AuthorizedDomain.t()], nextPageToken: String.t() }