Class: Google::Apis::FirebasedynamiclinksV1::Suffix

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ Suffix

Returns a new instance of Suffix



199
200
201
# File 'generated/google/apis/firebasedynamiclinks_v1/classes.rb', line 199

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#optionString

Suffix option. Corresponds to the JSON property option

Returns:

  • (String)


197
198
199
# File 'generated/google/apis/firebasedynamiclinks_v1/classes.rb', line 197

def option
  @option
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



204
205
206
# File 'generated/google/apis/firebasedynamiclinks_v1/classes.rb', line 204

def update!(**args)
  @option = args[:option] if args.key?(:option)
end