Represents a FIT script available in the Marketplace
Overview of MarketplaceUIScriptResponse goes here.
MarketplaceUIScriptResponse
| Field | Type | Inherited from | Description |
|---|---|---|---|
| CanBeScheduled | Boolean | MarketplaceUIScriptResponse | Gets or sets whether the script can be scheduled for automated execution |
| DisplayName | String | MarketplaceUIScriptResponse | Gets or sets the display name shown to users |
| Name | String | MarketplaceUIScriptResponse | Gets or sets the unique script name |
| ScriptType | MarketplaceScriptType | MarketplaceUIScriptResponse | Gets or sets the type of script |
{
"CanBeScheduled" : "Boolean",
"DisplayName" : "String",
"Name" : "String",
"ScriptType" : "[MarketplaceScriptType](/object-model/marketplacescripttype)"
}