Name | Type | Description | Notes |
---|---|---|---|
Tags | Pointer to []string | [optional] [default to []] | |
Ids | []string | ||
Strict | Pointer to bool | [optional] [default to false] |
func NewObservableTagRequest(ids []string, ) *ObservableTagRequest
NewObservableTagRequest instantiates a new ObservableTagRequest 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 NewObservableTagRequestWithDefaults() *ObservableTagRequest
NewObservableTagRequestWithDefaults instantiates a new ObservableTagRequest 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 *ObservableTagRequest) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *ObservableTagRequest) 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 *ObservableTagRequest) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *ObservableTagRequest) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *ObservableTagRequest) GetIds() []string
GetIds returns the Ids field if non-nil, zero value otherwise.
func (o *ObservableTagRequest) 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 *ObservableTagRequest) SetIds(v []string)
SetIds sets Ids field to given value.
func (o *ObservableTagRequest) GetStrict() bool
GetStrict returns the Strict field if non-nil, zero value otherwise.
func (o *ObservableTagRequest) 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 *ObservableTagRequest) SetStrict(v bool)
SetStrict sets Strict field to given value.
func (o *ObservableTagRequest) HasStrict() bool
HasStrict returns a boolean if a field has been set.