Class Result.FormattedResultsData.RuleResultsDataElement.UrlBlocksData.UrlsData
Inheritance
System.Object
Result.FormattedResultsData.RuleResultsDataElement.UrlBlocksData.UrlsData
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 UrlsData
Properties
Details
List of entries that provide additional details about a single URL. Optional.
Declaration
[JsonProperty("details")]
public virtual IList<PagespeedApiFormatStringV2> Details { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<PagespeedApiFormatStringV2> |
Result
A format string that gives information about the URL, and a list of arguments for that format string.
Declaration
[JsonProperty("result")]
public virtual PagespeedApiFormatStringV2 Result { get; set; }
Property Value
| Type | Description |
|---|---|
| PagespeedApiFormatStringV2 |