Sha256: 60b3d9ed45c041cb7d17e814168faf12bcf3b1f2f4e0fa33c3ed3a4a462f872b

Contents?: true

Size: 396 Bytes

Versions: 1

Compression:

Stored size: 396 Bytes

Contents

# MxPlatformRuby::TagsResponseBody

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **pagination** | [**Pagination**](Pagination.md) |  | [optional] |
| **tags** | [**Array<Tag>**](Tag.md) |  | [optional] |

## Example

```ruby
require 'mx-platform-ruby'

instance = MxPlatformRuby::TagsResponseBody.new(
  pagination: null,
  tags: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mx-platform-ruby-0.2.1 docs/TagsResponseBody.md