Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1SiteVerificationInfo

Verification information for target sites in advanced site search.

Inheritance
object
GoogleCloudDiscoveryengineV1SiteVerificationInfo
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.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1SiteVerificationInfo : IDirectResponseSchema

Properties

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX