Struct google_firebasedynamiclinks1::CreateShortDynamicLinkResponse[][src]

pub struct CreateShortDynamicLinkResponse {
    pub short_link: Option<String>,
    pub warning: Option<Vec<DynamicLinkWarning>>,
    pub preview_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

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

Information about potential warnings on link creation.

Preview link to show the link flow chart. (debug info.)

Trait Implementations

impl Default for CreateShortDynamicLinkResponse
[src]

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

impl Clone for CreateShortDynamicLinkResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CreateShortDynamicLinkResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for CreateShortDynamicLinkResponse
[src]

Auto Trait Implementations