pub struct TriggerBuilder { /* private fields */ }Expand description
Builder for Trigger object.
Implementations§
Source§impl TriggerBuilder
impl TriggerBuilder
Sourcepub fn get_customizable_input_parameters(&self) -> Option<&[InputParameter]>
pub fn get_customizable_input_parameters(&self) -> Option<&[InputParameter]>
get customizable_input_parameters field value.
Sourcepub fn set_customizable_input_parameters(
self,
value: Option<impl Into<Vec<InputParameter>>>,
) -> Self
pub fn set_customizable_input_parameters( self, value: Option<impl Into<Vec<InputParameter>>>, ) -> Self
set customizable_input_parameters field value.
Sourcepub fn customizable_input_parameters(
self,
value: impl Into<Vec<InputParameter>>,
) -> Self
pub fn customizable_input_parameters( self, value: impl Into<Vec<InputParameter>>, ) -> Self
set customizable_input_parameters field value.
Sourcepub fn customizable_input_parameter(
self,
value: impl Into<InputParameter>,
) -> Self
pub fn customizable_input_parameter( self, value: impl Into<InputParameter>, ) -> Self
push list element to customizable_input_parameters field.