{
"friendlyName": "DeleteItemResult",
"kind": "SchemaRootObject",
"name": "DeleteItemResult",
"properties": [
{
"description": "Error Code",
"friendlyName": "Error Code",
"isLogicalPrimitive": true,
"kind": "SchemaObjectProperty",
"layoutStudioPropertyAttributes": [],
"name": "errorCode",
"underlyingName": "ErrorCode",
"underlyingType": "string",
"underlyingTypeRef": "String"
},
{
"description": "Error Message",
"friendlyName": "Error Message",
"isLogicalPrimitive": true,
"kind": "SchemaObjectProperty",
"layoutStudioPropertyAttributes": [],
"name": "errorMessage",
"underlyingName": "ErrorMessage",
"underlyingType": "string",
"underlyingTypeRef": "String"
},
{
"description": "Has Error Details",
"friendlyName": "Has Error Details",
"isLogicalPrimitive": true,
"kind": "SchemaObjectProperty",
"layoutStudioPropertyAttributes": [],
"name": "hasErrorDetails",
"underlyingName": "HasErrorDetails",
"underlyingType": "bool",
"underlyingTypeRef": "Boolean"
},
{
"description": "Id",
"friendlyName": "Id",
"isLogicalPrimitive": true,
"kind": "SchemaObjectProperty",
"layoutStudioPropertyAttributes": [],
"name": "id",
"underlyingName": "ID",
"underlyingType": "long",
"underlyingTypeRef": "Int64"
},
{
"description": "Is Success",
"friendlyName": "Is Success",
"isLogicalPrimitive": true,
"kind": "SchemaObjectProperty",
"layoutStudioPropertyAttributes": [],
"name": "isSuccess",
"underlyingName": "IsSuccess",
"underlyingType": "bool",
"underlyingTypeRef": "Boolean"
}
],
"underlyingType": "DeleteItemResult",
"underlyingTypeRef": "DeleteItemResult"
}