Struct google_firebasedynamiclinks1::CreateShortDynamicLinkRequest[][src]

pub struct CreateShortDynamicLinkRequest {
    pub dynamic_link_info: Option<DynamicLinkInfo>,
    pub long_dynamic_link: Option<String>,
    pub suffix: Option<Suffix>,
}

Request 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 the Dynamic Link to be shortened. Learn more.

Full long Dynamic Link URL with desired query parameters specified. For example, "https://sample.app.goo.gl/?link=http://www.google.com&apn=com.sample", Learn more.

Short Dynamic Link suffix. Optional.

Trait Implementations

impl Default for CreateShortDynamicLinkRequest
[src]

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

impl Clone for CreateShortDynamicLinkRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CreateShortDynamicLinkRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for CreateShortDynamicLinkRequest
[src]

Auto Trait Implementations