module:models/DeleteResponse()

new module:models/DeleteResponse()

This class subject to change without prior notice, Please dont use this class directly.

Constructs a new DeleteResponse.

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 from data to obj 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.

Returns:
module:models/DeleteResponse -

The populated DeleteResponse instance.