listAssetRevisions
inline suspend fun DataZoneClient.listAssetRevisions(crossinline block: ListAssetRevisionsRequest.Builder.() -> Unit): ListAssetRevisionsResponse
Lists the revisions for the asset.
Prerequisites:
The asset must exist in the domain.
There must be at least one revision of the asset (which happens automatically after creation).
The domain must be valid and active.
User must have permissions on the asset and domain.