Sha256: 8b7a2a9a1c1e0ec25011bf47adb1834cdb582f8dcf08d9afc07ac9abfd24be40
Contents?: true
Size: 555 Bytes
Versions: 2
Compression:
Stored size: 555 Bytes
Contents
# DatadogAPIClient::V1::IPPrefixesAPI ## 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::IPPrefixesAPI.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/IPPrefixesAPI.md |
datadog_api_client-1.5.0 | docs/v1/IPPrefixesAPI.md |