Sha256: a70ed6b63f22be4a5ae8adcd3ad2418f841389c417dc07282c2349eb7d0eea7d
Contents?: true
Size: 654 Bytes
Versions: 7
Compression:
Stored size: 654 Bytes
Contents
# DatadogAPIClient::V2::RoleCreateResponseData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **attributes** | [**RoleCreateAttributes**](RoleCreateAttributes.md) | | [optional] | | **id** | **String** | ID of the role. | [optional] | | **relationships** | [**RoleResponseRelationships**](RoleResponseRelationships.md) | | [optional] | | **type** | [**RolesType**](RolesType.md) | | [default to 'roles'] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::RoleCreateResponseData.new( attributes: null, id: null, relationships: null, type: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems