UserUpdateStatusResponse constructor
UserUpdateStatusResponse({})
Implementation
UserUpdateStatusResponse({
required this.type,
required this.resource,
required this.action,
this.uuid,
this.payload,
required this.errors,
});