Struct google_admin1_directory::VerificationCode[][src]

pub struct VerificationCode {
    pub kind: Option<String>,
    pub etag: Option<String>,
    pub user_id: Option<String>,
    pub verification_code: Option<String>,
}

JSON template for verification codes in Directory API.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The type of the resource. This is always admin#directory#verificationCode.

ETag of the resource.

The obfuscated unique ID of the user.

A current verification code for the user. Invalidated or used verification codes are not returned as part of the result.

Trait Implementations

impl Default for VerificationCode
[src]

Returns the "default value" for a type. Read more

impl Clone for VerificationCode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VerificationCode
[src]

Formats the value using the given formatter. Read more

impl Resource for VerificationCode
[src]

Auto Trait Implementations