Show / Hide Table of Contents

Class CustomGiGoalVersionDetails

Details of a custom 'GI' software image.

Inheritance
object
GiGoalVersionDetails
CustomGiGoalVersionDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top