| Name | Type | Description | Notes |
|---|---|---|---|
| AnalysisId | int32 | ||
| Message | NullableString | ||
| Error | Pointer to NullableString | [optional] |
func NewAnalysisBulkAddTagsResponseItem(analysisId int32, message NullableString, ) *AnalysisBulkAddTagsResponseItem
NewAnalysisBulkAddTagsResponseItem instantiates a new AnalysisBulkAddTagsResponseItem 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 NewAnalysisBulkAddTagsResponseItemWithDefaults() *AnalysisBulkAddTagsResponseItem
NewAnalysisBulkAddTagsResponseItemWithDefaults instantiates a new AnalysisBulkAddTagsResponseItem 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 *AnalysisBulkAddTagsResponseItem) GetAnalysisId() int32
GetAnalysisId returns the AnalysisId field if non-nil, zero value otherwise.
func (o *AnalysisBulkAddTagsResponseItem) GetAnalysisIdOk() (*int32, bool)
GetAnalysisIdOk returns a tuple with the AnalysisId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AnalysisBulkAddTagsResponseItem) SetAnalysisId(v int32)
SetAnalysisId sets AnalysisId field to given value.
func (o *AnalysisBulkAddTagsResponseItem) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *AnalysisBulkAddTagsResponseItem) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AnalysisBulkAddTagsResponseItem) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *AnalysisBulkAddTagsResponseItem) SetMessageNil(b bool)
SetMessageNil sets the value for Message to be an explicit nil
func (o *AnalysisBulkAddTagsResponseItem) UnsetMessage()
UnsetMessage ensures that no value is present for Message, not even an explicit nil
func (o *AnalysisBulkAddTagsResponseItem) GetError() string
GetError returns the Error field if non-nil, zero value otherwise.
func (o *AnalysisBulkAddTagsResponseItem) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AnalysisBulkAddTagsResponseItem) SetError(v string)
SetError sets Error field to given value.
func (o *AnalysisBulkAddTagsResponseItem) HasError() bool
HasError returns a boolean if a field has been set.
func (o *AnalysisBulkAddTagsResponseItem) SetErrorNil(b bool)
SetErrorNil sets the value for Error to be an explicit nil
func (o *AnalysisBulkAddTagsResponseItem) UnsetError()
UnsetError ensures that no value is present for Error, not even an explicit nil