Custom Activity Response
data class CustomActivityResponse(val autoUserSpecification: Any? = null, val command: Any, val dependsOn: List<ActivityDependencyResponse>? = null, val description: String? = null, val extendedProperties: Map<String, Any>? = null, val folderPath: Any? = null, val linkedServiceName: LinkedServiceReferenceResponse? = null, val name: String, val onInactiveMarkAs: String? = null, val policy: ActivityPolicyResponse? = null, val referenceObjects: CustomActivityReferenceObjectResponse? = null, val resourceLinkedService: LinkedServiceReferenceResponse? = null, val retentionTimeInDays: Any? = null, val state: String? = null, val type: String, val userProperties: List<UserPropertyResponse>? = null)
Custom activity type.
Constructors
Link copied to clipboard
fun CustomActivityResponse(autoUserSpecification: Any? = null, command: Any, dependsOn: List<ActivityDependencyResponse>? = null, description: String? = null, extendedProperties: Map<String, Any>? = null, folderPath: Any? = null, linkedServiceName: LinkedServiceReferenceResponse? = null, name: String, onInactiveMarkAs: String? = null, policy: ActivityPolicyResponse? = null, referenceObjects: CustomActivityReferenceObjectResponse? = null, resourceLinkedService: LinkedServiceReferenceResponse? = null, retentionTimeInDays: Any? = null, state: String? = null, type: String, userProperties: List<UserPropertyResponse>? = null)