View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaProjectProperties (google_api_integrations v0.9.0)

Metadata information for the given project

Attributes

  • billingType (type: String.t, default: nil) - Required. Required: The client billing type that was requested
  • ipEnablementState (type: String.t, default: nil) - An enum value of what the enablement state is for the given project
  • provisionedRegions (type: list(String.t), default: nil) - A list of provisioned regions on the current project

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaProjectProperties{
    billingType: String.t() | nil,
    ipEnablementState: String.t() | nil,
    provisionedRegions: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.