ExecutionTriggerUpdate Class  
Execution trigger update for storage task assignment.
Constructor
ExecutionTriggerUpdate(*, type: str | _models.TriggerType | None = None, parameters: _models.TriggerParametersUpdate | None = None, **kwargs: Any)Keyword-Only Parameters
| Name | Description | 
|---|---|
| type | 
				str or 
				TriggerType
		 The trigger type of the storage task assignment execution. Known values are: "RunOnce" and "OnSchedule". Default value: None | 
| parameters | The trigger parameters of the storage task assignment execution. Default value: None | 
Variables
| Name | Description | 
|---|---|
| type | 
				str or 
				TriggerType
		 The trigger type of the storage task assignment execution. Known values are: "RunOnce" and "OnSchedule". | 
| parameters | The trigger parameters of the storage task assignment execution. |