Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaWidgetConfigHomepageSetting

Describes the homepage setting of the widget. It includes all homepage related settings and configurations, such as shortcuts.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaWidgetConfigHomepageSetting
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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. LINT.IfChange(max_shortcuts_number) LINT.ThenChange(//depot/google3/cloud/console/web/ai/unified_cloud_search/components/widget_preview/widget_homepage_shortcut_config_form.ts:max_shortcuts_number)

Declaration
[JsonProperty("shortcuts")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaWidgetConfigHomepageSettingShortcut> Shortcuts { get; set; }
Property Value
Type Description
IList<GoogleCloudDiscoveryengineV1alphaWidgetConfigHomepageSettingShortcut>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX