Class BatchCreatePermissionsResponse
The response for creating permissions on a note.
Implements
Inherited Members
Namespace: Google.Apis.Keep.v1.Data
Assembly: Google.Apis.Keep.v1.dll
Syntax
public class BatchCreatePermissionsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Permissions
Permissions created.
Declaration
[JsonProperty("permissions")]
public virtual IList<Permission> Permissions { get; set; }
Property Value
Type | Description |
---|---|
IList<Permission> |