Sha256: 95f3f613ca65d368448998889d67dfce62e3b416b0d05aebae45b64f7746f8ef
Contents?: true
Size: 953 Bytes
Versions: 1
Compression:
Stored size: 953 Bytes
Contents
# DatadogAPIClient::V2::CloudWorkloadSecurityAgentRuleUpdateData ## Properties | Name | Type | Description | Notes | | -------------- | ------------------------------------------------------------------------------------------------------- | ----------- | --------------------------------- | | **attributes** | [**CloudWorkloadSecurityAgentRuleUpdateAttributes**](CloudWorkloadSecurityAgentRuleUpdateAttributes.md) | | | | **type** | [**CloudWorkloadSecurityAgentRuleType**](CloudWorkloadSecurityAgentRuleType.md) | | [default to 'agent_rule'] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::CloudWorkloadSecurityAgentRuleUpdateData.new( attributes: null, type: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/CloudWorkloadSecurityAgentRuleUpdateData.md |