Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaWidgetConfigHomepageSettingShortcut

Describes an entity of shortcut (aka pinned content) on the homepage. The home page will render these shortcuts in the same order as what the API returns. If a customer wants to reorder or remove a shortcut, the UI should always provide the new full list of shortcuts.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaWidgetConfigHomepageSettingShortcut
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 GoogleCloudDiscoveryengineV1alphaWidgetConfigHomepageSettingShortcut : IDirectResponseSchema

Properties

DestinationUri

Optional. Destination URL of shortcut.

Declaration
[JsonProperty("destinationUri")]
public virtual string DestinationUri { 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

Icon

Optional. Icon URL of shortcut.

Declaration
[JsonProperty("icon")]
public virtual GoogleCloudDiscoveryengineV1alphaWidgetConfigImage Icon { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaWidgetConfigImage

Title

Optional. Title of the shortcut.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX