PlatformPolicy constructor

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

Implementation

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