Protected
constructorReadonly
idThe id of the PostProcessingAction
so returning results can be tied to post processing actions
Readonly
statusThe status holds the description and code for the post processing actions. In case of success the description will be empty and the code will be 0
Returns the name of this object's type.
Returns true if the object matches or derives from the passed in type.
Returns true if this object is the same as other
. Useful for checking if two references point to the same thing.
The
PostProcessingActionResponse
is the base class forQnaActionRespose
and other post processing actions responses. It holds the id and status properties for all deriving objects.Example