google_api_firebase_dynamic_links v0.9.0 GoogleApi.FirebaseDynamicLinks.V1.Model.DynamicLinkWarning View Source

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.

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.DynamicLinkWarning{
  warningCode: String.t(),
  warningDocumentLink: String.t(),
  warningMessage: 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.