Name | Type | Description | Notes |
---|---|---|---|
KeySize | Pointer to string | [optional] |
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
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
func (o *PublicProfileResponsePrivateKeyAttributes) GetKeySize() string
GetKeySize returns the KeySize field if non-nil, zero value otherwise.
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.
func (o *PublicProfileResponsePrivateKeyAttributes) SetKeySize(v string)
SetKeySize sets KeySize field to given value.
func (o *PublicProfileResponsePrivateKeyAttributes) HasKeySize() bool
HasKeySize returns a boolean if a field has been set.