Class GoogleCloudDiscoveryengineV1alphaWidgetConfigUIComponentField
Facet field that maps to a UI Component.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaWidgetConfigUIComponentField : IDirectResponseSchema
Properties
DeviceVisibility
The field visibility on different types of devices.
Declaration
[JsonProperty("deviceVisibility")]
public virtual IList<string> DeviceVisibility { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
DisplayTemplate
The template to customize how the field is displayed. An example value would be a string that looks like: "Price: {value}".
Declaration
[JsonProperty("displayTemplate")]
public virtual string DisplayTemplate { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Field
Required. Registered field name. The format is field.abc
.
Declaration
[JsonProperty("field")]
public virtual string Field { get; set; }
Property Value
Type | Description |
---|---|
string |