google_api_firebase_dynamic_links v0.5.0 GoogleApi.FirebaseDynamicLinks.V1.Model.CreateShortDynamicLinkResponse View Source
Response to create a short Dynamic Link.
Attributes
- previewLink (String.t): Preview link to show the link flow chart. (debug info.) Defaults to:
null
. - shortLink (String.t): Short Dynamic Link value. e.g. https://abcd.app.goo.gl/wxyz Defaults to:
null
. - warning ([DynamicLinkWarning]): Information about potential warnings on link creation. Defaults to:
null
.
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()
View Source
t() :: %GoogleApi.FirebaseDynamicLinks.V1.Model.CreateShortDynamicLinkResponse{
previewLink: any(),
shortLink: any(),
warning: [GoogleApi.FirebaseDynamicLinks.V1.Model.DynamicLinkWarning.t()]
}
t() :: %GoogleApi.FirebaseDynamicLinks.V1.Model.CreateShortDynamicLinkResponse{ previewLink: any(), shortLink: any(), warning: [GoogleApi.FirebaseDynamicLinks.V1.Model.DynamicLinkWarning.t()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.