Class: OpenApiSDK::Models::Operations::CreatePartnerLinkTagIds
- Inherits:
-
Object
- Object
- OpenApiSDK::Models::Operations::CreatePartnerLinkTagIds
- Extended by:
- T::Sig
- Includes:
- Crystalline::MetadataFields
- Defined in:
- lib/open_api_sdk/models/operations/createpartnerlink_tagids.rb
Overview
The unique IDs of the tags assigned to the short link.
Instance Method Summary collapse
- #==(other) ⇒ Object
-
#initialize ⇒ CreatePartnerLinkTagIds
constructor
A new instance of CreatePartnerLinkTagIds.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize ⇒ CreatePartnerLinkTagIds
Returns a new instance of CreatePartnerLinkTagIds.
17 |
# File 'lib/open_api_sdk/models/operations/createpartnerlink_tagids.rb', line 17 def initialize; end |
Instance Method Details
#==(other) ⇒ Object
20 21 22 23 |
# File 'lib/open_api_sdk/models/operations/createpartnerlink_tagids.rb', line 20 def ==(other) return false unless other.is_a? self.class true end |