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