Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.96 KB

PublicProfileResponsePrivateKeyAttributes.md

File metadata and controls

56 lines (31 loc) · 1.96 KB

PublicProfileResponsePrivateKeyAttributes

Properties

Name Type Description Notes
KeySize Pointer to string [optional]

Methods

NewPublicProfileResponsePrivateKeyAttributes

func NewPublicProfileResponsePrivateKeyAttributes() *PublicProfileResponsePrivateKeyAttributes

NewPublicProfileResponsePrivateKeyAttributes instantiates a new PublicProfileResponsePrivateKeyAttributes 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

NewPublicProfileResponsePrivateKeyAttributesWithDefaults

func NewPublicProfileResponsePrivateKeyAttributesWithDefaults() *PublicProfileResponsePrivateKeyAttributes

NewPublicProfileResponsePrivateKeyAttributesWithDefaults instantiates a new PublicProfileResponsePrivateKeyAttributes 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

GetKeySize

func (o *PublicProfileResponsePrivateKeyAttributes) GetKeySize() string

GetKeySize returns the KeySize field if non-nil, zero value otherwise.

GetKeySizeOk

func (o *PublicProfileResponsePrivateKeyAttributes) GetKeySizeOk() (*string, bool)

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

SetKeySize

func (o *PublicProfileResponsePrivateKeyAttributes) SetKeySize(v string)

SetKeySize sets KeySize field to given value.

HasKeySize

func (o *PublicProfileResponsePrivateKeyAttributes) HasKeySize() bool

HasKeySize returns a boolean if a field has been set.

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