Show / Hide Table of Contents

Class OpsiDataObjectTypeOpsiDataObjectDetailsInQuery

Details applicable for all OPSI data objects of a specific OpsiDataObjectType used in a data object query.

Inheritance
object
OpsiDataObjectDetailsInQuery
OpsiDataObjectTypeOpsiDataObjectDetailsInQuery
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 OpsiDataObjectTypeOpsiDataObjectDetailsInQuery : OpsiDataObjectDetailsInQuery

Properties

DataObjectType

Declaration
[Required(ErrorMessage = "DataObjectType is required.")]
[JsonProperty(PropertyName = "dataObjectType")]
[JsonConverter(typeof(StringEnumConverter))]
public OpsiDataObjectType? DataObjectType { get; set; }
Property Value
Type Description
OpsiDataObjectType?

Type of OPSI data object.

Remarks

Required

In this article
Back to top