Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.5.1.dev2",
"regenerated": "2021-12-21 23:32:18.360330",
"spec_repo_commit": "4bb7a8e"
"regenerated": "2021-12-22 10:38:47.726829",
"spec_repo_commit": "e61cc09"
},
"v2": {
"apigentools_version": "1.5.1.dev2",
"regenerated": "2021-12-21 23:32:18.397761",
"spec_repo_commit": "4bb7a8e"
"regenerated": "2021-12-22 10:38:47.761564",
"spec_repo_commit": "e61cc09"
}
}
}
9 changes: 4 additions & 5 deletions docs/v2/RoleClone.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **attributes** | [**RoleCloneAttributes**](RoleCloneAttributes.md) | | |
| **type** | [**RolesType**](RolesType.md) | | [default to 'roles'] |
| Name | Type | Description | Notes |
| -------------- | ------------------------------------------------- | ----------- | ---------------------------- |
| **attributes** | [**RoleCloneAttributes**](RoleCloneAttributes.md) | | |
| **type** | [**RolesType**](RolesType.md) | | [default to 'roles'] |

## Example

Expand All @@ -17,4 +17,3 @@ instance = DatadogAPIClient::V2::RoleClone.new(
type: null
)
```

7 changes: 3 additions & 4 deletions docs/v2/RoleCloneAttributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | Name of the new role that is cloned. | |
| Name | Type | Description | Notes |
| -------- | ---------- | ------------------------------------ | ----- |
| **name** | **String** | Name of the new role that is cloned. | |

## Example

Expand All @@ -15,4 +15,3 @@ instance = DatadogAPIClient::V2::RoleCloneAttributes.new(
name: cloned-role
)
```

7 changes: 3 additions & 4 deletions docs/v2/RoleCloneRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **data** | [**RoleClone**](RoleClone.md) | | |
| Name | Type | Description | Notes |
| -------- | ----------------------------- | ----------- | ----- |
| **data** | [**RoleClone**](RoleClone.md) | | |

## Example

Expand All @@ -15,4 +15,3 @@ instance = DatadogAPIClient::V2::RoleCloneRequest.new(
data: null
)
```