Method: MxPlatformRuby::TagsResponseBody.openapi_types
- Defined in:
- lib/mx-platform-ruby/models/tags_response_body.rb
.openapi_types ⇒ Object
Attribute type mapping.
36 37 38 39 40 41 |
# File 'lib/mx-platform-ruby/models/tags_response_body.rb', line 36 def self.openapi_types { :'pagination' => :'PaginationResponse', :'tags' => :'Array<TagResponse>' } end |