Module Page.Author

module Image : sig ... end
type t = {
displayName : string;

The display name.

id : string;

The identifier of the Page creator.

image : Image.t;

The page author's avatar.

url : string;

The URL of the Page creator's Profile page.

}
val displayName : (t, string) GapiLens.t
val id : (t, string) GapiLens.t
val image : (tImage.t) GapiLens.t
val url : (t, string) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t -> GapiJson.json_data_model -> t