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