Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.63 KB

CreateTransferResponse.md

File metadata and controls

51 lines (28 loc) · 1.63 KB

CreateTransferResponse

Properties

Name Type Description Notes
TransferIds []int32 List of transfer IDs

Methods

NewCreateTransferResponse

func NewCreateTransferResponse(transferIds []int32, ) *CreateTransferResponse

NewCreateTransferResponse instantiates a new CreateTransferResponse 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

NewCreateTransferResponseWithDefaults

func NewCreateTransferResponseWithDefaults() *CreateTransferResponse

NewCreateTransferResponseWithDefaults instantiates a new CreateTransferResponse 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

GetTransferIds

func (o *CreateTransferResponse) GetTransferIds() []int32

GetTransferIds returns the TransferIds field if non-nil, zero value otherwise.

GetTransferIdsOk

func (o *CreateTransferResponse) GetTransferIdsOk() (*[]int32, bool)

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

SetTransferIds

func (o *CreateTransferResponse) SetTransferIds(v []int32)

SetTransferIds sets TransferIds field to given value.

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