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

1.8 KiB

GetDeliveryServicesResponse

Properties

Name Type Description Notes
Result Pointer to DeliveryServicesDTO [optional]

Methods

NewGetDeliveryServicesResponse

func NewGetDeliveryServicesResponse() *GetDeliveryServicesResponse

NewGetDeliveryServicesResponse instantiates a new GetDeliveryServicesResponse 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

NewGetDeliveryServicesResponseWithDefaults

func NewGetDeliveryServicesResponseWithDefaults() *GetDeliveryServicesResponse

NewGetDeliveryServicesResponseWithDefaults instantiates a new GetDeliveryServicesResponse 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

GetResult

func (o *GetDeliveryServicesResponse) GetResult() DeliveryServicesDTO

GetResult returns the Result field if non-nil, zero value otherwise.

GetResultOk

func (o *GetDeliveryServicesResponse) GetResultOk() (*DeliveryServicesDTO, bool)

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

SetResult

func (o *GetDeliveryServicesResponse) SetResult(v DeliveryServicesDTO)

SetResult sets Result field to given value.

HasResult

func (o *GetDeliveryServicesResponse) HasResult() bool

HasResult returns a boolean if a field has been set.

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