View Source GoogleApi.FirebaseDynamicLinks.V1.Model.Suffix (google_api_firebase_dynamic_links v0.16.0)

Short Dynamic Link suffix.

Attributes

  • customSuffix (type: String.t, default: nil) - Only applies to Option.CUSTOM.
  • option (type: String.t, default: nil) - Suffix option.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.FirebaseDynamicLinks.V1.Model.Suffix{
  customSuffix: String.t() | nil,
  option: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.