# With
## Properties
**account_id** | Option<**bool**> | By default or if set to true, the account ID is displayed. | [optional][default to true]
**call_duration** | Option<**bool**> | By default or if set to true, the duration of the call is displayed. | [optional][default to true]
**query_access_key** | Option<**bool**> | By default or if set to true, the access key is displayed. | [optional][default to true]
**query_api_name** | Option<**bool**> | By default or if set to true, the name of the API is displayed. | [optional][default to true]
**query_api_version** | Option<**bool**> | By default or if set to true, the version of the API is displayed. | [optional][default to true]
**query_call_name** | Option<**bool**> | By default or if set to true, the name of the call is displayed. | [optional][default to true]
**query_date** | Option<**bool**> | By default or if set to true, the date of the call is displayed. | [optional][default to true]
**query_header_raw** | Option<**bool**> | By default or if set to true, the raw header of the HTTP request is displayed. | [optional][default to true]
**query_header_size** | Option<**bool**> | By default or if set to true, the size of the raw header of the HTTP request is displayed. | [optional][default to true]
**query_ip_address** | Option<**bool**> | By default or if set to true, the IP is displayed. | [optional][default to true]
**query_payload_raw** | Option<**bool**> | By default or if set to true, the raw payload of the HTTP request is displayed. | [optional][default to true]
**query_payload_size** | Option<**bool**> | By default or if set to true, the size of the raw payload of the HTTP request is displayed. | [optional][default to true]
**query_user_agent** | Option<**bool**> | By default or if set to true, the user agent of the HTTP request is displayed. | [optional][default to true]
**request_id** | Option<**bool**> | By default or if set to true, the request ID is displayed. | [optional][default to true]
**response_size** | Option<**bool**> | By default or if set to true, the size of the response is displayed. | [optional][default to true]
**response_status_code** | Option<**bool**> | By default or if set to true, the HTTP status code of the response is displayed. | [optional][default to true]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)