Show / Hide Table of Contents

Class DomainProperty

Represents a domain property associated with a publication, typically used to verify ownership and scope access.

Inheritance
object
DomainProperty
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.WebContentPublisher.v1.Data
Assembly: Google.Apis.WebContentPublisher.v1.dll
Syntax
public class DomainProperty : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

OwnershipVerified

Optional. Whether the domain ownership has been verified (e.g., via Google Search Console).

Declaration
[JsonProperty("ownershipVerified")]
public virtual bool? OwnershipVerified { get; set; }
Property Value
Type Description
bool?

Url

Required. The URL of the domain property (e.g., "https://example.com").

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX