Class: DatadogAPIClient::V1::OrganizationCreateResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::OrganizationCreateResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/organization_create_response.rb
Overview
Response object for an organization creation.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#api_key ⇒ Object
Datadog API key.
-
#application_key ⇒ Object
An application key with its associated metadata.
-
#org ⇒ Object
Create, edit, and manage organizations.
-
#user ⇒ Object
Create, edit, and disable users.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v1/models/organization_create_response.rb', line 36 def additional_properties @additional_properties end |
#api_key ⇒ Object
Datadog API key.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/organization_create_response.rb', line 25 def api_key @api_key end |
#application_key ⇒ Object
An application key with its associated metadata.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/organization_create_response.rb', line 28 def application_key @application_key end |
#org ⇒ Object
Create, edit, and manage organizations.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/organization_create_response.rb', line 31 def org @org end |
#user ⇒ Object
Create, edit, and disable users.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/organization_create_response.rb', line 34 def user @user end |