Class DeleteStorageBucketCommandSettings
DeleteStorageBucket
public sealed class DeleteStorageBucketCommandSettings : ICommand- Inheritance
- 
      
      DeleteStorageBucketCommandSettings
- Implements
- Inherited Members
Properties
Bucket
Gets or sets the bucket
[JsonPropertyName("bucket")]
public StorageBucket Bucket { get; set; }Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }