SetTaskPushNotificationConfigResponse

Type Alias SetTaskPushNotificationConfigResponse 

Source
pub type SetTaskPushNotificationConfigResponse = JsonRpcResponse<SetTaskPushNotificationConfigSuccessResponse>;

Aliased Type§

pub struct SetTaskPushNotificationConfigResponse {
    pub jsonrpc: JsonRpcVersion2_0,
    pub id: NumberOrString,
    pub result: SetTaskPushNotificationConfigSuccessResponse,
}

Fields§

§jsonrpc: JsonRpcVersion2_0§id: NumberOrString§result: SetTaskPushNotificationConfigSuccessResponse