Struct google_androidenterprise1::ApprovalUrlInfo [] [src]

pub struct ApprovalUrlInfo {
    pub kind: Option<String>,
    pub approval_url: Option<String>,
}

Information on an approval URL.

This type is not used in any activity, and only used as part of another schema.

Fields

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

A URL that displays a product's permissions and that can also be used to approve the product with the Products.approve call.

Trait Implementations

impl Debug for ApprovalUrlInfo
[src]

Formats the value using the given formatter.

impl Clone for ApprovalUrlInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ApprovalUrlInfo
[src]

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

impl Part for ApprovalUrlInfo
[src]