Struct google_androidmanagement1::SignupUrl[][src]

pub struct SignupUrl {
    pub url: Option<String>,
    pub name: Option<String>,
}

An enterprise signup URL.

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

A URL under which the Admin can sign up for an enterprise. The page pointed to cannot be rendered in an iframe.

The name of the resource. This must be included in the create enterprise request at the end of the signup flow.

Trait Implementations

impl Default for SignupUrl
[src]

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

impl Clone for SignupUrl
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SignupUrl
[src]

Formats the value using the given formatter. Read more

impl Resource for SignupUrl
[src]

impl ResponseResult for SignupUrl
[src]

Auto Trait Implementations

impl Send for SignupUrl

impl Sync for SignupUrl