| Name | Type | Description | Notes |
|---|---|---|---|
| Semantic | map[string]string | مپ key-value اطلاعات معنایی برای ذخیره | |
| Cost | Pointer to int32 | هزینه مرتبط با عملیات | [optional] |
| TicketUuid | Pointer to string | UUID تیکت پرداخت (اختیاری) | [optional] |
func NewSemanticCreatePostSemanticBody(semantic map[string]string, ) *SemanticCreatePostSemanticBody
NewSemanticCreatePostSemanticBody instantiates a new SemanticCreatePostSemanticBody 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 NewSemanticCreatePostSemanticBodyWithDefaults() *SemanticCreatePostSemanticBody
NewSemanticCreatePostSemanticBodyWithDefaults instantiates a new SemanticCreatePostSemanticBody 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 *SemanticCreatePostSemanticBody) GetSemantic() map[string]string
GetSemantic returns the Semantic field if non-nil, zero value otherwise.
func (o *SemanticCreatePostSemanticBody) GetSemanticOk() (*map[string]string, bool)
GetSemanticOk returns a tuple with the Semantic field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SemanticCreatePostSemanticBody) SetSemantic(v map[string]string)
SetSemantic sets Semantic field to given value.
func (o *SemanticCreatePostSemanticBody) GetCost() int32
GetCost returns the Cost field if non-nil, zero value otherwise.
func (o *SemanticCreatePostSemanticBody) GetCostOk() (*int32, bool)
GetCostOk returns a tuple with the Cost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SemanticCreatePostSemanticBody) SetCost(v int32)
SetCost sets Cost field to given value.
func (o *SemanticCreatePostSemanticBody) HasCost() bool
HasCost returns a boolean if a field has been set.
func (o *SemanticCreatePostSemanticBody) GetTicketUuid() string
GetTicketUuid returns the TicketUuid field if non-nil, zero value otherwise.
func (o *SemanticCreatePostSemanticBody) GetTicketUuidOk() (*string, bool)
GetTicketUuidOk returns a tuple with the TicketUuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SemanticCreatePostSemanticBody) SetTicketUuid(v string)
SetTicketUuid sets TicketUuid field to given value.
func (o *SemanticCreatePostSemanticBody) HasTicketUuid() bool
HasTicketUuid returns a boolean if a field has been set.