View Source GoogleApi.Keep.V1.Model.BatchDeletePermissionsRequest (google_api_keep v0.3.0)
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}
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Keep.V1.Model.BatchDeletePermissionsRequest{ names: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.