Get Annotation Store Plain Args
    data class GetAnnotationStorePlainArgs(val annotationStoreId: String, val datasetId: String, val location: String, val project: String? = null) : ConvertibleToJava<GetAnnotationStorePlainArgs> 
Constructors
Link copied to clipboard
                fun GetAnnotationStorePlainArgs(annotationStoreId: String, datasetId: String, location: String, project: String? = null)