GoogleChromePolicyVersionsV1PolicySchemaFieldDescription constructor
GoogleChromePolicyVersionsV1PolicySchemaFieldDescription({
- Object? defaultValue,
- String? description,
- String? field,
- GoogleChromePolicyVersionsV1FieldConstraints? fieldConstraints,
- List<
GoogleChromePolicyVersionsV1PolicySchemaFieldDependencies> ? fieldDependencies, - String? fieldDescription,
- String? inputConstraint,
- List<
GoogleChromePolicyVersionsV1PolicySchemaFieldKnownValueDescription> ? knownValueDescriptions, - String? name,
- List<
GoogleChromePolicyVersionsV1PolicySchemaFieldDescription> ? nestedFieldDescriptions, - 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,
});