ListPolicyVersionsResponse constructor
ListPolicyVersionsResponse({
- bool? isTruncated,
- String? marker,
- List<
PolicyVersion> ? versions,
Implementation
ListPolicyVersionsResponse({
this.isTruncated,
this.marker,
this.versions,
});