Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 513 Bytes

File metadata and controls

19 lines (12 loc) · 513 Bytes

CommunicationChannel

Example Usage

from glean.api_client.models import CommunicationChannel

value = CommunicationChannel.COMMUNICATION_CHANNEL_EMAIL

# Open enum: unrecognized values are captured as UnrecognizedStr

Values

Name Value
COMMUNICATION_CHANNEL_EMAIL COMMUNICATION_CHANNEL_EMAIL
COMMUNICATION_CHANNEL_SLACK COMMUNICATION_CHANNEL_SLACK