Class: Google::Apis::FirebasedynamiclinksV1::Suffix
- Inherits:
-
Object
- Object
- Google::Apis::FirebasedynamiclinksV1::Suffix
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/firebasedynamiclinks_v1/classes.rb,
generated/google/apis/firebasedynamiclinks_v1/representations.rb,
generated/google/apis/firebasedynamiclinks_v1/representations.rb
Overview
Short Dynamic Link suffix.
Instance Attribute Summary collapse
-
#option ⇒ String
Suffix option.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Suffix
constructor
A new instance of Suffix.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Suffix
Returns a new instance of Suffix
775 776 777 |
# File 'generated/google/apis/firebasedynamiclinks_v1/classes.rb', line 775 def initialize(**args) update!(**args) end |
Instance Attribute Details
#option ⇒ String
Suffix option.
Corresponds to the JSON property option
773 774 775 |
# File 'generated/google/apis/firebasedynamiclinks_v1/classes.rb', line 773 def option @option end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
780 781 782 |
# File 'generated/google/apis/firebasedynamiclinks_v1/classes.rb', line 780 def update!(**args) @option = args[:option] if args.key?(:option) end |