Struct google_analytics3::api::UserDeletionRequestId
source · pub struct UserDeletionRequestId {
pub type_: Option<String>,
pub user_id: Option<String>,
}Expand description
User ID.
This type is not used in any activity, and only used as part of another schema.
Fields§
§type_: Option<String>Type of user
user_id: Option<String>The User’s id
Trait Implementations§
source§impl Clone for UserDeletionRequestId
impl Clone for UserDeletionRequestId
source§fn clone(&self) -> UserDeletionRequestId
fn clone(&self) -> UserDeletionRequestId
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for UserDeletionRequestId
impl Debug for UserDeletionRequestId
source§impl Default for UserDeletionRequestId
impl Default for UserDeletionRequestId
source§fn default() -> UserDeletionRequestId
fn default() -> UserDeletionRequestId
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for UserDeletionRequestId
impl<'de> Deserialize<'de> for UserDeletionRequestId
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more