Variable PopWorkitemRequest
Type declaration
-
create:function
- create<I>(base?: I): PopWorkitemRequest
-
Type Parameters
-
I extends {
compressed?: boolean;
includefiles?: boolean;
wiq?: string;
wiqid?: string;
} & {
compressed?: boolean;
includefiles?: boolean;
wiq?: string;
wiqid?: string;
} & { [ K in string | number | symbol]: never }
-
decode:function
- decode(input: Uint8Array | Reader, length?: number): PopWorkitemRequest
-
Parameters
-
input: Uint8Array | Reader
-
Optional
length: number
-
encode:function
-
fromJSON:function
-
fromPartial:function
- fromPartial<I>(object: I): PopWorkitemRequest
-
Type Parameters
-
I extends {
compressed?: boolean;
includefiles?: boolean;
wiq?: string;
wiqid?: string;
} & {
compressed?: boolean;
includefiles?: boolean;
wiq?: string;
wiqid?: string;
} & { [ K in string | number | symbol]: never }
-
toJSON:function