Class: DatadogAPIClient::V2::CloudWorkloadSecurityAgentRuleUpdaterAttributes

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

Overview

The attributes of the user who last updated the Agent rule.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#handleObject

The handle of the user.



29
30
31
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_updater_attributes.rb', line 29

def handle
  @handle
end

#nameObject

The name of the user.



32
33
34
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_updater_attributes.rb', line 32

def name
  @name
end