| Name | Type | Description | Notes |
|---|---|---|---|
| Tools | Pointer to []ListCustomTools200ResponseToolsInner | [optional] | |
| Count | Pointer to int32 | [optional] |
func NewListCustomTools200Response() *ListCustomTools200Response
NewListCustomTools200Response instantiates a new ListCustomTools200Response 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 NewListCustomTools200ResponseWithDefaults() *ListCustomTools200Response
NewListCustomTools200ResponseWithDefaults instantiates a new ListCustomTools200Response 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 *ListCustomTools200Response) GetTools() []ListCustomTools200ResponseToolsInner
GetTools returns the Tools field if non-nil, zero value otherwise.
func (o *ListCustomTools200Response) GetToolsOk() (*[]ListCustomTools200ResponseToolsInner, bool)
GetToolsOk returns a tuple with the Tools field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListCustomTools200Response) SetTools(v []ListCustomTools200ResponseToolsInner)
SetTools sets Tools field to given value.
func (o *ListCustomTools200Response) HasTools() bool
HasTools returns a boolean if a field has been set.
func (o *ListCustomTools200Response) GetCount() int32
GetCount returns the Count field if non-nil, zero value otherwise.
func (o *ListCustomTools200Response) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListCustomTools200Response) SetCount(v int32)
SetCount sets Count field to given value.
func (o *ListCustomTools200Response) HasCount() bool
HasCount returns a boolean if a field has been set.