new module:models/DeleteResponse()
This class subject to change without prior notice, Please dont use this class directly.
Constructs a newDeleteResponse
.
Members
-
static, readonly DeletedEnum :String
-
Allowed values for the
deleted
property.Properties:
Name Type Description true
String value: "true"
false
String value: "false"
-
inner deleted :module:models/DeleteResponse.DeletedEnum
-
-
inner id :String
-
The id of the deleted resource.
Methods
-
static constructFromObject(data, obj) → {module:models/DeleteResponse}
-
Constructs a
DeleteResponse
from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties fromdata
toobj
if supplied or a new instance if not.Parameters:
Name Type Description data
Object The plain JavaScript object bearing properties of interest.
obj
module:models/DeleteResponse Optional instance to populate.