Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.17 KB

IndicatorTagResponse.md

File metadata and controls

72 lines (39 loc) · 2.17 KB

IndicatorTagResponse

Properties

Name Type Description Notes
Tagged int32
Tags map[string]map[string]TagRelationshipOutput

Methods

NewIndicatorTagResponse

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

NewIndicatorTagResponseWithDefaults

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

GetTagged

func (o *IndicatorTagResponse) GetTagged() int32

GetTagged returns the Tagged field if non-nil, zero value otherwise.

GetTaggedOk

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.

SetTagged

func (o *IndicatorTagResponse) SetTagged(v int32)

SetTagged sets Tagged field to given value.

GetTags

func (o *IndicatorTagResponse) GetTags() map[string]map[string]TagRelationshipOutput

GetTags returns the Tags field if non-nil, zero value otherwise.

GetTagsOk

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.

SetTags

func (o *IndicatorTagResponse) SetTags(v map[string]map[string]TagRelationshipOutput)

SetTags sets Tags field to given value.

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