| Name | Type | Description | Notes |
|---|---|---|---|
| Count | int32 | ||
| Dumps | []ProcessDump |
func NewProcessDumpsData(count int32, dumps []ProcessDump, ) *ProcessDumpsData
NewProcessDumpsData instantiates a new ProcessDumpsData 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 NewProcessDumpsDataWithDefaults() *ProcessDumpsData
NewProcessDumpsDataWithDefaults instantiates a new ProcessDumpsData 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 *ProcessDumpsData) GetCount() int32
GetCount returns the Count field if non-nil, zero value otherwise.
func (o *ProcessDumpsData) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProcessDumpsData) SetCount(v int32)
SetCount sets Count field to given value.
func (o *ProcessDumpsData) GetDumps() []ProcessDump
GetDumps returns the Dumps field if non-nil, zero value otherwise.
func (o *ProcessDumpsData) GetDumpsOk() (*[]ProcessDump, bool)
GetDumpsOk returns a tuple with the Dumps field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProcessDumpsData) SetDumps(v []ProcessDump)
SetDumps sets Dumps field to given value.