Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.1 KB

File metadata and controls

108 lines (59 loc) · 3.1 KB

CreateCustomTool201Response

Properties

Name Type Description Notes
Success Pointer to bool [optional]
Tool Pointer to map[string]interface{} [optional]
Message Pointer to string [optional]

Methods

NewCreateCustomTool201Response

func NewCreateCustomTool201Response() *CreateCustomTool201Response

NewCreateCustomTool201Response instantiates a new CreateCustomTool201Response 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

NewCreateCustomTool201ResponseWithDefaults

func NewCreateCustomTool201ResponseWithDefaults() *CreateCustomTool201Response

NewCreateCustomTool201ResponseWithDefaults instantiates a new CreateCustomTool201Response 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

GetSuccess

func (o *CreateCustomTool201Response) GetSuccess() bool

GetSuccess returns the Success field if non-nil, zero value otherwise.

GetSuccessOk

func (o *CreateCustomTool201Response) GetSuccessOk() (*bool, bool)

GetSuccessOk returns a tuple with the Success field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSuccess

func (o *CreateCustomTool201Response) SetSuccess(v bool)

SetSuccess sets Success field to given value.

HasSuccess

func (o *CreateCustomTool201Response) HasSuccess() bool

HasSuccess returns a boolean if a field has been set.

GetTool

func (o *CreateCustomTool201Response) GetTool() map[string]interface{}

GetTool returns the Tool field if non-nil, zero value otherwise.

GetToolOk

func (o *CreateCustomTool201Response) GetToolOk() (*map[string]interface{}, bool)

GetToolOk returns a tuple with the Tool field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTool

func (o *CreateCustomTool201Response) SetTool(v map[string]interface{})

SetTool sets Tool field to given value.

HasTool

func (o *CreateCustomTool201Response) HasTool() bool

HasTool returns a boolean if a field has been set.

GetMessage

func (o *CreateCustomTool201Response) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

func (o *CreateCustomTool201Response) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMessage

func (o *CreateCustomTool201Response) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *CreateCustomTool201Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]