Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SlackSource
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SlackSource
- 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
-
#channels ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SlackSourceSlackChannels>
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1SlackSource
constructor
A new instance of GoogleCloudAiplatformV1SlackSource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1SlackSource
Returns a new instance of GoogleCloudAiplatformV1SlackSource.
33612 33613 33614 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 33612 def initialize(**args) update!(**args) end |
Instance Attribute Details
#channels ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SlackSourceSlackChannels>
Required. The Slack channels.
Corresponds to the JSON property channels
33610 33611 33612 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 33610 def channels @channels end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
33617 33618 33619 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 33617 def update!(**args) @channels = args[:channels] if args.key?(:channels) end |