View Source GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileWorkplace (google_api_content_warehouse v0.4.0)

Wraps information about a user working at a specific place.

Attributes

  • company (type: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSearchProfileEntity.t, default: nil) -
  • endTime (type: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDate.t, default: nil) -
  • startTime (type: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDate.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@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
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.