Sha256: 97a0ee99d7afb1cb846cc50c61b228837409ae9b1cb71a2b26fd78080a9deeb9

Contents?: true

Size: 557 Bytes

Versions: 2

Compression:

Stored size: 557 Bytes

Contents

# DatadogAPIClient::V1::IPPrefixesLogs

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