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