Struct google_admin1_directory::Asp [] [src]

pub struct Asp {
    pub kind: Option<String>,
    pub etag: Option<String>,
    pub name: Option<String>,
    pub code_id: Option<i32>,
    pub last_time_used: Option<String>,
    pub user_key: Option<String>,
    pub creation_time: Option<String>,
}

The template that returns individual ASP (Access Code) data.

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 API resource. This is always admin#directory#asp.

ETag of the ASP.

The name of the application that the user, represented by their userId, entered when the ASP was created.

The unique ID of the ASP.

The time when the ASP was last used. Expressed in Unix time format.

The unique ID of the user who issued the ASP.

The time when the ASP was created. Expressed in Unix time format.

Trait Implementations

impl Default for Asp
[src]

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

impl Clone for Asp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Asp
[src]

Formats the value using the given formatter.

impl Resource for Asp
[src]

impl ResponseResult for Asp
[src]