Sha256: 7cc48fb97155f29ed53fbdf55cca7da9d165ecec9255d8da3d2e0c1e5ef59f34

Contents?: true

Size: 561 Bytes

Versions: 2

Compression:

Stored size: 561 Bytes

Contents

# DatadogAPIClient::V1::IPPrefixesAgents

## 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::IPPrefixesAgents.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/IPPrefixesAgents.md
datadog_api_client-1.5.0 docs/v1/IPPrefixesAgents.md