WebHookActivityArgs

constructor(authentication: Output<WebActivityAuthenticationArgs>? = null, body: Output<Any>? = null, dependsOn: Output<List<ActivityDependencyArgs>>? = null, description: Output<String>? = null, headers: Output<Any>? = null, method: Output<Either<String, WebHookActivityMethod>>, name: Output<String>, reportStatusOnCallBack: Output<Any>? = null, timeout: Output<String>? = null, type: Output<String>, url: Output<Any>, userProperties: Output<List<UserPropertyArgs>>? = null)