Class: DatadogAPIClient::V2::EntityV3MetadataContactsItems
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::EntityV3MetadataContactsItems
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/entity_v3_metadata_contacts_items.rb
Overview
The definition of Entity V3 Metadata Contacts Items object.
Instance Attribute Summary collapse
-
#contact ⇒ Object
readonly
Contact value.
-
#name ⇒ Object
readonly
Contact name.
-
#type ⇒ Object
readonly
Contact type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#contact ⇒ Object
Contact value.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/entity_v3_metadata_contacts_items.rb', line 25 def contact @contact end |
#name ⇒ Object
Contact name.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/entity_v3_metadata_contacts_items.rb', line 28 def name @name end |
#type ⇒ Object
Contact type.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/entity_v3_metadata_contacts_items.rb', line 31 def type @type end |