GoogleChromePolicyVersionsV1PolicySchemaFieldDescription constructor

GoogleChromePolicyVersionsV1PolicySchemaFieldDescription({
  1. Object? defaultValue,
  2. String? description,
  3. String? field,
  4. GoogleChromePolicyVersionsV1FieldConstraints? fieldConstraints,
  5. List<GoogleChromePolicyVersionsV1PolicySchemaFieldDependencies>? fieldDependencies,
  6. String? fieldDescription,
  7. String? inputConstraint,
  8. List<GoogleChromePolicyVersionsV1PolicySchemaFieldKnownValueDescription>? knownValueDescriptions,
  9. String? name,
  10. List<GoogleChromePolicyVersionsV1PolicySchemaFieldDescription>? nestedFieldDescriptions,
  11. List<GoogleChromePolicyVersionsV1PolicySchemaRequiredItems>? requiredItems,
})

Implementation

GoogleChromePolicyVersionsV1PolicySchemaFieldDescription({
  this.defaultValue,
  this.description,
  this.field,
  this.fieldConstraints,
  this.fieldDependencies,
  this.fieldDescription,
  this.inputConstraint,
  this.knownValueDescriptions,
  this.name,
  this.nestedFieldDescriptions,
  this.requiredItems,
});