Class: DatadogAPIClient::V2::ArbitraryRuleResponseDataAttributes

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

Overview

The definition of ‘ArbitraryRuleResponseDataAttributes` object.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



63
64
65
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes.rb', line 63

def additional_properties
  @additional_properties
end

#costs_to_allocateObject

The ‘attributes` `costs_to_allocate`.



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

def costs_to_allocate
  @costs_to_allocate
end

#createdObject

The ‘attributes` `created`.



28
29
30
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes.rb', line 28

def created
  @created
end

#enabledObject

The ‘attributes` `enabled`.



31
32
33
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes.rb', line 31

def enabled
  @enabled
end

#last_modified_user_uuidObject

The ‘attributes` `last_modified_user_uuid`.



34
35
36
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes.rb', line 34

def last_modified_user_uuid
  @last_modified_user_uuid
end

#order_idObject

The ‘attributes` `order_id`.



37
38
39
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes.rb', line 37

def order_id
  @order_id
end

#processing_statusObject

The ‘attributes` `processing_status`.



40
41
42
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes.rb', line 40

def processing_status
  @processing_status
end

#providerObject

The ‘attributes` `provider`.



43
44
45
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes.rb', line 43

def provider
  @provider
end

#rejectedObject

The ‘attributes` `rejected`.



46
47
48
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes.rb', line 46

def rejected
  @rejected
end

#rule_nameObject

The ‘attributes` `rule_name`.



49
50
51
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes.rb', line 49

def rule_name
  @rule_name
end

#strategyObject

The definition of ‘ArbitraryRuleResponseDataAttributesStrategy` object.



52
53
54
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes.rb', line 52

def strategy
  @strategy
end

#typeObject

The ‘attributes` `type`.



55
56
57
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes.rb', line 55

def type
  @type
end

#updatedObject

The ‘attributes` `updated`.



58
59
60
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes.rb', line 58

def updated
  @updated
end

#versionObject

The ‘attributes` `version`.



61
62
63
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes.rb', line 61

def version
  @version
end