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. List<GoogleAppsDriveLabelsV2Field>? fields,
  10. String? id,
  11. String? labelType,
  12. String? learnMoreUri,
  13. GoogleAppsDriveLabelsV2Lifecycle? lifecycle,
  14. GoogleAppsDriveLabelsV2LockStatus? lockStatus,
  15. String? name,
  16. GoogleAppsDriveLabelsV2LabelProperties? properties,
  17. String? publishTime,
  18. GoogleAppsDriveLabelsV2UserInfo? publisher,
  19. String? revisionCreateTime,
  20. GoogleAppsDriveLabelsV2UserInfo? revisionCreator,
  21. String? revisionId,
  22. 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,
});