Class WmxSite
Contains permission level information about a Search Console site. For more information, see Permissions in Search Console.
Implements
Inherited Members
Namespace: Google.Apis.SearchConsole.v1.Data
Assembly: Google.Apis.SearchConsole.v1.dll
Syntax
public class WmxSite : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PermissionLevel
The user's permission level for the site.
Declaration
[JsonProperty("permissionLevel")]
public virtual string PermissionLevel { get; set; }
Property Value
Type | Description |
---|---|
string |
SiteUrl
The URL of the site.
Declaration
[JsonProperty("siteUrl")]
public virtual string SiteUrl { get; set; }
Property Value
Type | Description |
---|---|
string |