Specifies the information about the returned data.
Data structure
message ReturnContent {
optional ReturnType return_type = 1;
repeated string return_column_names = 2;
}
Parameter | Type | Required | Description |
return_type | No | The type of the returned data. | |
return_column_names | string | No | The names of the columns that you want to return. |