GoogleApi.Keep.V1.Model.BatchDeletePermissionsRequest (google_api_keep v0.2.0) View Source
The request to remove one or more permissions from a note. A permission with the OWNER role can't be removed. If removing a permission fails, then the entire request fails and no changes are made. Returns a 400 bad request error if a specified permission does not exist on the note.
Attributes
-
names(type:list(String.t), default:nil) - Required. The names of the permissions to delete. Format:notes/{note}/permissions/{permission}
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Keep.V1.Model.BatchDeletePermissionsRequest{
names: [String.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.