Name | Type | Description | Notes |
---|---|---|---|
AccountId | Pointer to string | [optional] | |
BusinessUnitId | Pointer to string | [optional] | |
ProfileId | Pointer to string | [optional] | |
SeatId | Pointer to string | [optional] | |
AdminId | Pointer to string | [optional] | |
CreateDate | Pointer to string | [optional] | |
RedeemDate | Pointer to string | [optional] | |
RejectDate | Pointer to string | [optional] | |
ResetDate | Pointer to string | [optional] | |
ExpiryDate | Pointer to string | [optional] |
func NewReportSearchParams() *ReportSearchParams
NewReportSearchParams instantiates a new ReportSearchParams 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 NewReportSearchParamsWithDefaults() *ReportSearchParams
NewReportSearchParamsWithDefaults instantiates a new ReportSearchParams 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 *ReportSearchParams) GetAccountId() string
GetAccountId returns the AccountId field if non-nil, zero value otherwise.
func (o *ReportSearchParams) GetAccountIdOk() (*string, bool)
GetAccountIdOk returns a tuple with the AccountId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReportSearchParams) SetAccountId(v string)
SetAccountId sets AccountId field to given value.
func (o *ReportSearchParams) HasAccountId() bool
HasAccountId returns a boolean if a field has been set.
func (o *ReportSearchParams) GetBusinessUnitId() string
GetBusinessUnitId returns the BusinessUnitId field if non-nil, zero value otherwise.
func (o *ReportSearchParams) GetBusinessUnitIdOk() (*string, bool)
GetBusinessUnitIdOk returns a tuple with the BusinessUnitId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReportSearchParams) SetBusinessUnitId(v string)
SetBusinessUnitId sets BusinessUnitId field to given value.
func (o *ReportSearchParams) HasBusinessUnitId() bool
HasBusinessUnitId returns a boolean if a field has been set.
func (o *ReportSearchParams) GetProfileId() string
GetProfileId returns the ProfileId field if non-nil, zero value otherwise.
func (o *ReportSearchParams) GetProfileIdOk() (*string, bool)
GetProfileIdOk returns a tuple with the ProfileId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReportSearchParams) SetProfileId(v string)
SetProfileId sets ProfileId field to given value.
func (o *ReportSearchParams) HasProfileId() bool
HasProfileId returns a boolean if a field has been set.
func (o *ReportSearchParams) GetSeatId() string
GetSeatId returns the SeatId field if non-nil, zero value otherwise.
func (o *ReportSearchParams) GetSeatIdOk() (*string, bool)
GetSeatIdOk returns a tuple with the SeatId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReportSearchParams) SetSeatId(v string)
SetSeatId sets SeatId field to given value.
func (o *ReportSearchParams) HasSeatId() bool
HasSeatId returns a boolean if a field has been set.
func (o *ReportSearchParams) GetAdminId() string
GetAdminId returns the AdminId field if non-nil, zero value otherwise.
func (o *ReportSearchParams) GetAdminIdOk() (*string, bool)
GetAdminIdOk returns a tuple with the AdminId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReportSearchParams) SetAdminId(v string)
SetAdminId sets AdminId field to given value.
func (o *ReportSearchParams) HasAdminId() bool
HasAdminId returns a boolean if a field has been set.
func (o *ReportSearchParams) GetCreateDate() string
GetCreateDate returns the CreateDate field if non-nil, zero value otherwise.
func (o *ReportSearchParams) 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 *ReportSearchParams) SetCreateDate(v string)
SetCreateDate sets CreateDate field to given value.
func (o *ReportSearchParams) HasCreateDate() bool
HasCreateDate returns a boolean if a field has been set.
func (o *ReportSearchParams) GetRedeemDate() string
GetRedeemDate returns the RedeemDate field if non-nil, zero value otherwise.
func (o *ReportSearchParams) 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 *ReportSearchParams) SetRedeemDate(v string)
SetRedeemDate sets RedeemDate field to given value.
func (o *ReportSearchParams) HasRedeemDate() bool
HasRedeemDate returns a boolean if a field has been set.
func (o *ReportSearchParams) GetRejectDate() string
GetRejectDate returns the RejectDate field if non-nil, zero value otherwise.
func (o *ReportSearchParams) 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 *ReportSearchParams) SetRejectDate(v string)
SetRejectDate sets RejectDate field to given value.
func (o *ReportSearchParams) HasRejectDate() bool
HasRejectDate returns a boolean if a field has been set.
func (o *ReportSearchParams) GetResetDate() string
GetResetDate returns the ResetDate field if non-nil, zero value otherwise.
func (o *ReportSearchParams) GetResetDateOk() (*string, bool)
GetResetDateOk returns a tuple with the ResetDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReportSearchParams) SetResetDate(v string)
SetResetDate sets ResetDate field to given value.
func (o *ReportSearchParams) HasResetDate() bool
HasResetDate returns a boolean if a field has been set.
func (o *ReportSearchParams) GetExpiryDate() string
GetExpiryDate returns the ExpiryDate field if non-nil, zero value otherwise.
func (o *ReportSearchParams) 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 *ReportSearchParams) SetExpiryDate(v string)
SetExpiryDate sets ExpiryDate field to given value.
func (o *ReportSearchParams) HasExpiryDate() bool
HasExpiryDate returns a boolean if a field has been set.