MinioUrl

data class MinioUrl(val value: Map<HttpMethod, URL> = emptyMap())

A wrapper around minio-url to help with the proper representation in protobuf-format.

Constructors

Link copied to clipboard
constructor(value: Map<HttpMethod, URL> = emptyMap())

Properties

Link copied to clipboard