Name | Type | Description | Notes |
---|---|---|---|
Added | Pointer to []AddedInner | [optional] [default to []] | |
Failed | Pointer to []string | [optional] [default to []] |
func NewBulkObservableAddResponse() *BulkObservableAddResponse
NewBulkObservableAddResponse instantiates a new BulkObservableAddResponse 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 NewBulkObservableAddResponseWithDefaults() *BulkObservableAddResponse
NewBulkObservableAddResponseWithDefaults instantiates a new BulkObservableAddResponse 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 *BulkObservableAddResponse) GetAdded() []AddedInner
GetAdded returns the Added field if non-nil, zero value otherwise.
func (o *BulkObservableAddResponse) GetAddedOk() (*[]AddedInner, bool)
GetAddedOk returns a tuple with the Added field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BulkObservableAddResponse) SetAdded(v []AddedInner)
SetAdded sets Added field to given value.
func (o *BulkObservableAddResponse) HasAdded() bool
HasAdded returns a boolean if a field has been set.
func (o *BulkObservableAddResponse) GetFailed() []string
GetFailed returns the Failed field if non-nil, zero value otherwise.
func (o *BulkObservableAddResponse) GetFailedOk() (*[]string, bool)
GetFailedOk returns a tuple with the Failed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BulkObservableAddResponse) SetFailed(v []string)
SetFailed sets Failed field to given value.
func (o *BulkObservableAddResponse) HasFailed() bool
HasFailed returns a boolean if a field has been set.