GoogleAppsDriveLabelsV2Field constructor
GoogleAppsDriveLabelsV2Field({
- GoogleAppsDriveLabelsV2FieldAppliedCapabilities? appliedCapabilities,
- String? createTime,
- GoogleAppsDriveLabelsV2UserInfo? creator,
- GoogleAppsDriveLabelsV2FieldDateOptions? dateOptions,
- String? disableTime,
- GoogleAppsDriveLabelsV2UserInfo? disabler,
- GoogleAppsDriveLabelsV2FieldDisplayHints? displayHints,
- String? id,
- GoogleAppsDriveLabelsV2FieldIntegerOptions? integerOptions,
- GoogleAppsDriveLabelsV2Lifecycle? lifecycle,
- GoogleAppsDriveLabelsV2LockStatus? lockStatus,
- GoogleAppsDriveLabelsV2FieldProperties? properties,
- GoogleAppsDriveLabelsV2UserInfo? publisher,
- String? queryKey,
- GoogleAppsDriveLabelsV2FieldSchemaCapabilities? schemaCapabilities,
- GoogleAppsDriveLabelsV2FieldSelectionOptions? selectionOptions,
- GoogleAppsDriveLabelsV2FieldTextOptions? textOptions,
- String? updateTime,
- GoogleAppsDriveLabelsV2UserInfo? updater,
- GoogleAppsDriveLabelsV2FieldUserOptions? userOptions,
Implementation
GoogleAppsDriveLabelsV2Field({
this.appliedCapabilities,
this.createTime,
this.creator,
this.dateOptions,
this.disableTime,
this.disabler,
this.displayHints,
this.id,
this.integerOptions,
this.lifecycle,
this.lockStatus,
this.properties,
this.publisher,
this.queryKey,
this.schemaCapabilities,
this.selectionOptions,
this.textOptions,
this.updateTime,
this.updater,
this.userOptions,
});