Show / Hide Table of Contents

Class OpsiDataObjectDetailsInQuery

Details for OPSI data object used in a data object query.

Inheritance
object
OpsiDataObjectDetailsInQuery
IndividualOpsiDataObjectDetailsInQuery
OpsiDataObjectTypeOpsiDataObjectDetailsInQuery
Inherited Members
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
[JsonConverter(typeof(OpsiDataObjectDetailsInQueryModelConverter))]
public class OpsiDataObjectDetailsInQuery

Properties

QueryParams

Declaration
[JsonProperty(PropertyName = "queryParams")]
public List<OpsiDataObjectQueryParam> QueryParams { get; set; }
Property Value
Type Description
List<OpsiDataObjectQueryParam>

An array of query parameters to be applied, for the OPSI data objects targetted by dataObjectDetailsTarget, before executing the query. Refer to supportedQueryParams of OpsiDataObject for the supported query parameters.

In this article
Back to top