| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | Unique identifier of the course tab content. | [optional] |
| Content | Pointer to NullableString | The HTML content of the course tab. | [optional] |
| CourseTabId | Pointer to int32 | Unique identifier of the course tab. | [optional] |
func NewCoursePatchPayloadCourseTabContentsAttributesInner() *CoursePatchPayloadCourseTabContentsAttributesInner
NewCoursePatchPayloadCourseTabContentsAttributesInner instantiates a new CoursePatchPayloadCourseTabContentsAttributesInner 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 NewCoursePatchPayloadCourseTabContentsAttributesInnerWithDefaults() *CoursePatchPayloadCourseTabContentsAttributesInner
NewCoursePatchPayloadCourseTabContentsAttributesInnerWithDefaults instantiates a new CoursePatchPayloadCourseTabContentsAttributesInner 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 *CoursePatchPayloadCourseTabContentsAttributesInner) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CoursePatchPayloadCourseTabContentsAttributesInner) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CoursePatchPayloadCourseTabContentsAttributesInner) SetId(v int32)
SetId sets Id field to given value.
func (o *CoursePatchPayloadCourseTabContentsAttributesInner) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CoursePatchPayloadCourseTabContentsAttributesInner) GetContent() string
GetContent returns the Content field if non-nil, zero value otherwise.
func (o *CoursePatchPayloadCourseTabContentsAttributesInner) 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 *CoursePatchPayloadCourseTabContentsAttributesInner) SetContent(v string)
SetContent sets Content field to given value.
func (o *CoursePatchPayloadCourseTabContentsAttributesInner) HasContent() bool
HasContent returns a boolean if a field has been set.
func (o *CoursePatchPayloadCourseTabContentsAttributesInner) SetContentNil(b bool)
SetContentNil sets the value for Content to be an explicit nil
func (o *CoursePatchPayloadCourseTabContentsAttributesInner) UnsetContent()
UnsetContent ensures that no value is present for Content, not even an explicit nil
func (o *CoursePatchPayloadCourseTabContentsAttributesInner) GetCourseTabId() int32
GetCourseTabId returns the CourseTabId field if non-nil, zero value otherwise.
func (o *CoursePatchPayloadCourseTabContentsAttributesInner) GetCourseTabIdOk() (*int32, bool)
GetCourseTabIdOk returns a tuple with the CourseTabId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CoursePatchPayloadCourseTabContentsAttributesInner) SetCourseTabId(v int32)
SetCourseTabId sets CourseTabId field to given value.
func (o *CoursePatchPayloadCourseTabContentsAttributesInner) HasCourseTabId() bool
HasCourseTabId returns a boolean if a field has been set.