Cloud AI Platform v1beta1 API - Class SlackSource.Types.SlackChannels.Types.SlackChannel (1.0.0-beta03)

public sealed class SlackSource.Types.SlackChannels.Types.SlackChannel : IMessage<SlackSource.Types.SlackChannels.Types.SlackChannel>, IEquatable<SlackSource.Types.SlackChannels.Types.SlackChannel>, IDeepCloneable<SlackSource.Types.SlackChannels.Types.SlackChannel>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class SlackSource.Types.SlackChannels.Types.SlackChannel.

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

Inheritance

object > SlackSource.Types.SlackChannels.Types.SlackChannel

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

SlackChannel()

public SlackChannel()

SlackChannel(SlackChannel)

public SlackChannel(SlackSource.Types.SlackChannels.Types.SlackChannel other)
Parameter
Name Description
other SlackSourceTypesSlackChannelsTypesSlackChannel

Properties

ChannelId

public string ChannelId { get; set; }

Required. The Slack channel ID.

Property Value
Type Description
string

EndTime

public Timestamp EndTime { get; set; }

Optional. The ending timestamp for messages to import.

Property Value
Type Description
Timestamp

StartTime

public Timestamp StartTime { get; set; }

Optional. The starting timestamp for messages to import.

Property Value
Type Description
Timestamp