View Source GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1UserId (google_api_recaptcha_enterprise v0.7.0)

An identifier associated with a user.

Attributes

  • email (type: String.t, default: nil) - Optional. An email address.
  • phoneNumber (type: String.t, default: nil) - Optional. A phone number. Should use the E.164 format.
  • username (type: String.t, default: nil) - Optional. A unique username, if different from all the other identifiers and account_id that are provided. Can be a unique login handle or display name for a user.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1UserId{
    email: String.t() | nil,
    phoneNumber: String.t() | nil,
    username: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.