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

Managed Short Link.

Attributes

  • info (DynamicLinkInfo): Full Dyamic Link info Defaults to: null.
  • creationTime (DateTime.t): Creation timestamp of the short link. Defaults to: null.
  • flaggedAttribute ([String.t]): Attributes that have been flagged about this short url. Defaults to: null.

    • Enum - one of
  • link (String.t): Short durable link url, for example, "https://sample.app.goo.gl/xyz123". Required. Defaults to: null.
  • linkName (String.t): Link name defined by the creator. Required. Defaults to: null.
  • visibility (String.t): Visibility status of link. Defaults to: null.

    • Enum - one of [UNSPECIFIED_VISIBILITY, UNARCHIVED, ARCHIVED, NEVER_SHOWN]

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: [any()],
  info: GoogleApi.FirebaseDynamicLinks.V1.Model.DynamicLinkInfo.t(),
  link: any(),
  linkName: any(),
  visibility: any()
}

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.