Interface EntityTimelineResponse
public interface EntityTimelineResponse
An immutable client-side representation of EntityTimelineResponse.
-
Method Summary
-
Method Details
-
metadata
TimelineResultsMetadata metadata()Gets the metadata property: The metadata from the timeline operation results.- Returns:
- the metadata value.
-
value
List<EntityTimelineItem> value()Gets the value property: The timeline result values.- Returns:
- the value value.
-
innerModel
EntityTimelineResponseInner innerModel()Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.EntityTimelineResponseInner object.- Returns:
- the inner object.
-