View Source GoogleApi.SASPortal.V1alpha1.Model.SasPortalListGcpProjectDeploymentsResponse (google_api_sas_portal v0.17.0)

Response for [ListGcpProjectDeployments].

Attributes

  • deployments (type: list(GoogleApi.SASPortal.V1alpha1.Model.SasPortalGcpProjectDeployment.t), default: nil) - Optional. Deployments associated with the GCP project

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SASPortal.V1alpha1.Model.SasPortalListGcpProjectDeploymentsResponse{
    deployments:
      [GoogleApi.SASPortal.V1alpha1.Model.SasPortalGcpProjectDeployment.t()]
      | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.