ListKeyPoliciesResponse constructor

ListKeyPoliciesResponse({
  1. String? nextMarker,
  2. List<String>? policyNames,
  3. bool? truncated,
})

Implementation

ListKeyPoliciesResponse({
  this.nextMarker,
  this.policyNames,
  this.truncated,
});