Execute SSISPackage Activity Response
constructor(connectVia: IntegrationRuntimeReferenceResponse, dependsOn: List<ActivityDependencyResponse>? = null, description: String? = null, environmentPath: Any? = null, executionCredential: SSISExecutionCredentialResponse? = null, linkedServiceName: LinkedServiceReferenceResponse? = null, logLocation: SSISLogLocationResponse? = null, loggingLevel: Any? = null, name: String, packageConnectionManagers: Map<String, Map<String, SSISExecutionParameterResponse>>? = null, packageLocation: SSISPackageLocationResponse, packageParameters: Map<String, SSISExecutionParameterResponse>? = null, policy: ActivityPolicyResponse? = null, projectConnectionManagers: Map<String, Map<String, SSISExecutionParameterResponse>>? = null, projectParameters: Map<String, SSISExecutionParameterResponse>? = null, propertyOverrides: Map<String, SSISPropertyOverrideResponse>? = null, runtime: Any? = null, type: String, userProperties: List<UserPropertyResponse>? = null)