Struct google_androidmanagement1::TermsAndConditions[][src]

pub struct TermsAndConditions {
    pub content: Option<UserFacingMessage>,
    pub header: Option<UserFacingMessage>,
}

A terms and conditions page to be accepted during provisioning.

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

Fields

A well-formatted HTML string. It will be parsed on the client with android.text.Html#fromHtml.

A short header which appears above the HTML content.

Trait Implementations

impl Default for TermsAndConditions
[src]

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

impl Clone for TermsAndConditions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TermsAndConditions
[src]

Formats the value using the given formatter. Read more

impl Part for TermsAndConditions
[src]

Auto Trait Implementations