Skip to main content

ParameterStorageAttestationDocument

Properties

NameTypeDescriptionNotes
AttestationDocumentPointer to stringThe Base64Url encoded attestation document.[optional]

Methods

NewParameterStorageAttestationDocument

func NewParameterStorageAttestationDocument() *ParameterStorageAttestationDocument

NewParameterStorageAttestationDocument instantiates a new ParameterStorageAttestationDocument 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

NewParameterStorageAttestationDocumentWithDefaults

func NewParameterStorageAttestationDocumentWithDefaults() *ParameterStorageAttestationDocument

NewParameterStorageAttestationDocumentWithDefaults instantiates a new ParameterStorageAttestationDocument 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

GetAttestationDocument

func (o *ParameterStorageAttestationDocument) GetAttestationDocument() string

GetAttestationDocument returns the AttestationDocument field if non-nil, zero value otherwise.

GetAttestationDocumentOk

func (o *ParameterStorageAttestationDocument) GetAttestationDocumentOk() (*string, bool)

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

SetAttestationDocument

func (o *ParameterStorageAttestationDocument) SetAttestationDocument(v string)

SetAttestationDocument sets AttestationDocument field to given value.

HasAttestationDocument

func (o *ParameterStorageAttestationDocument) HasAttestationDocument() bool

HasAttestationDocument returns a boolean if a field has been set.