dhall-fly-0.1.0: dhall-concourse/types/CustomResourceType.dhall
{ name : Text
, type : Text
, source : Optional ./JSONObject.dhall
, privileged : Optional Bool
, params: Optional ./JSONObject.dhall
, check_every: Optional Text
, tags : Optional Text
, unique_version_history: Optional Bool
}