Class GoogleCloudDiscoveryengineV1alphaImportUserEventsRequestInlineSource
The inline source for the input config for ImportUserEvents method.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaImportUserEventsRequestInlineSource : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
UserEvents
Required. A list of user events to import. Recommended max of 10k items.
Declaration
[JsonProperty("userEvents")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaUserEvent> UserEvents { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDiscoveryengineV1alphaUserEvent> |