Sha256: bbf758fdd2c55afa1f4c29e5862626b87b5f01c1c37e98d6ed28eb94eb25ed02

Contents?: true

Size: 420 Bytes

Versions: 1

Compression:

Stored size: 420 Bytes

Contents

# MxPlatformRuby::TaggingsResponseBody

## Properties

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

## Example

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

instance = MxPlatformRuby::TaggingsResponseBody.new(
  pagination: null,
  taggings: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

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