Class ResourceIssue
Information about a resource with issue.
Implements
Inherited Members
Namespace: Google.Apis.SearchConsole.v1.Data
Assembly: Google.Apis.SearchConsole.v1.dll
Syntax
public class ResourceIssue : IDirectResponseSchema
Properties
BlockedResource
Describes a blocked resource issue.
Declaration
[JsonProperty("blockedResource")]
public virtual BlockedResource BlockedResource { get; set; }
Property Value
Type | Description |
---|---|
BlockedResource |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |