public class TableKeyValuePairs
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Method and Description | 
|---|---|
| TableCellKey | getKey()Gets the key. | 
| List<TableCellValues> | getValue()Gets the value. | 
public TableCellKey getKey()
A key in a key-value pair.
public List<TableCellValues> getValue()
A list of values in a key-value pair.
Copyright © 2023 IBM Cloud. All rights reserved.