Class: DatadogAPIClient::V2::ArbitraryCostUpsertRequestDataAttributes

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

Overview

The definition of ArbitraryCostUpsertRequestDataAttributes object.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



48
49
50
# File 'lib/datadog_api_client/v2/models/arbitrary_cost_upsert_request_data_attributes.rb', line 48

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_cost_upsert_request_data_attributes.rb', line 25

def costs_to_allocate
  @costs_to_allocate
end

#enabledObject

The attributes enabled.



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

def enabled
  @enabled
end

#order_idObject

The attributes order_id.



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

def order_id
  @order_id
end

#providerObject

The attributes provider.



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

def provider
  @provider
end

#rejectedObject

The attributes rejected.



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

def rejected
  @rejected
end

#rule_nameObject

The attributes rule_name.



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

def rule_name
  @rule_name
end

#strategyObject

The definition of ArbitraryCostUpsertRequestDataAttributesStrategy object.



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

def strategy
  @strategy
end

#typeObject

The attributes type.



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

def type
  @type
end