SslPoliciesAggregatedList constructor

SslPoliciesAggregatedList({
  1. String? etag,
  2. String? id,
  3. Map<String, SslPoliciesScopedList>? items,
  4. String? kind,
  5. String? nextPageToken,
  6. String? selfLink,
  7. List<String>? unreachables,
  8. SslPoliciesAggregatedListWarning? warning,
})

Implementation

SslPoliciesAggregatedList({
  this.etag,
  this.id,
  this.items,
  this.kind,
  this.nextPageToken,
  this.selfLink,
  this.unreachables,
  this.warning,
});