Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.45 KB

File metadata and controls

72 lines (39 loc) · 2.45 KB

ModelsCertStoreNewPasswordRequest

Properties

Name Type Description Notes
CertStoreId string
NewPassword map[string]interface{}

Methods

NewModelsCertStoreNewPasswordRequest

func NewModelsCertStoreNewPasswordRequest(certStoreId string, newPassword map[string]interface{}, ) *ModelsCertStoreNewPasswordRequest

NewModelsCertStoreNewPasswordRequest instantiates a new ModelsCertStoreNewPasswordRequest 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

NewModelsCertStoreNewPasswordRequestWithDefaults

func NewModelsCertStoreNewPasswordRequestWithDefaults() *ModelsCertStoreNewPasswordRequest

NewModelsCertStoreNewPasswordRequestWithDefaults instantiates a new ModelsCertStoreNewPasswordRequest 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

GetCertStoreId

func (o *ModelsCertStoreNewPasswordRequest) GetCertStoreId() string

GetCertStoreId returns the CertStoreId field if non-nil, zero value otherwise.

GetCertStoreIdOk

func (o *ModelsCertStoreNewPasswordRequest) GetCertStoreIdOk() (*string, bool)

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

SetCertStoreId

func (o *ModelsCertStoreNewPasswordRequest) SetCertStoreId(v string)

SetCertStoreId sets CertStoreId field to given value.

GetNewPassword

func (o *ModelsCertStoreNewPasswordRequest) GetNewPassword() map[string]interface{}

GetNewPassword returns the NewPassword field if non-nil, zero value otherwise.

GetNewPasswordOk

func (o *ModelsCertStoreNewPasswordRequest) GetNewPasswordOk() (*map[string]interface{}, bool)

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

SetNewPassword

func (o *ModelsCertStoreNewPasswordRequest) SetNewPassword(v map[string]interface{})

SetNewPassword sets NewPassword field to given value.

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