Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.42 KB

UserAccountRequest.md

File metadata and controls

51 lines (28 loc) · 1.42 KB

UserAccountRequest

Properties

Name Type Description Notes
Pk int32

Methods

NewUserAccountRequest

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

NewUserAccountRequestWithDefaults

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

GetPk

func (o *UserAccountRequest) GetPk() int32

GetPk returns the Pk field if non-nil, zero value otherwise.

GetPkOk

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.

SetPk

func (o *UserAccountRequest) SetPk(v int32)

SetPk sets Pk field to given value.

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