ListPolicyVersionsResponse constructor

ListPolicyVersionsResponse({
  1. bool? isTruncated,
  2. String? marker,
  3. List<PolicyVersion>? versions,
})

Implementation

ListPolicyVersionsResponse({
  this.isTruncated,
  this.marker,
  this.versions,
});