Show / Hide Table of Contents

Class SuspiciousDomainDnsDetails

The DNS details of the suspicious domain.

Inheritance
object
SuspiciousDomainDnsDetails
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 SuspiciousDomainDnsDetails : IDirectResponseSchema

Properties

DnsRecords

The DNS records of the suspicious domain.

Declaration
[JsonProperty("dnsRecords")]
public virtual IList<SuspiciousDomainDnsRecord> DnsRecords { get; set; }
Property Value
Type Description
IList<SuspiciousDomainDnsRecord>

ETag

The ETag of the item.

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

RetrievalTime

object representation of RetrievalTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use RetrievalTimeDateTimeOffset instead.")]
public virtual object RetrievalTime { get; set; }
Property Value
Type Description
object

RetrievalTimeDateTimeOffset

DateTimeOffset representation of RetrievalTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? RetrievalTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

RetrievalTimeRaw

The time the DNS details were retrieved.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX