.. role:: ts-api-decorator

#################
SendToCloudConfig
#################

.. js:module:: cee.ug
   :noindex:

.. container:: ts-api-section

   .. js:class:: SendToCloudConfig

      Configuration of the SendToCloud operation



.. container:: api-index-section

   .. rubric:: Properties

   .. rst-class:: api-index-list-item api-kind-property api-parent-kind-interface

   * :js:attr:`~cee.ug.SendToCloudConfig.additionalQueryParameters`
   * :js:attr:`~cee.ug.SendToCloudConfig.caseName`
   * :js:attr:`~cee.ug.SendToCloudConfig.cloudPortalUrl`
   * :js:attr:`~cee.ug.SendToCloudConfig.uploadId`





------------

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: SendToCloudConfig.additionalQueryParameters

      :type: object :ts-api-decorator:`optional`

      Optional object with properties that will be appended as query parameters when uploading the model



.. container:: ts-api-section

   .. js:attribute:: SendToCloudConfig.caseName

      :type: string

      The name of the model on the cloud service.



.. container:: ts-api-section

   .. js:attribute:: SendToCloudConfig.cloudPortalUrl

      :type: string

      URL to the cloud sharing portal. If blank, https://cloud.ceeetron.com will be used



.. container:: ts-api-section

   .. js:attribute:: SendToCloudConfig.uploadId

      :type: string

      The users Upload ID on the cloud service. This is required for all uploads.



