Name | Type | Description | Notes |
---|---|---|---|
Imported | Pointer to int32 | [optional] | |
PasswordsInFile | Pointer to int64 | [optional] | |
SuccessfullyParsed | Pointer to int64 | [optional] | |
Updated | Pointer to int32 | [optional] |
func NewImportPasswordsOutput() *ImportPasswordsOutput
NewImportPasswordsOutput instantiates a new ImportPasswordsOutput 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 NewImportPasswordsOutputWithDefaults() *ImportPasswordsOutput
NewImportPasswordsOutputWithDefaults instantiates a new ImportPasswordsOutput 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 *ImportPasswordsOutput) GetImported() int32
GetImported returns the Imported field if non-nil, zero value otherwise.
func (o *ImportPasswordsOutput) GetImportedOk() (*int32, bool)
GetImportedOk returns a tuple with the Imported field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportPasswordsOutput) SetImported(v int32)
SetImported sets Imported field to given value.
func (o *ImportPasswordsOutput) HasImported() bool
HasImported returns a boolean if a field has been set.
func (o *ImportPasswordsOutput) GetPasswordsInFile() int64
GetPasswordsInFile returns the PasswordsInFile field if non-nil, zero value otherwise.
func (o *ImportPasswordsOutput) GetPasswordsInFileOk() (*int64, bool)
GetPasswordsInFileOk returns a tuple with the PasswordsInFile field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportPasswordsOutput) SetPasswordsInFile(v int64)
SetPasswordsInFile sets PasswordsInFile field to given value.
func (o *ImportPasswordsOutput) HasPasswordsInFile() bool
HasPasswordsInFile returns a boolean if a field has been set.
func (o *ImportPasswordsOutput) GetSuccessfullyParsed() int64
GetSuccessfullyParsed returns the SuccessfullyParsed field if non-nil, zero value otherwise.
func (o *ImportPasswordsOutput) GetSuccessfullyParsedOk() (*int64, bool)
GetSuccessfullyParsedOk returns a tuple with the SuccessfullyParsed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportPasswordsOutput) SetSuccessfullyParsed(v int64)
SetSuccessfullyParsed sets SuccessfullyParsed field to given value.
func (o *ImportPasswordsOutput) HasSuccessfullyParsed() bool
HasSuccessfullyParsed returns a boolean if a field has been set.
func (o *ImportPasswordsOutput) GetUpdated() int32
GetUpdated returns the Updated field if non-nil, zero value otherwise.
func (o *ImportPasswordsOutput) GetUpdatedOk() (*int32, bool)
GetUpdatedOk returns a tuple with the Updated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportPasswordsOutput) SetUpdated(v int32)
SetUpdated sets Updated field to given value.
func (o *ImportPasswordsOutput) HasUpdated() bool
HasUpdated returns a boolean if a field has been set.