Name | Type | Description | Notes |
---|---|---|---|
Observables | []AddedInner | ||
Total | int32 |
func NewObservableSearchResponse(observables []AddedInner, total int32, ) *ObservableSearchResponse
NewObservableSearchResponse instantiates a new ObservableSearchResponse 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 NewObservableSearchResponseWithDefaults() *ObservableSearchResponse
NewObservableSearchResponseWithDefaults instantiates a new ObservableSearchResponse 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 *ObservableSearchResponse) GetObservables() []AddedInner
GetObservables returns the Observables field if non-nil, zero value otherwise.
func (o *ObservableSearchResponse) GetObservablesOk() (*[]AddedInner, bool)
GetObservablesOk returns a tuple with the Observables field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ObservableSearchResponse) SetObservables(v []AddedInner)
SetObservables sets Observables field to given value.
func (o *ObservableSearchResponse) GetTotal() int32
GetTotal returns the Total field if non-nil, zero value otherwise.
func (o *ObservableSearchResponse) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ObservableSearchResponse) SetTotal(v int32)
SetTotal sets Total field to given value.