Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.9 KB

ImportPasswordsOutput.md

File metadata and controls

134 lines (73 loc) · 3.9 KB

ImportPasswordsOutput

Properties

Name Type Description Notes
Imported Pointer to int32 [optional]
PasswordsInFile Pointer to int64 [optional]
SuccessfullyParsed Pointer to int64 [optional]
Updated Pointer to int32 [optional]

Methods

NewImportPasswordsOutput

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

NewImportPasswordsOutputWithDefaults

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

GetImported

func (o *ImportPasswordsOutput) GetImported() int32

GetImported returns the Imported field if non-nil, zero value otherwise.

GetImportedOk

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.

SetImported

func (o *ImportPasswordsOutput) SetImported(v int32)

SetImported sets Imported field to given value.

HasImported

func (o *ImportPasswordsOutput) HasImported() bool

HasImported returns a boolean if a field has been set.

GetPasswordsInFile

func (o *ImportPasswordsOutput) GetPasswordsInFile() int64

GetPasswordsInFile returns the PasswordsInFile field if non-nil, zero value otherwise.

GetPasswordsInFileOk

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.

SetPasswordsInFile

func (o *ImportPasswordsOutput) SetPasswordsInFile(v int64)

SetPasswordsInFile sets PasswordsInFile field to given value.

HasPasswordsInFile

func (o *ImportPasswordsOutput) HasPasswordsInFile() bool

HasPasswordsInFile returns a boolean if a field has been set.

GetSuccessfullyParsed

func (o *ImportPasswordsOutput) GetSuccessfullyParsed() int64

GetSuccessfullyParsed returns the SuccessfullyParsed field if non-nil, zero value otherwise.

GetSuccessfullyParsedOk

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.

SetSuccessfullyParsed

func (o *ImportPasswordsOutput) SetSuccessfullyParsed(v int64)

SetSuccessfullyParsed sets SuccessfullyParsed field to given value.

HasSuccessfullyParsed

func (o *ImportPasswordsOutput) HasSuccessfullyParsed() bool

HasSuccessfullyParsed returns a boolean if a field has been set.

GetUpdated

func (o *ImportPasswordsOutput) GetUpdated() int32

GetUpdated returns the Updated field if non-nil, zero value otherwise.

GetUpdatedOk

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.

SetUpdated

func (o *ImportPasswordsOutput) SetUpdated(v int32)

SetUpdated sets Updated field to given value.

HasUpdated

func (o *ImportPasswordsOutput) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

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