Module condition_api

Source

Structs§

CreateConditionParams
struct for passing parameters to the method create_condition
DeleteConditionParams
struct for passing parameters to the method delete_condition
GetConditionParams
struct for passing parameters to the method get_condition
ListConditionsParams
struct for passing parameters to the method list_conditions
UpdateConditionParams
struct for passing parameters to the method update_condition

Enums§

CreateConditionError
struct for typed errors of method create_condition
DeleteConditionError
struct for typed errors of method delete_condition
GetConditionError
struct for typed errors of method get_condition
ListConditionsError
struct for typed errors of method list_conditions
UpdateConditionError
struct for typed errors of method update_condition

Functions§

create_condition
Creates a new condition.
delete_condition
Deletes the specified condition.
get_condition
Gets the specified condition.
list_conditions
Gets all conditions for a particular service and version.
update_condition
Updates the specified condition.