Show / Hide Table of Contents

Class IndividualOpsiDataObjectDetailsInQuery

Details applicable for an individual OPSI data object used in a data object query.

Inheritance
object
OpsiDataObjectDetailsInQuery
IndividualOpsiDataObjectDetailsInQuery
Inherited Members
OpsiDataObjectDetailsInQuery.QueryParams
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class IndividualOpsiDataObjectDetailsInQuery : OpsiDataObjectDetailsInQuery

Properties

DataObjectIdentifier

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

Unique OPSI data object identifier.

Remarks

Required

In this article
Back to top