PublishedServiceDeployParam Data Type

Deployment parameters for a new service request.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
componentName string element 0/1 Gets the component name.
formElements RequestFormElementCollection element 0/1 Gets the form elements.

Example

<PublishedServiceDeployParam>
  <componentName>...</componentName>
  <formElements>
    <RequestFormElements>
      <label>...</label>
      <mandatory>...</mandatory>
      <formType>...</formType>
      <value>...</value>
    </RequestFormElements>
  </formElements>
</PublishedServiceDeployParam>