GoogleApi.ContentWarehouse.V1.Model.SocialGraphWireProtoPeopleapiExtensionPeopleStackPersonExtendedData
Table of Contents ▼
Jump to a specific part of the page:
Description
NEXT_ID: 6
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
birthdayStatus
(type:String.t
, default:nil
)
- Whether the person has birthday field populated. -
familyStatus
(type:String.t
, default:nil
)
- Whether the person is in the same family as the requesting user. Family here refers to https://families.google.com/families. This information is read from SuperGlue, and can be consumed by clients, e.g. Assistant and Photos. If this field is not set, the person is not in the user's family. -
hideType
(type:String.t
, default:nil
)
- If this field is not set, the person is visible (implicit). -
suggestionConfidence
(type:String.t
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SocialGraphWireProtoPeopleapiExtensionPeopleStackPersonExtendedData{
birthdayStatus: String.t() | nil,
familyStatus: String.t() | nil,
hiddenKeys: [GoogleApi.ContentWarehouse.V1.Model.SocialDiscoveryExternalEntityKey.t()] | nil,
hideType: String.t() | nil,
suggestionConfidence: String.t() | nil
}
birthdayStatus: String.t() | nil,
familyStatus: String.t() | nil,
hiddenKeys: [GoogleApi.ContentWarehouse.V1.Model.SocialDiscoveryExternalEntityKey.t()] | nil,
hideType: String.t() | nil,
suggestionConfidence: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.SocialGraphWireProtoPeopleapiExtensionPeopleStackPersonExtendedData