selectedResources property

List<SelectedResource>? selectedResources
getter/setter pair

Resources in this dataset that are selectively shared.

If this field is empty, then the entire dataset (all resources) are shared. This field is only valid for data clean room exchanges.

Optional.

Implementation

core.List<SelectedResource>? selectedResources;