SlackSource_SlackChannels class final

SlackChannels contains the Slack channels and corresponding access token.

Inheritance
  • Object
  • ProtoMessage
  • SlackSource_SlackChannels

Constructors

SlackSource_SlackChannels({required List<SlackSource_SlackChannels_SlackChannel> channels, required ApiAuth_ApiKeyConfig? apiKeyConfig})
SlackSource_SlackChannels.fromJson(Map<String, dynamic> json)
factory

Properties

apiKeyConfig ApiAuth_ApiKeyConfig?
Required. The SecretManager secret version resource name (e.g. projects/{project}/secrets/{secret}/versions/{version}) storing the Slack channel access token that has access to the slack channel IDs. See: https://api.slack.com/tutorials/tracks/getting-a-token.
final
channels List<SlackSource_SlackChannels_SlackChannel>
Required. The Slack channel IDs.
final
hashCode int
The hash code for this object.
no setterinherited
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String