[][src]Struct camunda_client::models::sort_task_query_parameters_dto::SortTaskQueryParametersDto

pub struct SortTaskQueryParametersDto {
    pub variable: Option<String>,
    pub _type: Option<String>,
}

SortTaskQueryParametersDto : Mandatory when sortBy is one of the following values: processVariable, executionVariable, taskVariable, caseExecutionVariable or caseInstanceVariable. Must be a JSON object with the properties variable and type where variable is a variable name and type is the name of a variable value type.

Fields

variable: Option<String>

The name of the variable to sort by.

_type: Option<String>

The name of the type of the variable value.

Implementations

impl SortTaskQueryParametersDto[src]

pub fn new() -> SortTaskQueryParametersDto[src]

Mandatory when sortBy is one of the following values: processVariable, executionVariable, taskVariable, caseExecutionVariable or caseInstanceVariable. Must be a JSON object with the properties variable and type where variable is a variable name and type is the name of a variable value type.

Trait Implementations

impl Clone for SortTaskQueryParametersDto[src]

impl Debug for SortTaskQueryParametersDto[src]

impl<'de> Deserialize<'de> for SortTaskQueryParametersDto[src]

impl PartialEq<SortTaskQueryParametersDto> for SortTaskQueryParametersDto[src]

impl Serialize for SortTaskQueryParametersDto[src]

impl StructuralPartialEq for SortTaskQueryParametersDto[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err