Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SlackSource

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

Overview

The Slack source for the ImportRagFilesRequest.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1SlackSource

Returns a new instance of GoogleCloudAiplatformV1SlackSource.



34748
34749
34750
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 34748

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

Instance Attribute Details

#channelsArray<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SlackSourceSlackChannels>

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



34746
34747
34748
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 34746

def channels
  @channels
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



34753
34754
34755
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 34753

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