| Name | Type | Description | Notes |
|---|---|---|---|
| AssocId | Pointer to string | [optional] | |
| Attributes | Pointer to UscSyncInfo | [optional] | |
| DeleteRemote | Pointer to bool | [optional] | |
| ItemId | Pointer to int64 | [optional] | |
| ItemName | Pointer to string | [optional] | |
| ItemType | Pointer to string | [optional] |
func NewItemUSCSyncAssociation() *ItemUSCSyncAssociation
NewItemUSCSyncAssociation instantiates a new ItemUSCSyncAssociation 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 NewItemUSCSyncAssociationWithDefaults() *ItemUSCSyncAssociation
NewItemUSCSyncAssociationWithDefaults instantiates a new ItemUSCSyncAssociation 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 *ItemUSCSyncAssociation) GetAssocId() string
GetAssocId returns the AssocId field if non-nil, zero value otherwise.
func (o *ItemUSCSyncAssociation) GetAssocIdOk() (*string, bool)
GetAssocIdOk returns a tuple with the AssocId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ItemUSCSyncAssociation) SetAssocId(v string)
SetAssocId sets AssocId field to given value.
func (o *ItemUSCSyncAssociation) HasAssocId() bool
HasAssocId returns a boolean if a field has been set.
func (o *ItemUSCSyncAssociation) GetAttributes() UscSyncInfo
GetAttributes returns the Attributes field if non-nil, zero value otherwise.
func (o *ItemUSCSyncAssociation) GetAttributesOk() (*UscSyncInfo, bool)
GetAttributesOk returns a tuple with the Attributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ItemUSCSyncAssociation) SetAttributes(v UscSyncInfo)
SetAttributes sets Attributes field to given value.
func (o *ItemUSCSyncAssociation) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (o *ItemUSCSyncAssociation) GetDeleteRemote() bool
GetDeleteRemote returns the DeleteRemote field if non-nil, zero value otherwise.
func (o *ItemUSCSyncAssociation) GetDeleteRemoteOk() (*bool, bool)
GetDeleteRemoteOk returns a tuple with the DeleteRemote field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ItemUSCSyncAssociation) SetDeleteRemote(v bool)
SetDeleteRemote sets DeleteRemote field to given value.
func (o *ItemUSCSyncAssociation) HasDeleteRemote() bool
HasDeleteRemote returns a boolean if a field has been set.
func (o *ItemUSCSyncAssociation) GetItemId() int64
GetItemId returns the ItemId field if non-nil, zero value otherwise.
func (o *ItemUSCSyncAssociation) GetItemIdOk() (*int64, bool)
GetItemIdOk returns a tuple with the ItemId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ItemUSCSyncAssociation) SetItemId(v int64)
SetItemId sets ItemId field to given value.
func (o *ItemUSCSyncAssociation) HasItemId() bool
HasItemId returns a boolean if a field has been set.
func (o *ItemUSCSyncAssociation) GetItemName() string
GetItemName returns the ItemName field if non-nil, zero value otherwise.
func (o *ItemUSCSyncAssociation) GetItemNameOk() (*string, bool)
GetItemNameOk returns a tuple with the ItemName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ItemUSCSyncAssociation) SetItemName(v string)
SetItemName sets ItemName field to given value.
func (o *ItemUSCSyncAssociation) HasItemName() bool
HasItemName returns a boolean if a field has been set.
func (o *ItemUSCSyncAssociation) GetItemType() string
GetItemType returns the ItemType field if non-nil, zero value otherwise.
func (o *ItemUSCSyncAssociation) GetItemTypeOk() (*string, bool)
GetItemTypeOk returns a tuple with the ItemType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ItemUSCSyncAssociation) SetItemType(v string)
SetItemType sets ItemType field to given value.
func (o *ItemUSCSyncAssociation) HasItemType() bool
HasItemType returns a boolean if a field has been set.