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