Struct google_dfareporting2d1::UserProfile [] [src]

pub struct UserProfile {
    pub user_name: Option<String>,
    pub kind: Option<String>,
    pub sub_account_id: Option<String>,
    pub account_name: Option<String>,
    pub etag: Option<String>,
    pub sub_account_name: Option<String>,
    pub profile_id: Option<String>,
    pub account_id: Option<String>,
}

Represents a UserProfile resource.

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 user name.

The kind of resource this is, in this case dfareporting#userProfile.

The sub account ID this profile belongs to if applicable.

The account name this profile belongs to.

The eTag of this response for caching purposes.

The sub account name this profile belongs to if applicable.

The unique ID of the user profile.

The account ID to which this profile belongs.

Trait Implementations

impl Default for UserProfile
[src]

[src]

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

impl Clone for UserProfile
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for UserProfile
[src]

[src]

Formats the value using the given formatter.

impl Resource for UserProfile
[src]

impl ResponseResult for UserProfile
[src]