| Name | Type | Description | Notes |
|---|---|---|---|
| ResponseTime | Pointer to interface{} | [optional] |
func NewResponseTimeStatistics() *ResponseTimeStatistics
NewResponseTimeStatistics instantiates a new ResponseTimeStatistics object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResponseTimeStatisticsWithDefaults() *ResponseTimeStatistics
NewResponseTimeStatisticsWithDefaults instantiates a new ResponseTimeStatistics object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ResponseTimeStatistics) GetResponseTime() interface{}
GetResponseTime returns the ResponseTime field if non-nil, zero value otherwise.
func (o *ResponseTimeStatistics) GetResponseTimeOk() (*interface{}, bool)
GetResponseTimeOk returns a tuple with the ResponseTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponseTimeStatistics) SetResponseTime(v interface{})
SetResponseTime sets ResponseTime field to given value.
func (o *ResponseTimeStatistics) HasResponseTime() bool
HasResponseTime returns a boolean if a field has been set.
func (o *ResponseTimeStatistics) SetResponseTimeNil(b bool)
SetResponseTimeNil sets the value for ResponseTime to be an explicit nil
func (o *ResponseTimeStatistics) UnsetResponseTime()
UnsetResponseTime ensures that no value is present for ResponseTime, not even an explicit nil