Struct google_firebasedynamiclinks1::CreateManagedShortLinkResponse[][src]

pub struct CreateManagedShortLinkResponse {
    pub warning: Option<Vec<DynamicLinkWarning>>,
    pub managed_short_link: Option<ManagedShortLink>,
    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

Information about potential warnings on link creation.

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

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

Trait Implementations

impl Default for CreateManagedShortLinkResponse
[src]

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

impl Clone for CreateManagedShortLinkResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CreateManagedShortLinkResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for CreateManagedShortLinkResponse
[src]

Auto Trait Implementations