class Google::Apis::FirebasedynamiclinksV1::CreateManagedShortLinkResponse
Response to create a short Dynamic Link.
Attributes
managed_short_link[RW]
Managed Short Link. Corresponds to the JSON property `managedShortLink` @return [Google::Apis::FirebasedynamiclinksV1::ManagedShortLink]
preview_link[RW]
Preview link to show the link flow chart. (debug info.) Corresponds to the JSON property `previewLink` @return [String]
warning[RW]
Information about potential warnings on link creation. Corresponds to the JSON property `warning` @return [Array<Google::Apis::FirebasedynamiclinksV1::DynamicLinkWarning>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/firebasedynamiclinks_v1/classes.rb, line 157 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/firebasedynamiclinks_v1/classes.rb, line 162 def update!(**args) @managed_short_link = args[:managed_short_link] if args.key?(:managed_short_link) @preview_link = args[:preview_link] if args.key?(:preview_link) @warning = args[:warning] if args.key?(:warning) end