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