次の方法で共有


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>