# ComputerSystemActions ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **ComputerSystemReset** | Pointer to [**ComputerSystemReset**](ComputerSystemReset.md) | | [optional] ## Methods ### NewComputerSystemActions `func NewComputerSystemActions() *ComputerSystemActions` NewComputerSystemActions instantiates a new ComputerSystemActions 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 ### NewComputerSystemActionsWithDefaults `func NewComputerSystemActionsWithDefaults() *ComputerSystemActions` NewComputerSystemActionsWithDefaults instantiates a new ComputerSystemActions 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 ### GetComputerSystemReset `func (o *ComputerSystemActions) GetComputerSystemReset() ComputerSystemReset` GetComputerSystemReset returns the ComputerSystemReset field if non-nil, zero value otherwise. ### GetComputerSystemResetOk `func (o *ComputerSystemActions) GetComputerSystemResetOk() (*ComputerSystemReset, bool)` GetComputerSystemResetOk returns a tuple with the ComputerSystemReset field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetComputerSystemReset `func (o *ComputerSystemActions) SetComputerSystemReset(v ComputerSystemReset)` SetComputerSystemReset sets ComputerSystemReset field to given value. ### HasComputerSystemReset `func (o *ComputerSystemActions) HasComputerSystemReset() bool` HasComputerSystemReset returns a boolean if a field has been set. [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)