Name | Type | Description | Notes |
---|---|---|---|
Ids | []string | ||
Tags | Pointer to []string | [optional] [default to []] | |
Strict | Pointer to bool | [optional] [default to false] |
func NewIndicatorTagRequest(ids []string, ) *IndicatorTagRequest
NewIndicatorTagRequest instantiates a new IndicatorTagRequest 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 NewIndicatorTagRequestWithDefaults() *IndicatorTagRequest
NewIndicatorTagRequestWithDefaults instantiates a new IndicatorTagRequest 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 *IndicatorTagRequest) GetIds() []string
GetIds returns the Ids field if non-nil, zero value otherwise.
func (o *IndicatorTagRequest) GetIdsOk() (*[]string, bool)
GetIdsOk returns a tuple with the Ids field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IndicatorTagRequest) SetIds(v []string)
SetIds sets Ids field to given value.
func (o *IndicatorTagRequest) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *IndicatorTagRequest) GetTagsOk() (*[]string, 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 *IndicatorTagRequest) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *IndicatorTagRequest) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *IndicatorTagRequest) GetStrict() bool
GetStrict returns the Strict field if non-nil, zero value otherwise.
func (o *IndicatorTagRequest) GetStrictOk() (*bool, bool)
GetStrictOk returns a tuple with the Strict field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IndicatorTagRequest) SetStrict(v bool)
SetStrict sets Strict field to given value.
func (o *IndicatorTagRequest) HasStrict() bool
HasStrict returns a boolean if a field has been set.