Show / Hide Table of Contents

Class Result.LabelsData

Encapsulates all information about refinement labels.

Inheritance
object
Result.LabelsData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CustomSearchAPI.v1.Data
Assembly: Google.Apis.CustomSearchAPI.v1.dll
Syntax
public class Result.LabelsData

Properties

DisplayName

The display name of a refinement label. This is the name you should display in your user interface.

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

LabelWithOp

Refinement label and the associated refinement operation.

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

Name

The name of a refinement label, which you can use to refine searches. Don't display this in your user interface; instead, use displayName.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX