GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileEducation
Table of Contents ▼
Jump to a specific part of the page:
Description
Wraps information about a user's eductational background.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
endTime
(type:GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDate
, default:nil
)
- -
fieldOfStudy
(type:list(GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileEntity)
, default:nil
)
- -
institution
(type:GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileEntity
, default:nil
)
- -
startTime
(type:GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDate
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileEducation{
endTime: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDate.t() | nil,
fieldOfStudy: [ GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileEntity.t() ] | nil,
institution: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileEntity.t() | nil,
startTime: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDate.t() | nil
}
endTime: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDate.t() | nil,
fieldOfStudy: [ GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileEntity.t() ] | nil,
institution: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileEntity.t() | nil,
startTime: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDate.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileEducation