Class: OpenApiSDK::Shared::TagSchema

Inherits:
Utils::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/open_api_sdk/models/shared/tagschema.rb

Instance Method Summary collapse

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