Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.7 KB

PasswordDictionary.md

File metadata and controls

56 lines (31 loc) · 1.7 KB

PasswordDictionary

Properties

Name Type Description Notes
Common Pointer to PasswordDictionaryCommon [optional]

Methods

NewPasswordDictionary

func NewPasswordDictionary() *PasswordDictionary

NewPasswordDictionary instantiates a new PasswordDictionary 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

NewPasswordDictionaryWithDefaults

func NewPasswordDictionaryWithDefaults() *PasswordDictionary

NewPasswordDictionaryWithDefaults instantiates a new PasswordDictionary 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

GetCommon

func (o *PasswordDictionary) GetCommon() PasswordDictionaryCommon

GetCommon returns the Common field if non-nil, zero value otherwise.

GetCommonOk

func (o *PasswordDictionary) GetCommonOk() (*PasswordDictionaryCommon, bool)

GetCommonOk returns a tuple with the Common field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCommon

func (o *PasswordDictionary) SetCommon(v PasswordDictionaryCommon)

SetCommon sets Common field to given value.

HasCommon

func (o *PasswordDictionary) HasCommon() bool

HasCommon returns a boolean if a field has been set.

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