Skip to content

Latest commit

History

History
82 lines (45 loc) 路 2.44 KB

SeriesCommentModelV1Author.md

File metadata and controls

82 lines (45 loc) 路 2.44 KB

SeriesCommentModelV1Author

Properties

Name Type Description Notes
UserInfo Pointer to UserModelSearchV1 [optional]
Name Pointer to string [optional]

Methods

NewSeriesCommentModelV1Author

func NewSeriesCommentModelV1Author() *SeriesCommentModelV1Author

NewSeriesCommentModelV1Author instantiates a new SeriesCommentModelV1Author 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

NewSeriesCommentModelV1AuthorWithDefaults

func NewSeriesCommentModelV1AuthorWithDefaults() *SeriesCommentModelV1Author

NewSeriesCommentModelV1AuthorWithDefaults instantiates a new SeriesCommentModelV1Author 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

GetUserInfo

func (o *SeriesCommentModelV1Author) GetUserInfo() UserModelSearchV1

GetUserInfo returns the UserInfo field if non-nil, zero value otherwise.

GetUserInfoOk

func (o *SeriesCommentModelV1Author) GetUserInfoOk() (*UserModelSearchV1, bool)

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

SetUserInfo

func (o *SeriesCommentModelV1Author) SetUserInfo(v UserModelSearchV1)

SetUserInfo sets UserInfo field to given value.

HasUserInfo

func (o *SeriesCommentModelV1Author) HasUserInfo() bool

HasUserInfo returns a boolean if a field has been set.

GetName

func (o *SeriesCommentModelV1Author) GetName() string

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

GetNameOk

func (o *SeriesCommentModelV1Author) 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 *SeriesCommentModelV1Author) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *SeriesCommentModelV1Author) HasName() bool

HasName returns a boolean if a field has been set.

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