BaasM365ModifyAccountResourcesJsonParametersBucketDeletionHistory Property
|
Namespace:
Aruba.Cloud.Provisioning.Entities.Jobs.JsonParameter
Assembly:
Aruba.Cloud.Provisioning.Entities (in Aruba.Cloud.Provisioning.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic CephDeletionCallHistory BucketDeletionHistory { get; set; }Public Property BucketDeletionHistory As CephDeletionCallHistory
Get
Set
public:
property CephDeletionCallHistory^ BucketDeletionHistory {
CephDeletionCallHistory^ get ();
void set (CephDeletionCallHistory^ value);
}member BucketDeletionHistory : CephDeletionCallHistory with get, set
function get BucketDeletionHistory () : CephDeletionCallHistory
function set BucketDeletionHistory (value : CephDeletionCallHistory)
Property Value
Type:
CephDeletionCallHistory
See Also