Name | Type | Description | Notes |
---|---|---|---|
Seat | Pointer to NameDto | [optional] | |
SeatType | Pointer to string | Type of Seat to which this Enrollment is linked | [optional] |
ProfileName | Pointer to string | Name of Profile against which Enrollment was issued | [optional] |
BuName | Pointer to string | Name of Business unit to which Enrollment is linked | [optional] |
Subject | Pointer to string | Subject of Enrollment | [optional] |
EnrollmentStatus | Pointer to string | Current status of Enrollment | [optional] |
CreateDate | Pointer to string | Date when Enrollment was created in format YYYY-MM-DD | [optional] |
ExpiryDate | Pointer to string | Date when Enrollment should be (was) expired in format YYYY-MM-DD | [optional] |
RedeemDate | Pointer to string | Date when Enrollment was redeemed in format YYYY-MM-DD | [optional] |
RejectDate | Pointer to string | Date when Enrollment was rejected in format YYYY-MM-DD | [optional] |
LastEditDate | Pointer to string | Date when Enrollment was last edited in format YYYY-MM-DD | [optional] |
LastEditAdmin | Pointer to NameDto | [optional] |
func NewEnrollmentReport() *EnrollmentReport
NewEnrollmentReport instantiates a new EnrollmentReport 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 NewEnrollmentReportWithDefaults() *EnrollmentReport
NewEnrollmentReportWithDefaults instantiates a new EnrollmentReport 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 *EnrollmentReport) GetSeat() NameDto
GetSeat returns the Seat field if non-nil, zero value otherwise.
func (o *EnrollmentReport) GetSeatOk() (*NameDto, bool)
GetSeatOk returns a tuple with the Seat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentReport) SetSeat(v NameDto)
SetSeat sets Seat field to given value.
func (o *EnrollmentReport) HasSeat() bool
HasSeat returns a boolean if a field has been set.
func (o *EnrollmentReport) GetSeatType() string
GetSeatType returns the SeatType field if non-nil, zero value otherwise.
func (o *EnrollmentReport) GetSeatTypeOk() (*string, bool)
GetSeatTypeOk returns a tuple with the SeatType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentReport) SetSeatType(v string)
SetSeatType sets SeatType field to given value.
func (o *EnrollmentReport) HasSeatType() bool
HasSeatType returns a boolean if a field has been set.
func (o *EnrollmentReport) GetProfileName() string
GetProfileName returns the ProfileName field if non-nil, zero value otherwise.
func (o *EnrollmentReport) GetProfileNameOk() (*string, bool)
GetProfileNameOk returns a tuple with the ProfileName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentReport) SetProfileName(v string)
SetProfileName sets ProfileName field to given value.
func (o *EnrollmentReport) HasProfileName() bool
HasProfileName returns a boolean if a field has been set.
func (o *EnrollmentReport) GetBuName() string
GetBuName returns the BuName field if non-nil, zero value otherwise.
func (o *EnrollmentReport) GetBuNameOk() (*string, bool)
GetBuNameOk returns a tuple with the BuName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentReport) SetBuName(v string)
SetBuName sets BuName field to given value.
func (o *EnrollmentReport) HasBuName() bool
HasBuName returns a boolean if a field has been set.
func (o *EnrollmentReport) GetSubject() string
GetSubject returns the Subject field if non-nil, zero value otherwise.
func (o *EnrollmentReport) GetSubjectOk() (*string, bool)
GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentReport) SetSubject(v string)
SetSubject sets Subject field to given value.
func (o *EnrollmentReport) HasSubject() bool
HasSubject returns a boolean if a field has been set.
func (o *EnrollmentReport) GetEnrollmentStatus() string
GetEnrollmentStatus returns the EnrollmentStatus field if non-nil, zero value otherwise.
func (o *EnrollmentReport) GetEnrollmentStatusOk() (*string, bool)
GetEnrollmentStatusOk returns a tuple with the EnrollmentStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentReport) SetEnrollmentStatus(v string)
SetEnrollmentStatus sets EnrollmentStatus field to given value.
func (o *EnrollmentReport) HasEnrollmentStatus() bool
HasEnrollmentStatus returns a boolean if a field has been set.
func (o *EnrollmentReport) GetCreateDate() string
GetCreateDate returns the CreateDate field if non-nil, zero value otherwise.
func (o *EnrollmentReport) GetCreateDateOk() (*string, bool)
GetCreateDateOk returns a tuple with the CreateDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentReport) SetCreateDate(v string)
SetCreateDate sets CreateDate field to given value.
func (o *EnrollmentReport) HasCreateDate() bool
HasCreateDate returns a boolean if a field has been set.
func (o *EnrollmentReport) GetExpiryDate() string
GetExpiryDate returns the ExpiryDate field if non-nil, zero value otherwise.
func (o *EnrollmentReport) 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 *EnrollmentReport) SetExpiryDate(v string)
SetExpiryDate sets ExpiryDate field to given value.
func (o *EnrollmentReport) HasExpiryDate() bool
HasExpiryDate returns a boolean if a field has been set.
func (o *EnrollmentReport) GetRedeemDate() string
GetRedeemDate returns the RedeemDate field if non-nil, zero value otherwise.
func (o *EnrollmentReport) GetRedeemDateOk() (*string, bool)
GetRedeemDateOk returns a tuple with the RedeemDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentReport) SetRedeemDate(v string)
SetRedeemDate sets RedeemDate field to given value.
func (o *EnrollmentReport) HasRedeemDate() bool
HasRedeemDate returns a boolean if a field has been set.
func (o *EnrollmentReport) GetRejectDate() string
GetRejectDate returns the RejectDate field if non-nil, zero value otherwise.
func (o *EnrollmentReport) GetRejectDateOk() (*string, bool)
GetRejectDateOk returns a tuple with the RejectDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentReport) SetRejectDate(v string)
SetRejectDate sets RejectDate field to given value.
func (o *EnrollmentReport) HasRejectDate() bool
HasRejectDate returns a boolean if a field has been set.
func (o *EnrollmentReport) GetLastEditDate() string
GetLastEditDate returns the LastEditDate field if non-nil, zero value otherwise.
func (o *EnrollmentReport) GetLastEditDateOk() (*string, bool)
GetLastEditDateOk returns a tuple with the LastEditDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentReport) SetLastEditDate(v string)
SetLastEditDate sets LastEditDate field to given value.
func (o *EnrollmentReport) HasLastEditDate() bool
HasLastEditDate returns a boolean if a field has been set.
func (o *EnrollmentReport) GetLastEditAdmin() NameDto
GetLastEditAdmin returns the LastEditAdmin field if non-nil, zero value otherwise.
func (o *EnrollmentReport) GetLastEditAdminOk() (*NameDto, bool)
GetLastEditAdminOk returns a tuple with the LastEditAdmin field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentReport) SetLastEditAdmin(v NameDto)
SetLastEditAdmin sets LastEditAdmin field to given value.
func (o *EnrollmentReport) HasLastEditAdmin() bool
HasLastEditAdmin returns a boolean if a field has been set.