Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.19 KB

KeyfactorAPIModelsEnrollmentEnrollmentManagementResponse.md

File metadata and controls

82 lines (45 loc) · 3.19 KB

KeyfactorAPIModelsEnrollmentEnrollmentManagementResponse

Properties

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

Methods

NewKeyfactorAPIModelsEnrollmentEnrollmentManagementResponse

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

NewKeyfactorAPIModelsEnrollmentEnrollmentManagementResponseWithDefaults

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

GetSuccessfulStores

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

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

GetSuccessfulStoresOk

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.

SetSuccessfulStores

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

SetSuccessfulStores sets SuccessfulStores field to given value.

HasSuccessfulStores

func (o *KeyfactorAPIModelsEnrollmentEnrollmentManagementResponse) HasSuccessfulStores() bool

HasSuccessfulStores returns a boolean if a field has been set.

GetFailedStores

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

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

GetFailedStoresOk

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.

SetFailedStores

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

SetFailedStores sets FailedStores field to given value.

HasFailedStores

func (o *KeyfactorAPIModelsEnrollmentEnrollmentManagementResponse) HasFailedStores() bool

HasFailedStores returns a boolean if a field has been set.

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