Class: DatadogAPIClient::V2::RoleCreateResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RoleCreateResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/role_create_response.rb
Overview
Response containing information about a created role.
Instance Attribute Summary collapse
-
#data ⇒ Object
Role object returned by the API.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#data ⇒ Object
Role object returned by the API.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/role_create_response.rb', line 29 def data @data end |