GoogleChromePolicyVersionsV1PolicySchemaNoticeDescription constructor

GoogleChromePolicyVersionsV1PolicySchemaNoticeDescription({
  1. bool? acknowledgementRequired,
  2. String? field,
  3. String? noticeMessage,
  4. String? noticeValue,
})

Implementation

GoogleChromePolicyVersionsV1PolicySchemaNoticeDescription({
  this.acknowledgementRequired,
  this.field,
  this.noticeMessage,
  this.noticeValue,
});