Show / Hide Table of Contents

Class PagespeedApiFormatStringV2

Inheritance
System.Object
PagespeedApiFormatStringV2
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.Pagespeedonline.v2.Data
Assembly: Google.Apis.Pagespeedonline.v2.dll
Syntax
public class PagespeedApiFormatStringV2 : IDirectResponseSchema

Properties

Args

List of arguments for the format string.

Declaration
[JsonProperty("args")]
public virtual IList<PagespeedApiFormatStringV2.ArgsData> Args { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<PagespeedApiFormatStringV2.ArgsData>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Format

A localized format string with {{FOO}} placeholders, where 'FOO' is the key of the argument whose value should be substituted. For HYPERLINK arguments, the format string will instead contain {{BEGIN_FOO}} and {{END_FOO}} for the argument with key 'FOO'.

Declaration
[JsonProperty("format")]
public virtual string Format { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top