Class GoogleCloudDiscoveryengineV1DocumentInfo
Detailed document information associated with a user event.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1DocumentInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
The Document resource ID.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Joined
Output only. Whether the referenced Document can be found in the data store.
Declaration
[JsonProperty("joined")]
public virtual bool? Joined { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Name
The Document resource full name, of the form:
projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/branches/{branch_id}/documents/{document_id}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PromotionIds
The promotion IDs associated with this Document. Currently, this field is restricted to at most one ID.
Declaration
[JsonProperty("promotionIds")]
public virtual IList<string> PromotionIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Quantity
Quantity of the Document associated with the user event. Defaults to 1. For example, this field is 2 if two
quantities of the same Document are involved in a add-to-cart
event. Required for events of the following
event types: * add-to-cart
* purchase
Declaration
[JsonProperty("quantity")]
public virtual int? Quantity { get; set; }
Property Value
Type | Description |
---|---|
int? |
Uri
The Document URI - only allowed for website data stores.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |