Class: DatadogAPIClient::V2::ModelLabProjectAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ModelLabProjectAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/model_lab_project_attributes.rb
Overview
Attributes of a Model Lab project.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#artifact_storage_location ⇒ Object
readonly
The storage location for project artifacts.
-
#created_at ⇒ Object
readonly
The date and time the project was created.
-
#deleted_at ⇒ Object
The date and time the project was soft-deleted.
-
#description ⇒ Object
readonly
A description of the project.
-
#external_url ⇒ Object
An optional external URL associated with the project.
-
#is_starred ⇒ Object
readonly
Whether the project is starred by the current user.
-
#name ⇒ Object
readonly
The name of the project.
-
#owner_id ⇒ Object
The UUID of the project owner.
-
#tags ⇒ Object
readonly
The list of tags associated with the project.
-
#updated_at ⇒ Object
readonly
The date and time the project was last updated.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
54 55 56 |
# File 'lib/datadog_api_client/v2/models/model_lab_project_attributes.rb', line 54 def additional_properties @additional_properties end |
#artifact_storage_location ⇒ Object
The storage location for project artifacts.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/model_lab_project_attributes.rb', line 25 def artifact_storage_location @artifact_storage_location end |
#created_at ⇒ Object
The date and time the project was created.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/model_lab_project_attributes.rb', line 28 def created_at @created_at end |
#deleted_at ⇒ Object
The date and time the project was soft-deleted.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/model_lab_project_attributes.rb', line 31 def deleted_at @deleted_at end |
#description ⇒ Object
A description of the project.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/model_lab_project_attributes.rb', line 34 def description @description end |
#external_url ⇒ Object
An optional external URL associated with the project.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/model_lab_project_attributes.rb', line 37 def external_url @external_url end |
#is_starred ⇒ Object
Whether the project is starred by the current user.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/model_lab_project_attributes.rb', line 40 def is_starred @is_starred end |
#name ⇒ Object
The name of the project.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/model_lab_project_attributes.rb', line 43 def name @name end |
#owner_id ⇒ Object
The UUID of the project owner.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/model_lab_project_attributes.rb', line 46 def owner_id @owner_id end |
#tags ⇒ Object
The list of tags associated with the project.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/model_lab_project_attributes.rb', line 49 def @tags end |
#updated_at ⇒ Object
The date and time the project was last updated.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/model_lab_project_attributes.rb', line 52 def updated_at @updated_at end |