View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2UserEventInputConfig (google_api_retail v0.3.0)
The input config source for user events.
Attributes
-
bigQuerySource(type:GoogleApi.Retail.V2.Model.GoogleCloudRetailV2BigQuerySource.t, default:nil) - Required. BigQuery input source. -
gcsSource(type:GoogleApi.Retail.V2.Model.GoogleCloudRetailV2GcsSource.t, default:nil) - Required. Google Cloud Storage location for the input content. -
userEventInlineSource(type:GoogleApi.Retail.V2.Model.GoogleCloudRetailV2UserEventInlineSource.t, default:nil) - Required. The Inline source for the input content for UserEvents.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2UserEventInputConfig{
bigQuerySource:
GoogleApi.Retail.V2.Model.GoogleCloudRetailV2BigQuerySource.t() | nil,
gcsSource: GoogleApi.Retail.V2.Model.GoogleCloudRetailV2GcsSource.t() | nil,
userEventInlineSource:
GoogleApi.Retail.V2.Model.GoogleCloudRetailV2UserEventInlineSource.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.