Class GoogleAppsDriveLabelsV2betaBatchUpdateLabelPermissionsResponse
Response for updating one or more Label Permissions.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2beta.Data
Assembly: Google.Apis.DriveLabels.v2beta.dll
Syntax
public class GoogleAppsDriveLabelsV2betaBatchUpdateLabelPermissionsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Permissions
Required. Permissions updated.
Declaration
[JsonProperty("permissions")]
public virtual IList<GoogleAppsDriveLabelsV2betaLabelPermission> Permissions { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleAppsDriveLabelsV2betaLabelPermission> |