Struct google_androidenterprise1::EntitlementsListResponse[][src]

pub struct EntitlementsListResponse {
    pub kind: Option<String>,
    pub entitlement: Option<Vec<Entitlement>>,
}

The entitlement 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#entitlementsListResponse".

An entitlement of a user to a product (e.g. an app). For example, a free app that they have installed, or a paid app that they have been allocated a license to.

Trait Implementations

impl Default for EntitlementsListResponse
[src]

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

impl Clone for EntitlementsListResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EntitlementsListResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for EntitlementsListResponse
[src]

Auto Trait Implementations