Class CustomGiGoalVersionDetails
Details of a custom 'GI' software image.
Inherited Members
Namespace: Oci.FleetsoftwareupdateService.Models
Assembly: OCI.DotNetSDK.Fleetsoftwareupdate.dll
Syntax
public class CustomGiGoalVersionDetails : GiGoalVersionDetails
Properties
GoalSoftwareImageId
Declaration
[Required(ErrorMessage = "GoalSoftwareImageId is required.")]
[JsonProperty(PropertyName = "goalSoftwareImageId")]
public string GoalSoftwareImageId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the custom 'GI' software image. |
Remarks
Required