DisassociateResourceSharePermissionResponse constructor

DisassociateResourceSharePermissionResponse({
  1. String? clientToken,
  2. bool? returnValue,
})

Implementation

DisassociateResourceSharePermissionResponse({
  this.clientToken,
  this.returnValue,
});