dataflow
v1b3
|
#include <delete_snapshot_response.h>
Public Member Functions | |
DeleteSnapshotResponse (const Json::Value &storage) | |
DeleteSnapshotResponse (Json::Value *storage) | |
virtual | ~DeleteSnapshotResponse () |
const StringPiece | GetTypeName () const |
Static Public Member Functions | |
static DeleteSnapshotResponse * | New () |
Response from deleting a snapshot.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Returns a string denoting the type of this data object.
|
static |
Creates a new default instance.