Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.24 KB

XmlNs0SGXInfoAllOf.md

File metadata and controls

82 lines (45 loc) · 2.24 KB

XmlNs0SGXInfoAllOf

Properties

Name Type Description Notes
Status Pointer to string [optional]
Version Pointer to string [optional]

Methods

NewXmlNs0SGXInfoAllOf

func NewXmlNs0SGXInfoAllOf() *XmlNs0SGXInfoAllOf

NewXmlNs0SGXInfoAllOf instantiates a new XmlNs0SGXInfoAllOf 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

NewXmlNs0SGXInfoAllOfWithDefaults

func NewXmlNs0SGXInfoAllOfWithDefaults() *XmlNs0SGXInfoAllOf

NewXmlNs0SGXInfoAllOfWithDefaults instantiates a new XmlNs0SGXInfoAllOf 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

GetStatus

func (o *XmlNs0SGXInfoAllOf) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *XmlNs0SGXInfoAllOf) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStatus

func (o *XmlNs0SGXInfoAllOf) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *XmlNs0SGXInfoAllOf) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetVersion

func (o *XmlNs0SGXInfoAllOf) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *XmlNs0SGXInfoAllOf) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetVersion

func (o *XmlNs0SGXInfoAllOf) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *XmlNs0SGXInfoAllOf) HasVersion() bool

HasVersion returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]