Show / Hide Table of Contents

Class DocumentQuery

Represents a query to match documents.

Inheritance
object
DocumentQuery
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ThreatIntelligenceService.v1beta.Data
Assembly: Google.Apis.ThreatIntelligenceService.v1beta.dll
Syntax
public class DocumentQuery : IDirectResponseSchema

Properties

DataModel

Required. The data model to query against.

Declaration
[JsonProperty("dataModel")]
public virtual string DataModel { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Query

Required. The query string.

Declaration
[JsonProperty("query")]
public virtual string Query { get; set; }
Property Value
Type Description
string

QueryType

Required. The type of query.

Declaration
[JsonProperty("queryType")]
public virtual string QueryType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX