GoogleAppsDriveLabelsV2LabelLock constructor

GoogleAppsDriveLabelsV2LabelLock({
  1. GoogleAppsDriveLabelsV2LabelLockCapabilities? capabilities,
  2. String? choiceId,
  3. String? createTime,
  4. GoogleAppsDriveLabelsV2UserInfo? creator,
  5. String? deleteTime,
  6. String? fieldId,
  7. String? name,
  8. String? state,
})

Implementation

GoogleAppsDriveLabelsV2LabelLock({
  this.capabilities,
  this.choiceId,
  this.createTime,
  this.creator,
  this.deleteTime,
  this.fieldId,
  this.name,
  this.state,
});