Struct google_firebasedynamiclinks1::ManagedShortLink[][src]

pub struct ManagedShortLink {
    pub info: Option<DynamicLinkInfo>,
    pub link: Option<String>,
    pub visibility: Option<String>,
    pub link_name: Option<String>,
    pub creation_time: Option<String>,
    pub flagged_attribute: Option<Vec<String>>,
}

Managed Short 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

Full Dyamic Link info

Short durable link url, for example, "https://sample.app.goo.gl/xyz123".

Required.

Visibility status of link.

Link name defined by the creator.

Required.

Creation timestamp of the short link.

Attributes that have been flagged about this short url.

Trait Implementations

impl Default for ManagedShortLink
[src]

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

impl Clone for ManagedShortLink
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ManagedShortLink
[src]

Formats the value using the given formatter. Read more

impl Resource for ManagedShortLink
[src]

Auto Trait Implementations