Class GoogleCloudDiscoveryengineV1betaSiteVerificationInfo
Verification information for target sites in advanced site search.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaSiteVerificationInfo : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
SiteVerificationState
Site verification state indicating the ownership and validity.
Declaration
[JsonProperty("siteVerificationState")]
public virtual string SiteVerificationState { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
VerifyTime
object representation of VerifyTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use VerifyTimeDateTimeOffset instead.")]
public virtual object VerifyTime { get; set; }Property Value
| Type | Description | 
|---|---|
| object | 
VerifyTimeDateTimeOffset
DateTimeOffset representation of VerifyTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? VerifyTimeDateTimeOffset { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTimeOffset? | 
VerifyTimeRaw
Latest site verification time.
Declaration
[JsonProperty("verifyTime")]
public virtual string VerifyTimeRaw { get; set; }Property Value
| Type | Description | 
|---|---|
| string |