View Source GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaUsernameAndPassword (google_api_integrations v0.2.0)

Username and password pair.

Attributes

  • password (type: String.t, default: nil) - Password to be used
  • username (type: String.t, default: nil) - Username to be used

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaUsernameAndPassword{
    password: String.t() | nil,
    username: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.