toJson method
Implementation
String toJson() {
return AuthenticatedRequestedMapper.ensureInitialized()
.encodeJson<AuthenticatedRequested>(this as AuthenticatedRequested);
}
String toJson() {
return AuthenticatedRequestedMapper.ensureInitialized()
.encodeJson<AuthenticatedRequested>(this as AuthenticatedRequested);
}