Sha256: 08de617d9b6044fedb222e255eed5ed7ef6ad8b4603a3a4338752df2e103d33b
Contents?: true
Size: 468 Bytes
Versions: 7
Compression:
Stored size: 468 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
7 entries across 7 versions & 1 rubygems