MessageDirectUnpinRequest constructor

MessageDirectUnpinRequest({
  1. String? resource,
  2. String? action,
  3. UnPinPayload? payload,
  4. String? type,
})

Implementation

MessageDirectUnpinRequest ({
  this.resource,
  this.action,
  this.payload,
  this.type,
});