GetTaskPushNotificationConfigResponse

Type Alias GetTaskPushNotificationConfigResponse 

Source
pub type GetTaskPushNotificationConfigResponse = JsonRpcResponse<GetTaskPushNotificationConfigSuccessResponse>;

Aliased Type§

pub struct GetTaskPushNotificationConfigResponse {
    pub jsonrpc: JsonRpcVersion2_0,
    pub id: NumberOrString,
    pub result: GetTaskPushNotificationConfigSuccessResponse,
}

Fields§

§jsonrpc: JsonRpcVersion2_0§id: NumberOrString§result: GetTaskPushNotificationConfigSuccessResponse