Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.1 KB

File metadata and controls

186 lines (101 loc) · 5.1 KB

ItemUSCSyncAssociation

Properties

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]

Methods

NewItemUSCSyncAssociation

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

NewItemUSCSyncAssociationWithDefaults

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

GetAssocId

func (o *ItemUSCSyncAssociation) GetAssocId() string

GetAssocId returns the AssocId field if non-nil, zero value otherwise.

GetAssocIdOk

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.

SetAssocId

func (o *ItemUSCSyncAssociation) SetAssocId(v string)

SetAssocId sets AssocId field to given value.

HasAssocId

func (o *ItemUSCSyncAssociation) HasAssocId() bool

HasAssocId returns a boolean if a field has been set.

GetAttributes

func (o *ItemUSCSyncAssociation) GetAttributes() UscSyncInfo

GetAttributes returns the Attributes field if non-nil, zero value otherwise.

GetAttributesOk

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.

SetAttributes

func (o *ItemUSCSyncAssociation) SetAttributes(v UscSyncInfo)

SetAttributes sets Attributes field to given value.

HasAttributes

func (o *ItemUSCSyncAssociation) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

GetDeleteRemote

func (o *ItemUSCSyncAssociation) GetDeleteRemote() bool

GetDeleteRemote returns the DeleteRemote field if non-nil, zero value otherwise.

GetDeleteRemoteOk

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.

SetDeleteRemote

func (o *ItemUSCSyncAssociation) SetDeleteRemote(v bool)

SetDeleteRemote sets DeleteRemote field to given value.

HasDeleteRemote

func (o *ItemUSCSyncAssociation) HasDeleteRemote() bool

HasDeleteRemote returns a boolean if a field has been set.

GetItemId

func (o *ItemUSCSyncAssociation) GetItemId() int64

GetItemId returns the ItemId field if non-nil, zero value otherwise.

GetItemIdOk

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.

SetItemId

func (o *ItemUSCSyncAssociation) SetItemId(v int64)

SetItemId sets ItemId field to given value.

HasItemId

func (o *ItemUSCSyncAssociation) HasItemId() bool

HasItemId returns a boolean if a field has been set.

GetItemName

func (o *ItemUSCSyncAssociation) GetItemName() string

GetItemName returns the ItemName field if non-nil, zero value otherwise.

GetItemNameOk

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.

SetItemName

func (o *ItemUSCSyncAssociation) SetItemName(v string)

SetItemName sets ItemName field to given value.

HasItemName

func (o *ItemUSCSyncAssociation) HasItemName() bool

HasItemName returns a boolean if a field has been set.

GetItemType

func (o *ItemUSCSyncAssociation) GetItemType() string

GetItemType returns the ItemType field if non-nil, zero value otherwise.

GetItemTypeOk

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.

SetItemType

func (o *ItemUSCSyncAssociation) SetItemType(v string)

SetItemType sets ItemType field to given value.

HasItemType

func (o *ItemUSCSyncAssociation) HasItemType() bool

HasItemType returns a boolean if a field has been set.

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