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