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

Deployment associated with the GCP project. Includes whether SAS analytics has been enabled or not.

Attributes

  • deployment (type: GoogleApi.SASPortal.V1alpha1.Model.SasPortalDeployment.t, default: nil) - Deployment associated with the GCP project.
  • hasEnabledAnalytics (type: boolean(), default: nil) - Whether SAS analytics has been enabled.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SASPortal.V1alpha1.Model.SasPortalGcpProjectDeployment{
  deployment: GoogleApi.SASPortal.V1alpha1.Model.SasPortalDeployment.t() | nil,
  hasEnabledAnalytics: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.