{// Union field type can be only one of the following:"knownUser": {object (KnownUser)},"deletedUser": {object (DeletedUser)},"unknownUser": {object (UnknownUser)}// End of list of possible types for union field type.}
フィールド
共用体フィールド
type。ユーザーの種類(既知、不明、削除済みなど)。
type
は次のいずれか 1 つのみを指定できます。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-09-05 UTC。"],[[["User information is categorized into three types: known, deleted, and unknown."],["Known users have a `personName` which is an identifier and `isCurrentUser` which denotes if the user is making the current request."],["Deleted users and unknown users have no associated fields and represent users who are deleted or unknown respectively."]]],[]]