GoogleAppsDriveLabelsV2ListLabelLocksResponse constructor
GoogleAppsDriveLabelsV2ListLabelLocksResponse({
- List<
GoogleAppsDriveLabelsV2LabelLock> ? labelLocks, - String? nextPageToken,
Implementation
GoogleAppsDriveLabelsV2ListLabelLocksResponse({
this.labelLocks,
this.nextPageToken,
});