2.9 KiB
AnswerApiV1CollectionSwitchPost200Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Data | Pointer to SchemaCollectionSwitchResp | [optional] | |
| HandlerRespBody | Pointer to HandlerRespBody | [optional] |
Methods
NewAnswerApiV1CollectionSwitchPost200Response
func NewAnswerApiV1CollectionSwitchPost200Response() *AnswerApiV1CollectionSwitchPost200Response
NewAnswerApiV1CollectionSwitchPost200Response instantiates a new AnswerApiV1CollectionSwitchPost200Response 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
NewAnswerApiV1CollectionSwitchPost200ResponseWithDefaults
func NewAnswerApiV1CollectionSwitchPost200ResponseWithDefaults() *AnswerApiV1CollectionSwitchPost200Response
NewAnswerApiV1CollectionSwitchPost200ResponseWithDefaults instantiates a new AnswerApiV1CollectionSwitchPost200Response 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
GetData
func (o *AnswerApiV1CollectionSwitchPost200Response) GetData() SchemaCollectionSwitchResp
GetData returns the Data field if non-nil, zero value otherwise.
GetDataOk
func (o *AnswerApiV1CollectionSwitchPost200Response) GetDataOk() (*SchemaCollectionSwitchResp, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetData
func (o *AnswerApiV1CollectionSwitchPost200Response) SetData(v SchemaCollectionSwitchResp)
SetData sets Data field to given value.
HasData
func (o *AnswerApiV1CollectionSwitchPost200Response) HasData() bool
HasData returns a boolean if a field has been set.
GetHandlerRespBody
func (o *AnswerApiV1CollectionSwitchPost200Response) GetHandlerRespBody() HandlerRespBody
GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.
GetHandlerRespBodyOk
func (o *AnswerApiV1CollectionSwitchPost200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)
GetHandlerRespBodyOk returns a tuple with the HandlerRespBody field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetHandlerRespBody
func (o *AnswerApiV1CollectionSwitchPost200Response) SetHandlerRespBody(v HandlerRespBody)
SetHandlerRespBody sets HandlerRespBody field to given value.
HasHandlerRespBody
func (o *AnswerApiV1CollectionSwitchPost200Response) HasHandlerRespBody() bool
HasHandlerRespBody returns a boolean if a field has been set.