Show / Hide Table of Contents

Class ResourceIssue

Information about a resource with issue.

Inheritance
System.Object
ResourceIssue
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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
System.String

Implements

IDirectResponseSchema
Back to top