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