Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 3.61 KB

File metadata and controls

102 lines (57 loc) · 3.61 KB

EnrollmentEnrollmentManagementResponse

Properties

Name Type Description Notes
SuccessfulStores Pointer to []string [optional]
FailedStores Pointer to []string [optional]

Methods

NewEnrollmentEnrollmentManagementResponse

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

NewEnrollmentEnrollmentManagementResponseWithDefaults

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

GetSuccessfulStores

func (o *EnrollmentEnrollmentManagementResponse) GetSuccessfulStores() []string

GetSuccessfulStores returns the SuccessfulStores field if non-nil, zero value otherwise.

GetSuccessfulStoresOk

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.

SetSuccessfulStores

func (o *EnrollmentEnrollmentManagementResponse) SetSuccessfulStores(v []string)

SetSuccessfulStores sets SuccessfulStores field to given value.

HasSuccessfulStores

func (o *EnrollmentEnrollmentManagementResponse) HasSuccessfulStores() bool

HasSuccessfulStores returns a boolean if a field has been set.

SetSuccessfulStoresNil

func (o *EnrollmentEnrollmentManagementResponse) SetSuccessfulStoresNil(b bool)

SetSuccessfulStoresNil sets the value for SuccessfulStores to be an explicit nil

UnsetSuccessfulStores

func (o *EnrollmentEnrollmentManagementResponse) UnsetSuccessfulStores()

UnsetSuccessfulStores ensures that no value is present for SuccessfulStores, not even an explicit nil

GetFailedStores

func (o *EnrollmentEnrollmentManagementResponse) GetFailedStores() []string

GetFailedStores returns the FailedStores field if non-nil, zero value otherwise.

GetFailedStoresOk

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.

SetFailedStores

func (o *EnrollmentEnrollmentManagementResponse) SetFailedStores(v []string)

SetFailedStores sets FailedStores field to given value.

HasFailedStores

func (o *EnrollmentEnrollmentManagementResponse) HasFailedStores() bool

HasFailedStores returns a boolean if a field has been set.

SetFailedStoresNil

func (o *EnrollmentEnrollmentManagementResponse) SetFailedStoresNil(b bool)

SetFailedStoresNil sets the value for FailedStores to be an explicit nil

UnsetFailedStores

func (o *EnrollmentEnrollmentManagementResponse) UnsetFailedStores()

UnsetFailedStores ensures that no value is present for FailedStores, not even an explicit nil

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