Name | Type | Description | Notes |
---|---|---|---|
Pk | int32 |
func NewUserAccountRequest(pk int32, ) *UserAccountRequest
NewUserAccountRequest instantiates a new UserAccountRequest 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 NewUserAccountRequestWithDefaults() *UserAccountRequest
NewUserAccountRequestWithDefaults instantiates a new UserAccountRequest 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 *UserAccountRequest) GetPk() int32
GetPk returns the Pk field if non-nil, zero value otherwise.
func (o *UserAccountRequest) GetPkOk() (*int32, bool)
GetPkOk returns a tuple with the Pk field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserAccountRequest) SetPk(v int32)
SetPk sets Pk field to given value.