GoogleApi.VMwareEngine.V1.Model.Credentials (google_api_v_mware_engine v0.5.0)

View Source

Credentials for a private cloud.

Attributes

  • password (type: String.t, default: nil) - Initial password.
  • username (type: String.t, default: nil) - Initial username.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VMwareEngine.V1.Model.Credentials{
  password: String.t() | nil,
  username: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.