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