GoogleChromePolicyVersionsV1PolicyApiLifecycle constructor

GoogleChromePolicyVersionsV1PolicyApiLifecycle({
  1. List<String>? deprecatedInFavorOf,
  2. String? description,
  3. GoogleTypeDate? endSupport,
  4. String? policyApiLifecycleStage,
  5. List<String>? scheduledToDeprecatePolicies,
})

Implementation

GoogleChromePolicyVersionsV1PolicyApiLifecycle({
  this.deprecatedInFavorOf,
  this.description,
  this.endSupport,
  this.policyApiLifecycleStage,
  this.scheduledToDeprecatePolicies,
});