Class SuspiciousDomainDnsRecord
The DNS record of the suspicious domain.
Implements
Inherited Members
Namespace: Google.Apis.ThreatIntelligenceService.v1beta.Data
Assembly: Google.Apis.ThreatIntelligenceService.v1beta.dll
Syntax
public class SuspiciousDomainDnsRecord : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Record
The name of the DNS record.
Declaration
[JsonProperty("record")]
public virtual string Record { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Ttl
The TTL of the DNS record.
Declaration
[JsonProperty("ttl")]
public virtual int? Ttl { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Type
The type of the DNS record.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
The value of the DNS record.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |