UsersResource.Labels
val create :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
userId:string ->
GapiGmailV1Model.Label.t ->
GapiConversation.Session.t ->
GapiGmailV1Model.Label.t * GapiConversation.Session.t
Creates a new label.
val delete :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
userId:string ->
id:string ->
GapiConversation.Session.t ->
unit * GapiConversation.Session.t
Immediately and permanently deletes the specified label and removes it from any messages and threads that it is applied to.
val get :
?base_url:string ->
?etag:string ->
?std_params:GapiService.StandardParameters.t ->
userId:string ->
id:string ->
GapiConversation.Session.t ->
GapiGmailV1Model.Label.t * GapiConversation.Session.t
Gets the specified label.
val list :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
userId:string ->
GapiConversation.Session.t ->
GapiGmailV1Model.ListLabelsResponse.t * GapiConversation.Session.t
Lists all labels in the user's mailbox.
val patch :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
userId:string ->
id:string ->
GapiGmailV1Model.Label.t ->
GapiConversation.Session.t ->
GapiGmailV1Model.Label.t * GapiConversation.Session.t
Updates the specified label. This method supports patch semantics.
val update :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
userId:string ->
id:string ->
GapiGmailV1Model.Label.t ->
GapiConversation.Session.t ->
GapiGmailV1Model.Label.t * GapiConversation.Session.t
Updates the specified label.