Struct google_analytics3::UserDeletionRequestId[][src]

pub struct UserDeletionRequestId {
    pub type_: Option<String>,
    pub user_id: Option<String>,
}

User ID.

This type is not used in any activity, and only used as part of another schema.

Fields

Type of user

The User's id

Trait Implementations

impl Default for UserDeletionRequestId
[src]

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

impl Clone for UserDeletionRequestId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UserDeletionRequestId
[src]

Formats the value using the given formatter. Read more

impl NestedType for UserDeletionRequestId
[src]

impl Part for UserDeletionRequestId
[src]

Auto Trait Implementations