drone-1.1.0

Safe HaskellNone
LanguageHaskell2010

Drone.Types.Repo

Documentation

type Repo = Record '["id" >: Int64, "uid" >: Text, "user_id" >: Int64, "namespace" >: Text, "name" >: Text, "slug" >: Text, "scm" >: Text, "git_http_url" >: Text, "git_ssh_url" >: Text, "link" >: Text, "default_branch" >: Text, "private" >: Bool, "visibility" >: Text, "active" >: Bool, "config_path" >: Text, "trusted" >: Bool, "protected" >: Bool, "timeout" >: Int64, "counter" >: Int, "synced" >: Int64, "created" >: Int64, "updated" >: Int64, "version" >: Int64] Source #

type RepoPatch = RepoPatchFields :& Nullable (Field Identity) Source #