All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.slack.api.model.kotlin_extension.block.FileSource.kt Maven / Gradle / Ivy

The newest version!
package com.slack.api.model.kotlin_extension.block

enum class FileSource {
    /**
     * Signifies that the file is coming from a remote origin server.
     */
    REMOTE {
        override val value = "remote"
    };

    abstract val value: String
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy