final case class GetFileFromRepository(slug: Slug, path: String, ref: Reference, t: AccessToken) extends GithubOp[Option[Contents]] with Product with Serializable
- Source
- Github.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GetFileFromRepository
- Serializable
- Serializable
- Product
- Equals
- GithubOp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All