# GetDeliveryServicesResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Result** | Pointer to [**DeliveryServicesDTO**](DeliveryServicesDTO.md) | | [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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)