Skip to content

Latest commit

History

History
82 lines (45 loc) 路 2.21 KB

ReviewModelV1Author.md

File metadata and controls

82 lines (45 loc) 路 2.21 KB

ReviewModelV1Author

Properties

Name Type Description Notes
UserId Pointer to int64 [optional]
Name Pointer to string [optional]

Methods

NewReviewModelV1Author

func NewReviewModelV1Author() *ReviewModelV1Author

NewReviewModelV1Author instantiates a new ReviewModelV1Author 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

NewReviewModelV1AuthorWithDefaults

func NewReviewModelV1AuthorWithDefaults() *ReviewModelV1Author

NewReviewModelV1AuthorWithDefaults instantiates a new ReviewModelV1Author 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

GetUserId

func (o *ReviewModelV1Author) GetUserId() int64

GetUserId returns the UserId field if non-nil, zero value otherwise.

GetUserIdOk

func (o *ReviewModelV1Author) GetUserIdOk() (*int64, bool)

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

SetUserId

func (o *ReviewModelV1Author) SetUserId(v int64)

SetUserId sets UserId field to given value.

HasUserId

func (o *ReviewModelV1Author) HasUserId() bool

HasUserId returns a boolean if a field has been set.

GetName

func (o *ReviewModelV1Author) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *ReviewModelV1Author) GetNameOk() (*string, bool)

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

SetName

func (o *ReviewModelV1Author) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ReviewModelV1Author) HasName() bool

HasName returns a boolean if a field has been set.

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