GoogleApi.ServiceDirectory.V1.Model.ListEndpointsResponse (google_api_service_directory v0.14.0)
View SourceThe response message for RegistrationService.ListEndpoints.
Attributes
-
endpoints
(type:list(GoogleApi.ServiceDirectory.V1.Model.Endpoint.t)
, default:nil
) - The list of endpoints. -
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ServiceDirectory.V1.Model.ListEndpointsResponse{ endpoints: [GoogleApi.ServiceDirectory.V1.Model.Endpoint.t()] | nil, nextPageToken: String.t() | nil }