View Source GoogleApi.Connectors.V1.Model.Settings (google_api_connectors v0.15.0)

Global Settings details.

Attributes

  • name (type: String.t, default: nil) - Output only. Resource name of the Connection. Format: projects/{project}/locations/global/settings}
  • payg (type: boolean(), default: nil) - Output only. Flag indicates if user is in PayG model
  • tenantProjectId (type: String.t, default: nil) - Output only. Tenant project id of the consumer project.
  • vpcsc (type: boolean(), default: nil) - Optional. Flag indicates whether vpc-sc is enabled.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V1.Model.Settings{
  name: String.t() | nil,
  payg: boolean() | nil,
  tenantProjectId: String.t() | nil,
  vpcsc: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.