DeleteCommentsFilesRequest

case class DeleteCommentsFilesRequest(file: Option[String], id: Option[String])
Value parameters:
file

File to delete a comment from.

id

The comment to delete.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product