Struct google_adsensehost4d1::AssociationSession [] [src]

pub struct AssociationSession {
    pub status: Option<String>,
    pub product_codes: Option<Vec<String>>,
    pub kind: Option<String>,
    pub user_locale: Option<String>,
    pub website_locale: Option<String>,
    pub redirect_url: Option<String>,
    pub website_url: Option<String>,
    pub id: Option<String>,
    pub account_id: Option<String>,
}

There is no detailed description.

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

Status of the completed association, available once the association callback token has been verified. One of ACCEPTED, REJECTED, or ERROR.

The products to associate with the user. Options: AFC, AFG, AFV, AFS (deprecated), AFMC (deprecated)

Kind of resource this is, in this case adsensehost#associationSession.

The preferred locale of the user themselves when going through the AdSense association flow.

The locale of the user's hosted website.

Redirect URL of this association session. Used to redirect users into the AdSense association flow.

The URL of the user's hosted website.

Unique identifier of this association session.

Hosted account id of the associated publisher after association. Present if status is ACCEPTED.

Trait Implementations

impl Default for AssociationSession
[src]

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

impl Clone for AssociationSession
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AssociationSession
[src]

Formats the value using the given formatter.

impl Resource for AssociationSession
[src]

impl ResponseResult for AssociationSession
[src]