Skip to content

Commit

Permalink
Automated build 'Automated commit 'Fixed owner dto name description (…
Browse files Browse the repository at this point in the history
…#1631)' by github action: 8542626716' go sdk: 8542632426
  • Loading branch information
developer-relations-sp committed Apr 3, 2024
1 parent cf6cb68 commit 43a2d2e
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion api_beta/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70843,7 +70843,7 @@ components:
example: 2c9180a46faadee4016fb4e018c20639
type: string
name:
description: Owner's display name.
description: Owner's name.
example: Support
type: string
type: object
Expand Down
2 changes: 1 addition & 1 deletion api_beta/docs/OwnerDto.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type** | Pointer to **string** | Owner's DTO type. | [optional]
**Id** | Pointer to **string** | Owner's identity ID. | [optional]
**Name** | Pointer to **string** | Owner's display name. | [optional]
**Name** | Pointer to **string** | Owner's name. | [optional]

## Methods

Expand Down
2 changes: 1 addition & 1 deletion api_beta/docs/ViolationOwnerAssignmentConfigOwnerRef.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type** | Pointer to **string** | Owner's DTO type. | [optional]
**Id** | Pointer to **string** | Owner's identity ID. | [optional]
**Name** | Pointer to **string** | Owner's display name. | [optional]
**Name** | Pointer to **string** | Owner's name. | [optional]

## Methods

Expand Down
2 changes: 1 addition & 1 deletion api_beta/docs/WorkgroupDtoOwner.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type** | Pointer to **string** | Owner's DTO type. | [optional]
**Id** | Pointer to **string** | Owner's identity ID. | [optional]
**Name** | Pointer to **string** | Owner's display name. | [optional]
**Name** | Pointer to **string** | Owner's name. | [optional]
**DisplayName** | Pointer to **string** | The display name of the identity | [optional] [readonly]
**EmailAddress** | Pointer to **string** | The primary email address of the identity | [optional] [readonly]

Expand Down
2 changes: 1 addition & 1 deletion api_beta/model_owner_dto.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_beta/model_workgroup_dto_owner.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_v3/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46755,7 +46755,7 @@ components:
example: 2c9180a46faadee4016fb4e018c20639
type: string
name:
description: Owner's display name.
description: Owner's name.
example: Support
type: string
type: object
Expand Down
2 changes: 1 addition & 1 deletion api_v3/docs/OwnerDto.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type** | Pointer to **string** | Owner's DTO type. | [optional]
**Id** | Pointer to **string** | Owner's identity ID. | [optional]
**Name** | Pointer to **string** | Owner's display name. | [optional]
**Name** | Pointer to **string** | Owner's name. | [optional]

## Methods

Expand Down
2 changes: 1 addition & 1 deletion api_v3/docs/ViolationOwnerAssignmentConfigOwnerRef.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type** | Pointer to **string** | Owner's DTO type. | [optional]
**Id** | Pointer to **string** | Owner's identity ID. | [optional]
**Name** | Pointer to **string** | Owner's display name. | [optional]
**Name** | Pointer to **string** | Owner's name. | [optional]

## Methods

Expand Down
2 changes: 1 addition & 1 deletion api_v3/model_owner_dto.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 43a2d2e

Please sign in to comment.