Class DocumentQuery
Represents a query to match documents.
Implements
Inherited Members
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 |