Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.71 KB

UpdateAuthMethodK8SOutput.md

File metadata and controls

56 lines (31 loc) · 1.71 KB

UpdateAuthMethodK8SOutput

Properties

Name Type Description Notes
PrvKey Pointer to string [optional]

Methods

NewUpdateAuthMethodK8SOutput

func NewUpdateAuthMethodK8SOutput() *UpdateAuthMethodK8SOutput

NewUpdateAuthMethodK8SOutput instantiates a new UpdateAuthMethodK8SOutput 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

NewUpdateAuthMethodK8SOutputWithDefaults

func NewUpdateAuthMethodK8SOutputWithDefaults() *UpdateAuthMethodK8SOutput

NewUpdateAuthMethodK8SOutputWithDefaults instantiates a new UpdateAuthMethodK8SOutput 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

GetPrvKey

func (o *UpdateAuthMethodK8SOutput) GetPrvKey() string

GetPrvKey returns the PrvKey field if non-nil, zero value otherwise.

GetPrvKeyOk

func (o *UpdateAuthMethodK8SOutput) GetPrvKeyOk() (*string, bool)

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

SetPrvKey

func (o *UpdateAuthMethodK8SOutput) SetPrvKey(v string)

SetPrvKey sets PrvKey field to given value.

HasPrvKey

func (o *UpdateAuthMethodK8SOutput) HasPrvKey() bool

HasPrvKey returns a boolean if a field has been set.

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