Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.33 KB

DocumentPropertiesDrivingLicenceInformation.md

File metadata and controls

134 lines (73 loc) · 4.33 KB

DocumentPropertiesDrivingLicenceInformation

Properties

Name Type Description Notes
Category Pointer to string [optional]
ObtainmentDate Pointer to string [optional]
ExpiryDate Pointer to string [optional]
Codes Pointer to string [optional]

Methods

NewDocumentPropertiesDrivingLicenceInformation

func NewDocumentPropertiesDrivingLicenceInformation() *DocumentPropertiesDrivingLicenceInformation

NewDocumentPropertiesDrivingLicenceInformation instantiates a new DocumentPropertiesDrivingLicenceInformation 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

NewDocumentPropertiesDrivingLicenceInformationWithDefaults

func NewDocumentPropertiesDrivingLicenceInformationWithDefaults() *DocumentPropertiesDrivingLicenceInformation

NewDocumentPropertiesDrivingLicenceInformationWithDefaults instantiates a new DocumentPropertiesDrivingLicenceInformation 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

GetCategory

func (o *DocumentPropertiesDrivingLicenceInformation) GetCategory() string

GetCategory returns the Category field if non-nil, zero value otherwise.

GetCategoryOk

func (o *DocumentPropertiesDrivingLicenceInformation) GetCategoryOk() (*string, bool)

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

SetCategory

func (o *DocumentPropertiesDrivingLicenceInformation) SetCategory(v string)

SetCategory sets Category field to given value.

HasCategory

func (o *DocumentPropertiesDrivingLicenceInformation) HasCategory() bool

HasCategory returns a boolean if a field has been set.

GetObtainmentDate

func (o *DocumentPropertiesDrivingLicenceInformation) GetObtainmentDate() string

GetObtainmentDate returns the ObtainmentDate field if non-nil, zero value otherwise.

GetObtainmentDateOk

func (o *DocumentPropertiesDrivingLicenceInformation) GetObtainmentDateOk() (*string, bool)

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

SetObtainmentDate

func (o *DocumentPropertiesDrivingLicenceInformation) SetObtainmentDate(v string)

SetObtainmentDate sets ObtainmentDate field to given value.

HasObtainmentDate

func (o *DocumentPropertiesDrivingLicenceInformation) HasObtainmentDate() bool

HasObtainmentDate returns a boolean if a field has been set.

GetExpiryDate

func (o *DocumentPropertiesDrivingLicenceInformation) GetExpiryDate() string

GetExpiryDate returns the ExpiryDate field if non-nil, zero value otherwise.

GetExpiryDateOk

func (o *DocumentPropertiesDrivingLicenceInformation) GetExpiryDateOk() (*string, bool)

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

SetExpiryDate

func (o *DocumentPropertiesDrivingLicenceInformation) SetExpiryDate(v string)

SetExpiryDate sets ExpiryDate field to given value.

HasExpiryDate

func (o *DocumentPropertiesDrivingLicenceInformation) HasExpiryDate() bool

HasExpiryDate returns a boolean if a field has been set.

GetCodes

func (o *DocumentPropertiesDrivingLicenceInformation) GetCodes() string

GetCodes returns the Codes field if non-nil, zero value otherwise.

GetCodesOk

func (o *DocumentPropertiesDrivingLicenceInformation) GetCodesOk() (*string, bool)

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

SetCodes

func (o *DocumentPropertiesDrivingLicenceInformation) SetCodes(v string)

SetCodes sets Codes field to given value.

HasCodes

func (o *DocumentPropertiesDrivingLicenceInformation) HasCodes() bool

HasCodes returns a boolean if a field has been set.

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