labels property

Map<String, String>? labels
final

Custom metadata to add to your Docker volume. This parameter maps to Labels in the Create a volume section of the Docker Remote API and the xxlabel option to docker volume create.

Implementation

final Map<String, String>? labels;