Sha256: 229b74cfeee231999248a237f981291bbd6fb621c6b9164010d013742aef9b47

Contents?: true

Size: 627 Bytes

Versions: 2

Compression:

Stored size: 627 Bytes

Contents

# DatadogAPIClient::V1::OrganizationSubscription

## Properties

| Name     | Type       | Description                                                                                          | Notes      |
| -------- | ---------- | ---------------------------------------------------------------------------------------------------- | ---------- |
| **type** | **String** | The subscription type. Types available are `trial`, `free`, and `pro`. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::OrganizationSubscription.new(
  type: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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