| Name | Type | Description | Notes |
|---|---|---|---|
| SuccessfulStores | Pointer to []string | [optional] | |
| FailedStores | Pointer to []string | [optional] |
func NewEnrollmentEnrollmentManagementResponse() *EnrollmentEnrollmentManagementResponse
NewEnrollmentEnrollmentManagementResponse instantiates a new EnrollmentEnrollmentManagementResponse 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 NewEnrollmentEnrollmentManagementResponseWithDefaults() *EnrollmentEnrollmentManagementResponse
NewEnrollmentEnrollmentManagementResponseWithDefaults instantiates a new EnrollmentEnrollmentManagementResponse 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 *EnrollmentEnrollmentManagementResponse) GetSuccessfulStores() []string
GetSuccessfulStores returns the SuccessfulStores field if non-nil, zero value otherwise.
func (o *EnrollmentEnrollmentManagementResponse) 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 *EnrollmentEnrollmentManagementResponse) SetSuccessfulStores(v []string)
SetSuccessfulStores sets SuccessfulStores field to given value.
func (o *EnrollmentEnrollmentManagementResponse) HasSuccessfulStores() bool
HasSuccessfulStores returns a boolean if a field has been set.
func (o *EnrollmentEnrollmentManagementResponse) SetSuccessfulStoresNil(b bool)
SetSuccessfulStoresNil sets the value for SuccessfulStores to be an explicit nil
func (o *EnrollmentEnrollmentManagementResponse) UnsetSuccessfulStores()
UnsetSuccessfulStores ensures that no value is present for SuccessfulStores, not even an explicit nil
func (o *EnrollmentEnrollmentManagementResponse) GetFailedStores() []string
GetFailedStores returns the FailedStores field if non-nil, zero value otherwise.
func (o *EnrollmentEnrollmentManagementResponse) 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 *EnrollmentEnrollmentManagementResponse) SetFailedStores(v []string)
SetFailedStores sets FailedStores field to given value.
func (o *EnrollmentEnrollmentManagementResponse) HasFailedStores() bool
HasFailedStores returns a boolean if a field has been set.
func (o *EnrollmentEnrollmentManagementResponse) SetFailedStoresNil(b bool)
SetFailedStoresNil sets the value for FailedStores to be an explicit nil
func (o *EnrollmentEnrollmentManagementResponse) UnsetFailedStores()
UnsetFailedStores ensures that no value is present for FailedStores, not even an explicit nil