Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.13 KB

TargetItemAssociation.md

File metadata and controls

186 lines (101 loc) · 5.13 KB

TargetItemAssociation

Properties

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]

Methods

NewTargetItemAssociation

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

NewTargetItemAssociationWithDefaults

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

GetAssocId

func (o *TargetItemAssociation) GetAssocId() string

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

GetAssocIdOk

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.

SetAssocId

func (o *TargetItemAssociation) SetAssocId(v string)

SetAssocId sets AssocId field to given value.

HasAssocId

func (o *TargetItemAssociation) HasAssocId() bool

HasAssocId returns a boolean if a field has been set.

GetAttributes

func (o *TargetItemAssociation) GetAttributes() map[string]string

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

GetAttributesOk

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.

SetAttributes

func (o *TargetItemAssociation) SetAttributes(v map[string]string)

SetAttributes sets Attributes field to given value.

HasAttributes

func (o *TargetItemAssociation) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

GetClusterId

func (o *TargetItemAssociation) GetClusterId() int64

GetClusterId returns the ClusterId field if non-nil, zero value otherwise.

GetClusterIdOk

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.

SetClusterId

func (o *TargetItemAssociation) SetClusterId(v int64)

SetClusterId sets ClusterId field to given value.

HasClusterId

func (o *TargetItemAssociation) HasClusterId() bool

HasClusterId returns a boolean if a field has been set.

GetItemName

func (o *TargetItemAssociation) GetItemName() string

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

GetItemNameOk

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.

SetItemName

func (o *TargetItemAssociation) SetItemName(v string)

SetItemName sets ItemName field to given value.

HasItemName

func (o *TargetItemAssociation) HasItemName() bool

HasItemName returns a boolean if a field has been set.

GetItemType

func (o *TargetItemAssociation) GetItemType() string

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

GetItemTypeOk

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.

SetItemType

func (o *TargetItemAssociation) SetItemType(v string)

SetItemType sets ItemType field to given value.

HasItemType

func (o *TargetItemAssociation) HasItemType() bool

HasItemType returns a boolean if a field has been set.

GetRelationship

func (o *TargetItemAssociation) GetRelationship() string

GetRelationship returns the Relationship field if non-nil, zero value otherwise.

GetRelationshipOk

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.

SetRelationship

func (o *TargetItemAssociation) SetRelationship(v string)

SetRelationship sets Relationship field to given value.

HasRelationship

func (o *TargetItemAssociation) HasRelationship() bool

HasRelationship returns a boolean if a field has been set.

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