Class Result.LabelsData
Encapsulates all information about refinement labels.
Inheritance
System.Object
Result.LabelsData
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.CustomSearchAPI.v1.Data
Assembly: Google.Apis.CustomSearchAPI.v1.dll
Syntax
public class 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 |
---|---|
System.String |
LabelWithOp
Refinement label and the associated refinement operation.
Declaration
[JsonProperty("label_with_op")]
public virtual string LabelWithOp { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |