Class: DatadogAPIClient::V2::CreateAppsDatastoreRequestData
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CreateAppsDatastoreRequestData
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/create_apps_datastore_request_data.rb
Overview
Data wrapper containing the configuration needed to create a new datastore.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
Configuration and metadata to create a new datastore.
-
#id ⇒ Object
Optional ID for the new datastore.
-
#type ⇒ Object
readonly
The resource type for datastores.
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/create_apps_datastore_request_data.rb', line 33 def additional_properties @additional_properties end |
#attributes ⇒ Object
Configuration and metadata to create a new datastore.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/create_apps_datastore_request_data.rb', line 25 def attributes @attributes end |
#id ⇒ Object
Optional ID for the new datastore. If not provided, one will be generated automatically.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/create_apps_datastore_request_data.rb', line 28 def id @id end |
#type ⇒ Object
The resource type for datastores.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/create_apps_datastore_request_data.rb', line 31 def type @type end |