GoogleAppsDriveLabelsV2Label constructor
GoogleAppsDriveLabelsV2Label({
- GoogleAppsDriveLabelsV2LabelAppliedCapabilities? appliedCapabilities,
- GoogleAppsDriveLabelsV2LabelAppliedLabelPolicy? appliedLabelPolicy,
- String? createTime,
- GoogleAppsDriveLabelsV2UserInfo? creator,
- String? customer,
- String? disableTime,
- GoogleAppsDriveLabelsV2UserInfo? disabler,
- GoogleAppsDriveLabelsV2LabelDisplayHints? displayHints,
- List<
GoogleAppsDriveLabelsV2Field> ? fields, - String? id,
- String? labelType,
- String? learnMoreUri,
- GoogleAppsDriveLabelsV2Lifecycle? lifecycle,
- GoogleAppsDriveLabelsV2LockStatus? lockStatus,
- String? name,
- GoogleAppsDriveLabelsV2LabelProperties? properties,
- String? publishTime,
- GoogleAppsDriveLabelsV2UserInfo? publisher,
- String? revisionCreateTime,
- GoogleAppsDriveLabelsV2UserInfo? revisionCreator,
- String? revisionId,
- GoogleAppsDriveLabelsV2LabelSchemaCapabilities? schemaCapabilities,
Implementation
GoogleAppsDriveLabelsV2Label({
this.appliedCapabilities,
this.appliedLabelPolicy,
this.createTime,
this.creator,
this.customer,
this.disableTime,
this.disabler,
this.displayHints,
this.fields,
this.id,
this.labelType,
this.learnMoreUri,
this.lifecycle,
this.lockStatus,
this.name,
this.properties,
this.publishTime,
this.publisher,
this.revisionCreateTime,
this.revisionCreator,
this.revisionId,
this.schemaCapabilities,
});