GoogleAppsDriveLabelsV2Label constructor

GoogleAppsDriveLabelsV2Label({
  1. GoogleAppsDriveLabelsV2LabelAppliedCapabilities? appliedCapabilities,
  2. GoogleAppsDriveLabelsV2LabelAppliedLabelPolicy? appliedLabelPolicy,
  3. String? createTime,
  4. GoogleAppsDriveLabelsV2UserInfo? creator,
  5. String? customer,
  6. String? disableTime,
  7. GoogleAppsDriveLabelsV2UserInfo? disabler,
  8. GoogleAppsDriveLabelsV2LabelDisplayHints? displayHints,
  9. GoogleAppsDriveLabelsV2LabelEnabledAppSettings? enabledAppSettings,
  10. List<GoogleAppsDriveLabelsV2Field>? fields,
  11. String? id,
  12. String? labelType,
  13. String? learnMoreUri,
  14. GoogleAppsDriveLabelsV2Lifecycle? lifecycle,
  15. GoogleAppsDriveLabelsV2LockStatus? lockStatus,
  16. String? name,
  17. GoogleAppsDriveLabelsV2LabelProperties? properties,
  18. String? publishTime,
  19. GoogleAppsDriveLabelsV2UserInfo? publisher,
  20. String? revisionCreateTime,
  21. GoogleAppsDriveLabelsV2UserInfo? revisionCreator,
  22. String? revisionId,
  23. GoogleAppsDriveLabelsV2LabelSchemaCapabilities? schemaCapabilities,
})

Implementation

GoogleAppsDriveLabelsV2Label({
  this.appliedCapabilities,
  this.appliedLabelPolicy,
  this.createTime,
  this.creator,
  this.customer,
  this.disableTime,
  this.disabler,
  this.displayHints,
  this.enabledAppSettings,
  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,
});