Sha256: f64ff6c157d0a938a1f768df9bf4dd23bdc70735a5422a9140662c9b3edb4c0c

Contents?: true

Size: 563 Bytes

Versions: 2

Compression:

Stored size: 563 Bytes

Contents

# DatadogAPIClient::V1::IPPrefixesProcess

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