Sha256: 48222c8e30c0c4870d40fd2775229d6696b86ff32c70a600289d3e95b3cafc0a

Contents?: true

Size: 565 Bytes

Versions: 2

Compression:

Stored size: 565 Bytes

Contents

# DatadogAPIClient::V1::IPPrefixesWebhooks

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