View Source GoogleApi.FirebaseDynamicLinks.V1.Model.DynamicLinkWarning (google_api_firebase_dynamic_links v0.15.2)

Dynamic Links warning messages.

Attributes

  • warningCode (type: String.t, default: nil) - The warning code.
  • warningDocumentLink (type: String.t, default: nil) - The document describing the warning, and helps resolve.
  • warningMessage (type: String.t, default: nil) - The warning message to help developers improve their requests.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.FirebaseDynamicLinks.V1.Model.DynamicLinkWarning{
  warningCode: String.t() | nil,
  warningDocumentLink: String.t() | nil,
  warningMessage: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.