Skip to content

Latest commit

 

History

History
135 lines (72 loc) · 3.67 KB

ContentKitContext.md

File metadata and controls

135 lines (72 loc) · 3.67 KB

ContentKitContext

Properties

Name Type Description Notes
Theme string
Type string
OrganizationId string ID of the organization the account installation configuration is in.
SpaceId string ID of the space content the document is in.
Editable bool

Methods

NewContentKitContext

func NewContentKitContext(theme string, type_ string, organizationId string, spaceId string, editable bool, ) *ContentKitContext

NewContentKitContext instantiates a new ContentKitContext 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

NewContentKitContextWithDefaults

func NewContentKitContextWithDefaults() *ContentKitContext

NewContentKitContextWithDefaults instantiates a new ContentKitContext 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

GetTheme

func (o *ContentKitContext) GetTheme() string

GetTheme returns the Theme field if non-nil, zero value otherwise.

GetThemeOk

func (o *ContentKitContext) GetThemeOk() (*string, bool)

GetThemeOk returns a tuple with the Theme field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTheme

func (o *ContentKitContext) SetTheme(v string)

SetTheme sets Theme field to given value.

GetType

func (o *ContentKitContext) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *ContentKitContext) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetType

func (o *ContentKitContext) SetType(v string)

SetType sets Type field to given value.

GetOrganizationId

func (o *ContentKitContext) GetOrganizationId() string

GetOrganizationId returns the OrganizationId field if non-nil, zero value otherwise.

GetOrganizationIdOk

func (o *ContentKitContext) GetOrganizationIdOk() (*string, bool)

GetOrganizationIdOk returns a tuple with the OrganizationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetOrganizationId

func (o *ContentKitContext) SetOrganizationId(v string)

SetOrganizationId sets OrganizationId field to given value.

GetSpaceId

func (o *ContentKitContext) GetSpaceId() string

GetSpaceId returns the SpaceId field if non-nil, zero value otherwise.

GetSpaceIdOk

func (o *ContentKitContext) GetSpaceIdOk() (*string, bool)

GetSpaceIdOk returns a tuple with the SpaceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSpaceId

func (o *ContentKitContext) SetSpaceId(v string)

SetSpaceId sets SpaceId field to given value.

GetEditable

func (o *ContentKitContext) GetEditable() bool

GetEditable returns the Editable field if non-nil, zero value otherwise.

GetEditableOk

func (o *ContentKitContext) GetEditableOk() (*bool, bool)

GetEditableOk returns a tuple with the Editable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEditable

func (o *ContentKitContext) SetEditable(v bool)

SetEditable sets Editable field to given value.

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