Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.16 KB

ImportListConfigResource.md

File metadata and controls

108 lines (59 loc) · 3.16 KB

ImportListConfigResource

Properties

Name Type Description Notes
Id Pointer to int32 [optional]
ListSyncLevel Pointer to ListSyncLevelType [optional]
ListSyncTag Pointer to int32 [optional]

Methods

NewImportListConfigResource

func NewImportListConfigResource() *ImportListConfigResource

NewImportListConfigResource instantiates a new ImportListConfigResource 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

NewImportListConfigResourceWithDefaults

func NewImportListConfigResourceWithDefaults() *ImportListConfigResource

NewImportListConfigResourceWithDefaults instantiates a new ImportListConfigResource 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

GetId

func (o *ImportListConfigResource) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *ImportListConfigResource) GetIdOk() (*int32, bool)

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

SetId

func (o *ImportListConfigResource) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *ImportListConfigResource) HasId() bool

HasId returns a boolean if a field has been set.

GetListSyncLevel

func (o *ImportListConfigResource) GetListSyncLevel() ListSyncLevelType

GetListSyncLevel returns the ListSyncLevel field if non-nil, zero value otherwise.

GetListSyncLevelOk

func (o *ImportListConfigResource) GetListSyncLevelOk() (*ListSyncLevelType, bool)

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

SetListSyncLevel

func (o *ImportListConfigResource) SetListSyncLevel(v ListSyncLevelType)

SetListSyncLevel sets ListSyncLevel field to given value.

HasListSyncLevel

func (o *ImportListConfigResource) HasListSyncLevel() bool

HasListSyncLevel returns a boolean if a field has been set.

GetListSyncTag

func (o *ImportListConfigResource) GetListSyncTag() int32

GetListSyncTag returns the ListSyncTag field if non-nil, zero value otherwise.

GetListSyncTagOk

func (o *ImportListConfigResource) GetListSyncTagOk() (*int32, bool)

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

SetListSyncTag

func (o *ImportListConfigResource) SetListSyncTag(v int32)

SetListSyncTag sets ListSyncTag field to given value.

HasListSyncTag

func (o *ImportListConfigResource) HasListSyncTag() bool

HasListSyncTag returns a boolean if a field has been set.

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