Class DomainProperty
Represents a domain property associated with a publication, typically used to verify ownership and scope access.
Implements
Inherited Members
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 |