google_api_firebase_dynamic_links v0.13.1 GoogleApi.FirebaseDynamicLinks.V1.Model.ManagedShortLink View Source

Managed Short Link.

Attributes

  • creationTime (type: DateTime.t, default: nil) - Creation timestamp of the short link.

  • flaggedAttribute (type: list(String.t), default: nil) - Attributes that have been flagged about this short url.

  • info (type: GoogleApi.FirebaseDynamicLinks.V1.Model.DynamicLinkInfo.t, default: nil) - Full Dyamic Link info

  • link (type: String.t, default: nil) - Short durable link url, for example, "https://sample.app.goo.gl/xyz123".

    Required.

  • linkName (type: String.t, default: nil) - Link name defined by the creator.

    Required.

  • visibility (type: String.t, default: nil) - Visibility status of link.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.FirebaseDynamicLinks.V1.Model.ManagedShortLink{
  creationTime: DateTime.t(),
  flaggedAttribute: [String.t()],
  info: GoogleApi.FirebaseDynamicLinks.V1.Model.DynamicLinkInfo.t(),
  link: String.t(),
  linkName: String.t(),
  visibility: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.