| Name | Type | Description | Notes |
|---|---|---|---|
| Content | string | Comment text content | |
| Context | Pointer to DecompilationCommentContext | Comment context for a function decompilation | [optional] |
func NewFunctionCommentCreateRequest(content string, ) *FunctionCommentCreateRequest
NewFunctionCommentCreateRequest instantiates a new FunctionCommentCreateRequest 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
func NewFunctionCommentCreateRequestWithDefaults() *FunctionCommentCreateRequest
NewFunctionCommentCreateRequestWithDefaults instantiates a new FunctionCommentCreateRequest 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
func (o *FunctionCommentCreateRequest) GetContent() string
GetContent returns the Content field if non-nil, zero value otherwise.
func (o *FunctionCommentCreateRequest) GetContentOk() (*string, bool)
GetContentOk returns a tuple with the Content field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionCommentCreateRequest) SetContent(v string)
SetContent sets Content field to given value.
func (o *FunctionCommentCreateRequest) GetContext() DecompilationCommentContext
GetContext returns the Context field if non-nil, zero value otherwise.
func (o *FunctionCommentCreateRequest) GetContextOk() (*DecompilationCommentContext, bool)
GetContextOk returns a tuple with the Context field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionCommentCreateRequest) SetContext(v DecompilationCommentContext)
SetContext sets Context field to given value.
func (o *FunctionCommentCreateRequest) HasContext() bool
HasContext returns a boolean if a field has been set.