ListTaskPushNotificationConfigResponse

Type Alias ListTaskPushNotificationConfigResponse 

Source
pub type ListTaskPushNotificationConfigResponse = JsonRpcResponse<ListTaskPushNotificationConfigSuccessResponse>;

Aliased Type§

pub struct ListTaskPushNotificationConfigResponse {
    pub jsonrpc: JsonRpcVersion2_0,
    pub id: NumberOrString,
    pub result: ListTaskPushNotificationConfigSuccessResponse,
}

Fields§

§jsonrpc: JsonRpcVersion2_0§id: NumberOrString§result: ListTaskPushNotificationConfigSuccessResponse