Reactor.File.Dsl.CpR
(reactor_file v0.18.4)
View Source
A cp_r DSL entity for the Reactor.File DSL extension.
Summary
Types
@type t() :: %Reactor.File.Dsl.CpR{ __identifier__: any(), __spark_metadata__: term(), arguments: [Reactor.Dsl.Argument.t()], description: nil | String.t(), guards: [Reactor.Guard.Build.t()], name: any(), overwrite?: boolean(), revert_on_undo?: boolean(), source: Reactor.Template.t(), target: Reactor.Template.t() }