Sha256: 3ded8d4fa9a35e4f1cfba035e94ddc6fa67cb5818a73a7148878eea399b6ead3

Contents?: true

Size: 470 Bytes

Versions: 7

Compression:

Stored size: 470 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

7 entries across 7 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/IPPrefixesWebhooks.md
datadog_api_client-1.3.0 docs/v1/IPPrefixesWebhooks.md
datadog_api_client-1.2.0 docs/v1/IPPrefixesWebhooks.md
datadog_api_client-1.1.0 docs/v1/IPPrefixesWebhooks.md
datadog_api_client-1.0.0 docs/v1/IPPrefixesWebhooks.md
datadog_api_client-1.0.0.beta.3 docs/v1/IPPrefixesWebhooks.md
datadog_api_client-1.0.0.beta.2 docs/v1/IPPrefixesWebhooks.md