docs/v2/PermissionAttributes.md in datadog_api_client-1.4.0 vs docs/v2/PermissionAttributes.md in datadog_api_client-1.5.0
- old
+ new
@@ -1,18 +1,18 @@
# DatadogAPIClient::V2::PermissionAttributes
## Properties
-| Name | Type | Description | Notes |
-| ---- | ---- | ----------- | ----- |
-| **created** | **Time** | Creation time of the permission. | [optional] |
-| **description** | **String** | Description of the permission. | [optional] |
-| **display_name** | **String** | Displayed name for the permission. | [optional] |
-| **display_type** | **String** | Display type. | [optional] |
-| **group_name** | **String** | Name of the permission group. | [optional] |
-| **name** | **String** | Name of the permission. | [optional] |
-| **restricted** | **Boolean** | Whether or not the permission is restricted. | [optional] |
+| Name | Type | Description | Notes |
+| ---------------- | ----------- | -------------------------------------------- | ---------- |
+| **created** | **Time** | Creation time of the permission. | [optional] |
+| **description** | **String** | Description of the permission. | [optional] |
+| **display_name** | **String** | Displayed name for the permission. | [optional] |
+| **display_type** | **String** | Display type. | [optional] |
+| **group_name** | **String** | Name of the permission group. | [optional] |
+| **name** | **String** | Name of the permission. | [optional] |
+| **restricted** | **Boolean** | Whether or not the permission is restricted. | [optional] |
## Example
```ruby
require 'datadog_api_client/v2'
@@ -25,6 +25,5 @@
group_name: null,
name: null,
restricted: null
)
```
-