Class: OpenApiSDK::Operations::CreateTagRequestBody

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

Instance Method Summary collapse

Methods included from MetadataFields

#field, #fields, included, #marshal_json, #marshal_single

Constructor Details

#initialize(color: nil, name: nil, tag: nil) ⇒ CreateTagRequestBody

Returns a new instance of CreateTagRequestBody.



25
26
27
28
29
# File 'lib/open_api_sdk/models/operations/createtag_requestbody.rb', line 25

def initialize(color: nil, name: nil, tag: nil)
  @color = color
  @name = name
  @tag = tag
end