Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.59 KB

SyncDirectoryRequest.md

File metadata and controls

51 lines (28 loc) · 1.59 KB

SyncDirectoryRequest

Properties

Name Type Description Notes
DataSourceId int32

Methods

NewSyncDirectoryRequest

func NewSyncDirectoryRequest(dataSourceId int32, ) *SyncDirectoryRequest

NewSyncDirectoryRequest instantiates a new SyncDirectoryRequest 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

NewSyncDirectoryRequestWithDefaults

func NewSyncDirectoryRequestWithDefaults() *SyncDirectoryRequest

NewSyncDirectoryRequestWithDefaults instantiates a new SyncDirectoryRequest 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

GetDataSourceId

func (o *SyncDirectoryRequest) GetDataSourceId() int32

GetDataSourceId returns the DataSourceId field if non-nil, zero value otherwise.

GetDataSourceIdOk

func (o *SyncDirectoryRequest) GetDataSourceIdOk() (*int32, bool)

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

SetDataSourceId

func (o *SyncDirectoryRequest) SetDataSourceId(v int32)

SetDataSourceId sets DataSourceId field to given value.

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