View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SlackSourceSlackChannelsSlackChannel (google_api_ai_platform v0.24.0)
SlackChannel contains the Slack channel ID and the time range to import.
Attributes
-
channelId
(type:String.t
, default:nil
) - Required. The Slack channel ID. -
endTime
(type:DateTime.t
, default:nil
) - Optional. The ending timestamp for messages to import. -
startTime
(type:DateTime.t
, default:nil
) - Optional. The starting timestamp for messages to import.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SlackSourceSlackChannelsSlackChannel{ channelId: String.t() | nil, endTime: DateTime.t() | nil, startTime: DateTime.t() | nil }