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
deletedproperty.Properties:
Name Type Description trueString value: "true"
falseString 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
DeleteResponsefrom a plain JavaScript object, optionally creating a new instance. Copies all relevant properties fromdatatoobjif supplied or a new instance if not.Parameters:
Name Type Description dataObject The plain JavaScript object bearing properties of interest.
objmodule:models/DeleteResponse Optional instance to populate.