Name | Type | Description | Notes |
---|---|---|---|
IsSuccess | bool | ||
TraceId | string |
func NewCancelQueryResponse(isSuccess bool, traceId string, ) *CancelQueryResponse
NewCancelQueryResponse instantiates a new CancelQueryResponse 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 NewCancelQueryResponseWithDefaults() *CancelQueryResponse
NewCancelQueryResponseWithDefaults instantiates a new CancelQueryResponse 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 *CancelQueryResponse) GetIsSuccess() bool
GetIsSuccess returns the IsSuccess field if non-nil, zero value otherwise.
func (o *CancelQueryResponse) GetIsSuccessOk() (*bool, bool)
GetIsSuccessOk returns a tuple with the IsSuccess field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CancelQueryResponse) SetIsSuccess(v bool)
SetIsSuccess sets IsSuccess field to given value.
func (o *CancelQueryResponse) GetTraceId() string
GetTraceId returns the TraceId field if non-nil, zero value otherwise.
func (o *CancelQueryResponse) GetTraceIdOk() (*string, bool)
GetTraceIdOk returns a tuple with the TraceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CancelQueryResponse) SetTraceId(v string)
SetTraceId sets TraceId field to given value.