GoogleChromePolicyVersionsV1PolicySchema constructor

GoogleChromePolicyVersionsV1PolicySchema({
  1. List<String>? accessRestrictions,
  2. List<GoogleChromePolicyVersionsV1AdditionalTargetKeyName>? additionalTargetKeyNames,
  3. String? categoryTitle,
  4. Proto2FileDescriptorProto? definition,
  5. List<GoogleChromePolicyVersionsV1PolicySchemaFieldDescription>? fieldDescriptions,
  6. String? name,
  7. List<GoogleChromePolicyVersionsV1PolicySchemaNoticeDescription>? notices,
  8. GoogleChromePolicyVersionsV1PolicyApiLifecycle? policyApiLifecycle,
  9. String? policyDescription,
  10. String? schemaName,
  11. String? supportUri,
  12. List<String>? supportedPlatforms,
  13. 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,
});