Sha256: 79df95b7a92f03ad9c4b21d2884cd5e608c45e29134f47a293d1d91722ba8852
Contents?: true
Size: 428 Bytes
Versions: 70
Compression:
Stored size: 428 Bytes
Contents
# MxPlatformRuby::TagsResponseBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **pagination** | [**PaginationResponse**](PaginationResponse.md) | | [optional] | | **tags** | [**Array<TagResponse>**](TagResponse.md) | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::TagsResponseBody.new( pagination: null, tags: null ) ```
Version data entries
70 entries across 70 versions & 1 rubygems