Name | Type | Description | Notes |
---|---|---|---|
CustomerId | string | ||
Ids | []string | ||
RecommendationId | string | ||
UserId | string |
func NewStateChangeAuditInfoFilter(customerId string, ids []string, recommendationId string, userId string, ) *StateChangeAuditInfoFilter
NewStateChangeAuditInfoFilter instantiates a new StateChangeAuditInfoFilter 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 NewStateChangeAuditInfoFilterWithDefaults() *StateChangeAuditInfoFilter
NewStateChangeAuditInfoFilterWithDefaults instantiates a new StateChangeAuditInfoFilter 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 *StateChangeAuditInfoFilter) GetCustomerId() string
GetCustomerId returns the CustomerId field if non-nil, zero value otherwise.
func (o *StateChangeAuditInfoFilter) GetCustomerIdOk() (*string, bool)
GetCustomerIdOk returns a tuple with the CustomerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StateChangeAuditInfoFilter) SetCustomerId(v string)
SetCustomerId sets CustomerId field to given value.
func (o *StateChangeAuditInfoFilter) GetIds() []string
GetIds returns the Ids field if non-nil, zero value otherwise.
func (o *StateChangeAuditInfoFilter) GetIdsOk() (*[]string, bool)
GetIdsOk returns a tuple with the Ids field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StateChangeAuditInfoFilter) SetIds(v []string)
SetIds sets Ids field to given value.
func (o *StateChangeAuditInfoFilter) GetRecommendationId() string
GetRecommendationId returns the RecommendationId field if non-nil, zero value otherwise.
func (o *StateChangeAuditInfoFilter) GetRecommendationIdOk() (*string, bool)
GetRecommendationIdOk returns a tuple with the RecommendationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StateChangeAuditInfoFilter) SetRecommendationId(v string)
SetRecommendationId sets RecommendationId field to given value.
func (o *StateChangeAuditInfoFilter) GetUserId() string
GetUserId returns the UserId field if non-nil, zero value otherwise.
func (o *StateChangeAuditInfoFilter) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StateChangeAuditInfoFilter) SetUserId(v string)
SetUserId sets UserId field to given value.