View Source GoogleApi.SASPortal.V1alpha1.Model.SasPortalListDeploymentsResponse (google_api_sas_portal v0.19.0)
Response for ListDeployments.
Attributes
-
deployments(type:list(GoogleApi.SASPortal.V1alpha1.Model.SasPortalDeployment.t), default:nil) - The deployments that match the request. -
nextPageToken(type:String.t, default:nil) - A pagination token returned from a previous call to ListDeployments that indicates from where listing should continue. If the field is missing or empty, it means there are no more deployments.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SASPortal.V1alpha1.Model.SasPortalListDeploymentsResponse{ deployments: [GoogleApi.SASPortal.V1alpha1.Model.SasPortalDeployment.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.