次の方法で共有


Question interface

質問/スレッドの構造

Extends

プロパティ

reCaptchaToken
responses

質問/スレッドに対する の回答の一覧

継承されたプロパティ

createdDate

レビューが最初に作成された時刻

id

QnA 項目の一意識別子

status

アイテムの状態を取得する

text

QnA 項目のテキストの説明

updatedDate

レビューが編集または更新された時刻

user

アイテムのユーザーの詳細。

プロパティの詳細

reCaptchaToken

reCaptchaToken: string

プロパティ値

string

responses

質問/スレッドに対する の回答の一覧

responses: Response[]

プロパティ値

継承されたプロパティの詳細

createdDate

レビューが最初に作成された時刻

createdDate: Date

プロパティ値

Date

QnAItem.createdDateから継承

id

QnA 項目の一意識別子

id: number

プロパティ値

number

QnAItem.idから継承

status

アイテムの状態を取得する

status: QnAItemStatus

プロパティ値

QnAItem.statusから継承

text

QnA 項目のテキストの説明

text: string

プロパティ値

string

QnAItem.textから継承

updatedDate

レビューが編集または更新された時刻

updatedDate: Date

プロパティ値

Date

QnAItem.updatedDateから継承

user

アイテムのユーザーの詳細。

user: UserIdentityRef

プロパティ値

QnAItem.userから継承