organizationSetSupportEmail method

ResponseFuture<OrganizationSetSupportEmailResponse> organizationSetSupportEmail(
  1. OrganizationSetSupportEmailRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$10.OrganizationSetSupportEmailResponse> organizationSetSupportEmail($10.OrganizationSetSupportEmailRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$organizationSetSupportEmail, request, options: options);
}