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
-
#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
#api_key ⇒ Object
Datadog API key.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/organization_create_response.rb', line 29 def api_key @api_key end |
#application_key ⇒ Object
An application key with its associated metadata.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/organization_create_response.rb', line 32 def application_key @application_key end |
#org ⇒ Object
Create, edit, and manage organizations.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/organization_create_response.rb', line 35 def org @org end |
#user ⇒ Object
Create, edit, and disable users.
38 39 40 |
# File 'lib/datadog_api_client/v1/models/organization_create_response.rb', line 38 def user @user end |