| Name | Type | Description | Notes |
|---|---|---|---|
| BreachCheckDate | Pointer to time.Time | [optional] | |
| BreachCount | Pointer to int64 | [optional] | |
| BreachSuggestions | Pointer to []string | [optional] | |
| Status | Pointer to string | [optional] |
func NewPasswordBreachInfo() *PasswordBreachInfo
NewPasswordBreachInfo instantiates a new PasswordBreachInfo 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 NewPasswordBreachInfoWithDefaults() *PasswordBreachInfo
NewPasswordBreachInfoWithDefaults instantiates a new PasswordBreachInfo 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 *PasswordBreachInfo) GetBreachCheckDate() time.Time
GetBreachCheckDate returns the BreachCheckDate field if non-nil, zero value otherwise.
func (o *PasswordBreachInfo) GetBreachCheckDateOk() (*time.Time, bool)
GetBreachCheckDateOk returns a tuple with the BreachCheckDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PasswordBreachInfo) SetBreachCheckDate(v time.Time)
SetBreachCheckDate sets BreachCheckDate field to given value.
func (o *PasswordBreachInfo) HasBreachCheckDate() bool
HasBreachCheckDate returns a boolean if a field has been set.
func (o *PasswordBreachInfo) GetBreachCount() int64
GetBreachCount returns the BreachCount field if non-nil, zero value otherwise.
func (o *PasswordBreachInfo) GetBreachCountOk() (*int64, bool)
GetBreachCountOk returns a tuple with the BreachCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PasswordBreachInfo) SetBreachCount(v int64)
SetBreachCount sets BreachCount field to given value.
func (o *PasswordBreachInfo) HasBreachCount() bool
HasBreachCount returns a boolean if a field has been set.
func (o *PasswordBreachInfo) GetBreachSuggestions() []string
GetBreachSuggestions returns the BreachSuggestions field if non-nil, zero value otherwise.
func (o *PasswordBreachInfo) GetBreachSuggestionsOk() (*[]string, bool)
GetBreachSuggestionsOk returns a tuple with the BreachSuggestions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PasswordBreachInfo) SetBreachSuggestions(v []string)
SetBreachSuggestions sets BreachSuggestions field to given value.
func (o *PasswordBreachInfo) HasBreachSuggestions() bool
HasBreachSuggestions returns a boolean if a field has been set.
func (o *PasswordBreachInfo) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *PasswordBreachInfo) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PasswordBreachInfo) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *PasswordBreachInfo) HasStatus() bool
HasStatus returns a boolean if a field has been set.