class Ittybit::Links
def initialize(self_: OMIT, parent: OMIT, additional_properties: nil)
-
(Ittybit::Links)
-
Parameters:
-
additional_properties
(OpenStruct
) -- Additional properties unmapped to the current class definition -
parent
(String
) -- -
self_
(String
) --
def initialize(self_: OMIT, parent: OMIT, additional_properties: nil) @self_ = self_ if self_ != OMIT @parent = parent if parent != OMIT @additional_properties = additional_properties @_field_set = { "self": self_, "parent": parent }.reject do |_k, v| v == OMIT end end