Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
ListSyncLevel | Pointer to ListSyncLevelType | [optional] | |
ListSyncTag | Pointer to int32 | [optional] |
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
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
func (o *ImportListConfigResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *ImportListConfigResource) SetId(v int32)
SetId sets Id field to given value.
func (o *ImportListConfigResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ImportListConfigResource) GetListSyncLevel() ListSyncLevelType
GetListSyncLevel returns the ListSyncLevel field if non-nil, zero value otherwise.
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.
func (o *ImportListConfigResource) SetListSyncLevel(v ListSyncLevelType)
SetListSyncLevel sets ListSyncLevel field to given value.
func (o *ImportListConfigResource) HasListSyncLevel() bool
HasListSyncLevel returns a boolean if a field has been set.
func (o *ImportListConfigResource) GetListSyncTag() int32
GetListSyncTag returns the ListSyncTag field if non-nil, zero value otherwise.
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.
func (o *ImportListConfigResource) SetListSyncTag(v int32)
SetListSyncTag sets ListSyncTag field to given value.
func (o *ImportListConfigResource) HasListSyncTag() bool
HasListSyncTag returns a boolean if a field has been set.