Classes
Enumerations
Interfaces
TypeAliases

UpdateCompassUserDefinedParametersInput

The input sent when updating user defined parameters.

Property NameTypeDescription
componentIdStringThe component id associated with the parameters.
createParametersInputMaybe<Array<CreateCompassUserDefinedParameterInput>>The new parameter definitions to create for the component.
deleteParametersInputMaybe<Array<DeleteCompassUserDefinedParameterInput>>The existing parameter definitions to delete for the component.
updateParametersInputMaybe<Array<UpdateCompassUserDefinedParameterInput>>The existing parameter definitions to update for the component.

Rate this page: