- JSON 表現
- 名前
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表現
- EmailAddress
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表現
- PhoneNumber
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表現
- PhoneNumber.PhoneNumberType
- 写真
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表現
人物を表すオブジェクト。
JSON 表現 |
---|
{ "name": string, "obfuscatedId": string, "personNames": [ { object ( |
フィールド | |
---|---|
name |
情報を提供する人物のリソース名。Google People API の |
obfuscatedId |
難読化された人物の ID。 |
personNames[] |
個人の名前 |
emailAddresses[] |
ユーザーのメールアドレス |
phoneNumbers[] |
相手の電話番号 |
photos[] |
人物の読み取り専用の写真。ユーザーの名前の横に表示される画像で、他のユーザーが検索結果でそのユーザーを識別できるようにします。 |
名前
個人の名前。
JSON 表現 |
---|
{ "displayName": string } |
フィールド | |
---|---|
displayName |
閲覧者のアカウントまたは |
EmailAddress
ユーザーのメールアドレス。
JSON 表現 |
---|
{ "emailAddress": string, "primary": boolean, "type": string, "customType": string, "emailUrl": string } |
フィールド | |
---|---|
emailAddress |
メールアドレス。 |
primary |
ユーザーのメインのメールアドレスかどうかを示します。メインとしてマークできるエントリは 1 つのみです。 |
type |
メール アカウントのタイプ。指定できる値は「カスタム」、「自宅」、「その他」、「職場」です。 |
customType |
type の値が custom の場合、このプロパティにはカスタム型の文字列が含まれます。 |
emailUrl |
メールを送信する URL。 |
PhoneNumber
個人の電話番号
JSON 表現 |
---|
{
"phoneNumber": string,
"type": enum ( |
フィールド | |
---|---|
phoneNumber |
電話番号。 |
type |
|
PhoneNumber.PhoneNumberType
電話番号タイプの列挙型。
列挙型 | |
---|---|
OTHER |
|
MOBILE |
|
OFFICE |
写真
人物の写真
JSON 表現 |
---|
{ "url": string } |
フィールド | |
---|---|
url |
写真の URL。 |