Class GoogleCloudDiscoveryengineV1alphaWidgetConfigHomepageSetting
Describes the homepage setting of the widget. It includes all homepage related settings and configurations, such as shortcuts.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaWidgetConfigHomepageSetting : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Shortcuts
Optional. The shortcuts to display on the homepage.
Declaration
[JsonProperty("shortcuts")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaWidgetConfigHomepageSettingShortcut> Shortcuts { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDiscoveryengineV1alphaWidgetConfigHomepageSettingShortcut> |