Class Result.FormattedResultsData.RuleResultsDataElement.UrlBlocksData
Inheritance
System.Object
Result.FormattedResultsData.RuleResultsDataElement.UrlBlocksData
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.Pagespeedonline.v2.Data
Assembly: Google.Apis.Pagespeedonline.v2.dll
Syntax
public class UrlBlocksData
Properties
Header
Heading to be displayed with the list of URLs.
Declaration
[JsonProperty("header")]
public virtual PagespeedApiFormatStringV2 Header { get; set; }
Property Value
| Type | Description |
|---|---|
| PagespeedApiFormatStringV2 |
Urls
List of entries that provide information about URLs in the url block. Optional.
Declaration
[JsonProperty("urls")]
public virtual IList<Result.FormattedResultsData.RuleResultsDataElement.UrlBlocksData.UrlsData> Urls { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<Result.FormattedResultsData.RuleResultsDataElement.UrlBlocksData.UrlsData> |