Class Result.LabelsData
Encapsulates all information about refinement labels.
Inherited Members
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 |