ReleaseAssets
object ReleaseAssets
class Object
trait Matchable
class Any
Value members
Concrete methods
def links[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[ReleaseAssetLinkConnection, A]): SelectionBuilder[ReleaseAssets, Option[A]]
Asset links of the release.
Asset links of the release.
def sources[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[ReleaseSourceConnection, A]): SelectionBuilder[ReleaseAssets, Option[A]]
Sources of the release.
Sources of the release.