updateApp method
Update Application
Deprecated: Use PatchApplication instead to update the generic params of an app.
Update the basic information of an application. This doesn't include information that are dependent on the application type (OIDC, API, SAML)
Implementation
$grpc.ResponseFuture<$0.UpdateAppResponse> updateApp(
$0.UpdateAppRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$updateApp, request, options: options);
}