Struct google_analytics3::AccountTicket [] [src]

pub struct AccountTicket {
    pub profile: Option<Profile>,
    pub account: Option<Account>,
    pub id: Option<String>,
    pub webproperty: Option<Webproperty>,
    pub kind: Option<String>,
    pub redirect_uri: Option<String>,
}

JSON template for an Analytics account ticket. The account ticket consists of the ticket ID and the basic information for the account, property and profile.

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

View (Profile) for the account.

Account for this ticket.

Account ticket ID used to access the account ticket.

Web property for the account.

Resource type for account ticket.

Redirect URI where the user will be sent after accepting Terms of Service. Must be configured in APIs console as a callback URL.

Trait Implementations

impl Debug for AccountTicket
[src]

Formats the value using the given formatter.

impl Clone for AccountTicket
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AccountTicket
[src]

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

impl RequestValue for AccountTicket
[src]

impl ResponseResult for AccountTicket
[src]