Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::SlackSource::SlackChannels::SlackChannel (v0.61.0)

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

#end_time=

def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#start_time

def start_time() -> ::Google::Protobuf::Timestamp
Returns

#start_time=

def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns