SecretIdUseOption.Use constructor

SecretIdUseOption.Use(
  1. Set<String> secretIds
)

Implementation

factory SecretIdUseOption.Use(Set<String> secretIds) {
	return SecretIdUseOption._internal({"secretIds": secretIds.map((x0) => x0).toList(), "kotlinType": "com.icure.cardinal.sdk.crypto.entities.SecretIdUseOption.Use"});
}