Name | Type | Description | Notes |
---|---|---|---|
AssocId | Pointer to string | [optional] | |
Attributes | Pointer to map[string]string | [optional] | |
ClusterId | Pointer to int64 | [optional] | |
ItemName | Pointer to string | [optional] | |
ItemType | Pointer to string | [optional] | |
Relationship | Pointer to string | [optional] |
func NewTargetItemAssociation() *TargetItemAssociation
NewTargetItemAssociation instantiates a new TargetItemAssociation 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 NewTargetItemAssociationWithDefaults() *TargetItemAssociation
NewTargetItemAssociationWithDefaults instantiates a new TargetItemAssociation 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 *TargetItemAssociation) GetAssocId() string
GetAssocId returns the AssocId field if non-nil, zero value otherwise.
func (o *TargetItemAssociation) 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 *TargetItemAssociation) SetAssocId(v string)
SetAssocId sets AssocId field to given value.
func (o *TargetItemAssociation) HasAssocId() bool
HasAssocId returns a boolean if a field has been set.
func (o *TargetItemAssociation) GetAttributes() map[string]string
GetAttributes returns the Attributes field if non-nil, zero value otherwise.
func (o *TargetItemAssociation) 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 *TargetItemAssociation) SetAttributes(v map[string]string)
SetAttributes sets Attributes field to given value.
func (o *TargetItemAssociation) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (o *TargetItemAssociation) GetClusterId() int64
GetClusterId returns the ClusterId field if non-nil, zero value otherwise.
func (o *TargetItemAssociation) GetClusterIdOk() (*int64, bool)
GetClusterIdOk returns a tuple with the ClusterId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetItemAssociation) SetClusterId(v int64)
SetClusterId sets ClusterId field to given value.
func (o *TargetItemAssociation) HasClusterId() bool
HasClusterId returns a boolean if a field has been set.
func (o *TargetItemAssociation) GetItemName() string
GetItemName returns the ItemName field if non-nil, zero value otherwise.
func (o *TargetItemAssociation) 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 *TargetItemAssociation) SetItemName(v string)
SetItemName sets ItemName field to given value.
func (o *TargetItemAssociation) HasItemName() bool
HasItemName returns a boolean if a field has been set.
func (o *TargetItemAssociation) GetItemType() string
GetItemType returns the ItemType field if non-nil, zero value otherwise.
func (o *TargetItemAssociation) 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 *TargetItemAssociation) SetItemType(v string)
SetItemType sets ItemType field to given value.
func (o *TargetItemAssociation) HasItemType() bool
HasItemType returns a boolean if a field has been set.
func (o *TargetItemAssociation) GetRelationship() string
GetRelationship returns the Relationship field if non-nil, zero value otherwise.
func (o *TargetItemAssociation) GetRelationshipOk() (*string, bool)
GetRelationshipOk returns a tuple with the Relationship field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetItemAssociation) SetRelationship(v string)
SetRelationship sets Relationship field to given value.
func (o *TargetItemAssociation) HasRelationship() bool
HasRelationship returns a boolean if a field has been set.