Sha256: f96e918eb2baace76cca5fb4bb1c954f1151ab56b8766333f8130a848a39a10f

Contents?: true

Size: 555 Bytes

Versions: 2

Compression:

Stored size: 555 Bytes

Contents

# DatadogAPIClient::V1::IPPrefixesAPM

## Properties

| Name              | Type                    | Description            | Notes      |
| ----------------- | ----------------------- | ---------------------- | ---------- |
| **prefixes_ipv4** | **Array<String>** | List of IPv4 prefixes. | [optional] |
| **prefixes_ipv6** | **Array<String>** | List of IPv6 prefixes. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::IPPrefixesAPM.new(
  prefixes_ipv4: null,
  prefixes_ipv6: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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