Versions in this module Expand all Collapse all v0 v0.1.3 Apr 24, 2023 v0.1.2 Feb 16, 2023 v0.1.1 Feb 15, 2023 v0.1.0 Feb 1, 2023 Changes in this version + var ContextAPIKeys = contextKey("apiKeys") + var ContextAccessToken = contextKey("accesstoken") + var ContextBasicAuth = contextKey("basic") + var ContextHttpSignatureAuth = contextKey("httpsignature") + var ContextOAuth2 = contextKey("token") + var ContextOperationServerIndices = contextKey("serverOperationIndices") + var ContextOperationServerVariables = contextKey("serverOperationVariables") + var ContextServerIndex = contextKey("serverIndex") + var ContextServerVariables = contextKey("serverVariables") + func CacheExpires(r *http.Response) time.Time + func PtrBool(v bool) *bool + func PtrFloat32(v float32) *float32 + func PtrFloat64(v float64) *float64 + func PtrInt(v int) *int + func PtrInt32(v int32) *int32 + func PtrInt64(v int64) *int64 + func PtrString(v string) *string + func PtrTime(v time.Time) *time.Time + type APIClient struct + BlogPostsApi *BlogPostsApiService + func NewAPIClient(cfg *Configuration) *APIClient + func (c *APIClient) GetConfig() *Configuration + type APIKey struct + Key string + Prefix string + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + type Angle struct + Units string + Value float32 + func NewAngle(value float32, units string) *Angle + func NewAngleWithDefaults() *Angle + func (o *Angle) GetUnits() string + func (o *Angle) GetUnitsOk() (*string, bool) + func (o *Angle) GetValue() float32 + func (o *Angle) GetValueOk() (*float32, bool) + func (o *Angle) SetUnits(v string) + func (o *Angle) SetValue(v float32) + func (o Angle) MarshalJSON() ([]byte, error) + type ApiArchiveRequest struct + ApiService *BlogPostsApiService + func (r ApiArchiveRequest) Archived(archived bool) ApiArchiveRequest + func (r ApiArchiveRequest) Execute() (*http.Response, error) + type ApiAttachToLanguageGroupRequest struct + ApiService *BlogPostsApiService + func (r ApiAttachToLanguageGroupRequest) AttachToLangPrimaryRequestVNext(attachToLangPrimaryRequestVNext AttachToLangPrimaryRequestVNext) ApiAttachToLanguageGroupRequest + func (r ApiAttachToLanguageGroupRequest) Execute() (*Error, *http.Response, error) + type ApiBatchArchiveRequest struct + ApiService *BlogPostsApiService + func (r ApiBatchArchiveRequest) BatchInputString(batchInputString BatchInputString) ApiBatchArchiveRequest + func (r ApiBatchArchiveRequest) Execute() (*http.Response, error) + type ApiBatchCreateRequest struct + ApiService *BlogPostsApiService + func (r ApiBatchCreateRequest) BatchInputBlogPost(batchInputBlogPost BatchInputBlogPost) ApiBatchCreateRequest + func (r ApiBatchCreateRequest) Execute() (*BatchResponseBlogPost, *http.Response, error) + type ApiBatchReadRequest struct + ApiService *BlogPostsApiService + func (r ApiBatchReadRequest) Archived(archived bool) ApiBatchReadRequest + func (r ApiBatchReadRequest) BatchInputString(batchInputString BatchInputString) ApiBatchReadRequest + func (r ApiBatchReadRequest) Execute() (*BatchResponseBlogPost, *http.Response, error) + type ApiBatchUpdateRequest struct + ApiService *BlogPostsApiService + func (r ApiBatchUpdateRequest) Archived(archived bool) ApiBatchUpdateRequest + func (r ApiBatchUpdateRequest) BatchInputJsonNode(batchInputJsonNode BatchInputJsonNode) ApiBatchUpdateRequest + func (r ApiBatchUpdateRequest) Execute() (*BatchResponseBlogPost, *http.Response, error) + type ApiCloneRequest struct + ApiService *BlogPostsApiService + func (r ApiCloneRequest) ContentCloneRequestVNext(contentCloneRequestVNext ContentCloneRequestVNext) ApiCloneRequest + func (r ApiCloneRequest) Execute() (*BlogPost, *http.Response, error) + type ApiCreateLanguageVariationRequest struct + ApiService *BlogPostsApiService + func (r ApiCreateLanguageVariationRequest) BlogPostLanguageCloneRequestVNext(blogPostLanguageCloneRequestVNext BlogPostLanguageCloneRequestVNext) ApiCreateLanguageVariationRequest + func (r ApiCreateLanguageVariationRequest) Execute() (*BlogPost, *http.Response, error) + type ApiCreateRequest struct + ApiService *BlogPostsApiService + func (r ApiCreateRequest) BlogPost(blogPost BlogPost) ApiCreateRequest + func (r ApiCreateRequest) Execute() (*BlogPost, *http.Response, error) + type ApiDetachFromLanguageGroupRequest struct + ApiService *BlogPostsApiService + func (r ApiDetachFromLanguageGroupRequest) DetachFromLangGroupRequestVNext(detachFromLangGroupRequestVNext DetachFromLangGroupRequestVNext) ApiDetachFromLanguageGroupRequest + func (r ApiDetachFromLanguageGroupRequest) Execute() (*Error, *http.Response, error) + type ApiGetByIDRequest struct + ApiService *BlogPostsApiService + func (r ApiGetByIDRequest) Archived(archived bool) ApiGetByIDRequest + func (r ApiGetByIDRequest) Execute() (*BlogPost, *http.Response, error) + type ApiGetDraftByIDRequest struct + ApiService *BlogPostsApiService + func (r ApiGetDraftByIDRequest) Execute() (*BlogPost, *http.Response, error) + type ApiGetPageRequest struct + ApiService *BlogPostsApiService + func (r ApiGetPageRequest) After(after string) ApiGetPageRequest + func (r ApiGetPageRequest) Archived(archived bool) ApiGetPageRequest + func (r ApiGetPageRequest) CreatedAfter(createdAfter time.Time) ApiGetPageRequest + func (r ApiGetPageRequest) CreatedAt(createdAt time.Time) ApiGetPageRequest + func (r ApiGetPageRequest) CreatedBefore(createdBefore time.Time) ApiGetPageRequest + func (r ApiGetPageRequest) Execute() (*CollectionResponseWithTotalBlogPostForwardPaging, *http.Response, error) + func (r ApiGetPageRequest) Limit(limit int32) ApiGetPageRequest + func (r ApiGetPageRequest) Sort(sort []string) ApiGetPageRequest + func (r ApiGetPageRequest) UpdatedAfter(updatedAfter time.Time) ApiGetPageRequest + func (r ApiGetPageRequest) UpdatedAt(updatedAt time.Time) ApiGetPageRequest + func (r ApiGetPageRequest) UpdatedBefore(updatedBefore time.Time) ApiGetPageRequest + type ApiGetPreviousVersionRequest struct + ApiService *BlogPostsApiService + func (r ApiGetPreviousVersionRequest) Execute() (*VersionBlogPost, *http.Response, error) + type ApiGetPreviousVersionsRequest struct + ApiService *BlogPostsApiService + func (r ApiGetPreviousVersionsRequest) After(after string) ApiGetPreviousVersionsRequest + func (r ApiGetPreviousVersionsRequest) Before(before string) ApiGetPreviousVersionsRequest + func (r ApiGetPreviousVersionsRequest) Execute() (*CollectionResponseWithTotalVersionBlogPost, *http.Response, error) + func (r ApiGetPreviousVersionsRequest) Limit(limit int32) ApiGetPreviousVersionsRequest + type ApiPushLiveRequest struct + ApiService *BlogPostsApiService + func (r ApiPushLiveRequest) Execute() (*http.Response, error) + type ApiResetDraftRequest struct + ApiService *BlogPostsApiService + func (r ApiResetDraftRequest) Execute() (*http.Response, error) + type ApiRestorePreviousVersionRequest struct + ApiService *BlogPostsApiService + func (r ApiRestorePreviousVersionRequest) Execute() (*BlogPost, *http.Response, error) + type ApiRestorePreviousVersionToDraftRequest struct + ApiService *BlogPostsApiService + func (r ApiRestorePreviousVersionToDraftRequest) Execute() (*BlogPost, *http.Response, error) + type ApiScheduleRequest struct + ApiService *BlogPostsApiService + func (r ApiScheduleRequest) ContentScheduleRequestVNext(contentScheduleRequestVNext ContentScheduleRequestVNext) ApiScheduleRequest + func (r ApiScheduleRequest) Execute() (*http.Response, error) + type ApiSetLanguagePrimaryRequest struct + ApiService *BlogPostsApiService + func (r ApiSetLanguagePrimaryRequest) Execute() (*http.Response, error) + func (r ApiSetLanguagePrimaryRequest) SetNewLanguagePrimaryRequestVNext(setNewLanguagePrimaryRequestVNext SetNewLanguagePrimaryRequestVNext) ApiSetLanguagePrimaryRequest + type ApiUpdateDraftRequest struct + ApiService *BlogPostsApiService + func (r ApiUpdateDraftRequest) BlogPost(blogPost BlogPost) ApiUpdateDraftRequest + func (r ApiUpdateDraftRequest) Execute() (*BlogPost, *http.Response, error) + type ApiUpdateLanguagesRequest struct + ApiService *BlogPostsApiService + func (r ApiUpdateLanguagesRequest) Execute() (*Error, *http.Response, error) + func (r ApiUpdateLanguagesRequest) UpdateLanguagesRequestVNext(updateLanguagesRequestVNext UpdateLanguagesRequestVNext) ApiUpdateLanguagesRequest + type ApiUpdateRequest struct + ApiService *BlogPostsApiService + func (r ApiUpdateRequest) Archived(archived bool) ApiUpdateRequest + func (r ApiUpdateRequest) BlogPost(blogPost BlogPost) ApiUpdateRequest + func (r ApiUpdateRequest) Execute() (*BlogPost, *http.Response, error) + type AttachToLangPrimaryRequestVNext struct + Id string + Language string + PrimaryId string + PrimaryLanguage *string + func NewAttachToLangPrimaryRequestVNext(id string, language string, primaryId string) *AttachToLangPrimaryRequestVNext + func NewAttachToLangPrimaryRequestVNextWithDefaults() *AttachToLangPrimaryRequestVNext + func (o *AttachToLangPrimaryRequestVNext) GetId() string + func (o *AttachToLangPrimaryRequestVNext) GetIdOk() (*string, bool) + func (o *AttachToLangPrimaryRequestVNext) GetLanguage() string + func (o *AttachToLangPrimaryRequestVNext) GetLanguageOk() (*string, bool) + func (o *AttachToLangPrimaryRequestVNext) GetPrimaryId() string + func (o *AttachToLangPrimaryRequestVNext) GetPrimaryIdOk() (*string, bool) + func (o *AttachToLangPrimaryRequestVNext) GetPrimaryLanguage() string + func (o *AttachToLangPrimaryRequestVNext) GetPrimaryLanguageOk() (*string, bool) + func (o *AttachToLangPrimaryRequestVNext) HasPrimaryLanguage() bool + func (o *AttachToLangPrimaryRequestVNext) SetId(v string) + func (o *AttachToLangPrimaryRequestVNext) SetLanguage(v string) + func (o *AttachToLangPrimaryRequestVNext) SetPrimaryId(v string) + func (o *AttachToLangPrimaryRequestVNext) SetPrimaryLanguage(v string) + func (o AttachToLangPrimaryRequestVNext) MarshalJSON() ([]byte, error) + type BackgroundImage struct + BackgroundPosition string + BackgroundSize string + ImageUrl string + func NewBackgroundImage(imageUrl string, backgroundSize string, backgroundPosition string) *BackgroundImage + func NewBackgroundImageWithDefaults() *BackgroundImage + func (o *BackgroundImage) GetBackgroundPosition() string + func (o *BackgroundImage) GetBackgroundPositionOk() (*string, bool) + func (o *BackgroundImage) GetBackgroundSize() string + func (o *BackgroundImage) GetBackgroundSizeOk() (*string, bool) + func (o *BackgroundImage) GetImageUrl() string + func (o *BackgroundImage) GetImageUrlOk() (*string, bool) + func (o *BackgroundImage) SetBackgroundPosition(v string) + func (o *BackgroundImage) SetBackgroundSize(v string) + func (o *BackgroundImage) SetImageUrl(v string) + func (o BackgroundImage) MarshalJSON() ([]byte, error) + type BasicAuth struct + Password string + UserName string + type BatchInputBlogPost struct + Inputs []BlogPost + func NewBatchInputBlogPost(inputs []BlogPost) *BatchInputBlogPost + func NewBatchInputBlogPostWithDefaults() *BatchInputBlogPost + func (o *BatchInputBlogPost) GetInputs() []BlogPost + func (o *BatchInputBlogPost) GetInputsOk() ([]BlogPost, bool) + func (o *BatchInputBlogPost) SetInputs(v []BlogPost) + func (o BatchInputBlogPost) MarshalJSON() ([]byte, error) + type BatchInputJsonNode struct + Inputs []map[string]interface{} + func NewBatchInputJsonNode(inputs []map[string]interface{}) *BatchInputJsonNode + func NewBatchInputJsonNodeWithDefaults() *BatchInputJsonNode + func (o *BatchInputJsonNode) GetInputs() []map[string]interface{} + func (o *BatchInputJsonNode) GetInputsOk() ([]map[string]interface{}, bool) + func (o *BatchInputJsonNode) SetInputs(v []map[string]interface{}) + func (o BatchInputJsonNode) MarshalJSON() ([]byte, error) + type BatchInputString struct + Inputs []string + func NewBatchInputString(inputs []string) *BatchInputString + func NewBatchInputStringWithDefaults() *BatchInputString + func (o *BatchInputString) GetInputs() []string + func (o *BatchInputString) GetInputsOk() ([]string, bool) + func (o *BatchInputString) SetInputs(v []string) + func (o BatchInputString) MarshalJSON() ([]byte, error) + type BatchResponseBlogPost struct + CompletedAt time.Time + Links *map[string]string + RequestedAt *time.Time + Results []BlogPost + StartedAt time.Time + Status string + func NewBatchResponseBlogPost(status string, results []BlogPost, startedAt time.Time, completedAt time.Time) *BatchResponseBlogPost + func NewBatchResponseBlogPostWithDefaults() *BatchResponseBlogPost + func (o *BatchResponseBlogPost) GetCompletedAt() time.Time + func (o *BatchResponseBlogPost) GetCompletedAtOk() (*time.Time, bool) + func (o *BatchResponseBlogPost) GetLinks() map[string]string + func (o *BatchResponseBlogPost) GetLinksOk() (*map[string]string, bool) + func (o *BatchResponseBlogPost) GetRequestedAt() time.Time + func (o *BatchResponseBlogPost) GetRequestedAtOk() (*time.Time, bool) + func (o *BatchResponseBlogPost) GetResults() []BlogPost + func (o *BatchResponseBlogPost) GetResultsOk() ([]BlogPost, bool) + func (o *BatchResponseBlogPost) GetStartedAt() time.Time + func (o *BatchResponseBlogPost) GetStartedAtOk() (*time.Time, bool) + func (o *BatchResponseBlogPost) GetStatus() string + func (o *BatchResponseBlogPost) GetStatusOk() (*string, bool) + func (o *BatchResponseBlogPost) HasLinks() bool + func (o *BatchResponseBlogPost) HasRequestedAt() bool + func (o *BatchResponseBlogPost) SetCompletedAt(v time.Time) + func (o *BatchResponseBlogPost) SetLinks(v map[string]string) + func (o *BatchResponseBlogPost) SetRequestedAt(v time.Time) + func (o *BatchResponseBlogPost) SetResults(v []BlogPost) + func (o *BatchResponseBlogPost) SetStartedAt(v time.Time) + func (o *BatchResponseBlogPost) SetStatus(v string) + func (o BatchResponseBlogPost) MarshalJSON() ([]byte, error) + type BatchResponseBlogPostWithErrors struct + CompletedAt time.Time + Errors []StandardError + Links *map[string]string + NumErrors *int32 + RequestedAt *time.Time + Results []BlogPost + StartedAt time.Time + Status string + func NewBatchResponseBlogPostWithErrors(status string, results []BlogPost, startedAt time.Time, completedAt time.Time) *BatchResponseBlogPostWithErrors + func NewBatchResponseBlogPostWithErrorsWithDefaults() *BatchResponseBlogPostWithErrors + func (o *BatchResponseBlogPostWithErrors) GetCompletedAt() time.Time + func (o *BatchResponseBlogPostWithErrors) GetCompletedAtOk() (*time.Time, bool) + func (o *BatchResponseBlogPostWithErrors) GetErrors() []StandardError + func (o *BatchResponseBlogPostWithErrors) GetErrorsOk() ([]StandardError, bool) + func (o *BatchResponseBlogPostWithErrors) GetLinks() map[string]string + func (o *BatchResponseBlogPostWithErrors) GetLinksOk() (*map[string]string, bool) + func (o *BatchResponseBlogPostWithErrors) GetNumErrors() int32 + func (o *BatchResponseBlogPostWithErrors) GetNumErrorsOk() (*int32, bool) + func (o *BatchResponseBlogPostWithErrors) GetRequestedAt() time.Time + func (o *BatchResponseBlogPostWithErrors) GetRequestedAtOk() (*time.Time, bool) + func (o *BatchResponseBlogPostWithErrors) GetResults() []BlogPost + func (o *BatchResponseBlogPostWithErrors) GetResultsOk() ([]BlogPost, bool) + func (o *BatchResponseBlogPostWithErrors) GetStartedAt() time.Time + func (o *BatchResponseBlogPostWithErrors) GetStartedAtOk() (*time.Time, bool) + func (o *BatchResponseBlogPostWithErrors) GetStatus() string + func (o *BatchResponseBlogPostWithErrors) GetStatusOk() (*string, bool) + func (o *BatchResponseBlogPostWithErrors) HasErrors() bool + func (o *BatchResponseBlogPostWithErrors) HasLinks() bool + func (o *BatchResponseBlogPostWithErrors) HasNumErrors() bool + func (o *BatchResponseBlogPostWithErrors) HasRequestedAt() bool + func (o *BatchResponseBlogPostWithErrors) SetCompletedAt(v time.Time) + func (o *BatchResponseBlogPostWithErrors) SetErrors(v []StandardError) + func (o *BatchResponseBlogPostWithErrors) SetLinks(v map[string]string) + func (o *BatchResponseBlogPostWithErrors) SetNumErrors(v int32) + func (o *BatchResponseBlogPostWithErrors) SetRequestedAt(v time.Time) + func (o *BatchResponseBlogPostWithErrors) SetResults(v []BlogPost) + func (o *BatchResponseBlogPostWithErrors) SetStartedAt(v time.Time) + func (o *BatchResponseBlogPostWithErrors) SetStatus(v string) + func (o BatchResponseBlogPostWithErrors) MarshalJSON() ([]byte, error) + type BlogPost struct + AbStatus string + AbTestId string + Archived bool + ArchivedInDashboard bool + AttachedStylesheets []map[string]map[string]interface{} + AuthorName string + BlogAuthorId string + Campaign string + CategoryId int32 + ContentGroupId string + ContentTypeCategory string + Created time.Time + CreatedById string + CurrentState string + CurrentlyPublished bool + DeletedAt time.Time + Domain string + DynamicPageDataSourceId string + DynamicPageDataSourceType int32 + EnableDomainStylesheets bool + EnableGoogleAmpOutputOverride bool + EnableLayoutStylesheets bool + FeaturedImage string + FeaturedImageAltText string + FolderId string + FooterHtml string + HeadHtml string + HtmlTitle string + Id string + IncludeDefaultCustomCss bool + Language string + LayoutSections map[string]LayoutSection + LinkRelCanonicalUrl string + MabExperimentId string + MetaDescription string + Name string + PageExpiryDate int64 + PageExpiryEnabled bool + PageExpiryRedirectId int64 + PageExpiryRedirectUrl string + Password string + PostBody string + PostSummary string + PublicAccessRules []map[string]interface{} + PublicAccessRulesEnabled bool + PublishDate time.Time + PublishImmediately bool + RssBody string + RssSummary string + Slug string + State string + TagIds []int64 + ThemeSettingsValues map[string]map[string]interface{} + TranslatedFromId string + Translations map[string]ContentLanguageVariation + Updated time.Time + UpdatedById string + Url string + UseFeaturedImage bool + WidgetContainers map[string]map[string]interface{} + Widgets map[string]map[string]interface{} + func NewBlogPost(id string, slug string, contentGroupId string, campaign string, ...) *BlogPost + func NewBlogPostWithDefaults() *BlogPost + func (o *BlogPost) GetAbStatus() string + func (o *BlogPost) GetAbStatusOk() (*string, bool) + func (o *BlogPost) GetAbTestId() string + func (o *BlogPost) GetAbTestIdOk() (*string, bool) + func (o *BlogPost) GetArchived() bool + func (o *BlogPost) GetArchivedInDashboard() bool + func (o *BlogPost) GetArchivedInDashboardOk() (*bool, bool) + func (o *BlogPost) GetArchivedOk() (*bool, bool) + func (o *BlogPost) GetAttachedStylesheets() []map[string]map[string]interface{} + func (o *BlogPost) GetAttachedStylesheetsOk() ([]map[string]map[string]interface{}, bool) + func (o *BlogPost) GetAuthorName() string + func (o *BlogPost) GetAuthorNameOk() (*string, bool) + func (o *BlogPost) GetBlogAuthorId() string + func (o *BlogPost) GetBlogAuthorIdOk() (*string, bool) + func (o *BlogPost) GetCampaign() string + func (o *BlogPost) GetCampaignOk() (*string, bool) + func (o *BlogPost) GetCategoryId() int32 + func (o *BlogPost) GetCategoryIdOk() (*int32, bool) + func (o *BlogPost) GetContentGroupId() string + func (o *BlogPost) GetContentGroupIdOk() (*string, bool) + func (o *BlogPost) GetContentTypeCategory() string + func (o *BlogPost) GetContentTypeCategoryOk() (*string, bool) + func (o *BlogPost) GetCreated() time.Time + func (o *BlogPost) GetCreatedById() string + func (o *BlogPost) GetCreatedByIdOk() (*string, bool) + func (o *BlogPost) GetCreatedOk() (*time.Time, bool) + func (o *BlogPost) GetCurrentState() string + func (o *BlogPost) GetCurrentStateOk() (*string, bool) + func (o *BlogPost) GetCurrentlyPublished() bool + func (o *BlogPost) GetCurrentlyPublishedOk() (*bool, bool) + func (o *BlogPost) GetDeletedAt() time.Time + func (o *BlogPost) GetDeletedAtOk() (*time.Time, bool) + func (o *BlogPost) GetDomain() string + func (o *BlogPost) GetDomainOk() (*string, bool) + func (o *BlogPost) GetDynamicPageDataSourceId() string + func (o *BlogPost) GetDynamicPageDataSourceIdOk() (*string, bool) + func (o *BlogPost) GetDynamicPageDataSourceType() int32 + func (o *BlogPost) GetDynamicPageDataSourceTypeOk() (*int32, bool) + func (o *BlogPost) GetEnableDomainStylesheets() bool + func (o *BlogPost) GetEnableDomainStylesheetsOk() (*bool, bool) + func (o *BlogPost) GetEnableGoogleAmpOutputOverride() bool + func (o *BlogPost) GetEnableGoogleAmpOutputOverrideOk() (*bool, bool) + func (o *BlogPost) GetEnableLayoutStylesheets() bool + func (o *BlogPost) GetEnableLayoutStylesheetsOk() (*bool, bool) + func (o *BlogPost) GetFeaturedImage() string + func (o *BlogPost) GetFeaturedImageAltText() string + func (o *BlogPost) GetFeaturedImageAltTextOk() (*string, bool) + func (o *BlogPost) GetFeaturedImageOk() (*string, bool) + func (o *BlogPost) GetFolderId() string + func (o *BlogPost) GetFolderIdOk() (*string, bool) + func (o *BlogPost) GetFooterHtml() string + func (o *BlogPost) GetFooterHtmlOk() (*string, bool) + func (o *BlogPost) GetHeadHtml() string + func (o *BlogPost) GetHeadHtmlOk() (*string, bool) + func (o *BlogPost) GetHtmlTitle() string + func (o *BlogPost) GetHtmlTitleOk() (*string, bool) + func (o *BlogPost) GetId() string + func (o *BlogPost) GetIdOk() (*string, bool) + func (o *BlogPost) GetIncludeDefaultCustomCss() bool + func (o *BlogPost) GetIncludeDefaultCustomCssOk() (*bool, bool) + func (o *BlogPost) GetLanguage() string + func (o *BlogPost) GetLanguageOk() (*string, bool) + func (o *BlogPost) GetLayoutSections() map[string]LayoutSection + func (o *BlogPost) GetLayoutSectionsOk() (*map[string]LayoutSection, bool) + func (o *BlogPost) GetLinkRelCanonicalUrl() string + func (o *BlogPost) GetLinkRelCanonicalUrlOk() (*string, bool) + func (o *BlogPost) GetMabExperimentId() string + func (o *BlogPost) GetMabExperimentIdOk() (*string, bool) + func (o *BlogPost) GetMetaDescription() string + func (o *BlogPost) GetMetaDescriptionOk() (*string, bool) + func (o *BlogPost) GetName() string + func (o *BlogPost) GetNameOk() (*string, bool) + func (o *BlogPost) GetPageExpiryDate() int64 + func (o *BlogPost) GetPageExpiryDateOk() (*int64, bool) + func (o *BlogPost) GetPageExpiryEnabled() bool + func (o *BlogPost) GetPageExpiryEnabledOk() (*bool, bool) + func (o *BlogPost) GetPageExpiryRedirectId() int64 + func (o *BlogPost) GetPageExpiryRedirectIdOk() (*int64, bool) + func (o *BlogPost) GetPageExpiryRedirectUrl() string + func (o *BlogPost) GetPageExpiryRedirectUrlOk() (*string, bool) + func (o *BlogPost) GetPassword() string + func (o *BlogPost) GetPasswordOk() (*string, bool) + func (o *BlogPost) GetPostBody() string + func (o *BlogPost) GetPostBodyOk() (*string, bool) + func (o *BlogPost) GetPostSummary() string + func (o *BlogPost) GetPostSummaryOk() (*string, bool) + func (o *BlogPost) GetPublicAccessRules() []map[string]interface{} + func (o *BlogPost) GetPublicAccessRulesEnabled() bool + func (o *BlogPost) GetPublicAccessRulesEnabledOk() (*bool, bool) + func (o *BlogPost) GetPublicAccessRulesOk() ([]map[string]interface{}, bool) + func (o *BlogPost) GetPublishDate() time.Time + func (o *BlogPost) GetPublishDateOk() (*time.Time, bool) + func (o *BlogPost) GetPublishImmediately() bool + func (o *BlogPost) GetPublishImmediatelyOk() (*bool, bool) + func (o *BlogPost) GetRssBody() string + func (o *BlogPost) GetRssBodyOk() (*string, bool) + func (o *BlogPost) GetRssSummary() string + func (o *BlogPost) GetRssSummaryOk() (*string, bool) + func (o *BlogPost) GetSlug() string + func (o *BlogPost) GetSlugOk() (*string, bool) + func (o *BlogPost) GetState() string + func (o *BlogPost) GetStateOk() (*string, bool) + func (o *BlogPost) GetTagIds() []int64 + func (o *BlogPost) GetTagIdsOk() ([]int64, bool) + func (o *BlogPost) GetThemeSettingsValues() map[string]map[string]interface{} + func (o *BlogPost) GetThemeSettingsValuesOk() (map[string]map[string]interface{}, bool) + func (o *BlogPost) GetTranslatedFromId() string + func (o *BlogPost) GetTranslatedFromIdOk() (*string, bool) + func (o *BlogPost) GetTranslations() map[string]ContentLanguageVariation + func (o *BlogPost) GetTranslationsOk() (*map[string]ContentLanguageVariation, bool) + func (o *BlogPost) GetUpdated() time.Time + func (o *BlogPost) GetUpdatedById() string + func (o *BlogPost) GetUpdatedByIdOk() (*string, bool) + func (o *BlogPost) GetUpdatedOk() (*time.Time, bool) + func (o *BlogPost) GetUrl() string + func (o *BlogPost) GetUrlOk() (*string, bool) + func (o *BlogPost) GetUseFeaturedImage() bool + func (o *BlogPost) GetUseFeaturedImageOk() (*bool, bool) + func (o *BlogPost) GetWidgetContainers() map[string]map[string]interface{} + func (o *BlogPost) GetWidgetContainersOk() (map[string]map[string]interface{}, bool) + func (o *BlogPost) GetWidgets() map[string]map[string]interface{} + func (o *BlogPost) GetWidgetsOk() (map[string]map[string]interface{}, bool) + func (o *BlogPost) SetAbStatus(v string) + func (o *BlogPost) SetAbTestId(v string) + func (o *BlogPost) SetArchived(v bool) + func (o *BlogPost) SetArchivedInDashboard(v bool) + func (o *BlogPost) SetAttachedStylesheets(v []map[string]map[string]interface{}) + func (o *BlogPost) SetAuthorName(v string) + func (o *BlogPost) SetBlogAuthorId(v string) + func (o *BlogPost) SetCampaign(v string) + func (o *BlogPost) SetCategoryId(v int32) + func (o *BlogPost) SetContentGroupId(v string) + func (o *BlogPost) SetContentTypeCategory(v string) + func (o *BlogPost) SetCreated(v time.Time) + func (o *BlogPost) SetCreatedById(v string) + func (o *BlogPost) SetCurrentState(v string) + func (o *BlogPost) SetCurrentlyPublished(v bool) + func (o *BlogPost) SetDeletedAt(v time.Time) + func (o *BlogPost) SetDomain(v string) + func (o *BlogPost) SetDynamicPageDataSourceId(v string) + func (o *BlogPost) SetDynamicPageDataSourceType(v int32) + func (o *BlogPost) SetEnableDomainStylesheets(v bool) + func (o *BlogPost) SetEnableGoogleAmpOutputOverride(v bool) + func (o *BlogPost) SetEnableLayoutStylesheets(v bool) + func (o *BlogPost) SetFeaturedImage(v string) + func (o *BlogPost) SetFeaturedImageAltText(v string) + func (o *BlogPost) SetFolderId(v string) + func (o *BlogPost) SetFooterHtml(v string) + func (o *BlogPost) SetHeadHtml(v string) + func (o *BlogPost) SetHtmlTitle(v string) + func (o *BlogPost) SetId(v string) + func (o *BlogPost) SetIncludeDefaultCustomCss(v bool) + func (o *BlogPost) SetLanguage(v string) + func (o *BlogPost) SetLayoutSections(v map[string]LayoutSection) + func (o *BlogPost) SetLinkRelCanonicalUrl(v string) + func (o *BlogPost) SetMabExperimentId(v string) + func (o *BlogPost) SetMetaDescription(v string) + func (o *BlogPost) SetName(v string) + func (o *BlogPost) SetPageExpiryDate(v int64) + func (o *BlogPost) SetPageExpiryEnabled(v bool) + func (o *BlogPost) SetPageExpiryRedirectId(v int64) + func (o *BlogPost) SetPageExpiryRedirectUrl(v string) + func (o *BlogPost) SetPassword(v string) + func (o *BlogPost) SetPostBody(v string) + func (o *BlogPost) SetPostSummary(v string) + func (o *BlogPost) SetPublicAccessRules(v []map[string]interface{}) + func (o *BlogPost) SetPublicAccessRulesEnabled(v bool) + func (o *BlogPost) SetPublishDate(v time.Time) + func (o *BlogPost) SetPublishImmediately(v bool) + func (o *BlogPost) SetRssBody(v string) + func (o *BlogPost) SetRssSummary(v string) + func (o *BlogPost) SetSlug(v string) + func (o *BlogPost) SetState(v string) + func (o *BlogPost) SetTagIds(v []int64) + func (o *BlogPost) SetThemeSettingsValues(v map[string]map[string]interface{}) + func (o *BlogPost) SetTranslatedFromId(v string) + func (o *BlogPost) SetTranslations(v map[string]ContentLanguageVariation) + func (o *BlogPost) SetUpdated(v time.Time) + func (o *BlogPost) SetUpdatedById(v string) + func (o *BlogPost) SetUrl(v string) + func (o *BlogPost) SetUseFeaturedImage(v bool) + func (o *BlogPost) SetWidgetContainers(v map[string]map[string]interface{}) + func (o *BlogPost) SetWidgets(v map[string]map[string]interface{}) + func (o BlogPost) MarshalJSON() ([]byte, error) + type BlogPostLanguageCloneRequestVNext struct + Id string + Language *string + func NewBlogPostLanguageCloneRequestVNext(id string) *BlogPostLanguageCloneRequestVNext + func NewBlogPostLanguageCloneRequestVNextWithDefaults() *BlogPostLanguageCloneRequestVNext + func (o *BlogPostLanguageCloneRequestVNext) GetId() string + func (o *BlogPostLanguageCloneRequestVNext) GetIdOk() (*string, bool) + func (o *BlogPostLanguageCloneRequestVNext) GetLanguage() string + func (o *BlogPostLanguageCloneRequestVNext) GetLanguageOk() (*string, bool) + func (o *BlogPostLanguageCloneRequestVNext) HasLanguage() bool + func (o *BlogPostLanguageCloneRequestVNext) SetId(v string) + func (o *BlogPostLanguageCloneRequestVNext) SetLanguage(v string) + func (o BlogPostLanguageCloneRequestVNext) MarshalJSON() ([]byte, error) + type BlogPostsApiService service + func (a *BlogPostsApiService) Archive(ctx context.Context, objectId string) ApiArchiveRequest + func (a *BlogPostsApiService) ArchiveExecute(r ApiArchiveRequest) (*http.Response, error) + func (a *BlogPostsApiService) AttachToLanguageGroup(ctx context.Context) ApiAttachToLanguageGroupRequest + func (a *BlogPostsApiService) AttachToLanguageGroupExecute(r ApiAttachToLanguageGroupRequest) (*Error, *http.Response, error) + func (a *BlogPostsApiService) BatchArchive(ctx context.Context) ApiBatchArchiveRequest + func (a *BlogPostsApiService) BatchArchiveExecute(r ApiBatchArchiveRequest) (*http.Response, error) + func (a *BlogPostsApiService) BatchCreate(ctx context.Context) ApiBatchCreateRequest + func (a *BlogPostsApiService) BatchCreateExecute(r ApiBatchCreateRequest) (*BatchResponseBlogPost, *http.Response, error) + func (a *BlogPostsApiService) BatchRead(ctx context.Context) ApiBatchReadRequest + func (a *BlogPostsApiService) BatchReadExecute(r ApiBatchReadRequest) (*BatchResponseBlogPost, *http.Response, error) + func (a *BlogPostsApiService) BatchUpdate(ctx context.Context) ApiBatchUpdateRequest + func (a *BlogPostsApiService) BatchUpdateExecute(r ApiBatchUpdateRequest) (*BatchResponseBlogPost, *http.Response, error) + func (a *BlogPostsApiService) Clone(ctx context.Context) ApiCloneRequest + func (a *BlogPostsApiService) CloneExecute(r ApiCloneRequest) (*BlogPost, *http.Response, error) + func (a *BlogPostsApiService) Create(ctx context.Context) ApiCreateRequest + func (a *BlogPostsApiService) CreateExecute(r ApiCreateRequest) (*BlogPost, *http.Response, error) + func (a *BlogPostsApiService) CreateLanguageVariation(ctx context.Context) ApiCreateLanguageVariationRequest + func (a *BlogPostsApiService) CreateLanguageVariationExecute(r ApiCreateLanguageVariationRequest) (*BlogPost, *http.Response, error) + func (a *BlogPostsApiService) DetachFromLanguageGroup(ctx context.Context) ApiDetachFromLanguageGroupRequest + func (a *BlogPostsApiService) DetachFromLanguageGroupExecute(r ApiDetachFromLanguageGroupRequest) (*Error, *http.Response, error) + func (a *BlogPostsApiService) GetByID(ctx context.Context, objectId string) ApiGetByIDRequest + func (a *BlogPostsApiService) GetByIDExecute(r ApiGetByIDRequest) (*BlogPost, *http.Response, error) + func (a *BlogPostsApiService) GetDraftByID(ctx context.Context, objectId string) ApiGetDraftByIDRequest + func (a *BlogPostsApiService) GetDraftByIDExecute(r ApiGetDraftByIDRequest) (*BlogPost, *http.Response, error) + func (a *BlogPostsApiService) GetPage(ctx context.Context) ApiGetPageRequest + func (a *BlogPostsApiService) GetPageExecute(r ApiGetPageRequest) (*CollectionResponseWithTotalBlogPostForwardPaging, *http.Response, error) + func (a *BlogPostsApiService) GetPreviousVersion(ctx context.Context, objectId string, revisionId string) ApiGetPreviousVersionRequest + func (a *BlogPostsApiService) GetPreviousVersionExecute(r ApiGetPreviousVersionRequest) (*VersionBlogPost, *http.Response, error) + func (a *BlogPostsApiService) GetPreviousVersions(ctx context.Context, objectId string) ApiGetPreviousVersionsRequest + func (a *BlogPostsApiService) GetPreviousVersionsExecute(r ApiGetPreviousVersionsRequest) (*CollectionResponseWithTotalVersionBlogPost, *http.Response, error) + func (a *BlogPostsApiService) PushLive(ctx context.Context, objectId string) ApiPushLiveRequest + func (a *BlogPostsApiService) PushLiveExecute(r ApiPushLiveRequest) (*http.Response, error) + func (a *BlogPostsApiService) ResetDraft(ctx context.Context, objectId string) ApiResetDraftRequest + func (a *BlogPostsApiService) ResetDraftExecute(r ApiResetDraftRequest) (*http.Response, error) + func (a *BlogPostsApiService) RestorePreviousVersion(ctx context.Context, objectId string, revisionId string) ApiRestorePreviousVersionRequest + func (a *BlogPostsApiService) RestorePreviousVersionExecute(r ApiRestorePreviousVersionRequest) (*BlogPost, *http.Response, error) + func (a *BlogPostsApiService) RestorePreviousVersionToDraft(ctx context.Context, objectId string, revisionId int64) ApiRestorePreviousVersionToDraftRequest + func (a *BlogPostsApiService) RestorePreviousVersionToDraftExecute(r ApiRestorePreviousVersionToDraftRequest) (*BlogPost, *http.Response, error) + func (a *BlogPostsApiService) Schedule(ctx context.Context) ApiScheduleRequest + func (a *BlogPostsApiService) ScheduleExecute(r ApiScheduleRequest) (*http.Response, error) + func (a *BlogPostsApiService) SetLanguagePrimary(ctx context.Context) ApiSetLanguagePrimaryRequest + func (a *BlogPostsApiService) SetLanguagePrimaryExecute(r ApiSetLanguagePrimaryRequest) (*http.Response, error) + func (a *BlogPostsApiService) Update(ctx context.Context, objectId string) ApiUpdateRequest + func (a *BlogPostsApiService) UpdateDraft(ctx context.Context, objectId string) ApiUpdateDraftRequest + func (a *BlogPostsApiService) UpdateDraftExecute(r ApiUpdateDraftRequest) (*BlogPost, *http.Response, error) + func (a *BlogPostsApiService) UpdateExecute(r ApiUpdateRequest) (*BlogPost, *http.Response, error) + func (a *BlogPostsApiService) UpdateLanguages(ctx context.Context) ApiUpdateLanguagesRequest + func (a *BlogPostsApiService) UpdateLanguagesExecute(r ApiUpdateLanguagesRequest) (*Error, *http.Response, error) + type CollectionResponseWithTotalBlogPostForwardPaging struct + Paging *ForwardPaging + Results []BlogPost + Total int32 + func NewCollectionResponseWithTotalBlogPostForwardPaging(total int32, results []BlogPost) *CollectionResponseWithTotalBlogPostForwardPaging + func NewCollectionResponseWithTotalBlogPostForwardPagingWithDefaults() *CollectionResponseWithTotalBlogPostForwardPaging + func (o *CollectionResponseWithTotalBlogPostForwardPaging) GetPaging() ForwardPaging + func (o *CollectionResponseWithTotalBlogPostForwardPaging) GetPagingOk() (*ForwardPaging, bool) + func (o *CollectionResponseWithTotalBlogPostForwardPaging) GetResults() []BlogPost + func (o *CollectionResponseWithTotalBlogPostForwardPaging) GetResultsOk() ([]BlogPost, bool) + func (o *CollectionResponseWithTotalBlogPostForwardPaging) GetTotal() int32 + func (o *CollectionResponseWithTotalBlogPostForwardPaging) GetTotalOk() (*int32, bool) + func (o *CollectionResponseWithTotalBlogPostForwardPaging) HasPaging() bool + func (o *CollectionResponseWithTotalBlogPostForwardPaging) SetPaging(v ForwardPaging) + func (o *CollectionResponseWithTotalBlogPostForwardPaging) SetResults(v []BlogPost) + func (o *CollectionResponseWithTotalBlogPostForwardPaging) SetTotal(v int32) + func (o CollectionResponseWithTotalBlogPostForwardPaging) MarshalJSON() ([]byte, error) + type CollectionResponseWithTotalVersionBlogPost struct + Paging *Paging + Results []VersionBlogPost + Total int32 + func NewCollectionResponseWithTotalVersionBlogPost(total int32, results []VersionBlogPost) *CollectionResponseWithTotalVersionBlogPost + func NewCollectionResponseWithTotalVersionBlogPostWithDefaults() *CollectionResponseWithTotalVersionBlogPost + func (o *CollectionResponseWithTotalVersionBlogPost) GetPaging() Paging + func (o *CollectionResponseWithTotalVersionBlogPost) GetPagingOk() (*Paging, bool) + func (o *CollectionResponseWithTotalVersionBlogPost) GetResults() []VersionBlogPost + func (o *CollectionResponseWithTotalVersionBlogPost) GetResultsOk() ([]VersionBlogPost, bool) + func (o *CollectionResponseWithTotalVersionBlogPost) GetTotal() int32 + func (o *CollectionResponseWithTotalVersionBlogPost) GetTotalOk() (*int32, bool) + func (o *CollectionResponseWithTotalVersionBlogPost) HasPaging() bool + func (o *CollectionResponseWithTotalVersionBlogPost) SetPaging(v Paging) + func (o *CollectionResponseWithTotalVersionBlogPost) SetResults(v []VersionBlogPost) + func (o *CollectionResponseWithTotalVersionBlogPost) SetTotal(v int32) + func (o CollectionResponseWithTotalVersionBlogPost) MarshalJSON() ([]byte, error) + type ColorStop struct + Color RGBAColor + func NewColorStop(color RGBAColor) *ColorStop + func NewColorStopWithDefaults() *ColorStop + func (o *ColorStop) GetColor() RGBAColor + func (o *ColorStop) GetColorOk() (*RGBAColor, bool) + func (o *ColorStop) SetColor(v RGBAColor) + func (o ColorStop) MarshalJSON() ([]byte, error) + type Configuration struct + Debug bool + DefaultHeader map[string]string + HTTPClient *http.Client + Host string + OperationServers map[string]ServerConfigurations + Scheme string + Servers ServerConfigurations + UserAgent string + func NewConfiguration() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error) + func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error) + type ContentCloneRequestVNext struct + CloneName *string + Id string + func NewContentCloneRequestVNext(id string) *ContentCloneRequestVNext + func NewContentCloneRequestVNextWithDefaults() *ContentCloneRequestVNext + func (o *ContentCloneRequestVNext) GetCloneName() string + func (o *ContentCloneRequestVNext) GetCloneNameOk() (*string, bool) + func (o *ContentCloneRequestVNext) GetId() string + func (o *ContentCloneRequestVNext) GetIdOk() (*string, bool) + func (o *ContentCloneRequestVNext) HasCloneName() bool + func (o *ContentCloneRequestVNext) SetCloneName(v string) + func (o *ContentCloneRequestVNext) SetId(v string) + func (o ContentCloneRequestVNext) MarshalJSON() ([]byte, error) + type ContentLanguageVariation struct + ArchivedInDashboard bool + AuthorName string + Campaign string + Created time.Time + Id int64 + Name string + Password string + PublicAccessRules []map[string]interface{} + PublicAccessRulesEnabled bool + PublishDate time.Time + Slug string + State string + TagIds []int64 + Updated time.Time + func NewContentLanguageVariation(id int64, name string, slug string, state string, authorName string, ...) *ContentLanguageVariation + func NewContentLanguageVariationWithDefaults() *ContentLanguageVariation + func (o *ContentLanguageVariation) GetArchivedInDashboard() bool + func (o *ContentLanguageVariation) GetArchivedInDashboardOk() (*bool, bool) + func (o *ContentLanguageVariation) GetAuthorName() string + func (o *ContentLanguageVariation) GetAuthorNameOk() (*string, bool) + func (o *ContentLanguageVariation) GetCampaign() string + func (o *ContentLanguageVariation) GetCampaignOk() (*string, bool) + func (o *ContentLanguageVariation) GetCreated() time.Time + func (o *ContentLanguageVariation) GetCreatedOk() (*time.Time, bool) + func (o *ContentLanguageVariation) GetId() int64 + func (o *ContentLanguageVariation) GetIdOk() (*int64, bool) + func (o *ContentLanguageVariation) GetName() string + func (o *ContentLanguageVariation) GetNameOk() (*string, bool) + func (o *ContentLanguageVariation) GetPassword() string + func (o *ContentLanguageVariation) GetPasswordOk() (*string, bool) + func (o *ContentLanguageVariation) GetPublicAccessRules() []map[string]interface{} + func (o *ContentLanguageVariation) GetPublicAccessRulesEnabled() bool + func (o *ContentLanguageVariation) GetPublicAccessRulesEnabledOk() (*bool, bool) + func (o *ContentLanguageVariation) GetPublicAccessRulesOk() ([]map[string]interface{}, bool) + func (o *ContentLanguageVariation) GetPublishDate() time.Time + func (o *ContentLanguageVariation) GetPublishDateOk() (*time.Time, bool) + func (o *ContentLanguageVariation) GetSlug() string + func (o *ContentLanguageVariation) GetSlugOk() (*string, bool) + func (o *ContentLanguageVariation) GetState() string + func (o *ContentLanguageVariation) GetStateOk() (*string, bool) + func (o *ContentLanguageVariation) GetTagIds() []int64 + func (o *ContentLanguageVariation) GetTagIdsOk() ([]int64, bool) + func (o *ContentLanguageVariation) GetUpdated() time.Time + func (o *ContentLanguageVariation) GetUpdatedOk() (*time.Time, bool) + func (o *ContentLanguageVariation) HasTagIds() bool + func (o *ContentLanguageVariation) SetArchivedInDashboard(v bool) + func (o *ContentLanguageVariation) SetAuthorName(v string) + func (o *ContentLanguageVariation) SetCampaign(v string) + func (o *ContentLanguageVariation) SetCreated(v time.Time) + func (o *ContentLanguageVariation) SetId(v int64) + func (o *ContentLanguageVariation) SetName(v string) + func (o *ContentLanguageVariation) SetPassword(v string) + func (o *ContentLanguageVariation) SetPublicAccessRules(v []map[string]interface{}) + func (o *ContentLanguageVariation) SetPublicAccessRulesEnabled(v bool) + func (o *ContentLanguageVariation) SetPublishDate(v time.Time) + func (o *ContentLanguageVariation) SetSlug(v string) + func (o *ContentLanguageVariation) SetState(v string) + func (o *ContentLanguageVariation) SetTagIds(v []int64) + func (o *ContentLanguageVariation) SetUpdated(v time.Time) + func (o ContentLanguageVariation) MarshalJSON() ([]byte, error) + type ContentScheduleRequestVNext struct + Id string + PublishDate time.Time + func NewContentScheduleRequestVNext(id string, publishDate time.Time) *ContentScheduleRequestVNext + func NewContentScheduleRequestVNextWithDefaults() *ContentScheduleRequestVNext + func (o *ContentScheduleRequestVNext) GetId() string + func (o *ContentScheduleRequestVNext) GetIdOk() (*string, bool) + func (o *ContentScheduleRequestVNext) GetPublishDate() time.Time + func (o *ContentScheduleRequestVNext) GetPublishDateOk() (*time.Time, bool) + func (o *ContentScheduleRequestVNext) SetId(v string) + func (o *ContentScheduleRequestVNext) SetPublishDate(v time.Time) + func (o ContentScheduleRequestVNext) MarshalJSON() ([]byte, error) + type DetachFromLangGroupRequestVNext struct + Id string + func NewDetachFromLangGroupRequestVNext(id string) *DetachFromLangGroupRequestVNext + func NewDetachFromLangGroupRequestVNextWithDefaults() *DetachFromLangGroupRequestVNext + func (o *DetachFromLangGroupRequestVNext) GetId() string + func (o *DetachFromLangGroupRequestVNext) GetIdOk() (*string, bool) + func (o *DetachFromLangGroupRequestVNext) SetId(v string) + func (o DetachFromLangGroupRequestVNext) MarshalJSON() ([]byte, error) + type Error struct + Category string + Context *map[string][]string + CorrelationId string + Errors []ErrorDetail + Links *map[string]string + Message string + SubCategory *string + func NewError(message string, correlationId string, category string) *Error + func NewErrorWithDefaults() *Error + func (o *Error) GetCategory() string + func (o *Error) GetCategoryOk() (*string, bool) + func (o *Error) GetContext() map[string][]string + func (o *Error) GetContextOk() (*map[string][]string, bool) + func (o *Error) GetCorrelationId() string + func (o *Error) GetCorrelationIdOk() (*string, bool) + func (o *Error) GetErrors() []ErrorDetail + func (o *Error) GetErrorsOk() ([]ErrorDetail, bool) + func (o *Error) GetLinks() map[string]string + func (o *Error) GetLinksOk() (*map[string]string, bool) + func (o *Error) GetMessage() string + func (o *Error) GetMessageOk() (*string, bool) + func (o *Error) GetSubCategory() string + func (o *Error) GetSubCategoryOk() (*string, bool) + func (o *Error) HasContext() bool + func (o *Error) HasErrors() bool + func (o *Error) HasLinks() bool + func (o *Error) HasSubCategory() bool + func (o *Error) SetCategory(v string) + func (o *Error) SetContext(v map[string][]string) + func (o *Error) SetCorrelationId(v string) + func (o *Error) SetErrors(v []ErrorDetail) + func (o *Error) SetLinks(v map[string]string) + func (o *Error) SetMessage(v string) + func (o *Error) SetSubCategory(v string) + func (o Error) MarshalJSON() ([]byte, error) + type ErrorDetail struct + Code *string + Context *map[string][]string + In *string + Message string + SubCategory *string + func NewErrorDetail(message string) *ErrorDetail + func NewErrorDetailWithDefaults() *ErrorDetail + func (o *ErrorDetail) GetCode() string + func (o *ErrorDetail) GetCodeOk() (*string, bool) + func (o *ErrorDetail) GetContext() map[string][]string + func (o *ErrorDetail) GetContextOk() (*map[string][]string, bool) + func (o *ErrorDetail) GetIn() string + func (o *ErrorDetail) GetInOk() (*string, bool) + func (o *ErrorDetail) GetMessage() string + func (o *ErrorDetail) GetMessageOk() (*string, bool) + func (o *ErrorDetail) GetSubCategory() string + func (o *ErrorDetail) GetSubCategoryOk() (*string, bool) + func (o *ErrorDetail) HasCode() bool + func (o *ErrorDetail) HasContext() bool + func (o *ErrorDetail) HasIn() bool + func (o *ErrorDetail) HasSubCategory() bool + func (o *ErrorDetail) SetCode(v string) + func (o *ErrorDetail) SetContext(v map[string][]string) + func (o *ErrorDetail) SetIn(v string) + func (o *ErrorDetail) SetMessage(v string) + func (o *ErrorDetail) SetSubCategory(v string) + func (o ErrorDetail) MarshalJSON() ([]byte, error) + type ForwardPaging struct + Next *NextPage + func NewForwardPaging() *ForwardPaging + func NewForwardPagingWithDefaults() *ForwardPaging + func (o *ForwardPaging) GetNext() NextPage + func (o *ForwardPaging) GetNextOk() (*NextPage, bool) + func (o *ForwardPaging) HasNext() bool + func (o *ForwardPaging) SetNext(v NextPage) + func (o ForwardPaging) MarshalJSON() ([]byte, error) + type GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type Gradient struct + Angle Angle + Colors []ColorStop + SideOrCorner SideOrCorner + func NewGradient(sideOrCorner SideOrCorner, angle Angle, colors []ColorStop) *Gradient + func NewGradientWithDefaults() *Gradient + func (o *Gradient) GetAngle() Angle + func (o *Gradient) GetAngleOk() (*Angle, bool) + func (o *Gradient) GetColors() []ColorStop + func (o *Gradient) GetColorsOk() ([]ColorStop, bool) + func (o *Gradient) GetSideOrCorner() SideOrCorner + func (o *Gradient) GetSideOrCornerOk() (*SideOrCorner, bool) + func (o *Gradient) SetAngle(v Angle) + func (o *Gradient) SetColors(v []ColorStop) + func (o *Gradient) SetSideOrCorner(v SideOrCorner) + func (o Gradient) MarshalJSON() ([]byte, error) + type LayoutSection struct + Cells []LayoutSection + CssClass string + CssId string + CssStyle string + Label string + Name string + Params map[string]map[string]interface{} + RowMetaData []RowMetaData + Rows []map[string]LayoutSection + Styles Styles + Type string + W int32 + X int32 + func NewLayoutSection(x int32, w int32, name string, label string, type_ string, ...) *LayoutSection + func NewLayoutSectionWithDefaults() *LayoutSection + func (o *LayoutSection) GetCells() []LayoutSection + func (o *LayoutSection) GetCellsOk() ([]LayoutSection, bool) + func (o *LayoutSection) GetCssClass() string + func (o *LayoutSection) GetCssClassOk() (*string, bool) + func (o *LayoutSection) GetCssId() string + func (o *LayoutSection) GetCssIdOk() (*string, bool) + func (o *LayoutSection) GetCssStyle() string + func (o *LayoutSection) GetCssStyleOk() (*string, bool) + func (o *LayoutSection) GetLabel() string + func (o *LayoutSection) GetLabelOk() (*string, bool) + func (o *LayoutSection) GetName() string + func (o *LayoutSection) GetNameOk() (*string, bool) + func (o *LayoutSection) GetParams() map[string]map[string]interface{} + func (o *LayoutSection) GetParamsOk() (map[string]map[string]interface{}, bool) + func (o *LayoutSection) GetRowMetaData() []RowMetaData + func (o *LayoutSection) GetRowMetaDataOk() ([]RowMetaData, bool) + func (o *LayoutSection) GetRows() []map[string]LayoutSection + func (o *LayoutSection) GetRowsOk() ([]map[string]LayoutSection, bool) + func (o *LayoutSection) GetStyles() Styles + func (o *LayoutSection) GetStylesOk() (*Styles, bool) + func (o *LayoutSection) GetType() string + func (o *LayoutSection) GetTypeOk() (*string, bool) + func (o *LayoutSection) GetW() int32 + func (o *LayoutSection) GetWOk() (*int32, bool) + func (o *LayoutSection) GetX() int32 + func (o *LayoutSection) GetXOk() (*int32, bool) + func (o *LayoutSection) SetCells(v []LayoutSection) + func (o *LayoutSection) SetCssClass(v string) + func (o *LayoutSection) SetCssId(v string) + func (o *LayoutSection) SetCssStyle(v string) + func (o *LayoutSection) SetLabel(v string) + func (o *LayoutSection) SetName(v string) + func (o *LayoutSection) SetParams(v map[string]map[string]interface{}) + func (o *LayoutSection) SetRowMetaData(v []RowMetaData) + func (o *LayoutSection) SetRows(v []map[string]LayoutSection) + func (o *LayoutSection) SetStyles(v Styles) + func (o *LayoutSection) SetType(v string) + func (o *LayoutSection) SetW(v int32) + func (o *LayoutSection) SetX(v int32) + func (o LayoutSection) MarshalJSON() ([]byte, error) + type NextPage struct + After string + Link *string + func NewNextPage(after string) *NextPage + func NewNextPageWithDefaults() *NextPage + func (o *NextPage) GetAfter() string + func (o *NextPage) GetAfterOk() (*string, bool) + func (o *NextPage) GetLink() string + func (o *NextPage) GetLinkOk() (*string, bool) + func (o *NextPage) HasLink() bool + func (o *NextPage) SetAfter(v string) + func (o *NextPage) SetLink(v string) + func (o NextPage) MarshalJSON() ([]byte, error) + type NullableAngle struct + func NewNullableAngle(val *Angle) *NullableAngle + func (v *NullableAngle) Set(val *Angle) + func (v *NullableAngle) UnmarshalJSON(src []byte) error + func (v *NullableAngle) Unset() + func (v NullableAngle) Get() *Angle + func (v NullableAngle) IsSet() bool + func (v NullableAngle) MarshalJSON() ([]byte, error) + type NullableAttachToLangPrimaryRequestVNext struct + func NewNullableAttachToLangPrimaryRequestVNext(val *AttachToLangPrimaryRequestVNext) *NullableAttachToLangPrimaryRequestVNext + func (v *NullableAttachToLangPrimaryRequestVNext) Set(val *AttachToLangPrimaryRequestVNext) + func (v *NullableAttachToLangPrimaryRequestVNext) UnmarshalJSON(src []byte) error + func (v *NullableAttachToLangPrimaryRequestVNext) Unset() + func (v NullableAttachToLangPrimaryRequestVNext) Get() *AttachToLangPrimaryRequestVNext + func (v NullableAttachToLangPrimaryRequestVNext) IsSet() bool + func (v NullableAttachToLangPrimaryRequestVNext) MarshalJSON() ([]byte, error) + type NullableBackgroundImage struct + func NewNullableBackgroundImage(val *BackgroundImage) *NullableBackgroundImage + func (v *NullableBackgroundImage) Set(val *BackgroundImage) + func (v *NullableBackgroundImage) UnmarshalJSON(src []byte) error + func (v *NullableBackgroundImage) Unset() + func (v NullableBackgroundImage) Get() *BackgroundImage + func (v NullableBackgroundImage) IsSet() bool + func (v NullableBackgroundImage) MarshalJSON() ([]byte, error) + type NullableBatchInputBlogPost struct + func NewNullableBatchInputBlogPost(val *BatchInputBlogPost) *NullableBatchInputBlogPost + func (v *NullableBatchInputBlogPost) Set(val *BatchInputBlogPost) + func (v *NullableBatchInputBlogPost) UnmarshalJSON(src []byte) error + func (v *NullableBatchInputBlogPost) Unset() + func (v NullableBatchInputBlogPost) Get() *BatchInputBlogPost + func (v NullableBatchInputBlogPost) IsSet() bool + func (v NullableBatchInputBlogPost) MarshalJSON() ([]byte, error) + type NullableBatchInputJsonNode struct + func NewNullableBatchInputJsonNode(val *BatchInputJsonNode) *NullableBatchInputJsonNode + func (v *NullableBatchInputJsonNode) Set(val *BatchInputJsonNode) + func (v *NullableBatchInputJsonNode) UnmarshalJSON(src []byte) error + func (v *NullableBatchInputJsonNode) Unset() + func (v NullableBatchInputJsonNode) Get() *BatchInputJsonNode + func (v NullableBatchInputJsonNode) IsSet() bool + func (v NullableBatchInputJsonNode) MarshalJSON() ([]byte, error) + type NullableBatchInputString struct + func NewNullableBatchInputString(val *BatchInputString) *NullableBatchInputString + func (v *NullableBatchInputString) Set(val *BatchInputString) + func (v *NullableBatchInputString) UnmarshalJSON(src []byte) error + func (v *NullableBatchInputString) Unset() + func (v NullableBatchInputString) Get() *BatchInputString + func (v NullableBatchInputString) IsSet() bool + func (v NullableBatchInputString) MarshalJSON() ([]byte, error) + type NullableBatchResponseBlogPost struct + func NewNullableBatchResponseBlogPost(val *BatchResponseBlogPost) *NullableBatchResponseBlogPost + func (v *NullableBatchResponseBlogPost) Set(val *BatchResponseBlogPost) + func (v *NullableBatchResponseBlogPost) UnmarshalJSON(src []byte) error + func (v *NullableBatchResponseBlogPost) Unset() + func (v NullableBatchResponseBlogPost) Get() *BatchResponseBlogPost + func (v NullableBatchResponseBlogPost) IsSet() bool + func (v NullableBatchResponseBlogPost) MarshalJSON() ([]byte, error) + type NullableBatchResponseBlogPostWithErrors struct + func NewNullableBatchResponseBlogPostWithErrors(val *BatchResponseBlogPostWithErrors) *NullableBatchResponseBlogPostWithErrors + func (v *NullableBatchResponseBlogPostWithErrors) Set(val *BatchResponseBlogPostWithErrors) + func (v *NullableBatchResponseBlogPostWithErrors) UnmarshalJSON(src []byte) error + func (v *NullableBatchResponseBlogPostWithErrors) Unset() + func (v NullableBatchResponseBlogPostWithErrors) Get() *BatchResponseBlogPostWithErrors + func (v NullableBatchResponseBlogPostWithErrors) IsSet() bool + func (v NullableBatchResponseBlogPostWithErrors) MarshalJSON() ([]byte, error) + type NullableBlogPost struct + func NewNullableBlogPost(val *BlogPost) *NullableBlogPost + func (v *NullableBlogPost) Set(val *BlogPost) + func (v *NullableBlogPost) UnmarshalJSON(src []byte) error + func (v *NullableBlogPost) Unset() + func (v NullableBlogPost) Get() *BlogPost + func (v NullableBlogPost) IsSet() bool + func (v NullableBlogPost) MarshalJSON() ([]byte, error) + type NullableBlogPostLanguageCloneRequestVNext struct + func NewNullableBlogPostLanguageCloneRequestVNext(val *BlogPostLanguageCloneRequestVNext) *NullableBlogPostLanguageCloneRequestVNext + func (v *NullableBlogPostLanguageCloneRequestVNext) Set(val *BlogPostLanguageCloneRequestVNext) + func (v *NullableBlogPostLanguageCloneRequestVNext) UnmarshalJSON(src []byte) error + func (v *NullableBlogPostLanguageCloneRequestVNext) Unset() + func (v NullableBlogPostLanguageCloneRequestVNext) Get() *BlogPostLanguageCloneRequestVNext + func (v NullableBlogPostLanguageCloneRequestVNext) IsSet() bool + func (v NullableBlogPostLanguageCloneRequestVNext) MarshalJSON() ([]byte, error) + type NullableBool struct + func NewNullableBool(val *bool) *NullableBool + func (v *NullableBool) Set(val *bool) + func (v *NullableBool) UnmarshalJSON(src []byte) error + func (v *NullableBool) Unset() + func (v NullableBool) Get() *bool + func (v NullableBool) IsSet() bool + func (v NullableBool) MarshalJSON() ([]byte, error) + type NullableCollectionResponseWithTotalBlogPostForwardPaging struct + func NewNullableCollectionResponseWithTotalBlogPostForwardPaging(val *CollectionResponseWithTotalBlogPostForwardPaging) *NullableCollectionResponseWithTotalBlogPostForwardPaging + func (v *NullableCollectionResponseWithTotalBlogPostForwardPaging) Set(val *CollectionResponseWithTotalBlogPostForwardPaging) + func (v *NullableCollectionResponseWithTotalBlogPostForwardPaging) UnmarshalJSON(src []byte) error + func (v *NullableCollectionResponseWithTotalBlogPostForwardPaging) Unset() + func (v NullableCollectionResponseWithTotalBlogPostForwardPaging) Get() *CollectionResponseWithTotalBlogPostForwardPaging + func (v NullableCollectionResponseWithTotalBlogPostForwardPaging) IsSet() bool + func (v NullableCollectionResponseWithTotalBlogPostForwardPaging) MarshalJSON() ([]byte, error) + type NullableCollectionResponseWithTotalVersionBlogPost struct + func NewNullableCollectionResponseWithTotalVersionBlogPost(val *CollectionResponseWithTotalVersionBlogPost) *NullableCollectionResponseWithTotalVersionBlogPost + func (v *NullableCollectionResponseWithTotalVersionBlogPost) Set(val *CollectionResponseWithTotalVersionBlogPost) + func (v *NullableCollectionResponseWithTotalVersionBlogPost) UnmarshalJSON(src []byte) error + func (v *NullableCollectionResponseWithTotalVersionBlogPost) Unset() + func (v NullableCollectionResponseWithTotalVersionBlogPost) Get() *CollectionResponseWithTotalVersionBlogPost + func (v NullableCollectionResponseWithTotalVersionBlogPost) IsSet() bool + func (v NullableCollectionResponseWithTotalVersionBlogPost) MarshalJSON() ([]byte, error) + type NullableColorStop struct + func NewNullableColorStop(val *ColorStop) *NullableColorStop + func (v *NullableColorStop) Set(val *ColorStop) + func (v *NullableColorStop) UnmarshalJSON(src []byte) error + func (v *NullableColorStop) Unset() + func (v NullableColorStop) Get() *ColorStop + func (v NullableColorStop) IsSet() bool + func (v NullableColorStop) MarshalJSON() ([]byte, error) + type NullableContentCloneRequestVNext struct + func NewNullableContentCloneRequestVNext(val *ContentCloneRequestVNext) *NullableContentCloneRequestVNext + func (v *NullableContentCloneRequestVNext) Set(val *ContentCloneRequestVNext) + func (v *NullableContentCloneRequestVNext) UnmarshalJSON(src []byte) error + func (v *NullableContentCloneRequestVNext) Unset() + func (v NullableContentCloneRequestVNext) Get() *ContentCloneRequestVNext + func (v NullableContentCloneRequestVNext) IsSet() bool + func (v NullableContentCloneRequestVNext) MarshalJSON() ([]byte, error) + type NullableContentLanguageVariation struct + func NewNullableContentLanguageVariation(val *ContentLanguageVariation) *NullableContentLanguageVariation + func (v *NullableContentLanguageVariation) Set(val *ContentLanguageVariation) + func (v *NullableContentLanguageVariation) UnmarshalJSON(src []byte) error + func (v *NullableContentLanguageVariation) Unset() + func (v NullableContentLanguageVariation) Get() *ContentLanguageVariation + func (v NullableContentLanguageVariation) IsSet() bool + func (v NullableContentLanguageVariation) MarshalJSON() ([]byte, error) + type NullableContentScheduleRequestVNext struct + func NewNullableContentScheduleRequestVNext(val *ContentScheduleRequestVNext) *NullableContentScheduleRequestVNext + func (v *NullableContentScheduleRequestVNext) Set(val *ContentScheduleRequestVNext) + func (v *NullableContentScheduleRequestVNext) UnmarshalJSON(src []byte) error + func (v *NullableContentScheduleRequestVNext) Unset() + func (v NullableContentScheduleRequestVNext) Get() *ContentScheduleRequestVNext + func (v NullableContentScheduleRequestVNext) IsSet() bool + func (v NullableContentScheduleRequestVNext) MarshalJSON() ([]byte, error) + type NullableDetachFromLangGroupRequestVNext struct + func NewNullableDetachFromLangGroupRequestVNext(val *DetachFromLangGroupRequestVNext) *NullableDetachFromLangGroupRequestVNext + func (v *NullableDetachFromLangGroupRequestVNext) Set(val *DetachFromLangGroupRequestVNext) + func (v *NullableDetachFromLangGroupRequestVNext) UnmarshalJSON(src []byte) error + func (v *NullableDetachFromLangGroupRequestVNext) Unset() + func (v NullableDetachFromLangGroupRequestVNext) Get() *DetachFromLangGroupRequestVNext + func (v NullableDetachFromLangGroupRequestVNext) IsSet() bool + func (v NullableDetachFromLangGroupRequestVNext) MarshalJSON() ([]byte, error) + type NullableError struct + func NewNullableError(val *Error) *NullableError + func (v *NullableError) Set(val *Error) + func (v *NullableError) UnmarshalJSON(src []byte) error + func (v *NullableError) Unset() + func (v NullableError) Get() *Error + func (v NullableError) IsSet() bool + func (v NullableError) MarshalJSON() ([]byte, error) + type NullableErrorDetail struct + func NewNullableErrorDetail(val *ErrorDetail) *NullableErrorDetail + func (v *NullableErrorDetail) Set(val *ErrorDetail) + func (v *NullableErrorDetail) UnmarshalJSON(src []byte) error + func (v *NullableErrorDetail) Unset() + func (v NullableErrorDetail) Get() *ErrorDetail + func (v NullableErrorDetail) IsSet() bool + func (v NullableErrorDetail) MarshalJSON() ([]byte, error) + type NullableFloat32 struct + func NewNullableFloat32(val *float32) *NullableFloat32 + func (v *NullableFloat32) Set(val *float32) + func (v *NullableFloat32) UnmarshalJSON(src []byte) error + func (v *NullableFloat32) Unset() + func (v NullableFloat32) Get() *float32 + func (v NullableFloat32) IsSet() bool + func (v NullableFloat32) MarshalJSON() ([]byte, error) + type NullableFloat64 struct + func NewNullableFloat64(val *float64) *NullableFloat64 + func (v *NullableFloat64) Set(val *float64) + func (v *NullableFloat64) UnmarshalJSON(src []byte) error + func (v *NullableFloat64) Unset() + func (v NullableFloat64) Get() *float64 + func (v NullableFloat64) IsSet() bool + func (v NullableFloat64) MarshalJSON() ([]byte, error) + type NullableForwardPaging struct + func NewNullableForwardPaging(val *ForwardPaging) *NullableForwardPaging + func (v *NullableForwardPaging) Set(val *ForwardPaging) + func (v *NullableForwardPaging) UnmarshalJSON(src []byte) error + func (v *NullableForwardPaging) Unset() + func (v NullableForwardPaging) Get() *ForwardPaging + func (v NullableForwardPaging) IsSet() bool + func (v NullableForwardPaging) MarshalJSON() ([]byte, error) + type NullableGradient struct + func NewNullableGradient(val *Gradient) *NullableGradient + func (v *NullableGradient) Set(val *Gradient) + func (v *NullableGradient) UnmarshalJSON(src []byte) error + func (v *NullableGradient) Unset() + func (v NullableGradient) Get() *Gradient + func (v NullableGradient) IsSet() bool + func (v NullableGradient) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableLayoutSection struct + func NewNullableLayoutSection(val *LayoutSection) *NullableLayoutSection + func (v *NullableLayoutSection) Set(val *LayoutSection) + func (v *NullableLayoutSection) UnmarshalJSON(src []byte) error + func (v *NullableLayoutSection) Unset() + func (v NullableLayoutSection) Get() *LayoutSection + func (v NullableLayoutSection) IsSet() bool + func (v NullableLayoutSection) MarshalJSON() ([]byte, error) + type NullableNextPage struct + func NewNullableNextPage(val *NextPage) *NullableNextPage + func (v *NullableNextPage) Set(val *NextPage) + func (v *NullableNextPage) UnmarshalJSON(src []byte) error + func (v *NullableNextPage) Unset() + func (v NullableNextPage) Get() *NextPage + func (v NullableNextPage) IsSet() bool + func (v NullableNextPage) MarshalJSON() ([]byte, error) + type NullablePaging struct + func NewNullablePaging(val *Paging) *NullablePaging + func (v *NullablePaging) Set(val *Paging) + func (v *NullablePaging) UnmarshalJSON(src []byte) error + func (v *NullablePaging) Unset() + func (v NullablePaging) Get() *Paging + func (v NullablePaging) IsSet() bool + func (v NullablePaging) MarshalJSON() ([]byte, error) + type NullablePreviousPage struct + func NewNullablePreviousPage(val *PreviousPage) *NullablePreviousPage + func (v *NullablePreviousPage) Set(val *PreviousPage) + func (v *NullablePreviousPage) UnmarshalJSON(src []byte) error + func (v *NullablePreviousPage) Unset() + func (v NullablePreviousPage) Get() *PreviousPage + func (v NullablePreviousPage) IsSet() bool + func (v NullablePreviousPage) MarshalJSON() ([]byte, error) + type NullableRGBAColor struct + func NewNullableRGBAColor(val *RGBAColor) *NullableRGBAColor + func (v *NullableRGBAColor) Set(val *RGBAColor) + func (v *NullableRGBAColor) UnmarshalJSON(src []byte) error + func (v *NullableRGBAColor) Unset() + func (v NullableRGBAColor) Get() *RGBAColor + func (v NullableRGBAColor) IsSet() bool + func (v NullableRGBAColor) MarshalJSON() ([]byte, error) + type NullableRowMetaData struct + func NewNullableRowMetaData(val *RowMetaData) *NullableRowMetaData + func (v *NullableRowMetaData) Set(val *RowMetaData) + func (v *NullableRowMetaData) UnmarshalJSON(src []byte) error + func (v *NullableRowMetaData) Unset() + func (v NullableRowMetaData) Get() *RowMetaData + func (v NullableRowMetaData) IsSet() bool + func (v NullableRowMetaData) MarshalJSON() ([]byte, error) + type NullableSetNewLanguagePrimaryRequestVNext struct + func NewNullableSetNewLanguagePrimaryRequestVNext(val *SetNewLanguagePrimaryRequestVNext) *NullableSetNewLanguagePrimaryRequestVNext + func (v *NullableSetNewLanguagePrimaryRequestVNext) Set(val *SetNewLanguagePrimaryRequestVNext) + func (v *NullableSetNewLanguagePrimaryRequestVNext) UnmarshalJSON(src []byte) error + func (v *NullableSetNewLanguagePrimaryRequestVNext) Unset() + func (v NullableSetNewLanguagePrimaryRequestVNext) Get() *SetNewLanguagePrimaryRequestVNext + func (v NullableSetNewLanguagePrimaryRequestVNext) IsSet() bool + func (v NullableSetNewLanguagePrimaryRequestVNext) MarshalJSON() ([]byte, error) + type NullableSideOrCorner struct + func NewNullableSideOrCorner(val *SideOrCorner) *NullableSideOrCorner + func (v *NullableSideOrCorner) Set(val *SideOrCorner) + func (v *NullableSideOrCorner) UnmarshalJSON(src []byte) error + func (v *NullableSideOrCorner) Unset() + func (v NullableSideOrCorner) Get() *SideOrCorner + func (v NullableSideOrCorner) IsSet() bool + func (v NullableSideOrCorner) MarshalJSON() ([]byte, error) + type NullableStandardError struct + func NewNullableStandardError(val *StandardError) *NullableStandardError + func (v *NullableStandardError) Set(val *StandardError) + func (v *NullableStandardError) UnmarshalJSON(src []byte) error + func (v *NullableStandardError) Unset() + func (v NullableStandardError) Get() *StandardError + func (v NullableStandardError) IsSet() bool + func (v NullableStandardError) MarshalJSON() ([]byte, error) + type NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type NullableStyles struct + func NewNullableStyles(val *Styles) *NullableStyles + func (v *NullableStyles) Set(val *Styles) + func (v *NullableStyles) UnmarshalJSON(src []byte) error + func (v *NullableStyles) Unset() + func (v NullableStyles) Get() *Styles + func (v NullableStyles) IsSet() bool + func (v NullableStyles) MarshalJSON() ([]byte, error) + type NullableTime struct + func NewNullableTime(val *time.Time) *NullableTime + func (v *NullableTime) Set(val *time.Time) + func (v *NullableTime) UnmarshalJSON(src []byte) error + func (v *NullableTime) Unset() + func (v NullableTime) Get() *time.Time + func (v NullableTime) IsSet() bool + func (v NullableTime) MarshalJSON() ([]byte, error) + type NullableUpdateLanguagesRequestVNext struct + func NewNullableUpdateLanguagesRequestVNext(val *UpdateLanguagesRequestVNext) *NullableUpdateLanguagesRequestVNext + func (v *NullableUpdateLanguagesRequestVNext) Set(val *UpdateLanguagesRequestVNext) + func (v *NullableUpdateLanguagesRequestVNext) UnmarshalJSON(src []byte) error + func (v *NullableUpdateLanguagesRequestVNext) Unset() + func (v NullableUpdateLanguagesRequestVNext) Get() *UpdateLanguagesRequestVNext + func (v NullableUpdateLanguagesRequestVNext) IsSet() bool + func (v NullableUpdateLanguagesRequestVNext) MarshalJSON() ([]byte, error) + type NullableVersionBlogPost struct + func NewNullableVersionBlogPost(val *VersionBlogPost) *NullableVersionBlogPost + func (v *NullableVersionBlogPost) Set(val *VersionBlogPost) + func (v *NullableVersionBlogPost) UnmarshalJSON(src []byte) error + func (v *NullableVersionBlogPost) Unset() + func (v NullableVersionBlogPost) Get() *VersionBlogPost + func (v NullableVersionBlogPost) IsSet() bool + func (v NullableVersionBlogPost) MarshalJSON() ([]byte, error) + type NullableVersionUser struct + func NewNullableVersionUser(val *VersionUser) *NullableVersionUser + func (v *NullableVersionUser) Set(val *VersionUser) + func (v *NullableVersionUser) UnmarshalJSON(src []byte) error + func (v *NullableVersionUser) Unset() + func (v NullableVersionUser) Get() *VersionUser + func (v NullableVersionUser) IsSet() bool + func (v NullableVersionUser) MarshalJSON() ([]byte, error) + type Paging struct + Next *NextPage + Prev *PreviousPage + func NewPaging() *Paging + func NewPagingWithDefaults() *Paging + func (o *Paging) GetNext() NextPage + func (o *Paging) GetNextOk() (*NextPage, bool) + func (o *Paging) GetPrev() PreviousPage + func (o *Paging) GetPrevOk() (*PreviousPage, bool) + func (o *Paging) HasNext() bool + func (o *Paging) HasPrev() bool + func (o *Paging) SetNext(v NextPage) + func (o *Paging) SetPrev(v PreviousPage) + func (o Paging) MarshalJSON() ([]byte, error) + type PreviousPage struct + Before string + Link *string + func NewPreviousPage(before string) *PreviousPage + func NewPreviousPageWithDefaults() *PreviousPage + func (o *PreviousPage) GetBefore() string + func (o *PreviousPage) GetBeforeOk() (*string, bool) + func (o *PreviousPage) GetLink() string + func (o *PreviousPage) GetLinkOk() (*string, bool) + func (o *PreviousPage) HasLink() bool + func (o *PreviousPage) SetBefore(v string) + func (o *PreviousPage) SetLink(v string) + func (o PreviousPage) MarshalJSON() ([]byte, error) + type RGBAColor struct + A float32 + B int32 + G int32 + R int32 + func NewRGBAColor(r int32, g int32, b int32, a float32) *RGBAColor + func NewRGBAColorWithDefaults() *RGBAColor + func (o *RGBAColor) GetA() float32 + func (o *RGBAColor) GetAOk() (*float32, bool) + func (o *RGBAColor) GetB() int32 + func (o *RGBAColor) GetBOk() (*int32, bool) + func (o *RGBAColor) GetG() int32 + func (o *RGBAColor) GetGOk() (*int32, bool) + func (o *RGBAColor) GetR() int32 + func (o *RGBAColor) GetROk() (*int32, bool) + func (o *RGBAColor) SetA(v float32) + func (o *RGBAColor) SetB(v int32) + func (o *RGBAColor) SetG(v int32) + func (o *RGBAColor) SetR(v int32) + func (o RGBAColor) MarshalJSON() ([]byte, error) + type RowMetaData struct + CssClass string + Styles Styles + func NewRowMetaData(styles Styles, cssClass string) *RowMetaData + func NewRowMetaDataWithDefaults() *RowMetaData + func (o *RowMetaData) GetCssClass() string + func (o *RowMetaData) GetCssClassOk() (*string, bool) + func (o *RowMetaData) GetStyles() Styles + func (o *RowMetaData) GetStylesOk() (*Styles, bool) + func (o *RowMetaData) SetCssClass(v string) + func (o *RowMetaData) SetStyles(v Styles) + func (o RowMetaData) MarshalJSON() ([]byte, error) + type ServerConfiguration struct + Description string + URL string + Variables map[string]ServerVariable + type ServerConfigurations []ServerConfiguration + func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error) + type ServerVariable struct + DefaultValue string + Description string + EnumValues []string + type SetNewLanguagePrimaryRequestVNext struct + Id string + func NewSetNewLanguagePrimaryRequestVNext(id string) *SetNewLanguagePrimaryRequestVNext + func NewSetNewLanguagePrimaryRequestVNextWithDefaults() *SetNewLanguagePrimaryRequestVNext + func (o *SetNewLanguagePrimaryRequestVNext) GetId() string + func (o *SetNewLanguagePrimaryRequestVNext) GetIdOk() (*string, bool) + func (o *SetNewLanguagePrimaryRequestVNext) SetId(v string) + func (o SetNewLanguagePrimaryRequestVNext) MarshalJSON() ([]byte, error) + type SideOrCorner struct + HorizontalSide string + VerticalSide string + func NewSideOrCorner(verticalSide string, horizontalSide string) *SideOrCorner + func NewSideOrCornerWithDefaults() *SideOrCorner + func (o *SideOrCorner) GetHorizontalSide() string + func (o *SideOrCorner) GetHorizontalSideOk() (*string, bool) + func (o *SideOrCorner) GetVerticalSide() string + func (o *SideOrCorner) GetVerticalSideOk() (*string, bool) + func (o *SideOrCorner) SetHorizontalSide(v string) + func (o *SideOrCorner) SetVerticalSide(v string) + func (o SideOrCorner) MarshalJSON() ([]byte, error) + type StandardError struct + Category map[string]interface{} + Context map[string][]string + Errors []ErrorDetail + Id *string + Links map[string]string + Message string + Status string + SubCategory map[string]interface{} + func NewStandardError(status string, category map[string]interface{}, message string, ...) *StandardError + func NewStandardErrorWithDefaults() *StandardError + func (o *StandardError) GetCategory() map[string]interface{} + func (o *StandardError) GetCategoryOk() (map[string]interface{}, bool) + func (o *StandardError) GetContext() map[string][]string + func (o *StandardError) GetContextOk() (*map[string][]string, bool) + func (o *StandardError) GetErrors() []ErrorDetail + func (o *StandardError) GetErrorsOk() ([]ErrorDetail, bool) + func (o *StandardError) GetId() string + func (o *StandardError) GetIdOk() (*string, bool) + func (o *StandardError) GetLinks() map[string]string + func (o *StandardError) GetLinksOk() (*map[string]string, bool) + func (o *StandardError) GetMessage() string + func (o *StandardError) GetMessageOk() (*string, bool) + func (o *StandardError) GetStatus() string + func (o *StandardError) GetStatusOk() (*string, bool) + func (o *StandardError) GetSubCategory() map[string]interface{} + func (o *StandardError) GetSubCategoryOk() (map[string]interface{}, bool) + func (o *StandardError) HasId() bool + func (o *StandardError) HasSubCategory() bool + func (o *StandardError) SetCategory(v map[string]interface{}) + func (o *StandardError) SetContext(v map[string][]string) + func (o *StandardError) SetErrors(v []ErrorDetail) + func (o *StandardError) SetId(v string) + func (o *StandardError) SetLinks(v map[string]string) + func (o *StandardError) SetMessage(v string) + func (o *StandardError) SetStatus(v string) + func (o *StandardError) SetSubCategory(v map[string]interface{}) + func (o StandardError) MarshalJSON() ([]byte, error) + type Styles struct + BackgroundColor RGBAColor + BackgroundGradient Gradient + BackgroundImage BackgroundImage + FlexboxPositioning string + ForceFullWidthSection bool + MaxWidthSectionCentering int32 + VerticalAlignment string + func NewStyles(verticalAlignment string, backgroundColor RGBAColor, ...) *Styles + func NewStylesWithDefaults() *Styles + func (o *Styles) GetBackgroundColor() RGBAColor + func (o *Styles) GetBackgroundColorOk() (*RGBAColor, bool) + func (o *Styles) GetBackgroundGradient() Gradient + func (o *Styles) GetBackgroundGradientOk() (*Gradient, bool) + func (o *Styles) GetBackgroundImage() BackgroundImage + func (o *Styles) GetBackgroundImageOk() (*BackgroundImage, bool) + func (o *Styles) GetFlexboxPositioning() string + func (o *Styles) GetFlexboxPositioningOk() (*string, bool) + func (o *Styles) GetForceFullWidthSection() bool + func (o *Styles) GetForceFullWidthSectionOk() (*bool, bool) + func (o *Styles) GetMaxWidthSectionCentering() int32 + func (o *Styles) GetMaxWidthSectionCenteringOk() (*int32, bool) + func (o *Styles) GetVerticalAlignment() string + func (o *Styles) GetVerticalAlignmentOk() (*string, bool) + func (o *Styles) SetBackgroundColor(v RGBAColor) + func (o *Styles) SetBackgroundGradient(v Gradient) + func (o *Styles) SetBackgroundImage(v BackgroundImage) + func (o *Styles) SetFlexboxPositioning(v string) + func (o *Styles) SetForceFullWidthSection(v bool) + func (o *Styles) SetMaxWidthSectionCentering(v int32) + func (o *Styles) SetVerticalAlignment(v string) + func (o Styles) MarshalJSON() ([]byte, error) + type UpdateLanguagesRequestVNext struct + Languages map[string]string + PrimaryId string + func NewUpdateLanguagesRequestVNext(primaryId string, languages map[string]string) *UpdateLanguagesRequestVNext + func NewUpdateLanguagesRequestVNextWithDefaults() *UpdateLanguagesRequestVNext + func (o *UpdateLanguagesRequestVNext) GetLanguages() map[string]string + func (o *UpdateLanguagesRequestVNext) GetLanguagesOk() (*map[string]string, bool) + func (o *UpdateLanguagesRequestVNext) GetPrimaryId() string + func (o *UpdateLanguagesRequestVNext) GetPrimaryIdOk() (*string, bool) + func (o *UpdateLanguagesRequestVNext) SetLanguages(v map[string]string) + func (o *UpdateLanguagesRequestVNext) SetPrimaryId(v string) + func (o UpdateLanguagesRequestVNext) MarshalJSON() ([]byte, error) + type VersionBlogPost struct + Id string + Object BlogPost + UpdatedAt time.Time + User VersionUser + func NewVersionBlogPost(object BlogPost, user VersionUser, id string, updatedAt time.Time) *VersionBlogPost + func NewVersionBlogPostWithDefaults() *VersionBlogPost + func (o *VersionBlogPost) GetId() string + func (o *VersionBlogPost) GetIdOk() (*string, bool) + func (o *VersionBlogPost) GetObject() BlogPost + func (o *VersionBlogPost) GetObjectOk() (*BlogPost, bool) + func (o *VersionBlogPost) GetUpdatedAt() time.Time + func (o *VersionBlogPost) GetUpdatedAtOk() (*time.Time, bool) + func (o *VersionBlogPost) GetUser() VersionUser + func (o *VersionBlogPost) GetUserOk() (*VersionUser, bool) + func (o *VersionBlogPost) SetId(v string) + func (o *VersionBlogPost) SetObject(v BlogPost) + func (o *VersionBlogPost) SetUpdatedAt(v time.Time) + func (o *VersionBlogPost) SetUser(v VersionUser) + func (o VersionBlogPost) MarshalJSON() ([]byte, error) + type VersionUser struct + Email string + FullName string + Id string + func NewVersionUser(id string, email string, fullName string) *VersionUser + func NewVersionUserWithDefaults() *VersionUser + func (o *VersionUser) GetEmail() string + func (o *VersionUser) GetEmailOk() (*string, bool) + func (o *VersionUser) GetFullName() string + func (o *VersionUser) GetFullNameOk() (*string, bool) + func (o *VersionUser) GetId() string + func (o *VersionUser) GetIdOk() (*string, bool) + func (o *VersionUser) SetEmail(v string) + func (o *VersionUser) SetFullName(v string) + func (o *VersionUser) SetId(v string) + func (o VersionUser) MarshalJSON() ([]byte, error)