ConnectionUpdateParameters interface
연결 업데이트 작업에 제공된 매개 변수입니다.
속성
description | 연결에 대한 설명을 가져오거나 설정합니다. |
field |
연결의 필드 정의 값을 가져오거나 설정합니다. |
name | 연결의 이름을 가져오거나 설정합니다. |
속성 세부 정보
description
연결에 대한 설명을 가져오거나 설정합니다.
description?: string
속성 값
string
fieldDefinitionValues
연결의 필드 정의 값을 가져오거나 설정합니다.
fieldDefinitionValues?: {[propertyName: string]: string}
속성 값
{[propertyName: string]: string}
name
연결의 이름을 가져오거나 설정합니다.
name?: string
속성 값
string