Struct google_firebasedynamiclinks1::CreateShortDynamicLinkResponse [] [src]

pub struct CreateShortDynamicLinkResponse {
    pub preview_link: Option<String>,
    pub warning: Option<Vec<DynamicLinkWarning>>,
    pub short_link: Option<String>,
}

Response to create a short Dynamic Link.

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

Preivew link to show the link flow chart.

Information about potential warnings on link creation.

Short Dynamic Link value. e.g. https://abcd.app.goo.gl/wxyz

Trait Implementations

impl Debug for CreateShortDynamicLinkResponse
[src]

Formats the value using the given formatter.

impl Clone for CreateShortDynamicLinkResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for CreateShortDynamicLinkResponse
[src]

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

impl ResponseResult for CreateShortDynamicLinkResponse
[src]