Class: DatadogAPIClient::V2::IPAllowlistUpdateRequest

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/ip_allowlist_update_request.rb

Overview

Update the IP allowlist.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#dataObject

IP allowlist data.



25
26
27
# File 'lib/datadog_api_client/v2/models/ip_allowlist_update_request.rb', line 25

def data
  @data
end