Class RemoveSnapDetails
Provides the information used to remove a snap.
Inherited Members
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class RemoveSnapDetails
Properties
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The name of the snap to remove. |
Remarks
Required
Revision
Declaration
[JsonProperty(PropertyName = "revision")]
public string Revision { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The revision to remove. Note: This option cannot be used when removing multiple snaps. |