Show / Hide Table of Contents

Class Formatting

Formatting information for a segment.

Inheritance
object
Formatting
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class Formatting : IDirectResponseSchema

Properties

Bold

Declaration
[JsonProperty("bold")]
public virtual bool? Bold { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

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

Highlight

This indicates that the segment should be rendered as highlighted or visually emphasized.

Declaration
[JsonProperty("highlight")]
public virtual bool? Highlight { get; set; }
Property Value
Type Description
bool?

Italics

Declaration
[JsonProperty("italics")]
public virtual bool? Italics { get; set; }
Property Value
Type Description
bool?

Strikethrough

Declaration
[JsonProperty("strikethrough")]
public virtual bool? Strikethrough { get; set; }
Property Value
Type Description
bool?

Style

If set, this indicates that the segment should be rendered with the specified style. The absence of an explicit style represents "no style", i.e. the segment can be rendered with the default style chosen by the application.

Declaration
[JsonProperty("style")]
public virtual string Style { get; set; }
Property Value
Type Description
string

Underline

Declaration
[JsonProperty("underline")]
public virtual bool? Underline { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX