Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.99 KB

XmlNs0SignedDataAllOf.md

File metadata and controls

108 lines (59 loc) · 2.99 KB

XmlNs0SignedDataAllOf

Properties

Name Type Description Notes
Data Pointer to string [optional]
Fingerpint Pointer to string [optional]
Signature Pointer to string [optional]

Methods

NewXmlNs0SignedDataAllOf

func NewXmlNs0SignedDataAllOf() *XmlNs0SignedDataAllOf

NewXmlNs0SignedDataAllOf instantiates a new XmlNs0SignedDataAllOf 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

NewXmlNs0SignedDataAllOfWithDefaults

func NewXmlNs0SignedDataAllOfWithDefaults() *XmlNs0SignedDataAllOf

NewXmlNs0SignedDataAllOfWithDefaults instantiates a new XmlNs0SignedDataAllOf 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

GetData

func (o *XmlNs0SignedDataAllOf) GetData() string

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *XmlNs0SignedDataAllOf) GetDataOk() (*string, bool)

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

SetData

func (o *XmlNs0SignedDataAllOf) SetData(v string)

SetData sets Data field to given value.

HasData

func (o *XmlNs0SignedDataAllOf) HasData() bool

HasData returns a boolean if a field has been set.

GetFingerpint

func (o *XmlNs0SignedDataAllOf) GetFingerpint() string

GetFingerpint returns the Fingerpint field if non-nil, zero value otherwise.

GetFingerpintOk

func (o *XmlNs0SignedDataAllOf) GetFingerpintOk() (*string, bool)

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

SetFingerpint

func (o *XmlNs0SignedDataAllOf) SetFingerpint(v string)

SetFingerpint sets Fingerpint field to given value.

HasFingerpint

func (o *XmlNs0SignedDataAllOf) HasFingerpint() bool

HasFingerpint returns a boolean if a field has been set.

GetSignature

func (o *XmlNs0SignedDataAllOf) GetSignature() string

GetSignature returns the Signature field if non-nil, zero value otherwise.

GetSignatureOk

func (o *XmlNs0SignedDataAllOf) GetSignatureOk() (*string, bool)

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

SetSignature

func (o *XmlNs0SignedDataAllOf) SetSignature(v string)

SetSignature sets Signature field to given value.

HasSignature

func (o *XmlNs0SignedDataAllOf) HasSignature() bool

HasSignature returns a boolean if a field has been set.

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