Sha256: e7925c63fbda6e6fc720208bd8a47a569bbdd62dce47c8b15e589bcfd66f5177
Contents?: true
Size: 462 Bytes
Versions: 7
Compression:
Stored size: 462 Bytes
Contents
# DatadogAPIClient::V2::RelationshipToRoleData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | ID of the role. | [optional] | | **type** | [**RolesType**](RolesType.md) | | [optional][default to 'roles'] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::RelationshipToRoleData.new( id: 3653d3c6-0c75-11ea-ad28-fb5701eabc7d, type: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems