Sha256: 5ee33c623c0bb771a555e06aeef42b6dd83271eab8f384ca6fe8b040ae68494b
Contents?: true
Size: 466 Bytes
Versions: 7
Compression:
Stored size: 466 Bytes
Contents
# DatadogAPIClient::V2::RelationshipToPermissionData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | ID of the permission. | [optional] | | **type** | [**PermissionsType**](PermissionsType.md) | | [optional][default to 'permissions'] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::RelationshipToPermissionData.new( id: null, type: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems