Show / Hide Table of Contents

Class OracleGiGoalVersionDetails

Details of a goal Oracle released 'GI' software image.

Inheritance
object
GiGoalVersionDetails
OracleGiGoalVersionDetails
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 OracleGiGoalVersionDetails : GiGoalVersionDetails

Properties

GoalVersion

Declaration
[Required(ErrorMessage = "GoalVersion is required.")]
[JsonProperty(PropertyName = "goalVersion")]
public string GoalVersion { get; set; }
Property Value
Type Description
string

Goal version string matching an Oracle released 'GI' software image.

Remarks

Required

In this article
Back to top