Show / Hide Table of Contents

Class GiSearchQueryDiscovery

Collection discovery done from the results of the specified Search Service query string.

Inheritance
object
GiFleetDiscoveryDetails
GiSearchQueryDiscovery
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FleetsoftwareupdateService.Models
Assembly: OCI.DotNetSDK.Fleetsoftwareupdate.dll
Syntax
public class GiSearchQueryDiscovery : GiFleetDiscoveryDetails

Properties

Query

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

OCI Search Service query string.

Remarks

Required

In this article
Back to top