datasets property

List<String>? datasets
getter/setter pair

Dataset resource names.

Right now we only support labeling from a single Dataset. Format: projects/{project}/locations/{location}/datasets/{dataset}

Required.

Implementation

core.List<core.String>? datasets;