GoogleAppsDriveLabelsV2LabelLock constructor
      
      GoogleAppsDriveLabelsV2LabelLock({ 
    
    
- GoogleAppsDriveLabelsV2LabelLockCapabilities? capabilities,
- String? choiceId,
- String? createTime,
- GoogleAppsDriveLabelsV2UserInfo? creator,
- String? deleteTime,
- String? fieldId,
- String? name,
- String? state,
Implementation
GoogleAppsDriveLabelsV2LabelLock({
  this.capabilities,
  this.choiceId,
  this.createTime,
  this.creator,
  this.deleteTime,
  this.fieldId,
  this.name,
  this.state,
});