Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ImportUserEventsRequestInlineSource
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ImportUserEventsRequestInlineSource
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1/classes.rb,
lib/google/apis/discoveryengine_v1/representations.rb,
lib/google/apis/discoveryengine_v1/representations.rb
Overview
The inline source for the input config for ImportUserEvents method.
Instance Attribute Summary collapse
-
#user_events ⇒ Array<Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1UserEvent>
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1ImportUserEventsRequestInlineSource
constructor
A new instance of GoogleCloudDiscoveryengineV1ImportUserEventsRequestInlineSource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1ImportUserEventsRequestInlineSource
Returns a new instance of GoogleCloudDiscoveryengineV1ImportUserEventsRequestInlineSource.
5708 5709 5710 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 5708 def initialize(**args) update!(**args) end |
Instance Attribute Details
#user_events ⇒ Array<Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1UserEvent>
Required. A list of user events to import. Recommended max of 10k items.
Corresponds to the JSON property userEvents
5706 5707 5708 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 5706 def user_events @user_events end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5713 5714 5715 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 5713 def update!(**args) @user_events = args[:user_events] if args.key?(:user_events) end |