Class: DatadogAPIClient::V2::CustomCostsUser
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CustomCostsUser
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/custom_costs_user.rb
Overview
Metadata of the user that has uploaded the Custom Costs file.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#email ⇒ Object
The name of the Custom Costs file.
-
#icon ⇒ Object
The name of the Custom Costs file.
-
#name ⇒ Object
Name of the user.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/custom_costs_user.rb', line 33 def additional_properties @additional_properties end |
#email ⇒ Object
The name of the Custom Costs file.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/custom_costs_user.rb', line 25 def email @email end |
#icon ⇒ Object
The name of the Custom Costs file.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/custom_costs_user.rb', line 28 def icon @icon end |
#name ⇒ Object
Name of the user.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/custom_costs_user.rb', line 31 def name @name end |