Class: OpenApiSDK::Shared::TagSchema
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- OpenApiSDK::Shared::TagSchema
- Extended by:
- T::Sig
- Defined in:
- lib/open_api_sdk/models/shared/tagschema.rb
Instance Method Summary collapse
-
#initialize(color: nil, id: nil, name: nil) ⇒ TagSchema
constructor
A new instance of TagSchema.
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(color: nil, id: nil, name: nil) ⇒ TagSchema
Returns a new instance of TagSchema.
23 24 25 26 27 |
# File 'lib/open_api_sdk/models/shared/tagschema.rb', line 23 def initialize(color: nil, id: nil, name: nil) @color = color @id = id @name = name end |