View Source GoogleApi.VMwareEngine.V1.Model.Credentials (google_api_v_mware_engine v0.2.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.