Class OpsiDataObjectDetailsInQuery
Details for OPSI data object used in a data object query.
Inheritance
OpsiDataObjectDetailsInQuery
Inherited Members
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. |