Name | Type | Description | Notes |
---|---|---|---|
AssocId | Pointer to string | [optional] | |
Attributes | Pointer to map[string]string | [optional] | |
TargetId | Pointer to int64 | [optional] | |
TargetName | Pointer to string | [optional] | |
TargetType | Pointer to string | [optional] |
func NewItemTargetAssociation() *ItemTargetAssociation
NewItemTargetAssociation instantiates a new ItemTargetAssociation 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 NewItemTargetAssociationWithDefaults() *ItemTargetAssociation
NewItemTargetAssociationWithDefaults instantiates a new ItemTargetAssociation 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 *ItemTargetAssociation) GetAssocId() string
GetAssocId returns the AssocId field if non-nil, zero value otherwise.
func (o *ItemTargetAssociation) 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 *ItemTargetAssociation) SetAssocId(v string)
SetAssocId sets AssocId field to given value.
func (o *ItemTargetAssociation) HasAssocId() bool
HasAssocId returns a boolean if a field has been set.
func (o *ItemTargetAssociation) GetAttributes() map[string]string
GetAttributes returns the Attributes field if non-nil, zero value otherwise.
func (o *ItemTargetAssociation) GetAttributesOk() (*map[string]string, 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 *ItemTargetAssociation) SetAttributes(v map[string]string)
SetAttributes sets Attributes field to given value.
func (o *ItemTargetAssociation) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (o *ItemTargetAssociation) GetTargetId() int64
GetTargetId returns the TargetId field if non-nil, zero value otherwise.
func (o *ItemTargetAssociation) GetTargetIdOk() (*int64, bool)
GetTargetIdOk returns a tuple with the TargetId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ItemTargetAssociation) SetTargetId(v int64)
SetTargetId sets TargetId field to given value.
func (o *ItemTargetAssociation) HasTargetId() bool
HasTargetId returns a boolean if a field has been set.
func (o *ItemTargetAssociation) GetTargetName() string
GetTargetName returns the TargetName field if non-nil, zero value otherwise.
func (o *ItemTargetAssociation) GetTargetNameOk() (*string, bool)
GetTargetNameOk returns a tuple with the TargetName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ItemTargetAssociation) SetTargetName(v string)
SetTargetName sets TargetName field to given value.
func (o *ItemTargetAssociation) HasTargetName() bool
HasTargetName returns a boolean if a field has been set.
func (o *ItemTargetAssociation) GetTargetType() string
GetTargetType returns the TargetType field if non-nil, zero value otherwise.
func (o *ItemTargetAssociation) GetTargetTypeOk() (*string, bool)
GetTargetTypeOk returns a tuple with the TargetType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ItemTargetAssociation) SetTargetType(v string)
SetTargetType sets TargetType field to given value.
func (o *ItemTargetAssociation) HasTargetType() bool
HasTargetType returns a boolean if a field has been set.