package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Actor.NameSource

Sourcetype t = {
  1. familyName : string;
    (*

    The family name ("last name") of the actor.

    *)
  2. givenName : string;
    (*

    The given name ("first name") of the actor.

    *)
}
Sourceval familyName : (t, string) GapiLens.t
Sourceval givenName : (t, string) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list