Struct google_androidenterprise1::ManagedConfigurationsForUserListResponse [] [src]

pub struct ManagedConfigurationsForUserListResponse {
    pub kind: Option<String>,
    pub managed_configuration_for_user: Option<Vec<ManagedConfiguration>>,
}

The managed configuration resources for the user.

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

Identifies what kind of resource this is. Value: the fixed string "androidenterprise#managedConfigurationsForUserListResponse".

A managed configuration for an app for a specific user.

Trait Implementations

impl Debug for ManagedConfigurationsForUserListResponse
[src]

Formats the value using the given formatter.

impl Clone for ManagedConfigurationsForUserListResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ManagedConfigurationsForUserListResponse
[src]

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

impl ResponseResult for ManagedConfigurationsForUserListResponse
[src]