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