Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SlackSource

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb

Overview

The Slack source for the ImportRagFilesRequest.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1SlackSource

Returns a new instance of GoogleCloudAiplatformV1beta1SlackSource.



59469
59470
59471
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 59469

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#channelsArray<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SlackSourceSlackChannels>

Required. The Slack channels. Corresponds to the JSON property channels



59467
59468
59469
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 59467

def channels
  @channels
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



59474
59475
59476
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 59474

def update!(**args)
  @channels = args[:channels] if args.key?(:channels)
end