Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.32 KB

StateChangeAuditInfoFilter.md

File metadata and controls

114 lines (61 loc) · 3.32 KB

StateChangeAuditInfoFilter

Properties

Name Type Description Notes
CustomerId string
Ids []string
RecommendationId string
UserId string

Methods

NewStateChangeAuditInfoFilter

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

NewStateChangeAuditInfoFilterWithDefaults

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

GetCustomerId

func (o *StateChangeAuditInfoFilter) GetCustomerId() string

GetCustomerId returns the CustomerId field if non-nil, zero value otherwise.

GetCustomerIdOk

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.

SetCustomerId

func (o *StateChangeAuditInfoFilter) SetCustomerId(v string)

SetCustomerId sets CustomerId field to given value.

GetIds

func (o *StateChangeAuditInfoFilter) GetIds() []string

GetIds returns the Ids field if non-nil, zero value otherwise.

GetIdsOk

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.

SetIds

func (o *StateChangeAuditInfoFilter) SetIds(v []string)

SetIds sets Ids field to given value.

GetRecommendationId

func (o *StateChangeAuditInfoFilter) GetRecommendationId() string

GetRecommendationId returns the RecommendationId field if non-nil, zero value otherwise.

GetRecommendationIdOk

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.

SetRecommendationId

func (o *StateChangeAuditInfoFilter) SetRecommendationId(v string)

SetRecommendationId sets RecommendationId field to given value.

GetUserId

func (o *StateChangeAuditInfoFilter) GetUserId() string

GetUserId returns the UserId field if non-nil, zero value otherwise.

GetUserIdOk

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.

SetUserId

func (o *StateChangeAuditInfoFilter) SetUserId(v string)

SetUserId sets UserId field to given value.

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