GetEntitiesGetTimelinePlainArgs

data class GetEntitiesGetTimelinePlainArgs(val endTime: String, val entityId: String, val kinds: List<Either<String, EntityTimelineKind>>? = null, val numberOfBucket: Int? = null, val resourceGroupName: String, val startTime: String, val workspaceName: String) : ConvertibleToJava<GetEntitiesGetTimelinePlainArgs>

Constructors

Link copied to clipboard
constructor(endTime: String, entityId: String, kinds: List<Either<String, EntityTimelineKind>>? = null, numberOfBucket: Int? = null, resourceGroupName: String, startTime: String, workspaceName: String)

Properties

Link copied to clipboard

The end timeline date, so the results returned are before this date.

Link copied to clipboard

entity ID

Link copied to clipboard
val kinds: List<Either<String, EntityTimelineKind>>? = null

Array of timeline Item kinds.

Link copied to clipboard
val numberOfBucket: Int? = null

The number of bucket for timeline queries aggregation.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Link copied to clipboard

The start timeline date, so the results returned are after this date.

Link copied to clipboard

The name of the workspace.

Functions

Link copied to clipboard
open override fun toJava(): GetEntitiesGetTimelinePlainArgs