Interface BookmarkExpandResponse
public interface BookmarkExpandResponse
An immutable client-side representation of BookmarkExpandResponse.
-
Method Summary
-
Method Details
-
metadata
ExpansionResultsMetadata metadata()Gets the metadata property: The metadata from the expansion operation results.- Returns:
- the metadata value.
-
value
BookmarkExpandResponseValue value()Gets the value property: The expansion result values.- Returns:
- the value value.
-
innerModel
BookmarkExpandResponseInner innerModel()Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.BookmarkExpandResponseInner object.- Returns:
- the inner object.
-