Name | Type | Description | Notes |
---|---|---|---|
Category | Pointer to string | Vehicle class/category | [optional] |
Codes | Pointer to string | Special conditions driver must meet | [optional] |
ObtainmentDate | Pointer to string | Category obtainment date | [optional] |
ExpiryDate | Pointer to string | Category expiry date | [optional] |
func NewDocumentWithDriverVerificationReportAllOfPropertiesAllOfVehicleClassDetailsInner() *DocumentWithDriverVerificationReportAllOfPropertiesAllOfVehicleClassDetailsInner
NewDocumentWithDriverVerificationReportAllOfPropertiesAllOfVehicleClassDetailsInner instantiates a new DocumentWithDriverVerificationReportAllOfPropertiesAllOfVehicleClassDetailsInner 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 NewDocumentWithDriverVerificationReportAllOfPropertiesAllOfVehicleClassDetailsInnerWithDefaults() *DocumentWithDriverVerificationReportAllOfPropertiesAllOfVehicleClassDetailsInner
NewDocumentWithDriverVerificationReportAllOfPropertiesAllOfVehicleClassDetailsInnerWithDefaults instantiates a new DocumentWithDriverVerificationReportAllOfPropertiesAllOfVehicleClassDetailsInner 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 *DocumentWithDriverVerificationReportAllOfPropertiesAllOfVehicleClassDetailsInner) GetCategory() string
GetCategory returns the Category field if non-nil, zero value otherwise.
func (o *DocumentWithDriverVerificationReportAllOfPropertiesAllOfVehicleClassDetailsInner) 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.
func (o *DocumentWithDriverVerificationReportAllOfPropertiesAllOfVehicleClassDetailsInner) SetCategory(v string)
SetCategory sets Category field to given value.
func (o *DocumentWithDriverVerificationReportAllOfPropertiesAllOfVehicleClassDetailsInner) HasCategory() bool
HasCategory returns a boolean if a field has been set.
func (o *DocumentWithDriverVerificationReportAllOfPropertiesAllOfVehicleClassDetailsInner) GetCodes() string
GetCodes returns the Codes field if non-nil, zero value otherwise.
func (o *DocumentWithDriverVerificationReportAllOfPropertiesAllOfVehicleClassDetailsInner) 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.
func (o *DocumentWithDriverVerificationReportAllOfPropertiesAllOfVehicleClassDetailsInner) SetCodes(v string)
SetCodes sets Codes field to given value.
func (o *DocumentWithDriverVerificationReportAllOfPropertiesAllOfVehicleClassDetailsInner) HasCodes() bool
HasCodes returns a boolean if a field has been set.
func (o *DocumentWithDriverVerificationReportAllOfPropertiesAllOfVehicleClassDetailsInner) GetObtainmentDate() string
GetObtainmentDate returns the ObtainmentDate field if non-nil, zero value otherwise.
func (o *DocumentWithDriverVerificationReportAllOfPropertiesAllOfVehicleClassDetailsInner) 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.
func (o *DocumentWithDriverVerificationReportAllOfPropertiesAllOfVehicleClassDetailsInner) SetObtainmentDate(v string)
SetObtainmentDate sets ObtainmentDate field to given value.
func (o *DocumentWithDriverVerificationReportAllOfPropertiesAllOfVehicleClassDetailsInner) HasObtainmentDate() bool
HasObtainmentDate returns a boolean if a field has been set.
func (o *DocumentWithDriverVerificationReportAllOfPropertiesAllOfVehicleClassDetailsInner) GetExpiryDate() string
GetExpiryDate returns the ExpiryDate field if non-nil, zero value otherwise.
func (o *DocumentWithDriverVerificationReportAllOfPropertiesAllOfVehicleClassDetailsInner) 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.
func (o *DocumentWithDriverVerificationReportAllOfPropertiesAllOfVehicleClassDetailsInner) SetExpiryDate(v string)
SetExpiryDate sets ExpiryDate field to given value.
func (o *DocumentWithDriverVerificationReportAllOfPropertiesAllOfVehicleClassDetailsInner) HasExpiryDate() bool
HasExpiryDate returns a boolean if a field has been set.