GoogleChromePolicyVersionsV1PolicySchema constructor
GoogleChromePolicyVersionsV1PolicySchema({
- List<
String> ? accessRestrictions, - List<
GoogleChromePolicyVersionsV1AdditionalTargetKeyName> ? additionalTargetKeyNames, - String? categoryTitle,
- Proto2FileDescriptorProto? definition,
- List<
GoogleChromePolicyVersionsV1PolicySchemaFieldDescription> ? fieldDescriptions, - String? name,
- List<
GoogleChromePolicyVersionsV1PolicySchemaNoticeDescription> ? notices, - GoogleChromePolicyVersionsV1PolicyApiLifecycle? policyApiLifecycle,
- String? policyDescription,
- String? schemaName,
- String? supportUri,
- List<
String> ? supportedPlatforms, - List<
String> ? validTargetResources,
Implementation
GoogleChromePolicyVersionsV1PolicySchema({
this.accessRestrictions,
this.additionalTargetKeyNames,
this.categoryTitle,
this.definition,
this.fieldDescriptions,
this.name,
this.notices,
this.policyApiLifecycle,
this.policyDescription,
this.schemaName,
this.supportUri,
this.supportedPlatforms,
this.validTargetResources,
});