Files
openapi-go-answer/docs/SchemaRemoveCommentReq.md
2023-08-18 10:03:31 +08:00

1.6 KiB

SchemaRemoveCommentReq

Properties

Name Type Description Notes
CommentId string comment id

Methods

NewSchemaRemoveCommentReq

func NewSchemaRemoveCommentReq(commentId string, ) *SchemaRemoveCommentReq

NewSchemaRemoveCommentReq instantiates a new SchemaRemoveCommentReq 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

NewSchemaRemoveCommentReqWithDefaults

func NewSchemaRemoveCommentReqWithDefaults() *SchemaRemoveCommentReq

NewSchemaRemoveCommentReqWithDefaults instantiates a new SchemaRemoveCommentReq 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

GetCommentId

func (o *SchemaRemoveCommentReq) GetCommentId() string

GetCommentId returns the CommentId field if non-nil, zero value otherwise.

GetCommentIdOk

func (o *SchemaRemoveCommentReq) GetCommentIdOk() (*string, bool)

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

SetCommentId

func (o *SchemaRemoveCommentReq) SetCommentId(v string)

SetCommentId sets CommentId field to given value.

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