Files
Sipro-Marketplaces/pkg/api/yandex/ymclient/docs/ApiNotFoundErrorResponse.md
2025-08-15 11:10:28 +03:00

2.8 KiB

ApiNotFoundErrorResponse

Properties

Name Type Description Notes
Status Pointer to ApiResponseStatusType [optional]
Errors Pointer to []ApiErrorDTO Список ошибок. [optional]

Methods

NewApiNotFoundErrorResponse

func NewApiNotFoundErrorResponse() *ApiNotFoundErrorResponse

NewApiNotFoundErrorResponse instantiates a new ApiNotFoundErrorResponse 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

NewApiNotFoundErrorResponseWithDefaults

func NewApiNotFoundErrorResponseWithDefaults() *ApiNotFoundErrorResponse

NewApiNotFoundErrorResponseWithDefaults instantiates a new ApiNotFoundErrorResponse 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

GetStatus

func (o *ApiNotFoundErrorResponse) GetStatus() ApiResponseStatusType

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *ApiNotFoundErrorResponse) GetStatusOk() (*ApiResponseStatusType, bool)

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

SetStatus

func (o *ApiNotFoundErrorResponse) SetStatus(v ApiResponseStatusType)

SetStatus sets Status field to given value.

HasStatus

func (o *ApiNotFoundErrorResponse) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetErrors

func (o *ApiNotFoundErrorResponse) GetErrors() []ApiErrorDTO

GetErrors returns the Errors field if non-nil, zero value otherwise.

GetErrorsOk

func (o *ApiNotFoundErrorResponse) GetErrorsOk() (*[]ApiErrorDTO, bool)

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

SetErrors

func (o *ApiNotFoundErrorResponse) SetErrors(v []ApiErrorDTO)

SetErrors sets Errors field to given value.

HasErrors

func (o *ApiNotFoundErrorResponse) HasErrors() bool

HasErrors returns a boolean if a field has been set.

SetErrorsNil

func (o *ApiNotFoundErrorResponse) SetErrorsNil(b bool)

SetErrorsNil sets the value for Errors to be an explicit nil

UnsetErrors

func (o *ApiNotFoundErrorResponse) UnsetErrors()

UnsetErrors ensures that no value is present for Errors, not even an explicit nil

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