GoogleAppsDriveLabelsV2DeltaUpdateLabelRequest constructor
GoogleAppsDriveLabelsV2DeltaUpdateLabelRequest({
- String? languageCode,
- List<
GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestRequest> ? requests, - bool? useAdminAccess,
- String? view,
- GoogleAppsDriveLabelsV2WriteControl? writeControl,
Implementation
GoogleAppsDriveLabelsV2DeltaUpdateLabelRequest({
this.languageCode,
this.requests,
this.useAdminAccess,
this.view,
this.writeControl,
});