Class OpsiDataObjectTypeOpsiDataObjectDetailsInQuery
Details applicable for all OPSI data objects of a specific OpsiDataObjectType used in a data object query.
Inherited Members
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