Name | Type | Description | Notes |
---|---|---|---|
CategoryCode | Pointer to int32 | The category code. | [optional] |
CategoryName | Pointer to string | The name of the category. | [optional] |
FunctionalGroup | Pointer to string | The functional group name of the category. | [optional] |
func NewContentCategory() *ContentCategory
NewContentCategory instantiates a new ContentCategory 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 NewContentCategoryWithDefaults() *ContentCategory
NewContentCategoryWithDefaults instantiates a new ContentCategory 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 *ContentCategory) GetCategoryCode() int32
GetCategoryCode returns the CategoryCode field if non-nil, zero value otherwise.
func (o *ContentCategory) GetCategoryCodeOk() (*int32, bool)
GetCategoryCodeOk returns a tuple with the CategoryCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentCategory) SetCategoryCode(v int32)
SetCategoryCode sets CategoryCode field to given value.
func (o *ContentCategory) HasCategoryCode() bool
HasCategoryCode returns a boolean if a field has been set.
func (o *ContentCategory) GetCategoryName() string
GetCategoryName returns the CategoryName field if non-nil, zero value otherwise.
func (o *ContentCategory) GetCategoryNameOk() (*string, bool)
GetCategoryNameOk returns a tuple with the CategoryName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentCategory) SetCategoryName(v string)
SetCategoryName sets CategoryName field to given value.
func (o *ContentCategory) HasCategoryName() bool
HasCategoryName returns a boolean if a field has been set.
func (o *ContentCategory) GetFunctionalGroup() string
GetFunctionalGroup returns the FunctionalGroup field if non-nil, zero value otherwise.
func (o *ContentCategory) GetFunctionalGroupOk() (*string, bool)
GetFunctionalGroupOk returns a tuple with the FunctionalGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentCategory) SetFunctionalGroup(v string)
SetFunctionalGroup sets FunctionalGroup field to given value.
func (o *ContentCategory) HasFunctionalGroup() bool
HasFunctionalGroup returns a boolean if a field has been set.