For Babelfish Release 1.11.3.13

ResponseTMessageResponse Property

Gets or sets the MesageResponse *status* data object returned by the Rest API Call. The Message Response contains all of the standard fields returned in a Scopos Rest API call, including Message and NextToken (if used). What it doesn't contain is the requested data model object.

Definition

Namespace: Scopos.BabelFish.Responses
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
public MessageResponse MessageResponse { get; }

Property Value

MessageResponse

See Also