class Google::Apis::FirebasedynamiclinksV1::Suffix
Short Dynamic Link suffix.
Attributes
custom_suffix[RW]
Only applies to Option.CUSTOM. Corresponds to the JSON property `customSuffix` @return [String]
option[RW]
Suffix
option. Corresponds to the JSON property `option` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/firebasedynamiclinks_v1/classes.rb, line 1041 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 1046 def update!(**args) @custom_suffix = args[:custom_suffix] if args.key?(:custom_suffix) @option = args[:option] if args.key?(:option) end