Name | Type | Description | Notes |
---|---|---|---|
Data | Pointer to bool | [optional] | |
AgentId | Pointer to string | [optional] | |
Message | Pointer to string | [optional] | |
JobProperties | Pointer to string | [optional] | |
CustomAliasAllowed | Pointer to int32 | [optional] | |
EntryParameters | Pointer to []ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter | [optional] |
func NewModelsReenrollmentStatus() *ModelsReenrollmentStatus
NewModelsReenrollmentStatus instantiates a new ModelsReenrollmentStatus 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 NewModelsReenrollmentStatusWithDefaults() *ModelsReenrollmentStatus
NewModelsReenrollmentStatusWithDefaults instantiates a new ModelsReenrollmentStatus 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 *ModelsReenrollmentStatus) GetData() bool
GetData returns the Data field if non-nil, zero value otherwise.
func (o *ModelsReenrollmentStatus) GetDataOk() (*bool, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsReenrollmentStatus) SetData(v bool)
SetData sets Data field to given value.
func (o *ModelsReenrollmentStatus) HasData() bool
HasData returns a boolean if a field has been set.
func (o *ModelsReenrollmentStatus) GetAgentId() string
GetAgentId returns the AgentId field if non-nil, zero value otherwise.
func (o *ModelsReenrollmentStatus) GetAgentIdOk() (*string, bool)
GetAgentIdOk returns a tuple with the AgentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsReenrollmentStatus) SetAgentId(v string)
SetAgentId sets AgentId field to given value.
func (o *ModelsReenrollmentStatus) HasAgentId() bool
HasAgentId returns a boolean if a field has been set.
func (o *ModelsReenrollmentStatus) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *ModelsReenrollmentStatus) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsReenrollmentStatus) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *ModelsReenrollmentStatus) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *ModelsReenrollmentStatus) GetJobProperties() string
GetJobProperties returns the JobProperties field if non-nil, zero value otherwise.
func (o *ModelsReenrollmentStatus) GetJobPropertiesOk() (*string, bool)
GetJobPropertiesOk returns a tuple with the JobProperties field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsReenrollmentStatus) SetJobProperties(v string)
SetJobProperties sets JobProperties field to given value.
func (o *ModelsReenrollmentStatus) HasJobProperties() bool
HasJobProperties returns a boolean if a field has been set.
func (o *ModelsReenrollmentStatus) GetCustomAliasAllowed() int32
GetCustomAliasAllowed returns the CustomAliasAllowed field if non-nil, zero value otherwise.
func (o *ModelsReenrollmentStatus) GetCustomAliasAllowedOk() (*int32, bool)
GetCustomAliasAllowedOk returns a tuple with the CustomAliasAllowed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsReenrollmentStatus) SetCustomAliasAllowed(v int32)
SetCustomAliasAllowed sets CustomAliasAllowed field to given value.
func (o *ModelsReenrollmentStatus) HasCustomAliasAllowed() bool
HasCustomAliasAllowed returns a boolean if a field has been set.
func (o *ModelsReenrollmentStatus) GetEntryParameters() []ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter
GetEntryParameters returns the EntryParameters field if non-nil, zero value otherwise.
func (o *ModelsReenrollmentStatus) GetEntryParametersOk() (*[]ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter, bool)
GetEntryParametersOk returns a tuple with the EntryParameters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsReenrollmentStatus) SetEntryParameters(v []ModelsCertificateStoreTypesCertificateStoreTypeEntryParameter)
SetEntryParameters sets EntryParameters field to given value.
func (o *ModelsReenrollmentStatus) HasEntryParameters() bool
HasEntryParameters returns a boolean if a field has been set.