GoogleAppsDriveLabelsV2ListLabelsResponse constructor
GoogleAppsDriveLabelsV2ListLabelsResponse({
- List<
GoogleAppsDriveLabelsV2Label> ? labels, - String? nextPageToken,
Implementation
GoogleAppsDriveLabelsV2ListLabelsResponse({
this.labels,
this.nextPageToken,
});