Provides struct and type for a BenefitSlackSharedChannel
Summary
Types
@type t() :: %Polarex.BenefitSlackSharedChannel{ created_at: DateTime.t(), deletable: boolean(), description: String.t(), id: String.t(), is_deleted: boolean(), metadata: map(), modified_at: DateTime.t() | nil, organization_id: String.t(), properties: Polarex.BenefitSlackSharedChannelProperties.t(), selectable: boolean(), type: String.t(), visibility: String.t(), visibility_configurable: boolean() }