Class: DatadogAPIClient::V2::ProjectCreateAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/project_create_attributes.rb

Overview

Project creation attributes

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#keyObject

Project's key. Cannot be "CASE"



25
26
27
# File 'lib/datadog_api_client/v2/models/project_create_attributes.rb', line 25

def key
  @key
end

#nameObject

name



28
29
30
# File 'lib/datadog_api_client/v2/models/project_create_attributes.rb', line 28

def name
  @name
end