ThreadedCommentAuthor Class
ThreadedCommentAuthor class
Represents the person who creates the threaded comments;
type ThreadedCommentAuthor struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetName | Gets and sets the name. |
SetName | Gets and sets the name. |
GetUserId | Gets and sets the id of the user. |
SetUserId | Gets and sets the id of the user. |
GetProviderId | Gets the id of the provider. |
SetProviderId | Gets the id of the provider. |