Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.92 KB

File metadata and controls

82 lines (45 loc) · 2.92 KB

CoursePayloadCourseTabContentsAttributesInner

Properties

Name Type Description Notes
Content NullableString The HTML content of the course tab.
CourseTabId int32 Unique identifier of the course tab.

Methods

NewCoursePayloadCourseTabContentsAttributesInner

func NewCoursePayloadCourseTabContentsAttributesInner(content NullableString, courseTabId int32, ) *CoursePayloadCourseTabContentsAttributesInner

NewCoursePayloadCourseTabContentsAttributesInner instantiates a new CoursePayloadCourseTabContentsAttributesInner 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

NewCoursePayloadCourseTabContentsAttributesInnerWithDefaults

func NewCoursePayloadCourseTabContentsAttributesInnerWithDefaults() *CoursePayloadCourseTabContentsAttributesInner

NewCoursePayloadCourseTabContentsAttributesInnerWithDefaults instantiates a new CoursePayloadCourseTabContentsAttributesInner 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

GetContent

func (o *CoursePayloadCourseTabContentsAttributesInner) GetContent() string

GetContent returns the Content field if non-nil, zero value otherwise.

GetContentOk

func (o *CoursePayloadCourseTabContentsAttributesInner) 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.

SetContent

func (o *CoursePayloadCourseTabContentsAttributesInner) SetContent(v string)

SetContent sets Content field to given value.

SetContentNil

func (o *CoursePayloadCourseTabContentsAttributesInner) SetContentNil(b bool)

SetContentNil sets the value for Content to be an explicit nil

UnsetContent

func (o *CoursePayloadCourseTabContentsAttributesInner) UnsetContent()

UnsetContent ensures that no value is present for Content, not even an explicit nil

GetCourseTabId

func (o *CoursePayloadCourseTabContentsAttributesInner) GetCourseTabId() int32

GetCourseTabId returns the CourseTabId field if non-nil, zero value otherwise.

GetCourseTabIdOk

func (o *CoursePayloadCourseTabContentsAttributesInner) 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.

SetCourseTabId

func (o *CoursePayloadCourseTabContentsAttributesInner) SetCourseTabId(v int32)

SetCourseTabId sets CourseTabId field to given value.

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