Name | Type | Description | Notes |
---|---|---|---|
SuccessfulStores | Pointer to []string | [optional] | |
FailedStores | Pointer to []string | [optional] |
func NewKeyfactorAPIModelsEnrollmentEnrollmentManagementResponse() *KeyfactorAPIModelsEnrollmentEnrollmentManagementResponse
NewKeyfactorAPIModelsEnrollmentEnrollmentManagementResponse instantiates a new KeyfactorAPIModelsEnrollmentEnrollmentManagementResponse 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 NewKeyfactorAPIModelsEnrollmentEnrollmentManagementResponseWithDefaults() *KeyfactorAPIModelsEnrollmentEnrollmentManagementResponse
NewKeyfactorAPIModelsEnrollmentEnrollmentManagementResponseWithDefaults instantiates a new KeyfactorAPIModelsEnrollmentEnrollmentManagementResponse 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 *KeyfactorAPIModelsEnrollmentEnrollmentManagementResponse) GetSuccessfulStores() []string
GetSuccessfulStores returns the SuccessfulStores field if non-nil, zero value otherwise.
func (o *KeyfactorAPIModelsEnrollmentEnrollmentManagementResponse) GetSuccessfulStoresOk() (*[]string, bool)
GetSuccessfulStoresOk returns a tuple with the SuccessfulStores field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorAPIModelsEnrollmentEnrollmentManagementResponse) SetSuccessfulStores(v []string)
SetSuccessfulStores sets SuccessfulStores field to given value.
func (o *KeyfactorAPIModelsEnrollmentEnrollmentManagementResponse) HasSuccessfulStores() bool
HasSuccessfulStores returns a boolean if a field has been set.
func (o *KeyfactorAPIModelsEnrollmentEnrollmentManagementResponse) GetFailedStores() []string
GetFailedStores returns the FailedStores field if non-nil, zero value otherwise.
func (o *KeyfactorAPIModelsEnrollmentEnrollmentManagementResponse) GetFailedStoresOk() (*[]string, bool)
GetFailedStoresOk returns a tuple with the FailedStores field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorAPIModelsEnrollmentEnrollmentManagementResponse) SetFailedStores(v []string)
SetFailedStores sets FailedStores field to given value.
func (o *KeyfactorAPIModelsEnrollmentEnrollmentManagementResponse) HasFailedStores() bool
HasFailedStores returns a boolean if a field has been set.