SecurityPolicyList constructor

SecurityPolicyList({
  1. String? id,
  2. List<SecurityPolicy>? items,
  3. String? kind,
  4. String? nextPageToken,
  5. SecurityPolicyListWarning? warning,
})

Implementation

SecurityPolicyList({
  this.id,
  this.items,
  this.kind,
  this.nextPageToken,
  this.warning,
});