Sha256: a478a79797d7faa89ce361f4a854cd03f46cdcc35d11adb02d3ebb77569fe3b7
Contents?: true
Size: 466 Bytes
Versions: 7
Compression:
Stored size: 466 Bytes
Contents
# DatadogAPIClient::V1::IPPrefixesAgents ## 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::IPPrefixesAgents.new( prefixes_ipv4: null, prefixes_ipv6: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems