DeleteIAMPolicyAssignmentResponse constructor

DeleteIAMPolicyAssignmentResponse({
  1. String? assignmentName,
  2. String? requestId,
  3. int? status,
})

Implementation

DeleteIAMPolicyAssignmentResponse({
  this.assignmentName,
  this.requestId,
  this.status,
});