Struct google_firebasedynamiclinks1::GetIosReopenAttributionResponse[][src]

pub struct GetIosReopenAttributionResponse {
    pub utm_medium: Option<String>,
    pub utm_source: Option<String>,
    pub resolved_link: Option<String>,
    pub utm_campaign: Option<String>,
    pub deep_link: Option<String>,
    pub invitation_id: Option<String>,
}

Response for iSDK to get reopen attribution for app universal link open deeplinking. This endpoint is meant for only iOS requests.

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

Scion medium value to be propagated by iSDK to Scion at app-reopen.

Scion source value to be propagated by iSDK to Scion at app-reopen.

The entire FDL, expanded from a short link. It is the same as the requested_link, if it is long.

Scion campaign value to be propagated by iSDK to Scion at app-reopen.

The deep-link attributed the app universal link open. For both regular FDL links and invite FDL links.

Optional invitation ID, for only invite typed requested FDL links.

Trait Implementations

impl Default for GetIosReopenAttributionResponse
[src]

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

impl Clone for GetIosReopenAttributionResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetIosReopenAttributionResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for GetIosReopenAttributionResponse
[src]

Auto Trait Implementations