Class: DatadogAPIClient::V2::ModelLabProjectAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_locationObject

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_atObject

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_atObject

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

#descriptionObject

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_urlObject

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_starredObject

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

#nameObject

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_idObject

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

#tagsObject

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
  @tags
end

#updated_atObject

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