Class UpdateDesktopImage
The update details of the desktop image.
Inherited Members
Namespace: Oci.DesktopsService.Models
Assembly: OCI.DotNetSDK.Desktops.dll
Syntax
public class UpdateDesktopImage
Properties
ImageId
Declaration
[Required(ErrorMessage = "ImageId is required.")]
[JsonProperty(PropertyName = "imageId")]
public string ImageId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the desktop image. |
Remarks
Required