Name | Type | Description | Notes |
---|---|---|---|
EnclaveProcess | Pointer to XmlNs0EnclaveProcess | [optional] | |
NodeInfo | Pointer to XmlNs0NodeInfo | [optional] |
func NewXmlNs0EnclaveRunningAttestation() *XmlNs0EnclaveRunningAttestation
NewXmlNs0EnclaveRunningAttestation instantiates a new XmlNs0EnclaveRunningAttestation 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 NewXmlNs0EnclaveRunningAttestationWithDefaults() *XmlNs0EnclaveRunningAttestation
NewXmlNs0EnclaveRunningAttestationWithDefaults instantiates a new XmlNs0EnclaveRunningAttestation 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 *XmlNs0EnclaveRunningAttestation) GetEnclaveProcess() XmlNs0EnclaveProcess
GetEnclaveProcess returns the EnclaveProcess field if non-nil, zero value otherwise.
func (o *XmlNs0EnclaveRunningAttestation) GetEnclaveProcessOk() (*XmlNs0EnclaveProcess, bool)
GetEnclaveProcessOk returns a tuple with the EnclaveProcess field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XmlNs0EnclaveRunningAttestation) SetEnclaveProcess(v XmlNs0EnclaveProcess)
SetEnclaveProcess sets EnclaveProcess field to given value.
func (o *XmlNs0EnclaveRunningAttestation) HasEnclaveProcess() bool
HasEnclaveProcess returns a boolean if a field has been set.
func (o *XmlNs0EnclaveRunningAttestation) GetNodeInfo() XmlNs0NodeInfo
GetNodeInfo returns the NodeInfo field if non-nil, zero value otherwise.
func (o *XmlNs0EnclaveRunningAttestation) GetNodeInfoOk() (*XmlNs0NodeInfo, bool)
GetNodeInfoOk returns a tuple with the NodeInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XmlNs0EnclaveRunningAttestation) SetNodeInfo(v XmlNs0NodeInfo)
SetNodeInfo sets NodeInfo field to given value.
func (o *XmlNs0EnclaveRunningAttestation) HasNodeInfo() bool
HasNodeInfo returns a boolean if a field has been set.