다음을 통해 공유


ComposeDocumentModelRequest interface

구성 요소 문서 모델에서 구성된 문서 모델을 만들도록 본문을 요청합니다.

속성

componentModels

작성할 구성 요소 문서 모델 목록입니다.

description

문서 모델 설명입니다.

modelId

고유한 문서 모델 이름입니다.

tags

문서 모델과 연결된 키-값 태그 특성 목록입니다.

속성 세부 정보

componentModels

작성할 구성 요소 문서 모델 목록입니다.

componentModels: ComponentDocumentModelDetails[]

속성 값

description

문서 모델 설명입니다.

description?: string

속성 값

string

modelId

고유한 문서 모델 이름입니다.

modelId: string

속성 값

string

tags

문서 모델과 연결된 키-값 태그 특성 목록입니다.

tags?: Record<string, string>

속성 값

Record<string, string>