GoogleIamV2Policy constructor

GoogleIamV2Policy({
  1. Map<String, String>? annotations,
  2. String? createTime,
  3. String? deleteTime,
  4. String? displayName,
  5. String? etag,
  6. String? kind,
  7. String? name,
  8. List<GoogleIamV2PolicyRule>? rules,
  9. String? uid,
  10. String? updateTime,
})

Implementation

GoogleIamV2Policy({
  this.annotations,
  this.createTime,
  this.deleteTime,
  this.displayName,
  this.etag,
  this.kind,
  this.name,
  this.rules,
  this.uid,
  this.updateTime,
});