Sha256: 3c8da9e087f78420c5c34e2f399b4ec4188797102c98c08abc4b2bd337ee9a2c

Contents?: true

Size: 528 Bytes

Versions: 2

Compression:

Stored size: 528 Bytes

Contents

# DatadogAPIClient::V1::Creator

## Properties

| Name       | Type       | Description            | Notes      |
| ---------- | ---------- | ---------------------- | ---------- |
| **email**  | **String** | Email of the creator.  | [optional] |
| **handle** | **String** | Handle of the creator. | [optional] |
| **name**   | **String** | Name of the creator.   | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::Creator.new(
  email: null,
  handle: null,
  name: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/Creator.md
datadog_api_client-1.5.0 docs/v1/Creator.md