google_api_firebase_dynamic_links v0.11.0 GoogleApi.FirebaseDynamicLinks.V1.Model.CreateShortDynamicLinkRequest View Source
Request to create a short Dynamic Link.
Attributes
dynamicLinkInfo
(type:GoogleApi.FirebaseDynamicLinks.V1.Model.DynamicLinkInfo.t
, default:nil
) - Information about the Dynamic Link to be shortened. Learn more.longDynamicLink
(type:String.t
, default:nil
) - Full long Dynamic Link URL with desired query parameters specified. For example, "https://sample.app.goo.gl/?link=http://www.google.com&apn=com.sample", Learn more.sdkVersion
(type:String.t
, default:nil
) - Google SDK version. Version takes the form "$major.$minor.$patch"suffix
(type:GoogleApi.FirebaseDynamicLinks.V1.Model.Suffix.t
, default:nil
) - Short Dynamic Link suffix. Optional.
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 Sourcet() :: %GoogleApi.FirebaseDynamicLinks.V1.Model.CreateShortDynamicLinkRequest{ dynamicLinkInfo: GoogleApi.FirebaseDynamicLinks.V1.Model.DynamicLinkInfo.t(), longDynamicLink: String.t(), sdkVersion: String.t(), suffix: GoogleApi.FirebaseDynamicLinks.V1.Model.Suffix.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.