Content constructor
Content({
- dynamic topic,
- dynamic acknowledgementTopic,
- dynamic groupId,
- RequestedBy? requestedBy,
- int? requestDetails,
- int? payload,
- dynamic existingPayload,
- dynamic payloadDifference,
- dynamic response,
- String? serviceId,
- String? serviceDesc,
- String? requestId,
- String? requestKey,
- dynamic reason,
- int? approvalStatus,
- dynamic approverHistory,
- String? requestInitiatorId,
- String? taskId,
- String? requestedDate,
- dynamic requestedTime,
- dynamic searchKeywords,
- dynamic transactionId,
- String? tradeName,
- String? orderId,
- String? partnerId,
- String? redirectUrl,
- String? redirectScope,
- dynamic attributes,
- dynamic rules,
- bool? conditional,
- dynamic historyId,
- String? actionButton,
- dynamic message,
- String? description,
- bool? approved,
- bool? cancelled,
- bool? isConditionalApproval,
Implementation
Content(
{this.topic,
this.acknowledgementTopic,
this.groupId,
this.requestedBy,
this.requestDetails,
this.payload,
this.existingPayload,
this.payloadDifference,
this.response,
this.serviceId,
this.serviceDesc,
this.requestId,
this.requestKey,
this.reason,
this.approvalStatus,
this.approverHistory,
this.requestInitiatorId,
this.taskId,
this.requestedDate,
this.requestedTime,
this.searchKeywords,
this.transactionId,
this.tradeName,
this.orderId,
this.partnerId,
this.redirectUrl,
this.redirectScope,
this.attributes,
this.rules,
this.conditional,
this.historyId,
this.actionButton,
this.message,
this.description,
this.approved,
this.cancelled,
this.isConditionalApproval});