Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.79 KB

DeliveryGetOriginResponse.md

File metadata and controls

56 lines (31 loc) · 1.79 KB

DeliveryGetOriginResponse

Properties

Name Type Description Notes
Origin Pointer to SchemadeliveryOrigin [optional]

Methods

NewDeliveryGetOriginResponse

func NewDeliveryGetOriginResponse() *DeliveryGetOriginResponse

NewDeliveryGetOriginResponse instantiates a new DeliveryGetOriginResponse 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

NewDeliveryGetOriginResponseWithDefaults

func NewDeliveryGetOriginResponseWithDefaults() *DeliveryGetOriginResponse

NewDeliveryGetOriginResponseWithDefaults instantiates a new DeliveryGetOriginResponse 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

GetOrigin

func (o *DeliveryGetOriginResponse) GetOrigin() SchemadeliveryOrigin

GetOrigin returns the Origin field if non-nil, zero value otherwise.

GetOriginOk

func (o *DeliveryGetOriginResponse) GetOriginOk() (*SchemadeliveryOrigin, bool)

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

SetOrigin

func (o *DeliveryGetOriginResponse) SetOrigin(v SchemadeliveryOrigin)

SetOrigin sets Origin field to given value.

HasOrigin

func (o *DeliveryGetOriginResponse) HasOrigin() bool

HasOrigin returns a boolean if a field has been set.

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