Struct google_analyticsadmin1_alpha::api::GoogleAnalyticsAdminV1alphaUserLink[][src]

pub struct GoogleAnalyticsAdminV1alphaUserLink {
    pub direct_roles: Option<Vec<String>>,
    pub email_address: Option<String>,
    pub name: Option<String>,
}

A resource message representing a user’s permissions on an Account or Property 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

direct_roles: Option<Vec<String>>

Roles directly assigned to this user for this account or property. Valid values: predefinedRoles/read predefinedRoles/collaborate predefinedRoles/edit predefinedRoles/manage-users Excludes roles that are inherited from a higher-level entity, group, or organization admin role. A UserLink that is updated to have an empty list of direct_roles will be deleted.

email_address: Option<String>

Email address of the user to link

name: Option<String>

Example format: properties/1234/userLinks/5678

Trait Implementations

impl Clone for GoogleAnalyticsAdminV1alphaUserLink[src]

impl Debug for GoogleAnalyticsAdminV1alphaUserLink[src]

impl Default for GoogleAnalyticsAdminV1alphaUserLink[src]

impl<'de> Deserialize<'de> for GoogleAnalyticsAdminV1alphaUserLink[src]

impl RequestValue for GoogleAnalyticsAdminV1alphaUserLink[src]

impl ResponseResult for GoogleAnalyticsAdminV1alphaUserLink[src]

impl Serialize for GoogleAnalyticsAdminV1alphaUserLink[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.