module Labels:sig..end
type t = {
|
: |
(* |
Deprecated.
| *) |
|
modified : |
(* |
Whether the file has been modified by this user.
| *) |
|
restricted : |
(* |
Whether viewers and commenters are prevented from downloading, printing, and copying this file.
| *) |
|
starred : |
(* |
Whether this file is starred by the user.
| *) |
|
trashed : |
(* |
Whether this file has been trashed. This label applies to all users accessing the file; however, only owners are allowed to see and untrash files.
| *) |
|
viewed : |
(* |
Whether this file has been viewed by this user.
| *) |
: (t, bool) GapiLens.t
val modified : (t, bool) GapiLens.t
val restricted : (t, bool) GapiLens.t
val starred : (t, bool) GapiLens.t
val trashed : (t, bool) GapiLens.t
val viewed : (t, bool) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t ->
GapiJson.json_data_model -> t