Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.4 KB

JamfNationCredentials.md

File metadata and controls

82 lines (45 loc) · 2.4 KB

JamfNationCredentials

Properties

Name Type Description Notes
EmailAddress Pointer to string [optional]
Password Pointer to string [optional]

Methods

NewJamfNationCredentials

func NewJamfNationCredentials() *JamfNationCredentials

NewJamfNationCredentials instantiates a new JamfNationCredentials 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

NewJamfNationCredentialsWithDefaults

func NewJamfNationCredentialsWithDefaults() *JamfNationCredentials

NewJamfNationCredentialsWithDefaults instantiates a new JamfNationCredentials 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

GetEmailAddress

func (o *JamfNationCredentials) GetEmailAddress() string

GetEmailAddress returns the EmailAddress field if non-nil, zero value otherwise.

GetEmailAddressOk

func (o *JamfNationCredentials) GetEmailAddressOk() (*string, bool)

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

SetEmailAddress

func (o *JamfNationCredentials) SetEmailAddress(v string)

SetEmailAddress sets EmailAddress field to given value.

HasEmailAddress

func (o *JamfNationCredentials) HasEmailAddress() bool

HasEmailAddress returns a boolean if a field has been set.

GetPassword

func (o *JamfNationCredentials) GetPassword() string

GetPassword returns the Password field if non-nil, zero value otherwise.

GetPasswordOk

func (o *JamfNationCredentials) GetPasswordOk() (*string, bool)

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

SetPassword

func (o *JamfNationCredentials) SetPassword(v string)

SetPassword sets Password field to given value.

HasPassword

func (o *JamfNationCredentials) HasPassword() bool

HasPassword returns a boolean if a field has been set.

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