Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::SlackSource::SlackChannels::SlackChannel.
SlackChannel contains the Slack channel ID and the time range to import.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#channel_id
def channel_id() -> ::String
Returns
- (::String) — Required. The Slack channel ID.
#channel_id=
def channel_id=(value) -> ::String
Parameter
- value (::String) — Required. The Slack channel ID.
Returns
- (::String) — Required. The Slack channel ID.
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Optional. The ending timestamp for messages to import.
#end_time=
def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Optional. The ending timestamp for messages to import.
Returns
- (::Google::Protobuf::Timestamp) — Optional. The ending timestamp for messages to import.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Optional. The starting timestamp for messages to import.
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Optional. The starting timestamp for messages to import.
Returns
- (::Google::Protobuf::Timestamp) — Optional. The starting timestamp for messages to import.