Class: Google::Cloud::AIPlatform::V1::SlackSource::SlackChannels::SlackChannel

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/io.rb

Overview

SlackChannel contains the Slack channel ID and the time range to import.

Instance Attribute Summary collapse

Instance Attribute Details

#channel_id::String

Returns Required. The Slack channel ID.

Returns:

  • (::String)

    Required. The Slack channel ID.



204
205
206
207
# File 'proto_docs/google/cloud/aiplatform/v1/io.rb', line 204

class SlackChannel
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#end_time::Google::Protobuf::Timestamp

Returns Optional. The ending timestamp for messages to import.

Returns:



204
205
206
207
# File 'proto_docs/google/cloud/aiplatform/v1/io.rb', line 204

class SlackChannel
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#start_time::Google::Protobuf::Timestamp

Returns Optional. The starting timestamp for messages to import.

Returns:



204
205
206
207
# File 'proto_docs/google/cloud/aiplatform/v1/io.rb', line 204

class SlackChannel
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end