Struct google_firebasedynamiclinks1::GetIosReopenAttributionRequest[][src]

pub struct GetIosReopenAttributionRequest {
    pub sdk_version: Option<String>,
    pub requested_link: Option<String>,
    pub bundle_id: Option<String>,
}

Request 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

Google SDK version. Version takes the form "$major.$minor.$patch"

FDL link to be verified from an app universal link open. The FDL link can be one of:

  1. short FDL. e.g. <app_code>.page.link/<ddl_id>, or
  2. long FDL. e.g. <app_code>.page.link/?{query params}, or
  3. Invite FDL. e.g. <app_code>.page.link/i/<invite_id_or_alias>

APP bundle ID.

Trait Implementations

impl Default for GetIosReopenAttributionRequest
[src]

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

impl Clone for GetIosReopenAttributionRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetIosReopenAttributionRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for GetIosReopenAttributionRequest
[src]

Auto Trait Implementations