Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SlackSourceSlackChannels

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

SlackChannels contains the Slack channels and corresponding access token.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1SlackSourceSlackChannels

Returns a new instance of GoogleCloudAiplatformV1beta1SlackSourceSlackChannels.



61636
61637
61638
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 61636

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

Instance Attribute Details

#api_key_configGoogle::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ApiAuthApiKeyConfig

The API secret. Corresponds to the JSON property apiKeyConfig



61629
61630
61631
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 61629

def api_key_config
  @api_key_config
end

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

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



61634
61635
61636
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 61634

def channels
  @channels
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



61641
61642
61643
61644
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 61641

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