Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.42 KB

MainImportDealBody.md

File metadata and controls

134 lines (73 loc) · 3.42 KB

MainImportDealBody

Properties

Name Type Description Notes
Coluuid Pointer to string [optional]
DealIDs Pointer to []int32 [optional]
Dir Pointer to string [optional]
Name Pointer to string [optional]

Methods

NewMainImportDealBody

func NewMainImportDealBody() *MainImportDealBody

NewMainImportDealBody instantiates a new MainImportDealBody 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

NewMainImportDealBodyWithDefaults

func NewMainImportDealBodyWithDefaults() *MainImportDealBody

NewMainImportDealBodyWithDefaults instantiates a new MainImportDealBody 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

GetColuuid

func (o *MainImportDealBody) GetColuuid() string

GetColuuid returns the Coluuid field if non-nil, zero value otherwise.

GetColuuidOk

func (o *MainImportDealBody) GetColuuidOk() (*string, bool)

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

SetColuuid

func (o *MainImportDealBody) SetColuuid(v string)

SetColuuid sets Coluuid field to given value.

HasColuuid

func (o *MainImportDealBody) HasColuuid() bool

HasColuuid returns a boolean if a field has been set.

GetDealIDs

func (o *MainImportDealBody) GetDealIDs() []int32

GetDealIDs returns the DealIDs field if non-nil, zero value otherwise.

GetDealIDsOk

func (o *MainImportDealBody) GetDealIDsOk() (*[]int32, bool)

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

SetDealIDs

func (o *MainImportDealBody) SetDealIDs(v []int32)

SetDealIDs sets DealIDs field to given value.

HasDealIDs

func (o *MainImportDealBody) HasDealIDs() bool

HasDealIDs returns a boolean if a field has been set.

GetDir

func (o *MainImportDealBody) GetDir() string

GetDir returns the Dir field if non-nil, zero value otherwise.

GetDirOk

func (o *MainImportDealBody) GetDirOk() (*string, bool)

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

SetDir

func (o *MainImportDealBody) SetDir(v string)

SetDir sets Dir field to given value.

HasDir

func (o *MainImportDealBody) HasDir() bool

HasDir returns a boolean if a field has been set.

GetName

func (o *MainImportDealBody) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *MainImportDealBody) GetNameOk() (*string, bool)

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

SetName

func (o *MainImportDealBody) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *MainImportDealBody) HasName() bool

HasName returns a boolean if a field has been set.

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