Show / Hide Table of Contents

Class ComplianceDetailProduct

Details of the Product.

Inheritance
object
ComplianceDetailProduct
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class ComplianceDetailProduct

Properties

ProductName

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

Product Name.

Remarks

Required

ProductStack

Declaration
[JsonProperty(PropertyName = "productStack")]
public string ProductStack { get; set; }
Property Value
Type Description
string

Product Stack.

ProductVersion

Declaration
[JsonProperty(PropertyName = "productVersion")]
public string ProductVersion { get; set; }
Property Value
Type Description
string

Product Version.

In this article
Back to top