module Activity:sig..end
module Provider:sig..end
module Object:sig..end
module Actor:sig..end
type t = {
|
access : |
(* |
Identifies who has access to see this activity.
| *) |
|
actor : |
(* |
The person who performed this activity.
| *) |
|
address : |
(* |
Street address where this activity occurred.
| *) |
|
annotation : |
(* |
Additional content added by the person who shared this activity, applicable only when resharing an activity.
| *) |
|
crosspostSource : |
(* |
If this activity is a crosspost from another system, this property specifies the ID of the original activity.
| *) |
|
etag : |
(* |
ETag of this response for caching purposes.
| *) |
|
geocode : |
(* |
Latitude and longitude where this activity occurred. Format is latitude followed by longitude, space separated.
| *) |
|
id : |
(* |
The ID of this activity.
| *) |
|
kind : |
(* |
Identifies this resource as an activity. Value: "plus#activity".
| *) |
|
location : |
(* |
The location where this activity occurred.
| *) |
|
_object : |
(* |
The object of this activity.
| *) |
|
placeId : |
(* |
ID of the place where this activity occurred.
| *) |
|
placeName : |
(* |
Name of the place where this activity occurred.
| *) |
|
provider : |
(* |
The service provider that initially published this activity.
| *) |
|
published : |
(* |
The time at which this activity was initially published. Formatted as an RFC 3339 timestamp.
| *) |
|
radius : |
(* |
Radius, in meters, of the region where this activity occurred, centered at the latitude and longitude identified in geocode.
| *) |
|
title : |
(* |
Title of this activity.
| *) |
|
updated : |
(* |
The time at which this activity was last updated. Formatted as an RFC 3339 timestamp.
| *) |
|
url : |
(* |
The link to this activity.
| *) |
|
verb : |
(* |
This activity's verb, which indicates the action that was performed. Possible values include, but are not limited to, the following values:
| *) |
val access : (t, GapiPlusV1Model.Acl.t) GapiLens.t
val actor : (t, Actor.t) GapiLens.t
val address : (t, string) GapiLens.t
val annotation : (t, string) GapiLens.t
val crosspostSource : (t, string) GapiLens.t
val etag : (t, string) GapiLens.t
val geocode : (t, string) GapiLens.t
val id : (t, string) GapiLens.t
val kind : (t, string) GapiLens.t
val location : (t, GapiPlusV1Model.Place.t) GapiLens.t
val _object : (t, Object.t) GapiLens.t
val placeId : (t, string) GapiLens.t
val placeName : (t, string) GapiLens.t
val provider : (t, Provider.t) GapiLens.t
val published : (t, GapiDate.t) GapiLens.t
val radius : (t, string) GapiLens.t
val title : (t, string) GapiLens.t
val updated : (t, GapiDate.t) GapiLens.t
val url : (t, string) GapiLens.t
val verb : (t, string) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t ->
GapiJson.json_data_model -> t
val to_data_model : t -> GapiJson.json_data_model
val of_data_model : GapiJson.json_data_model -> t