Package-level declarations
Types
Link copied to clipboard
Model that represents a branch in the step.
Link copied to clipboard
Link copied to clipboard
data class ContinuousActionResponse(val duration: String, val name: String, val parameters: List<KeyValuePairResponse>, val selectorId: String, val type: String)
Model that represents a continuous action.
Link copied to clipboard
Model that represents a delay action.
Link copied to clipboard
data class DiscreteActionResponse(val name: String, val parameters: List<KeyValuePairResponse>, val selectorId: String, val type: String)
Model that represents a discrete action.
Link copied to clipboard
data class ExperimentPropertiesResponse(val selectors: List<SelectorResponse>, val startOnCreation: Boolean? = null, val steps: List<StepResponse>)
Model that represents the Experiment properties model.
Link copied to clipboard
data class GetCapabilityResult(val id: String, val name: String, val properties: CapabilityPropertiesResponse, val systemData: SystemDataResponse, val type: String)
Model that represents a Capability resource.
Link copied to clipboard
data class GetExperimentResult(val id: String, val identity: ResourceIdentityResponse? = null, val location: String, val name: String, val properties: ExperimentPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Model that represents a Experiment resource.
Link copied to clipboard
data class GetTargetResult(val id: String, val location: String? = null, val name: String, val properties: Any, val systemData: SystemDataResponse, val type: String)
Model that represents a Target resource.
Link copied to clipboard
A map to describe the settings of an action.
Link copied to clipboard
data class ResourceIdentityResponse(val principalId: String, val tenantId: String, val type: String)
The managed identity of a resource.
Link copied to clipboard
data class SelectorResponse(val id: String, val targets: List<TargetReferenceResponse>, val type: String)
Model that represents a selector in the Experiment resource.
Link copied to clipboard
Model that represents a step in the Experiment resource.
Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)
Metadata pertaining to creation and last modification of the resource.
Link copied to clipboard
Model that represents a reference to a Target in the selector.