CheckStatusResponseBodyStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
Status boolean
DataReady boolean
ErrorCondition ErrorCondition
ValidUntil string
ShortestPossibleCycle Duration
ServiceStartedTime string

Example

{
  "Status" : true,
  "DataReady" : true,
  "ErrorCondition" : {
    "OtherError" : {
      "ErrorText" : "...",
      "number" : 12345
    },
    "ServiceNotAvailableError" : {
      "ExpectedRestartTime" : "...",
      "ErrorText" : "...",
      "number" : 12345
    },
    "Description" : {
      "value" : "..."
    }
  },
  "ValidUntil" : "...",
  "ShortestPossibleCycle" : {
    "sign" : 12345,
    "seconds" : 12345,
    "months" : 12345,
    "years" : 12345,
    "days" : 12345,
    "XMLSchemaType" : "...",
    "hours" : 12345,
    "minutes" : 12345
  },
  "ServiceStartedTime" : "..."
}