copyWithWrapped method
Implementation
SandboxItemSetVerificationStatusResponse copyWithWrapped(
{Wrapped<String>? requestId}) {
return SandboxItemSetVerificationStatusResponse(
requestId: (requestId != null ? requestId.value : this.requestId));
}