Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.72 KB

DropRequestEntity.md

File metadata and controls

56 lines (31 loc) · 1.72 KB

DropRequestEntity

Properties

Name Type Description Notes
DropRequest Pointer to DropRequestDTO [optional]

Methods

NewDropRequestEntity

func NewDropRequestEntity() *DropRequestEntity

NewDropRequestEntity instantiates a new DropRequestEntity 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

NewDropRequestEntityWithDefaults

func NewDropRequestEntityWithDefaults() *DropRequestEntity

NewDropRequestEntityWithDefaults instantiates a new DropRequestEntity 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

GetDropRequest

func (o *DropRequestEntity) GetDropRequest() DropRequestDTO

GetDropRequest returns the DropRequest field if non-nil, zero value otherwise.

GetDropRequestOk

func (o *DropRequestEntity) GetDropRequestOk() (*DropRequestDTO, bool)

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

SetDropRequest

func (o *DropRequestEntity) SetDropRequest(v DropRequestDTO)

SetDropRequest sets DropRequest field to given value.

HasDropRequest

func (o *DropRequestEntity) HasDropRequest() bool

HasDropRequest returns a boolean if a field has been set.

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