PCSIDRequestProp constructor
PCSIDRequestProp({})
Constructs a PCSIDRequestProp instance with the required parameters.
Implementation
PCSIDRequestProp({
required this.binarySecurityToken,
required this.requestId,
required this.secret,
});