PlatformPolicy constructor

PlatformPolicy({
  1. String? description,
  2. GkePolicy? gkePolicy,
  3. String? name,
  4. String? updateTime,
})

Implementation

PlatformPolicy({
  this.description,
  this.gkePolicy,
  this.name,
  this.updateTime,
});