View Source GoogleApi.Content.V21.Model.VerifyPhoneNumberRequest (google_api_content v0.67.1)

Request message for the VerifyPhoneNumber method.

Attributes

  • phoneVerificationMethod (type: String.t, default: nil) - Verification method used to receive verification code.
  • verificationCode (type: String.t, default: nil) - The verification code that was sent to the phone number for validation.
  • verificationId (type: String.t, default: nil) - The verification ID returned by requestphoneverification.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.VerifyPhoneNumberRequest{
  phoneVerificationMethod: String.t() | nil,
  verificationCode: String.t() | nil,
  verificationId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.