Class SuspiciousDomainWhoIsDetails
The whois details of the suspicious domain.
Implements
Inherited Members
Namespace: Google.Apis.ThreatIntelligenceService.v1beta.Data
Assembly: Google.Apis.ThreatIntelligenceService.v1beta.dll
Syntax
public class SuspiciousDomainWhoIsDetails : IDirectResponseSchema
Properties
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 whois details were retrieved.
Declaration
[JsonProperty("retrievalTime")]
public virtual string RetrievalTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Whois
The whois details of the suspicious domain.
Declaration
[JsonProperty("whois")]
public virtual string Whois { get; set; }
Property Value
| Type | Description |
|---|---|
| string |