Name | Type | Description | Notes |
---|---|---|---|
Tagged | int32 | ||
Tags | map[string]map[string]TagRelationshipOutput |
func NewIndicatorTagResponse(tagged int32, tags map[string]map[string]TagRelationshipOutput, ) *IndicatorTagResponse
NewIndicatorTagResponse instantiates a new IndicatorTagResponse 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 NewIndicatorTagResponseWithDefaults() *IndicatorTagResponse
NewIndicatorTagResponseWithDefaults instantiates a new IndicatorTagResponse 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 *IndicatorTagResponse) GetTagged() int32
GetTagged returns the Tagged field if non-nil, zero value otherwise.
func (o *IndicatorTagResponse) GetTaggedOk() (*int32, bool)
GetTaggedOk returns a tuple with the Tagged field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IndicatorTagResponse) SetTagged(v int32)
SetTagged sets Tagged field to given value.
func (o *IndicatorTagResponse) GetTags() map[string]map[string]TagRelationshipOutput
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *IndicatorTagResponse) GetTagsOk() (*map[string]map[string]TagRelationshipOutput, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IndicatorTagResponse) SetTags(v map[string]map[string]TagRelationshipOutput)
SetTags sets Tags field to given value.