Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 1.89 KB

UserFilesV2.md

File metadata and controls

72 lines (39 loc) · 1.89 KB

UserFilesV2

Properties

Name Type Description Notes
Results []UserFile
Count int32

Methods

NewUserFilesV2

func NewUserFilesV2(results []UserFile, count int32, ) *UserFilesV2

NewUserFilesV2 instantiates a new UserFilesV2 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

NewUserFilesV2WithDefaults

func NewUserFilesV2WithDefaults() *UserFilesV2

NewUserFilesV2WithDefaults instantiates a new UserFilesV2 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

GetResults

func (o *UserFilesV2) GetResults() []UserFile

GetResults returns the Results field if non-nil, zero value otherwise.

GetResultsOk

func (o *UserFilesV2) GetResultsOk() (*[]UserFile, bool)

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

SetResults

func (o *UserFilesV2) SetResults(v []UserFile)

SetResults sets Results field to given value.

GetCount

func (o *UserFilesV2) GetCount() int32

GetCount returns the Count field if non-nil, zero value otherwise.

GetCountOk

func (o *UserFilesV2) GetCountOk() (*int32, bool)

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

SetCount

func (o *UserFilesV2) SetCount(v int32)

SetCount sets Count field to given value.

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