C# Class ConoHaNet.Objects.File.BulkDeletionFailedObject

Mostra file Open project: crowdy/OpenStack-ConoHa

Public Methods

Method Description
BulkDeletionFailedObject ( string obj, Status status ) : System

Initializes a new instance of the BulkDeletionFailedObject class with the specified object name and status.

Method Details

BulkDeletionFailedObject() public method

Initializes a new instance of the BulkDeletionFailedObject class with the specified object name and status.
/// If is . /// -or- /// If is . /// If is empty.
public BulkDeletionFailedObject ( string obj, Status status ) : System
obj string The name of the object which could not be deleted.
status Status A object describing the reason the object could not be deleted.
return System