Struct google_analytics3::UserDeletionRequest[][src]

pub struct UserDeletionRequest {
    pub deletion_request_time: Option<String>,
    pub kind: Option<String>,
    pub firebase_project_id: Option<String>,
    pub id: Option<UserDeletionRequestId>,
    pub web_property_id: Option<String>,
}

JSON template for a user deletion request 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

This marks the point in time for which all user data before should be deleted

Value is "analytics#userDeletionRequest".

Firebase Project Id

User ID.

Web property ID of the form UA-XXXXX-YY.

Trait Implementations

impl Default for UserDeletionRequest
[src]

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

impl Clone for UserDeletionRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UserDeletionRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for UserDeletionRequest
[src]

impl ResponseResult for UserDeletionRequest
[src]

Auto Trait Implementations