Skip to content

Latest commit

 

History

History
113 lines (62 loc) · 4.09 KB

File metadata and controls

113 lines (62 loc) · 4.09 KB

ProgramProgramPatchPayloadCourseTabContentsAttributesInner

Properties

Name Type Description Notes
Id int32 Unique identifier of the course tab content.
Content Pointer to NullableString The HTML content of the course tab. [optional]
CourseTabId Pointer to int32 Unique identifier of the course tab. [optional]

Methods

NewProgramProgramPatchPayloadCourseTabContentsAttributesInner

func NewProgramProgramPatchPayloadCourseTabContentsAttributesInner(id int32, ) *ProgramProgramPatchPayloadCourseTabContentsAttributesInner

NewProgramProgramPatchPayloadCourseTabContentsAttributesInner instantiates a new ProgramProgramPatchPayloadCourseTabContentsAttributesInner 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

NewProgramProgramPatchPayloadCourseTabContentsAttributesInnerWithDefaults

func NewProgramProgramPatchPayloadCourseTabContentsAttributesInnerWithDefaults() *ProgramProgramPatchPayloadCourseTabContentsAttributesInner

NewProgramProgramPatchPayloadCourseTabContentsAttributesInnerWithDefaults instantiates a new ProgramProgramPatchPayloadCourseTabContentsAttributesInner 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

GetId

func (o *ProgramProgramPatchPayloadCourseTabContentsAttributesInner) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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

SetId

func (o *ProgramProgramPatchPayloadCourseTabContentsAttributesInner) SetId(v int32)

SetId sets Id field to given value.

GetContent

func (o *ProgramProgramPatchPayloadCourseTabContentsAttributesInner) GetContent() string

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

GetContentOk

func (o *ProgramProgramPatchPayloadCourseTabContentsAttributesInner) 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 *ProgramProgramPatchPayloadCourseTabContentsAttributesInner) SetContent(v string)

SetContent sets Content field to given value.

HasContent

func (o *ProgramProgramPatchPayloadCourseTabContentsAttributesInner) HasContent() bool

HasContent returns a boolean if a field has been set.

SetContentNil

func (o *ProgramProgramPatchPayloadCourseTabContentsAttributesInner) SetContentNil(b bool)

SetContentNil sets the value for Content to be an explicit nil

UnsetContent

func (o *ProgramProgramPatchPayloadCourseTabContentsAttributesInner) UnsetContent()

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

GetCourseTabId

func (o *ProgramProgramPatchPayloadCourseTabContentsAttributesInner) GetCourseTabId() int32

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

GetCourseTabIdOk

func (o *ProgramProgramPatchPayloadCourseTabContentsAttributesInner) 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 *ProgramProgramPatchPayloadCourseTabContentsAttributesInner) SetCourseTabId(v int32)

SetCourseTabId sets CourseTabId field to given value.

HasCourseTabId

func (o *ProgramProgramPatchPayloadCourseTabContentsAttributesInner) HasCourseTabId() bool

HasCourseTabId returns a boolean if a field has been set.

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