Documentation ¶
Index ¶
- Variables
- 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
- type APIKey
- type APIResponse
- type ApiArchiveRequest
- type ApiAttachToLanguageGroupRequest
- type ApiBatchArchiveRequest
- type ApiBatchCreateRequest
- type ApiBatchReadRequest
- type ApiBatchUpdateRequest
- type ApiCreateLanguageVariationRequest
- type ApiCreateRequest
- type ApiDetachFromLanguageGroupRequest
- type ApiGetByIDRequest
- type ApiGetPageRequest
- 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() (*CollectionResponseWithTotalBlogAuthorForwardPaging, *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 ApiSetLanguagePrimaryRequest
- type ApiUpdateLanguagesRequest
- type ApiUpdateRequest
- type 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) MarshalJSON() ([]byte, error)
- func (o *AttachToLangPrimaryRequestVNext) SetId(v string)
- func (o *AttachToLangPrimaryRequestVNext) SetLanguage(v string)
- func (o *AttachToLangPrimaryRequestVNext) SetPrimaryId(v string)
- func (o *AttachToLangPrimaryRequestVNext) SetPrimaryLanguage(v string)
- type BasicAuth
- type BatchInputBlogAuthor
- type BatchInputJsonNode
- type BatchInputString
- type BatchResponseBlogAuthor
- func (o *BatchResponseBlogAuthor) GetCompletedAt() time.Time
- func (o *BatchResponseBlogAuthor) GetCompletedAtOk() (*time.Time, bool)
- func (o *BatchResponseBlogAuthor) GetLinks() map[string]string
- func (o *BatchResponseBlogAuthor) GetLinksOk() (*map[string]string, bool)
- func (o *BatchResponseBlogAuthor) GetRequestedAt() time.Time
- func (o *BatchResponseBlogAuthor) GetRequestedAtOk() (*time.Time, bool)
- func (o *BatchResponseBlogAuthor) GetResults() []BlogAuthor
- func (o *BatchResponseBlogAuthor) GetResultsOk() ([]BlogAuthor, bool)
- func (o *BatchResponseBlogAuthor) GetStartedAt() time.Time
- func (o *BatchResponseBlogAuthor) GetStartedAtOk() (*time.Time, bool)
- func (o *BatchResponseBlogAuthor) GetStatus() string
- func (o *BatchResponseBlogAuthor) GetStatusOk() (*string, bool)
- func (o *BatchResponseBlogAuthor) HasLinks() bool
- func (o *BatchResponseBlogAuthor) HasRequestedAt() bool
- func (o BatchResponseBlogAuthor) MarshalJSON() ([]byte, error)
- func (o *BatchResponseBlogAuthor) SetCompletedAt(v time.Time)
- func (o *BatchResponseBlogAuthor) SetLinks(v map[string]string)
- func (o *BatchResponseBlogAuthor) SetRequestedAt(v time.Time)
- func (o *BatchResponseBlogAuthor) SetResults(v []BlogAuthor)
- func (o *BatchResponseBlogAuthor) SetStartedAt(v time.Time)
- func (o *BatchResponseBlogAuthor) SetStatus(v string)
- type BatchResponseBlogAuthorWithErrors
- func (o *BatchResponseBlogAuthorWithErrors) GetCompletedAt() time.Time
- func (o *BatchResponseBlogAuthorWithErrors) GetCompletedAtOk() (*time.Time, bool)
- func (o *BatchResponseBlogAuthorWithErrors) GetErrors() []StandardError
- func (o *BatchResponseBlogAuthorWithErrors) GetErrorsOk() ([]StandardError, bool)
- func (o *BatchResponseBlogAuthorWithErrors) GetLinks() map[string]string
- func (o *BatchResponseBlogAuthorWithErrors) GetLinksOk() (*map[string]string, bool)
- func (o *BatchResponseBlogAuthorWithErrors) GetNumErrors() int32
- func (o *BatchResponseBlogAuthorWithErrors) GetNumErrorsOk() (*int32, bool)
- func (o *BatchResponseBlogAuthorWithErrors) GetRequestedAt() time.Time
- func (o *BatchResponseBlogAuthorWithErrors) GetRequestedAtOk() (*time.Time, bool)
- func (o *BatchResponseBlogAuthorWithErrors) GetResults() []BlogAuthor
- func (o *BatchResponseBlogAuthorWithErrors) GetResultsOk() ([]BlogAuthor, bool)
- func (o *BatchResponseBlogAuthorWithErrors) GetStartedAt() time.Time
- func (o *BatchResponseBlogAuthorWithErrors) GetStartedAtOk() (*time.Time, bool)
- func (o *BatchResponseBlogAuthorWithErrors) GetStatus() string
- func (o *BatchResponseBlogAuthorWithErrors) GetStatusOk() (*string, bool)
- func (o *BatchResponseBlogAuthorWithErrors) HasErrors() bool
- func (o *BatchResponseBlogAuthorWithErrors) HasLinks() bool
- func (o *BatchResponseBlogAuthorWithErrors) HasNumErrors() bool
- func (o *BatchResponseBlogAuthorWithErrors) HasRequestedAt() bool
- func (o BatchResponseBlogAuthorWithErrors) MarshalJSON() ([]byte, error)
- func (o *BatchResponseBlogAuthorWithErrors) SetCompletedAt(v time.Time)
- func (o *BatchResponseBlogAuthorWithErrors) SetErrors(v []StandardError)
- func (o *BatchResponseBlogAuthorWithErrors) SetLinks(v map[string]string)
- func (o *BatchResponseBlogAuthorWithErrors) SetNumErrors(v int32)
- func (o *BatchResponseBlogAuthorWithErrors) SetRequestedAt(v time.Time)
- func (o *BatchResponseBlogAuthorWithErrors) SetResults(v []BlogAuthor)
- func (o *BatchResponseBlogAuthorWithErrors) SetStartedAt(v time.Time)
- func (o *BatchResponseBlogAuthorWithErrors) SetStatus(v string)
- type BlogAuthor
- func (o *BlogAuthor) GetAvatar() string
- func (o *BlogAuthor) GetAvatarOk() (*string, bool)
- func (o *BlogAuthor) GetBio() string
- func (o *BlogAuthor) GetBioOk() (*string, bool)
- func (o *BlogAuthor) GetCreated() time.Time
- func (o *BlogAuthor) GetCreatedOk() (*time.Time, bool)
- func (o *BlogAuthor) GetDeletedAt() time.Time
- func (o *BlogAuthor) GetDeletedAtOk() (*time.Time, bool)
- func (o *BlogAuthor) GetDisplayName() string
- func (o *BlogAuthor) GetDisplayNameOk() (*string, bool)
- func (o *BlogAuthor) GetEmail() string
- func (o *BlogAuthor) GetEmailOk() (*string, bool)
- func (o *BlogAuthor) GetFacebook() string
- func (o *BlogAuthor) GetFacebookOk() (*string, bool)
- func (o *BlogAuthor) GetFullName() string
- func (o *BlogAuthor) GetFullNameOk() (*string, bool)
- func (o *BlogAuthor) GetId() string
- func (o *BlogAuthor) GetIdOk() (*string, bool)
- func (o *BlogAuthor) GetLanguage() string
- func (o *BlogAuthor) GetLanguageOk() (*string, bool)
- func (o *BlogAuthor) GetLinkedin() string
- func (o *BlogAuthor) GetLinkedinOk() (*string, bool)
- func (o *BlogAuthor) GetName() string
- func (o *BlogAuthor) GetNameOk() (*string, bool)
- func (o *BlogAuthor) GetSlug() string
- func (o *BlogAuthor) GetSlugOk() (*string, bool)
- func (o *BlogAuthor) GetTranslatedFromId() int64
- func (o *BlogAuthor) GetTranslatedFromIdOk() (*int64, bool)
- func (o *BlogAuthor) GetTwitter() string
- func (o *BlogAuthor) GetTwitterOk() (*string, bool)
- func (o *BlogAuthor) GetUpdated() time.Time
- func (o *BlogAuthor) GetUpdatedOk() (*time.Time, bool)
- func (o *BlogAuthor) GetWebsite() string
- func (o *BlogAuthor) GetWebsiteOk() (*string, bool)
- func (o BlogAuthor) MarshalJSON() ([]byte, error)
- func (o *BlogAuthor) SetAvatar(v string)
- func (o *BlogAuthor) SetBio(v string)
- func (o *BlogAuthor) SetCreated(v time.Time)
- func (o *BlogAuthor) SetDeletedAt(v time.Time)
- func (o *BlogAuthor) SetDisplayName(v string)
- func (o *BlogAuthor) SetEmail(v string)
- func (o *BlogAuthor) SetFacebook(v string)
- func (o *BlogAuthor) SetFullName(v string)
- func (o *BlogAuthor) SetId(v string)
- func (o *BlogAuthor) SetLanguage(v string)
- func (o *BlogAuthor) SetLinkedin(v string)
- func (o *BlogAuthor) SetName(v string)
- func (o *BlogAuthor) SetSlug(v string)
- func (o *BlogAuthor) SetTranslatedFromId(v int64)
- func (o *BlogAuthor) SetTwitter(v string)
- func (o *BlogAuthor) SetUpdated(v time.Time)
- func (o *BlogAuthor) SetWebsite(v string)
- type BlogAuthorCloneRequestVNext
- func (o *BlogAuthorCloneRequestVNext) GetBlogAuthor() BlogAuthor
- func (o *BlogAuthorCloneRequestVNext) GetBlogAuthorOk() (*BlogAuthor, bool)
- func (o *BlogAuthorCloneRequestVNext) GetId() string
- func (o *BlogAuthorCloneRequestVNext) GetIdOk() (*string, bool)
- func (o *BlogAuthorCloneRequestVNext) GetLanguage() string
- func (o *BlogAuthorCloneRequestVNext) GetLanguageOk() (*string, bool)
- func (o *BlogAuthorCloneRequestVNext) GetPrimaryLanguage() string
- func (o *BlogAuthorCloneRequestVNext) GetPrimaryLanguageOk() (*string, bool)
- func (o *BlogAuthorCloneRequestVNext) HasLanguage() bool
- func (o *BlogAuthorCloneRequestVNext) HasPrimaryLanguage() bool
- func (o BlogAuthorCloneRequestVNext) MarshalJSON() ([]byte, error)
- func (o *BlogAuthorCloneRequestVNext) SetBlogAuthor(v BlogAuthor)
- func (o *BlogAuthorCloneRequestVNext) SetId(v string)
- func (o *BlogAuthorCloneRequestVNext) SetLanguage(v string)
- func (o *BlogAuthorCloneRequestVNext) SetPrimaryLanguage(v string)
- type BlogAuthorsApiService
- func (a *BlogAuthorsApiService) Archive(ctx context.Context, objectId string) ApiArchiveRequest
- func (a *BlogAuthorsApiService) ArchiveExecute(r ApiArchiveRequest) (*http.Response, error)
- func (a *BlogAuthorsApiService) AttachToLanguageGroup(ctx context.Context) ApiAttachToLanguageGroupRequest
- func (a *BlogAuthorsApiService) AttachToLanguageGroupExecute(r ApiAttachToLanguageGroupRequest) (*Error, *http.Response, error)
- func (a *BlogAuthorsApiService) BatchArchive(ctx context.Context) ApiBatchArchiveRequest
- func (a *BlogAuthorsApiService) BatchArchiveExecute(r ApiBatchArchiveRequest) (*http.Response, error)
- func (a *BlogAuthorsApiService) BatchCreate(ctx context.Context) ApiBatchCreateRequest
- func (a *BlogAuthorsApiService) BatchCreateExecute(r ApiBatchCreateRequest) (*BatchResponseBlogAuthor, *http.Response, error)
- func (a *BlogAuthorsApiService) BatchRead(ctx context.Context) ApiBatchReadRequest
- func (a *BlogAuthorsApiService) BatchReadExecute(r ApiBatchReadRequest) (*BatchResponseBlogAuthor, *http.Response, error)
- func (a *BlogAuthorsApiService) BatchUpdate(ctx context.Context) ApiBatchUpdateRequest
- func (a *BlogAuthorsApiService) BatchUpdateExecute(r ApiBatchUpdateRequest) (*BatchResponseBlogAuthor, *http.Response, error)
- func (a *BlogAuthorsApiService) Create(ctx context.Context) ApiCreateRequest
- func (a *BlogAuthorsApiService) CreateExecute(r ApiCreateRequest) (*BlogAuthor, *http.Response, error)
- func (a *BlogAuthorsApiService) CreateLanguageVariation(ctx context.Context) ApiCreateLanguageVariationRequest
- func (a *BlogAuthorsApiService) CreateLanguageVariationExecute(r ApiCreateLanguageVariationRequest) (*BlogAuthor, *http.Response, error)
- func (a *BlogAuthorsApiService) DetachFromLanguageGroup(ctx context.Context) ApiDetachFromLanguageGroupRequest
- func (a *BlogAuthorsApiService) DetachFromLanguageGroupExecute(r ApiDetachFromLanguageGroupRequest) (*Error, *http.Response, error)
- func (a *BlogAuthorsApiService) GetByID(ctx context.Context, objectId string) ApiGetByIDRequest
- func (a *BlogAuthorsApiService) GetByIDExecute(r ApiGetByIDRequest) (*BlogAuthor, *http.Response, error)
- func (a *BlogAuthorsApiService) GetPage(ctx context.Context) ApiGetPageRequest
- func (a *BlogAuthorsApiService) GetPageExecute(r ApiGetPageRequest) (*CollectionResponseWithTotalBlogAuthorForwardPaging, *http.Response, error)
- func (a *BlogAuthorsApiService) SetLanguagePrimary(ctx context.Context) ApiSetLanguagePrimaryRequest
- func (a *BlogAuthorsApiService) SetLanguagePrimaryExecute(r ApiSetLanguagePrimaryRequest) (*http.Response, error)
- func (a *BlogAuthorsApiService) Update(ctx context.Context, objectId string) ApiUpdateRequest
- func (a *BlogAuthorsApiService) UpdateExecute(r ApiUpdateRequest) (*BlogAuthor, *http.Response, error)
- func (a *BlogAuthorsApiService) UpdateLanguages(ctx context.Context) ApiUpdateLanguagesRequest
- func (a *BlogAuthorsApiService) UpdateLanguagesExecute(r ApiUpdateLanguagesRequest) (*Error, *http.Response, error)
- type CollectionResponseWithTotalBlogAuthorForwardPaging
- func (o *CollectionResponseWithTotalBlogAuthorForwardPaging) GetPaging() ForwardPaging
- func (o *CollectionResponseWithTotalBlogAuthorForwardPaging) GetPagingOk() (*ForwardPaging, bool)
- func (o *CollectionResponseWithTotalBlogAuthorForwardPaging) GetResults() []BlogAuthor
- func (o *CollectionResponseWithTotalBlogAuthorForwardPaging) GetResultsOk() ([]BlogAuthor, bool)
- func (o *CollectionResponseWithTotalBlogAuthorForwardPaging) GetTotal() int32
- func (o *CollectionResponseWithTotalBlogAuthorForwardPaging) GetTotalOk() (*int32, bool)
- func (o *CollectionResponseWithTotalBlogAuthorForwardPaging) HasPaging() bool
- func (o CollectionResponseWithTotalBlogAuthorForwardPaging) MarshalJSON() ([]byte, error)
- func (o *CollectionResponseWithTotalBlogAuthorForwardPaging) SetPaging(v ForwardPaging)
- func (o *CollectionResponseWithTotalBlogAuthorForwardPaging) SetResults(v []BlogAuthor)
- func (o *CollectionResponseWithTotalBlogAuthorForwardPaging) SetTotal(v int32)
- type Configuration
- type DetachFromLangGroupRequestVNext
- type 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) MarshalJSON() ([]byte, error)
- 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)
- type 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) MarshalJSON() ([]byte, error)
- 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)
- type ForwardPaging
- type GenericOpenAPIError
- type 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) MarshalJSON() ([]byte, error)
- func (o *NextPage) SetAfter(v string)
- func (o *NextPage) SetLink(v string)
- type NullableAttachToLangPrimaryRequestVNext
- func (v NullableAttachToLangPrimaryRequestVNext) Get() *AttachToLangPrimaryRequestVNext
- func (v NullableAttachToLangPrimaryRequestVNext) IsSet() bool
- func (v NullableAttachToLangPrimaryRequestVNext) MarshalJSON() ([]byte, error)
- func (v *NullableAttachToLangPrimaryRequestVNext) Set(val *AttachToLangPrimaryRequestVNext)
- func (v *NullableAttachToLangPrimaryRequestVNext) UnmarshalJSON(src []byte) error
- func (v *NullableAttachToLangPrimaryRequestVNext) Unset()
- type NullableBatchInputBlogAuthor
- func (v NullableBatchInputBlogAuthor) Get() *BatchInputBlogAuthor
- func (v NullableBatchInputBlogAuthor) IsSet() bool
- func (v NullableBatchInputBlogAuthor) MarshalJSON() ([]byte, error)
- func (v *NullableBatchInputBlogAuthor) Set(val *BatchInputBlogAuthor)
- func (v *NullableBatchInputBlogAuthor) UnmarshalJSON(src []byte) error
- func (v *NullableBatchInputBlogAuthor) Unset()
- type NullableBatchInputJsonNode
- func (v NullableBatchInputJsonNode) Get() *BatchInputJsonNode
- func (v NullableBatchInputJsonNode) IsSet() bool
- func (v NullableBatchInputJsonNode) MarshalJSON() ([]byte, error)
- func (v *NullableBatchInputJsonNode) Set(val *BatchInputJsonNode)
- func (v *NullableBatchInputJsonNode) UnmarshalJSON(src []byte) error
- func (v *NullableBatchInputJsonNode) Unset()
- type NullableBatchInputString
- func (v NullableBatchInputString) Get() *BatchInputString
- func (v NullableBatchInputString) IsSet() bool
- func (v NullableBatchInputString) MarshalJSON() ([]byte, error)
- func (v *NullableBatchInputString) Set(val *BatchInputString)
- func (v *NullableBatchInputString) UnmarshalJSON(src []byte) error
- func (v *NullableBatchInputString) Unset()
- type NullableBatchResponseBlogAuthor
- func (v NullableBatchResponseBlogAuthor) Get() *BatchResponseBlogAuthor
- func (v NullableBatchResponseBlogAuthor) IsSet() bool
- func (v NullableBatchResponseBlogAuthor) MarshalJSON() ([]byte, error)
- func (v *NullableBatchResponseBlogAuthor) Set(val *BatchResponseBlogAuthor)
- func (v *NullableBatchResponseBlogAuthor) UnmarshalJSON(src []byte) error
- func (v *NullableBatchResponseBlogAuthor) Unset()
- type NullableBatchResponseBlogAuthorWithErrors
- func (v NullableBatchResponseBlogAuthorWithErrors) Get() *BatchResponseBlogAuthorWithErrors
- func (v NullableBatchResponseBlogAuthorWithErrors) IsSet() bool
- func (v NullableBatchResponseBlogAuthorWithErrors) MarshalJSON() ([]byte, error)
- func (v *NullableBatchResponseBlogAuthorWithErrors) Set(val *BatchResponseBlogAuthorWithErrors)
- func (v *NullableBatchResponseBlogAuthorWithErrors) UnmarshalJSON(src []byte) error
- func (v *NullableBatchResponseBlogAuthorWithErrors) Unset()
- type NullableBlogAuthor
- type NullableBlogAuthorCloneRequestVNext
- func (v NullableBlogAuthorCloneRequestVNext) Get() *BlogAuthorCloneRequestVNext
- func (v NullableBlogAuthorCloneRequestVNext) IsSet() bool
- func (v NullableBlogAuthorCloneRequestVNext) MarshalJSON() ([]byte, error)
- func (v *NullableBlogAuthorCloneRequestVNext) Set(val *BlogAuthorCloneRequestVNext)
- func (v *NullableBlogAuthorCloneRequestVNext) UnmarshalJSON(src []byte) error
- func (v *NullableBlogAuthorCloneRequestVNext) Unset()
- type NullableBool
- type NullableCollectionResponseWithTotalBlogAuthorForwardPaging
- func (v NullableCollectionResponseWithTotalBlogAuthorForwardPaging) Get() *CollectionResponseWithTotalBlogAuthorForwardPaging
- func (v NullableCollectionResponseWithTotalBlogAuthorForwardPaging) IsSet() bool
- func (v NullableCollectionResponseWithTotalBlogAuthorForwardPaging) MarshalJSON() ([]byte, error)
- func (v *NullableCollectionResponseWithTotalBlogAuthorForwardPaging) Set(val *CollectionResponseWithTotalBlogAuthorForwardPaging)
- func (v *NullableCollectionResponseWithTotalBlogAuthorForwardPaging) UnmarshalJSON(src []byte) error
- func (v *NullableCollectionResponseWithTotalBlogAuthorForwardPaging) Unset()
- type NullableDetachFromLangGroupRequestVNext
- func (v NullableDetachFromLangGroupRequestVNext) Get() *DetachFromLangGroupRequestVNext
- func (v NullableDetachFromLangGroupRequestVNext) IsSet() bool
- func (v NullableDetachFromLangGroupRequestVNext) MarshalJSON() ([]byte, error)
- func (v *NullableDetachFromLangGroupRequestVNext) Set(val *DetachFromLangGroupRequestVNext)
- func (v *NullableDetachFromLangGroupRequestVNext) UnmarshalJSON(src []byte) error
- func (v *NullableDetachFromLangGroupRequestVNext) Unset()
- type NullableError
- type NullableErrorDetail
- func (v NullableErrorDetail) Get() *ErrorDetail
- func (v NullableErrorDetail) IsSet() bool
- func (v NullableErrorDetail) MarshalJSON() ([]byte, error)
- func (v *NullableErrorDetail) Set(val *ErrorDetail)
- func (v *NullableErrorDetail) UnmarshalJSON(src []byte) error
- func (v *NullableErrorDetail) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableForwardPaging
- func (v NullableForwardPaging) Get() *ForwardPaging
- func (v NullableForwardPaging) IsSet() bool
- func (v NullableForwardPaging) MarshalJSON() ([]byte, error)
- func (v *NullableForwardPaging) Set(val *ForwardPaging)
- func (v *NullableForwardPaging) UnmarshalJSON(src []byte) error
- func (v *NullableForwardPaging) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableNextPage
- type NullableSetNewLanguagePrimaryRequestVNext
- func (v NullableSetNewLanguagePrimaryRequestVNext) Get() *SetNewLanguagePrimaryRequestVNext
- func (v NullableSetNewLanguagePrimaryRequestVNext) IsSet() bool
- func (v NullableSetNewLanguagePrimaryRequestVNext) MarshalJSON() ([]byte, error)
- func (v *NullableSetNewLanguagePrimaryRequestVNext) Set(val *SetNewLanguagePrimaryRequestVNext)
- func (v *NullableSetNewLanguagePrimaryRequestVNext) UnmarshalJSON(src []byte) error
- func (v *NullableSetNewLanguagePrimaryRequestVNext) Unset()
- type NullableStandardError
- func (v NullableStandardError) Get() *StandardError
- func (v NullableStandardError) IsSet() bool
- func (v NullableStandardError) MarshalJSON() ([]byte, error)
- func (v *NullableStandardError) Set(val *StandardError)
- func (v *NullableStandardError) UnmarshalJSON(src []byte) error
- func (v *NullableStandardError) Unset()
- type NullableString
- type NullableTime
- type NullableUpdateLanguagesRequestVNext
- func (v NullableUpdateLanguagesRequestVNext) Get() *UpdateLanguagesRequestVNext
- func (v NullableUpdateLanguagesRequestVNext) IsSet() bool
- func (v NullableUpdateLanguagesRequestVNext) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateLanguagesRequestVNext) Set(val *UpdateLanguagesRequestVNext)
- func (v *NullableUpdateLanguagesRequestVNext) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateLanguagesRequestVNext) Unset()
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type SetNewLanguagePrimaryRequestVNext
- type 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) MarshalJSON() ([]byte, error)
- 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{})
- type 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) MarshalJSON() ([]byte, error)
- func (o *UpdateLanguagesRequestVNext) SetLanguages(v map[string]string)
- func (o *UpdateLanguagesRequestVNext) SetPrimaryId(v string)
Constants ¶
This section is empty.
Variables ¶
var ( // ContextOAuth2 takes an oauth2.TokenSource as authentication for the request. ContextOAuth2 = contextKey("token") // ContextBasicAuth takes BasicAuth as authentication for the request. ContextBasicAuth = contextKey("basic") // ContextAccessToken takes a string oauth2 access token as authentication for the request. ContextAccessToken = contextKey("accesstoken") // ContextAPIKeys takes a string apikey as authentication for the request ContextAPIKeys = contextKey("apiKeys") // ContextHttpSignatureAuth takes HttpSignatureAuth as authentication for the request. ContextHttpSignatureAuth = contextKey("httpsignature") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { BlogAuthorsApi *BlogAuthorsApiService // contains filtered or unexported fields }
APIClient manages communication with the Blog Post endpoints API vv3 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type ApiArchiveRequest ¶
type ApiArchiveRequest struct { ApiService *BlogAuthorsApiService // contains filtered or unexported fields }
func (ApiArchiveRequest) Archived ¶
func (r ApiArchiveRequest) Archived(archived bool) ApiArchiveRequest
Whether to return only results that have been archived.
type ApiAttachToLanguageGroupRequest ¶
type ApiAttachToLanguageGroupRequest struct { ApiService *BlogAuthorsApiService // contains filtered or unexported fields }
func (ApiAttachToLanguageGroupRequest) AttachToLangPrimaryRequestVNext ¶
func (r ApiAttachToLanguageGroupRequest) AttachToLangPrimaryRequestVNext(attachToLangPrimaryRequestVNext AttachToLangPrimaryRequestVNext) ApiAttachToLanguageGroupRequest
The JSON representation of the AttachToLangPrimaryRequest object.
type ApiBatchArchiveRequest ¶
type ApiBatchArchiveRequest struct { ApiService *BlogAuthorsApiService // contains filtered or unexported fields }
func (ApiBatchArchiveRequest) BatchInputString ¶
func (r ApiBatchArchiveRequest) BatchInputString(batchInputString BatchInputString) ApiBatchArchiveRequest
The JSON array of Blog Author ids.
type ApiBatchCreateRequest ¶
type ApiBatchCreateRequest struct { ApiService *BlogAuthorsApiService // contains filtered or unexported fields }
func (ApiBatchCreateRequest) BatchInputBlogAuthor ¶
func (r ApiBatchCreateRequest) BatchInputBlogAuthor(batchInputBlogAuthor BatchInputBlogAuthor) ApiBatchCreateRequest
The JSON array of new Blog Authors to create.
func (ApiBatchCreateRequest) Execute ¶
func (r ApiBatchCreateRequest) Execute() (*BatchResponseBlogAuthor, *http.Response, error)
type ApiBatchReadRequest ¶
type ApiBatchReadRequest struct { ApiService *BlogAuthorsApiService // contains filtered or unexported fields }
func (ApiBatchReadRequest) Archived ¶
func (r ApiBatchReadRequest) Archived(archived bool) ApiBatchReadRequest
Specifies whether to return deleted Blog Authors. Defaults to `false`.
func (ApiBatchReadRequest) BatchInputString ¶
func (r ApiBatchReadRequest) BatchInputString(batchInputString BatchInputString) ApiBatchReadRequest
The JSON array of Blog Author ids.
func (ApiBatchReadRequest) Execute ¶
func (r ApiBatchReadRequest) Execute() (*BatchResponseBlogAuthor, *http.Response, error)
type ApiBatchUpdateRequest ¶
type ApiBatchUpdateRequest struct { ApiService *BlogAuthorsApiService // contains filtered or unexported fields }
func (ApiBatchUpdateRequest) Archived ¶
func (r ApiBatchUpdateRequest) Archived(archived bool) ApiBatchUpdateRequest
Specifies whether to update deleted Blog Authors. Defaults to `false`.
func (ApiBatchUpdateRequest) BatchInputJsonNode ¶
func (r ApiBatchUpdateRequest) BatchInputJsonNode(batchInputJsonNode BatchInputJsonNode) ApiBatchUpdateRequest
A JSON array of the JSON representations of the updated Blog Authors.
func (ApiBatchUpdateRequest) Execute ¶
func (r ApiBatchUpdateRequest) Execute() (*BatchResponseBlogAuthor, *http.Response, error)
type ApiCreateLanguageVariationRequest ¶
type ApiCreateLanguageVariationRequest struct { ApiService *BlogAuthorsApiService // contains filtered or unexported fields }
func (ApiCreateLanguageVariationRequest) BlogAuthorCloneRequestVNext ¶
func (r ApiCreateLanguageVariationRequest) BlogAuthorCloneRequestVNext(blogAuthorCloneRequestVNext BlogAuthorCloneRequestVNext) ApiCreateLanguageVariationRequest
The JSON representation of the ContentLanguageCloneRequest object.
func (ApiCreateLanguageVariationRequest) Execute ¶
func (r ApiCreateLanguageVariationRequest) Execute() (*BlogAuthor, *http.Response, error)
type ApiCreateRequest ¶
type ApiCreateRequest struct { ApiService *BlogAuthorsApiService // contains filtered or unexported fields }
func (ApiCreateRequest) BlogAuthor ¶
func (r ApiCreateRequest) BlogAuthor(blogAuthor BlogAuthor) ApiCreateRequest
The JSON representation of a new Blog Author.
func (ApiCreateRequest) Execute ¶
func (r ApiCreateRequest) Execute() (*BlogAuthor, *http.Response, error)
type ApiDetachFromLanguageGroupRequest ¶
type ApiDetachFromLanguageGroupRequest struct { ApiService *BlogAuthorsApiService // contains filtered or unexported fields }
func (ApiDetachFromLanguageGroupRequest) DetachFromLangGroupRequestVNext ¶
func (r ApiDetachFromLanguageGroupRequest) DetachFromLangGroupRequestVNext(detachFromLangGroupRequestVNext DetachFromLangGroupRequestVNext) ApiDetachFromLanguageGroupRequest
The JSON representation of the DetachFromLangGroupRequest object.
type ApiGetByIDRequest ¶
type ApiGetByIDRequest struct { ApiService *BlogAuthorsApiService // contains filtered or unexported fields }
func (ApiGetByIDRequest) Archived ¶
func (r ApiGetByIDRequest) Archived(archived bool) ApiGetByIDRequest
Specifies whether to return deleted Blog Authors. Defaults to `false`.
func (ApiGetByIDRequest) Execute ¶
func (r ApiGetByIDRequest) Execute() (*BlogAuthor, *http.Response, error)
type ApiGetPageRequest ¶
type ApiGetPageRequest struct { ApiService *BlogAuthorsApiService // contains filtered or unexported fields }
func (ApiGetPageRequest) After ¶
func (r ApiGetPageRequest) After(after string) ApiGetPageRequest
The cursor token value to get the next set of results. You can get this from the `paging.next.after` JSON property of a paged response containing more results.
func (ApiGetPageRequest) Archived ¶
func (r ApiGetPageRequest) Archived(archived bool) ApiGetPageRequest
Specifies whether to return deleted Blog Authors. Defaults to `false`.
func (ApiGetPageRequest) CreatedAfter ¶
func (r ApiGetPageRequest) CreatedAfter(createdAfter time.Time) ApiGetPageRequest
Only return Blog Authors created after the specified time.
func (ApiGetPageRequest) CreatedAt ¶
func (r ApiGetPageRequest) CreatedAt(createdAt time.Time) ApiGetPageRequest
Only return Blog Authors created at exactly the specified time.
func (ApiGetPageRequest) CreatedBefore ¶
func (r ApiGetPageRequest) CreatedBefore(createdBefore time.Time) ApiGetPageRequest
Only return Blog Authors created before the specified time.
func (ApiGetPageRequest) Execute ¶
func (r ApiGetPageRequest) Execute() (*CollectionResponseWithTotalBlogAuthorForwardPaging, *http.Response, error)
func (ApiGetPageRequest) Limit ¶
func (r ApiGetPageRequest) Limit(limit int32) ApiGetPageRequest
The maximum number of results to return. Default is 100.
func (ApiGetPageRequest) Sort ¶
func (r ApiGetPageRequest) Sort(sort []string) ApiGetPageRequest
Specifies which fields to use for sorting results. Valid fields are `name`, `createdAt`, `updatedAt`, `createdBy`, `updatedBy`. `createdAt` will be used by default.
func (ApiGetPageRequest) UpdatedAfter ¶
func (r ApiGetPageRequest) UpdatedAfter(updatedAfter time.Time) ApiGetPageRequest
Only return Blog Authors last updated after the specified time.
func (ApiGetPageRequest) UpdatedAt ¶
func (r ApiGetPageRequest) UpdatedAt(updatedAt time.Time) ApiGetPageRequest
Only return Blog Authors last updated at exactly the specified time.
func (ApiGetPageRequest) UpdatedBefore ¶
func (r ApiGetPageRequest) UpdatedBefore(updatedBefore time.Time) ApiGetPageRequest
Only return Blog Authors last updated before the specified time.
type ApiSetLanguagePrimaryRequest ¶
type ApiSetLanguagePrimaryRequest struct { ApiService *BlogAuthorsApiService // contains filtered or unexported fields }
func (ApiSetLanguagePrimaryRequest) Execute ¶
func (r ApiSetLanguagePrimaryRequest) Execute() (*http.Response, error)
func (ApiSetLanguagePrimaryRequest) SetNewLanguagePrimaryRequestVNext ¶
func (r ApiSetLanguagePrimaryRequest) SetNewLanguagePrimaryRequestVNext(setNewLanguagePrimaryRequestVNext SetNewLanguagePrimaryRequestVNext) ApiSetLanguagePrimaryRequest
The JSON representation of the SetNewLanguagePrimaryRequest object.
type ApiUpdateLanguagesRequest ¶
type ApiUpdateLanguagesRequest struct { ApiService *BlogAuthorsApiService // contains filtered or unexported fields }
func (ApiUpdateLanguagesRequest) Execute ¶
func (r ApiUpdateLanguagesRequest) Execute() (*Error, *http.Response, error)
func (ApiUpdateLanguagesRequest) UpdateLanguagesRequestVNext ¶
func (r ApiUpdateLanguagesRequest) UpdateLanguagesRequestVNext(updateLanguagesRequestVNext UpdateLanguagesRequestVNext) ApiUpdateLanguagesRequest
The JSON representation of the UpdateLanguagesRequest object.
type ApiUpdateRequest ¶
type ApiUpdateRequest struct { ApiService *BlogAuthorsApiService // contains filtered or unexported fields }
func (ApiUpdateRequest) Archived ¶
func (r ApiUpdateRequest) Archived(archived bool) ApiUpdateRequest
Specifies whether to update deleted Blog Authors. Defaults to `false`.
func (ApiUpdateRequest) BlogAuthor ¶
func (r ApiUpdateRequest) BlogAuthor(blogAuthor BlogAuthor) ApiUpdateRequest
The JSON representation of the updated Blog Author.
func (ApiUpdateRequest) Execute ¶
func (r ApiUpdateRequest) Execute() (*BlogAuthor, *http.Response, error)
type AttachToLangPrimaryRequestVNext ¶
type AttachToLangPrimaryRequestVNext struct { // ID of the object to add to a multi-language group. Id string `json:"id"` // Designated language of the object to add to a multi-language group. Language string `json:"language"` // ID of primary language object in multi-language group. PrimaryId string `json:"primaryId"` // Primary language of the multi-language group. PrimaryLanguage *string `json:"primaryLanguage,omitempty"` }
AttachToLangPrimaryRequestVNext Request body object fro attaching objects to multi-language groups.
func NewAttachToLangPrimaryRequestVNext ¶
func NewAttachToLangPrimaryRequestVNext(id string, language string, primaryId string) *AttachToLangPrimaryRequestVNext
NewAttachToLangPrimaryRequestVNext instantiates a new AttachToLangPrimaryRequestVNext 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 NewAttachToLangPrimaryRequestVNextWithDefaults ¶
func NewAttachToLangPrimaryRequestVNextWithDefaults() *AttachToLangPrimaryRequestVNext
NewAttachToLangPrimaryRequestVNextWithDefaults instantiates a new AttachToLangPrimaryRequestVNext 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 (*AttachToLangPrimaryRequestVNext) GetId ¶
func (o *AttachToLangPrimaryRequestVNext) GetId() string
GetId returns the Id field value
func (*AttachToLangPrimaryRequestVNext) GetIdOk ¶
func (o *AttachToLangPrimaryRequestVNext) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AttachToLangPrimaryRequestVNext) GetLanguage ¶
func (o *AttachToLangPrimaryRequestVNext) GetLanguage() string
GetLanguage returns the Language field value
func (*AttachToLangPrimaryRequestVNext) GetLanguageOk ¶
func (o *AttachToLangPrimaryRequestVNext) GetLanguageOk() (*string, bool)
GetLanguageOk returns a tuple with the Language field value and a boolean to check if the value has been set.
func (*AttachToLangPrimaryRequestVNext) GetPrimaryId ¶
func (o *AttachToLangPrimaryRequestVNext) GetPrimaryId() string
GetPrimaryId returns the PrimaryId field value
func (*AttachToLangPrimaryRequestVNext) GetPrimaryIdOk ¶
func (o *AttachToLangPrimaryRequestVNext) GetPrimaryIdOk() (*string, bool)
GetPrimaryIdOk returns a tuple with the PrimaryId field value and a boolean to check if the value has been set.
func (*AttachToLangPrimaryRequestVNext) GetPrimaryLanguage ¶
func (o *AttachToLangPrimaryRequestVNext) GetPrimaryLanguage() string
GetPrimaryLanguage returns the PrimaryLanguage field value if set, zero value otherwise.
func (*AttachToLangPrimaryRequestVNext) GetPrimaryLanguageOk ¶
func (o *AttachToLangPrimaryRequestVNext) GetPrimaryLanguageOk() (*string, bool)
GetPrimaryLanguageOk returns a tuple with the PrimaryLanguage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AttachToLangPrimaryRequestVNext) HasPrimaryLanguage ¶
func (o *AttachToLangPrimaryRequestVNext) HasPrimaryLanguage() bool
HasPrimaryLanguage returns a boolean if a field has been set.
func (AttachToLangPrimaryRequestVNext) MarshalJSON ¶
func (o AttachToLangPrimaryRequestVNext) MarshalJSON() ([]byte, error)
func (*AttachToLangPrimaryRequestVNext) SetId ¶
func (o *AttachToLangPrimaryRequestVNext) SetId(v string)
SetId sets field value
func (*AttachToLangPrimaryRequestVNext) SetLanguage ¶
func (o *AttachToLangPrimaryRequestVNext) SetLanguage(v string)
SetLanguage sets field value
func (*AttachToLangPrimaryRequestVNext) SetPrimaryId ¶
func (o *AttachToLangPrimaryRequestVNext) SetPrimaryId(v string)
SetPrimaryId sets field value
func (*AttachToLangPrimaryRequestVNext) SetPrimaryLanguage ¶
func (o *AttachToLangPrimaryRequestVNext) SetPrimaryLanguage(v string)
SetPrimaryLanguage gets a reference to the given string and assigns it to the PrimaryLanguage field.
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type BatchInputBlogAuthor ¶
type BatchInputBlogAuthor struct { // Blog authors to input. Inputs []BlogAuthor `json:"inputs"` }
BatchInputBlogAuthor Wrapper for providing an array of blog authors as inputs.
func NewBatchInputBlogAuthor ¶
func NewBatchInputBlogAuthor(inputs []BlogAuthor) *BatchInputBlogAuthor
NewBatchInputBlogAuthor instantiates a new BatchInputBlogAuthor 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 NewBatchInputBlogAuthorWithDefaults ¶
func NewBatchInputBlogAuthorWithDefaults() *BatchInputBlogAuthor
NewBatchInputBlogAuthorWithDefaults instantiates a new BatchInputBlogAuthor 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 (*BatchInputBlogAuthor) GetInputs ¶
func (o *BatchInputBlogAuthor) GetInputs() []BlogAuthor
GetInputs returns the Inputs field value
func (*BatchInputBlogAuthor) GetInputsOk ¶
func (o *BatchInputBlogAuthor) GetInputsOk() ([]BlogAuthor, bool)
GetInputsOk returns a tuple with the Inputs field value and a boolean to check if the value has been set.
func (BatchInputBlogAuthor) MarshalJSON ¶
func (o BatchInputBlogAuthor) MarshalJSON() ([]byte, error)
func (*BatchInputBlogAuthor) SetInputs ¶
func (o *BatchInputBlogAuthor) SetInputs(v []BlogAuthor)
SetInputs sets field value
type BatchInputJsonNode ¶
type BatchInputJsonNode struct { // JSON nodes to input. Inputs []map[string]interface{} `json:"inputs"` }
BatchInputJsonNode Wrapper for providing an array of JSON nodes as inputs.
func NewBatchInputJsonNode ¶
func NewBatchInputJsonNode(inputs []map[string]interface{}) *BatchInputJsonNode
NewBatchInputJsonNode instantiates a new BatchInputJsonNode 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 NewBatchInputJsonNodeWithDefaults ¶
func NewBatchInputJsonNodeWithDefaults() *BatchInputJsonNode
NewBatchInputJsonNodeWithDefaults instantiates a new BatchInputJsonNode 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 (*BatchInputJsonNode) GetInputs ¶
func (o *BatchInputJsonNode) GetInputs() []map[string]interface{}
GetInputs returns the Inputs field value
func (*BatchInputJsonNode) GetInputsOk ¶
func (o *BatchInputJsonNode) GetInputsOk() ([]map[string]interface{}, bool)
GetInputsOk returns a tuple with the Inputs field value and a boolean to check if the value has been set.
func (BatchInputJsonNode) MarshalJSON ¶
func (o BatchInputJsonNode) MarshalJSON() ([]byte, error)
func (*BatchInputJsonNode) SetInputs ¶
func (o *BatchInputJsonNode) SetInputs(v []map[string]interface{})
SetInputs sets field value
type BatchInputString ¶
type BatchInputString struct { // Strings to input. Inputs []string `json:"inputs"` }
BatchInputString Wrapper for providing an array of strings as inputs.
func NewBatchInputString ¶
func NewBatchInputString(inputs []string) *BatchInputString
NewBatchInputString instantiates a new BatchInputString 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 NewBatchInputStringWithDefaults ¶
func NewBatchInputStringWithDefaults() *BatchInputString
NewBatchInputStringWithDefaults instantiates a new BatchInputString 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 (*BatchInputString) GetInputs ¶
func (o *BatchInputString) GetInputs() []string
GetInputs returns the Inputs field value
func (*BatchInputString) GetInputsOk ¶
func (o *BatchInputString) GetInputsOk() ([]string, bool)
GetInputsOk returns a tuple with the Inputs field value and a boolean to check if the value has been set.
func (BatchInputString) MarshalJSON ¶
func (o BatchInputString) MarshalJSON() ([]byte, error)
func (*BatchInputString) SetInputs ¶
func (o *BatchInputString) SetInputs(v []string)
SetInputs sets field value
type BatchResponseBlogAuthor ¶
type BatchResponseBlogAuthor struct { // Status of batch operation. Status string `json:"status"` // Results of batch operation. Results []BlogAuthor `json:"results"` // Time of batch operation request. RequestedAt *time.Time `json:"requestedAt,omitempty"` // Time of batch operation start. StartedAt time.Time `json:"startedAt"` // Time of batch operation completion. CompletedAt time.Time `json:"completedAt"` // Links associated with batch operation. Links *map[string]string `json:"links,omitempty"` }
BatchResponseBlogAuthor Response object for batch operations on blog authors.
func NewBatchResponseBlogAuthor ¶
func NewBatchResponseBlogAuthor(status string, results []BlogAuthor, startedAt time.Time, completedAt time.Time) *BatchResponseBlogAuthor
NewBatchResponseBlogAuthor instantiates a new BatchResponseBlogAuthor 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 NewBatchResponseBlogAuthorWithDefaults ¶
func NewBatchResponseBlogAuthorWithDefaults() *BatchResponseBlogAuthor
NewBatchResponseBlogAuthorWithDefaults instantiates a new BatchResponseBlogAuthor 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 (*BatchResponseBlogAuthor) GetCompletedAt ¶
func (o *BatchResponseBlogAuthor) GetCompletedAt() time.Time
GetCompletedAt returns the CompletedAt field value
func (*BatchResponseBlogAuthor) GetCompletedAtOk ¶
func (o *BatchResponseBlogAuthor) GetCompletedAtOk() (*time.Time, bool)
GetCompletedAtOk returns a tuple with the CompletedAt field value and a boolean to check if the value has been set.
func (*BatchResponseBlogAuthor) GetLinks ¶
func (o *BatchResponseBlogAuthor) GetLinks() map[string]string
GetLinks returns the Links field value if set, zero value otherwise.
func (*BatchResponseBlogAuthor) GetLinksOk ¶
func (o *BatchResponseBlogAuthor) GetLinksOk() (*map[string]string, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BatchResponseBlogAuthor) GetRequestedAt ¶
func (o *BatchResponseBlogAuthor) GetRequestedAt() time.Time
GetRequestedAt returns the RequestedAt field value if set, zero value otherwise.
func (*BatchResponseBlogAuthor) GetRequestedAtOk ¶
func (o *BatchResponseBlogAuthor) GetRequestedAtOk() (*time.Time, bool)
GetRequestedAtOk returns a tuple with the RequestedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BatchResponseBlogAuthor) GetResults ¶
func (o *BatchResponseBlogAuthor) GetResults() []BlogAuthor
GetResults returns the Results field value
func (*BatchResponseBlogAuthor) GetResultsOk ¶
func (o *BatchResponseBlogAuthor) GetResultsOk() ([]BlogAuthor, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (*BatchResponseBlogAuthor) GetStartedAt ¶
func (o *BatchResponseBlogAuthor) GetStartedAt() time.Time
GetStartedAt returns the StartedAt field value
func (*BatchResponseBlogAuthor) GetStartedAtOk ¶
func (o *BatchResponseBlogAuthor) GetStartedAtOk() (*time.Time, bool)
GetStartedAtOk returns a tuple with the StartedAt field value and a boolean to check if the value has been set.
func (*BatchResponseBlogAuthor) GetStatus ¶
func (o *BatchResponseBlogAuthor) GetStatus() string
GetStatus returns the Status field value
func (*BatchResponseBlogAuthor) GetStatusOk ¶
func (o *BatchResponseBlogAuthor) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*BatchResponseBlogAuthor) HasLinks ¶
func (o *BatchResponseBlogAuthor) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (*BatchResponseBlogAuthor) HasRequestedAt ¶
func (o *BatchResponseBlogAuthor) HasRequestedAt() bool
HasRequestedAt returns a boolean if a field has been set.
func (BatchResponseBlogAuthor) MarshalJSON ¶
func (o BatchResponseBlogAuthor) MarshalJSON() ([]byte, error)
func (*BatchResponseBlogAuthor) SetCompletedAt ¶
func (o *BatchResponseBlogAuthor) SetCompletedAt(v time.Time)
SetCompletedAt sets field value
func (*BatchResponseBlogAuthor) SetLinks ¶
func (o *BatchResponseBlogAuthor) SetLinks(v map[string]string)
SetLinks gets a reference to the given map[string]string and assigns it to the Links field.
func (*BatchResponseBlogAuthor) SetRequestedAt ¶
func (o *BatchResponseBlogAuthor) SetRequestedAt(v time.Time)
SetRequestedAt gets a reference to the given time.Time and assigns it to the RequestedAt field.
func (*BatchResponseBlogAuthor) SetResults ¶
func (o *BatchResponseBlogAuthor) SetResults(v []BlogAuthor)
SetResults sets field value
func (*BatchResponseBlogAuthor) SetStartedAt ¶
func (o *BatchResponseBlogAuthor) SetStartedAt(v time.Time)
SetStartedAt sets field value
func (*BatchResponseBlogAuthor) SetStatus ¶
func (o *BatchResponseBlogAuthor) SetStatus(v string)
SetStatus sets field value
type BatchResponseBlogAuthorWithErrors ¶
type BatchResponseBlogAuthorWithErrors struct { // Status of batch operation. Status string `json:"status"` // Results of batch operation. Results []BlogAuthor `json:"results"` // Number of errors. NumErrors *int32 `json:"numErrors,omitempty"` // Errors in batch operation. Errors []StandardError `json:"errors,omitempty"` // Time of batch operation request. RequestedAt *time.Time `json:"requestedAt,omitempty"` // Time of batch operation start. StartedAt time.Time `json:"startedAt"` // Time of batch operation completion. CompletedAt time.Time `json:"completedAt"` // Links associated with batch operation. Links *map[string]string `json:"links,omitempty"` }
BatchResponseBlogAuthorWithErrors Response object for batch operations on blog authors with errors.
func NewBatchResponseBlogAuthorWithErrors ¶
func NewBatchResponseBlogAuthorWithErrors(status string, results []BlogAuthor, startedAt time.Time, completedAt time.Time) *BatchResponseBlogAuthorWithErrors
NewBatchResponseBlogAuthorWithErrors instantiates a new BatchResponseBlogAuthorWithErrors 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 NewBatchResponseBlogAuthorWithErrorsWithDefaults ¶
func NewBatchResponseBlogAuthorWithErrorsWithDefaults() *BatchResponseBlogAuthorWithErrors
NewBatchResponseBlogAuthorWithErrorsWithDefaults instantiates a new BatchResponseBlogAuthorWithErrors 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 (*BatchResponseBlogAuthorWithErrors) GetCompletedAt ¶
func (o *BatchResponseBlogAuthorWithErrors) GetCompletedAt() time.Time
GetCompletedAt returns the CompletedAt field value
func (*BatchResponseBlogAuthorWithErrors) GetCompletedAtOk ¶
func (o *BatchResponseBlogAuthorWithErrors) GetCompletedAtOk() (*time.Time, bool)
GetCompletedAtOk returns a tuple with the CompletedAt field value and a boolean to check if the value has been set.
func (*BatchResponseBlogAuthorWithErrors) GetErrors ¶
func (o *BatchResponseBlogAuthorWithErrors) GetErrors() []StandardError
GetErrors returns the Errors field value if set, zero value otherwise.
func (*BatchResponseBlogAuthorWithErrors) GetErrorsOk ¶
func (o *BatchResponseBlogAuthorWithErrors) GetErrorsOk() ([]StandardError, bool)
GetErrorsOk returns a tuple with the Errors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BatchResponseBlogAuthorWithErrors) GetLinks ¶
func (o *BatchResponseBlogAuthorWithErrors) GetLinks() map[string]string
GetLinks returns the Links field value if set, zero value otherwise.
func (*BatchResponseBlogAuthorWithErrors) GetLinksOk ¶
func (o *BatchResponseBlogAuthorWithErrors) GetLinksOk() (*map[string]string, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BatchResponseBlogAuthorWithErrors) GetNumErrors ¶
func (o *BatchResponseBlogAuthorWithErrors) GetNumErrors() int32
GetNumErrors returns the NumErrors field value if set, zero value otherwise.
func (*BatchResponseBlogAuthorWithErrors) GetNumErrorsOk ¶
func (o *BatchResponseBlogAuthorWithErrors) GetNumErrorsOk() (*int32, bool)
GetNumErrorsOk returns a tuple with the NumErrors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BatchResponseBlogAuthorWithErrors) GetRequestedAt ¶
func (o *BatchResponseBlogAuthorWithErrors) GetRequestedAt() time.Time
GetRequestedAt returns the RequestedAt field value if set, zero value otherwise.
func (*BatchResponseBlogAuthorWithErrors) GetRequestedAtOk ¶
func (o *BatchResponseBlogAuthorWithErrors) GetRequestedAtOk() (*time.Time, bool)
GetRequestedAtOk returns a tuple with the RequestedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BatchResponseBlogAuthorWithErrors) GetResults ¶
func (o *BatchResponseBlogAuthorWithErrors) GetResults() []BlogAuthor
GetResults returns the Results field value
func (*BatchResponseBlogAuthorWithErrors) GetResultsOk ¶
func (o *BatchResponseBlogAuthorWithErrors) GetResultsOk() ([]BlogAuthor, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (*BatchResponseBlogAuthorWithErrors) GetStartedAt ¶
func (o *BatchResponseBlogAuthorWithErrors) GetStartedAt() time.Time
GetStartedAt returns the StartedAt field value
func (*BatchResponseBlogAuthorWithErrors) GetStartedAtOk ¶
func (o *BatchResponseBlogAuthorWithErrors) GetStartedAtOk() (*time.Time, bool)
GetStartedAtOk returns a tuple with the StartedAt field value and a boolean to check if the value has been set.
func (*BatchResponseBlogAuthorWithErrors) GetStatus ¶
func (o *BatchResponseBlogAuthorWithErrors) GetStatus() string
GetStatus returns the Status field value
func (*BatchResponseBlogAuthorWithErrors) GetStatusOk ¶
func (o *BatchResponseBlogAuthorWithErrors) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*BatchResponseBlogAuthorWithErrors) HasErrors ¶
func (o *BatchResponseBlogAuthorWithErrors) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (*BatchResponseBlogAuthorWithErrors) HasLinks ¶
func (o *BatchResponseBlogAuthorWithErrors) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (*BatchResponseBlogAuthorWithErrors) HasNumErrors ¶
func (o *BatchResponseBlogAuthorWithErrors) HasNumErrors() bool
HasNumErrors returns a boolean if a field has been set.
func (*BatchResponseBlogAuthorWithErrors) HasRequestedAt ¶
func (o *BatchResponseBlogAuthorWithErrors) HasRequestedAt() bool
HasRequestedAt returns a boolean if a field has been set.
func (BatchResponseBlogAuthorWithErrors) MarshalJSON ¶
func (o BatchResponseBlogAuthorWithErrors) MarshalJSON() ([]byte, error)
func (*BatchResponseBlogAuthorWithErrors) SetCompletedAt ¶
func (o *BatchResponseBlogAuthorWithErrors) SetCompletedAt(v time.Time)
SetCompletedAt sets field value
func (*BatchResponseBlogAuthorWithErrors) SetErrors ¶
func (o *BatchResponseBlogAuthorWithErrors) SetErrors(v []StandardError)
SetErrors gets a reference to the given []StandardError and assigns it to the Errors field.
func (*BatchResponseBlogAuthorWithErrors) SetLinks ¶
func (o *BatchResponseBlogAuthorWithErrors) SetLinks(v map[string]string)
SetLinks gets a reference to the given map[string]string and assigns it to the Links field.
func (*BatchResponseBlogAuthorWithErrors) SetNumErrors ¶
func (o *BatchResponseBlogAuthorWithErrors) SetNumErrors(v int32)
SetNumErrors gets a reference to the given int32 and assigns it to the NumErrors field.
func (*BatchResponseBlogAuthorWithErrors) SetRequestedAt ¶
func (o *BatchResponseBlogAuthorWithErrors) SetRequestedAt(v time.Time)
SetRequestedAt gets a reference to the given time.Time and assigns it to the RequestedAt field.
func (*BatchResponseBlogAuthorWithErrors) SetResults ¶
func (o *BatchResponseBlogAuthorWithErrors) SetResults(v []BlogAuthor)
SetResults sets field value
func (*BatchResponseBlogAuthorWithErrors) SetStartedAt ¶
func (o *BatchResponseBlogAuthorWithErrors) SetStartedAt(v time.Time)
SetStartedAt sets field value
func (*BatchResponseBlogAuthorWithErrors) SetStatus ¶
func (o *BatchResponseBlogAuthorWithErrors) SetStatus(v string)
SetStatus sets field value
type BlogAuthor ¶
type BlogAuthor struct { // The unique ID of the Blog Author. Id string `json:"id"` FullName string `json:"fullName"` // Email address of the Blog Author. Email string `json:"email"` Slug string `json:"slug"` // The explicitly defined ISO 639 language code of the blog author. Language string `json:"language"` // ID of the primary blog author this object was translated from. TranslatedFromId int64 `json:"translatedFromId"` Name string `json:"name"` // The full name of the Blog Author to be displayed. DisplayName string `json:"displayName"` // A short biography of the blog author. Bio string `json:"bio"` // URL to the website of the Blog Author. Website string `json:"website"` // URL or username of the Twitter account associated with the Blog Author. This will be normalized into the Twitter url for said user. Twitter string `json:"twitter"` // URL to the Blog Author's Facebook page. Facebook string `json:"facebook"` // URL to the blog author's LinkedIn page. Linkedin string `json:"linkedin"` // URL to the blog author's avatar, if supplying a custom one. Avatar string `json:"avatar"` Created time.Time `json:"created"` Updated time.Time `json:"updated"` // The timestamp (ISO8601 format) when this Blog Author was deleted. DeletedAt time.Time `json:"deletedAt"` }
BlogAuthor Model definition for a Blog Author.
func NewBlogAuthor ¶
func NewBlogAuthor(id string, fullName string, email string, slug string, language string, translatedFromId int64, name string, displayName string, bio string, website string, twitter string, facebook string, linkedin string, avatar string, created time.Time, updated time.Time, deletedAt time.Time) *BlogAuthor
NewBlogAuthor instantiates a new BlogAuthor 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 NewBlogAuthorWithDefaults ¶
func NewBlogAuthorWithDefaults() *BlogAuthor
NewBlogAuthorWithDefaults instantiates a new BlogAuthor 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 (*BlogAuthor) GetAvatar ¶
func (o *BlogAuthor) GetAvatar() string
GetAvatar returns the Avatar field value
func (*BlogAuthor) GetAvatarOk ¶
func (o *BlogAuthor) GetAvatarOk() (*string, bool)
GetAvatarOk returns a tuple with the Avatar field value and a boolean to check if the value has been set.
func (*BlogAuthor) GetBioOk ¶
func (o *BlogAuthor) GetBioOk() (*string, bool)
GetBioOk returns a tuple with the Bio field value and a boolean to check if the value has been set.
func (*BlogAuthor) GetCreated ¶
func (o *BlogAuthor) GetCreated() time.Time
GetCreated returns the Created field value
func (*BlogAuthor) GetCreatedOk ¶
func (o *BlogAuthor) GetCreatedOk() (*time.Time, bool)
GetCreatedOk returns a tuple with the Created field value and a boolean to check if the value has been set.
func (*BlogAuthor) GetDeletedAt ¶
func (o *BlogAuthor) GetDeletedAt() time.Time
GetDeletedAt returns the DeletedAt field value
func (*BlogAuthor) GetDeletedAtOk ¶
func (o *BlogAuthor) GetDeletedAtOk() (*time.Time, bool)
GetDeletedAtOk returns a tuple with the DeletedAt field value and a boolean to check if the value has been set.
func (*BlogAuthor) GetDisplayName ¶
func (o *BlogAuthor) GetDisplayName() string
GetDisplayName returns the DisplayName field value
func (*BlogAuthor) GetDisplayNameOk ¶
func (o *BlogAuthor) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set.
func (*BlogAuthor) GetEmail ¶
func (o *BlogAuthor) GetEmail() string
GetEmail returns the Email field value
func (*BlogAuthor) GetEmailOk ¶
func (o *BlogAuthor) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*BlogAuthor) GetFacebook ¶
func (o *BlogAuthor) GetFacebook() string
GetFacebook returns the Facebook field value
func (*BlogAuthor) GetFacebookOk ¶
func (o *BlogAuthor) GetFacebookOk() (*string, bool)
GetFacebookOk returns a tuple with the Facebook field value and a boolean to check if the value has been set.
func (*BlogAuthor) GetFullName ¶
func (o *BlogAuthor) GetFullName() string
GetFullName returns the FullName field value
func (*BlogAuthor) GetFullNameOk ¶
func (o *BlogAuthor) GetFullNameOk() (*string, bool)
GetFullNameOk returns a tuple with the FullName field value and a boolean to check if the value has been set.
func (*BlogAuthor) GetIdOk ¶
func (o *BlogAuthor) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*BlogAuthor) GetLanguage ¶
func (o *BlogAuthor) GetLanguage() string
GetLanguage returns the Language field value
func (*BlogAuthor) GetLanguageOk ¶
func (o *BlogAuthor) GetLanguageOk() (*string, bool)
GetLanguageOk returns a tuple with the Language field value and a boolean to check if the value has been set.
func (*BlogAuthor) GetLinkedin ¶
func (o *BlogAuthor) GetLinkedin() string
GetLinkedin returns the Linkedin field value
func (*BlogAuthor) GetLinkedinOk ¶
func (o *BlogAuthor) GetLinkedinOk() (*string, bool)
GetLinkedinOk returns a tuple with the Linkedin field value and a boolean to check if the value has been set.
func (*BlogAuthor) GetName ¶
func (o *BlogAuthor) GetName() string
GetName returns the Name field value
func (*BlogAuthor) GetNameOk ¶
func (o *BlogAuthor) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*BlogAuthor) GetSlug ¶
func (o *BlogAuthor) GetSlug() string
GetSlug returns the Slug field value
func (*BlogAuthor) GetSlugOk ¶
func (o *BlogAuthor) GetSlugOk() (*string, bool)
GetSlugOk returns a tuple with the Slug field value and a boolean to check if the value has been set.
func (*BlogAuthor) GetTranslatedFromId ¶
func (o *BlogAuthor) GetTranslatedFromId() int64
GetTranslatedFromId returns the TranslatedFromId field value
func (*BlogAuthor) GetTranslatedFromIdOk ¶
func (o *BlogAuthor) GetTranslatedFromIdOk() (*int64, bool)
GetTranslatedFromIdOk returns a tuple with the TranslatedFromId field value and a boolean to check if the value has been set.
func (*BlogAuthor) GetTwitter ¶
func (o *BlogAuthor) GetTwitter() string
GetTwitter returns the Twitter field value
func (*BlogAuthor) GetTwitterOk ¶
func (o *BlogAuthor) GetTwitterOk() (*string, bool)
GetTwitterOk returns a tuple with the Twitter field value and a boolean to check if the value has been set.
func (*BlogAuthor) GetUpdated ¶
func (o *BlogAuthor) GetUpdated() time.Time
GetUpdated returns the Updated field value
func (*BlogAuthor) GetUpdatedOk ¶
func (o *BlogAuthor) GetUpdatedOk() (*time.Time, bool)
GetUpdatedOk returns a tuple with the Updated field value and a boolean to check if the value has been set.
func (*BlogAuthor) GetWebsite ¶
func (o *BlogAuthor) GetWebsite() string
GetWebsite returns the Website field value
func (*BlogAuthor) GetWebsiteOk ¶
func (o *BlogAuthor) GetWebsiteOk() (*string, bool)
GetWebsiteOk returns a tuple with the Website field value and a boolean to check if the value has been set.
func (BlogAuthor) MarshalJSON ¶
func (o BlogAuthor) MarshalJSON() ([]byte, error)
func (*BlogAuthor) SetCreated ¶
func (o *BlogAuthor) SetCreated(v time.Time)
SetCreated sets field value
func (*BlogAuthor) SetDeletedAt ¶
func (o *BlogAuthor) SetDeletedAt(v time.Time)
SetDeletedAt sets field value
func (*BlogAuthor) SetDisplayName ¶
func (o *BlogAuthor) SetDisplayName(v string)
SetDisplayName sets field value
func (*BlogAuthor) SetFacebook ¶
func (o *BlogAuthor) SetFacebook(v string)
SetFacebook sets field value
func (*BlogAuthor) SetFullName ¶
func (o *BlogAuthor) SetFullName(v string)
SetFullName sets field value
func (*BlogAuthor) SetLanguage ¶
func (o *BlogAuthor) SetLanguage(v string)
SetLanguage sets field value
func (*BlogAuthor) SetLinkedin ¶
func (o *BlogAuthor) SetLinkedin(v string)
SetLinkedin sets field value
func (*BlogAuthor) SetTranslatedFromId ¶
func (o *BlogAuthor) SetTranslatedFromId(v int64)
SetTranslatedFromId sets field value
func (*BlogAuthor) SetTwitter ¶
func (o *BlogAuthor) SetTwitter(v string)
SetTwitter sets field value
func (*BlogAuthor) SetUpdated ¶
func (o *BlogAuthor) SetUpdated(v time.Time)
SetUpdated sets field value
func (*BlogAuthor) SetWebsite ¶
func (o *BlogAuthor) SetWebsite(v string)
SetWebsite sets field value
type BlogAuthorCloneRequestVNext ¶
type BlogAuthorCloneRequestVNext struct { // ID of the object to be cloned. Id string `json:"id"` // Language of newly cloned object. Language *string `json:"language,omitempty"` // Primary language in multi-language group. PrimaryLanguage *string `json:"primaryLanguage,omitempty"` BlogAuthor BlogAuthor `json:"blogAuthor"` }
BlogAuthorCloneRequestVNext Request body object for cloning blog authors.
func NewBlogAuthorCloneRequestVNext ¶
func NewBlogAuthorCloneRequestVNext(id string, blogAuthor BlogAuthor) *BlogAuthorCloneRequestVNext
NewBlogAuthorCloneRequestVNext instantiates a new BlogAuthorCloneRequestVNext 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 NewBlogAuthorCloneRequestVNextWithDefaults ¶
func NewBlogAuthorCloneRequestVNextWithDefaults() *BlogAuthorCloneRequestVNext
NewBlogAuthorCloneRequestVNextWithDefaults instantiates a new BlogAuthorCloneRequestVNext 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 (*BlogAuthorCloneRequestVNext) GetBlogAuthor ¶
func (o *BlogAuthorCloneRequestVNext) GetBlogAuthor() BlogAuthor
GetBlogAuthor returns the BlogAuthor field value
func (*BlogAuthorCloneRequestVNext) GetBlogAuthorOk ¶
func (o *BlogAuthorCloneRequestVNext) GetBlogAuthorOk() (*BlogAuthor, bool)
GetBlogAuthorOk returns a tuple with the BlogAuthor field value and a boolean to check if the value has been set.
func (*BlogAuthorCloneRequestVNext) GetId ¶
func (o *BlogAuthorCloneRequestVNext) GetId() string
GetId returns the Id field value
func (*BlogAuthorCloneRequestVNext) GetIdOk ¶
func (o *BlogAuthorCloneRequestVNext) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*BlogAuthorCloneRequestVNext) GetLanguage ¶
func (o *BlogAuthorCloneRequestVNext) GetLanguage() string
GetLanguage returns the Language field value if set, zero value otherwise.
func (*BlogAuthorCloneRequestVNext) GetLanguageOk ¶
func (o *BlogAuthorCloneRequestVNext) GetLanguageOk() (*string, bool)
GetLanguageOk returns a tuple with the Language field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BlogAuthorCloneRequestVNext) GetPrimaryLanguage ¶
func (o *BlogAuthorCloneRequestVNext) GetPrimaryLanguage() string
GetPrimaryLanguage returns the PrimaryLanguage field value if set, zero value otherwise.
func (*BlogAuthorCloneRequestVNext) GetPrimaryLanguageOk ¶
func (o *BlogAuthorCloneRequestVNext) GetPrimaryLanguageOk() (*string, bool)
GetPrimaryLanguageOk returns a tuple with the PrimaryLanguage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BlogAuthorCloneRequestVNext) HasLanguage ¶
func (o *BlogAuthorCloneRequestVNext) HasLanguage() bool
HasLanguage returns a boolean if a field has been set.
func (*BlogAuthorCloneRequestVNext) HasPrimaryLanguage ¶
func (o *BlogAuthorCloneRequestVNext) HasPrimaryLanguage() bool
HasPrimaryLanguage returns a boolean if a field has been set.
func (BlogAuthorCloneRequestVNext) MarshalJSON ¶
func (o BlogAuthorCloneRequestVNext) MarshalJSON() ([]byte, error)
func (*BlogAuthorCloneRequestVNext) SetBlogAuthor ¶
func (o *BlogAuthorCloneRequestVNext) SetBlogAuthor(v BlogAuthor)
SetBlogAuthor sets field value
func (*BlogAuthorCloneRequestVNext) SetId ¶
func (o *BlogAuthorCloneRequestVNext) SetId(v string)
SetId sets field value
func (*BlogAuthorCloneRequestVNext) SetLanguage ¶
func (o *BlogAuthorCloneRequestVNext) SetLanguage(v string)
SetLanguage gets a reference to the given string and assigns it to the Language field.
func (*BlogAuthorCloneRequestVNext) SetPrimaryLanguage ¶
func (o *BlogAuthorCloneRequestVNext) SetPrimaryLanguage(v string)
SetPrimaryLanguage gets a reference to the given string and assigns it to the PrimaryLanguage field.
type BlogAuthorsApiService ¶
type BlogAuthorsApiService service
BlogAuthorsApiService BlogAuthorsApi service
func (*BlogAuthorsApiService) Archive ¶
func (a *BlogAuthorsApiService) Archive(ctx context.Context, objectId string) ApiArchiveRequest
Archive Delete a Blog Author
Delete the Blog Author object identified by the id in the path.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param objectId The Blog Author id. @return ApiArchiveRequest
func (*BlogAuthorsApiService) ArchiveExecute ¶
func (a *BlogAuthorsApiService) ArchiveExecute(r ApiArchiveRequest) (*http.Response, error)
Execute executes the request
func (*BlogAuthorsApiService) AttachToLanguageGroup ¶
func (a *BlogAuthorsApiService) AttachToLanguageGroup(ctx context.Context) ApiAttachToLanguageGroupRequest
AttachToLanguageGroup Attach a Blog Author to a multi-language group
Attach a Blog Author to a multi-language group.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiAttachToLanguageGroupRequest
func (*BlogAuthorsApiService) AttachToLanguageGroupExecute ¶
func (a *BlogAuthorsApiService) AttachToLanguageGroupExecute(r ApiAttachToLanguageGroupRequest) (*Error, *http.Response, error)
Execute executes the request
@return Error
func (*BlogAuthorsApiService) BatchArchive ¶
func (a *BlogAuthorsApiService) BatchArchive(ctx context.Context) ApiBatchArchiveRequest
BatchArchive Delete a batch of Blog Authors
Delete the Blog Author objects identified in the request body.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiBatchArchiveRequest
func (*BlogAuthorsApiService) BatchArchiveExecute ¶
func (a *BlogAuthorsApiService) BatchArchiveExecute(r ApiBatchArchiveRequest) (*http.Response, error)
Execute executes the request
func (*BlogAuthorsApiService) BatchCreate ¶
func (a *BlogAuthorsApiService) BatchCreate(ctx context.Context) ApiBatchCreateRequest
BatchCreate Create a batch of Blog Authors
Create the Blog Author objects detailed in the request body.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiBatchCreateRequest
func (*BlogAuthorsApiService) BatchCreateExecute ¶
func (a *BlogAuthorsApiService) BatchCreateExecute(r ApiBatchCreateRequest) (*BatchResponseBlogAuthor, *http.Response, error)
Execute executes the request
@return BatchResponseBlogAuthor
func (*BlogAuthorsApiService) BatchRead ¶
func (a *BlogAuthorsApiService) BatchRead(ctx context.Context) ApiBatchReadRequest
BatchRead Retrieve a batch of Blog Authors
Retrieve the Blog Author objects identified in the request body.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiBatchReadRequest
func (*BlogAuthorsApiService) BatchReadExecute ¶
func (a *BlogAuthorsApiService) BatchReadExecute(r ApiBatchReadRequest) (*BatchResponseBlogAuthor, *http.Response, error)
Execute executes the request
@return BatchResponseBlogAuthor
func (*BlogAuthorsApiService) BatchUpdate ¶
func (a *BlogAuthorsApiService) BatchUpdate(ctx context.Context) ApiBatchUpdateRequest
BatchUpdate Update a batch of Blog Authors
Update the Blog Author objects identified in the request body.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiBatchUpdateRequest
func (*BlogAuthorsApiService) BatchUpdateExecute ¶
func (a *BlogAuthorsApiService) BatchUpdateExecute(r ApiBatchUpdateRequest) (*BatchResponseBlogAuthor, *http.Response, error)
Execute executes the request
@return BatchResponseBlogAuthor
func (*BlogAuthorsApiService) Create ¶
func (a *BlogAuthorsApiService) Create(ctx context.Context) ApiCreateRequest
Create Create a new Blog Author
Create a new Blog Author.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateRequest
func (*BlogAuthorsApiService) CreateExecute ¶
func (a *BlogAuthorsApiService) CreateExecute(r ApiCreateRequest) (*BlogAuthor, *http.Response, error)
Execute executes the request
@return BlogAuthor
func (*BlogAuthorsApiService) CreateLanguageVariation ¶
func (a *BlogAuthorsApiService) CreateLanguageVariation(ctx context.Context) ApiCreateLanguageVariationRequest
CreateLanguageVariation Create a new language variation
Create a new language variation from an existing Blog Author.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateLanguageVariationRequest
func (*BlogAuthorsApiService) CreateLanguageVariationExecute ¶
func (a *BlogAuthorsApiService) CreateLanguageVariationExecute(r ApiCreateLanguageVariationRequest) (*BlogAuthor, *http.Response, error)
Execute executes the request
@return BlogAuthor
func (*BlogAuthorsApiService) DetachFromLanguageGroup ¶
func (a *BlogAuthorsApiService) DetachFromLanguageGroup(ctx context.Context) ApiDetachFromLanguageGroupRequest
DetachFromLanguageGroup Detach a Blog Author from a multi-language group
Detach a Blog Author from a multi-language group.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiDetachFromLanguageGroupRequest
func (*BlogAuthorsApiService) DetachFromLanguageGroupExecute ¶
func (a *BlogAuthorsApiService) DetachFromLanguageGroupExecute(r ApiDetachFromLanguageGroupRequest) (*Error, *http.Response, error)
Execute executes the request
@return Error
func (*BlogAuthorsApiService) GetByID ¶
func (a *BlogAuthorsApiService) GetByID(ctx context.Context, objectId string) ApiGetByIDRequest
GetByID Retrieve a Blog Author
Retrieve the Blog Author object identified by the id in the path.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param objectId The Blog Author id. @return ApiGetByIDRequest
func (*BlogAuthorsApiService) GetByIDExecute ¶
func (a *BlogAuthorsApiService) GetByIDExecute(r ApiGetByIDRequest) (*BlogAuthor, *http.Response, error)
Execute executes the request
@return BlogAuthor
func (*BlogAuthorsApiService) GetPage ¶
func (a *BlogAuthorsApiService) GetPage(ctx context.Context) ApiGetPageRequest
GetPage Get all Blog Authors
Get the list of blog authors. Supports paging and filtering. This method would be useful for an integration that examined these models and used an external service to suggest edits.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetPageRequest
func (*BlogAuthorsApiService) GetPageExecute ¶
func (a *BlogAuthorsApiService) GetPageExecute(r ApiGetPageRequest) (*CollectionResponseWithTotalBlogAuthorForwardPaging, *http.Response, error)
Execute executes the request
@return CollectionResponseWithTotalBlogAuthorForwardPaging
func (*BlogAuthorsApiService) SetLanguagePrimary ¶
func (a *BlogAuthorsApiService) SetLanguagePrimary(ctx context.Context) ApiSetLanguagePrimaryRequest
SetLanguagePrimary Set a new primary language
Set a Blog Author as the primary language of a multi-language group.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSetLanguagePrimaryRequest
func (*BlogAuthorsApiService) SetLanguagePrimaryExecute ¶
func (a *BlogAuthorsApiService) SetLanguagePrimaryExecute(r ApiSetLanguagePrimaryRequest) (*http.Response, error)
Execute executes the request
func (*BlogAuthorsApiService) Update ¶
func (a *BlogAuthorsApiService) Update(ctx context.Context, objectId string) ApiUpdateRequest
Update Update a Blog Author
Sparse updates a single Blog Author object identified by the id in the path. All the column values need not be specified. Only the that need to be modified can be specified.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param objectId The Blog Author id. @return ApiUpdateRequest
func (*BlogAuthorsApiService) UpdateExecute ¶
func (a *BlogAuthorsApiService) UpdateExecute(r ApiUpdateRequest) (*BlogAuthor, *http.Response, error)
Execute executes the request
@return BlogAuthor
func (*BlogAuthorsApiService) UpdateLanguages ¶
func (a *BlogAuthorsApiService) UpdateLanguages(ctx context.Context) ApiUpdateLanguagesRequest
UpdateLanguages Update languages of multi-language group
Explicitly set new languages for each Blog Author in a multi-language group.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiUpdateLanguagesRequest
func (*BlogAuthorsApiService) UpdateLanguagesExecute ¶
func (a *BlogAuthorsApiService) UpdateLanguagesExecute(r ApiUpdateLanguagesRequest) (*Error, *http.Response, error)
Execute executes the request
@return Error
type CollectionResponseWithTotalBlogAuthorForwardPaging ¶
type CollectionResponseWithTotalBlogAuthorForwardPaging struct { // Total number of blog authors. Total int32 `json:"total"` // Collection of blog authors. Results []BlogAuthor `json:"results"` Paging *ForwardPaging `json:"paging,omitempty"` }
CollectionResponseWithTotalBlogAuthorForwardPaging Response object for collections of blog authors with pagination information.
func NewCollectionResponseWithTotalBlogAuthorForwardPaging ¶
func NewCollectionResponseWithTotalBlogAuthorForwardPaging(total int32, results []BlogAuthor) *CollectionResponseWithTotalBlogAuthorForwardPaging
NewCollectionResponseWithTotalBlogAuthorForwardPaging instantiates a new CollectionResponseWithTotalBlogAuthorForwardPaging 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 NewCollectionResponseWithTotalBlogAuthorForwardPagingWithDefaults ¶
func NewCollectionResponseWithTotalBlogAuthorForwardPagingWithDefaults() *CollectionResponseWithTotalBlogAuthorForwardPaging
NewCollectionResponseWithTotalBlogAuthorForwardPagingWithDefaults instantiates a new CollectionResponseWithTotalBlogAuthorForwardPaging 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 (*CollectionResponseWithTotalBlogAuthorForwardPaging) GetPaging ¶
func (o *CollectionResponseWithTotalBlogAuthorForwardPaging) GetPaging() ForwardPaging
GetPaging returns the Paging field value if set, zero value otherwise.
func (*CollectionResponseWithTotalBlogAuthorForwardPaging) GetPagingOk ¶
func (o *CollectionResponseWithTotalBlogAuthorForwardPaging) GetPagingOk() (*ForwardPaging, bool)
GetPagingOk returns a tuple with the Paging field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CollectionResponseWithTotalBlogAuthorForwardPaging) GetResults ¶
func (o *CollectionResponseWithTotalBlogAuthorForwardPaging) GetResults() []BlogAuthor
GetResults returns the Results field value
func (*CollectionResponseWithTotalBlogAuthorForwardPaging) GetResultsOk ¶
func (o *CollectionResponseWithTotalBlogAuthorForwardPaging) GetResultsOk() ([]BlogAuthor, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (*CollectionResponseWithTotalBlogAuthorForwardPaging) GetTotal ¶
func (o *CollectionResponseWithTotalBlogAuthorForwardPaging) GetTotal() int32
GetTotal returns the Total field value
func (*CollectionResponseWithTotalBlogAuthorForwardPaging) GetTotalOk ¶
func (o *CollectionResponseWithTotalBlogAuthorForwardPaging) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (*CollectionResponseWithTotalBlogAuthorForwardPaging) HasPaging ¶
func (o *CollectionResponseWithTotalBlogAuthorForwardPaging) HasPaging() bool
HasPaging returns a boolean if a field has been set.
func (CollectionResponseWithTotalBlogAuthorForwardPaging) MarshalJSON ¶
func (o CollectionResponseWithTotalBlogAuthorForwardPaging) MarshalJSON() ([]byte, error)
func (*CollectionResponseWithTotalBlogAuthorForwardPaging) SetPaging ¶
func (o *CollectionResponseWithTotalBlogAuthorForwardPaging) SetPaging(v ForwardPaging)
SetPaging gets a reference to the given ForwardPaging and assigns it to the Paging field.
func (*CollectionResponseWithTotalBlogAuthorForwardPaging) SetResults ¶
func (o *CollectionResponseWithTotalBlogAuthorForwardPaging) SetResults(v []BlogAuthor)
SetResults sets field value
func (*CollectionResponseWithTotalBlogAuthorForwardPaging) SetTotal ¶
func (o *CollectionResponseWithTotalBlogAuthorForwardPaging) SetTotal(v int32)
SetTotal sets field value
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type DetachFromLangGroupRequestVNext ¶
type DetachFromLangGroupRequestVNext struct { // ID of the object to remove from a multi-language group. Id string `json:"id"` }
DetachFromLangGroupRequestVNext Request body object for detaching objects from multi-language groups.
func NewDetachFromLangGroupRequestVNext ¶
func NewDetachFromLangGroupRequestVNext(id string) *DetachFromLangGroupRequestVNext
NewDetachFromLangGroupRequestVNext instantiates a new DetachFromLangGroupRequestVNext 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 NewDetachFromLangGroupRequestVNextWithDefaults ¶
func NewDetachFromLangGroupRequestVNextWithDefaults() *DetachFromLangGroupRequestVNext
NewDetachFromLangGroupRequestVNextWithDefaults instantiates a new DetachFromLangGroupRequestVNext 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 (*DetachFromLangGroupRequestVNext) GetId ¶
func (o *DetachFromLangGroupRequestVNext) GetId() string
GetId returns the Id field value
func (*DetachFromLangGroupRequestVNext) GetIdOk ¶
func (o *DetachFromLangGroupRequestVNext) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (DetachFromLangGroupRequestVNext) MarshalJSON ¶
func (o DetachFromLangGroupRequestVNext) MarshalJSON() ([]byte, error)
func (*DetachFromLangGroupRequestVNext) SetId ¶
func (o *DetachFromLangGroupRequestVNext) SetId(v string)
SetId sets field value
type Error ¶
type Error struct { // A human readable message describing the error along with remediation steps where appropriate Message string `json:"message"` // A unique identifier for the request. Include this value with any error reports or support tickets CorrelationId string `json:"correlationId"` // The error category Category string `json:"category"` // A specific category that contains more specific detail about the error SubCategory *string `json:"subCategory,omitempty"` // further information about the error Errors []ErrorDetail `json:"errors,omitempty"` // Context about the error condition Context *map[string][]string `json:"context,omitempty"` // A map of link names to associated URIs containing documentation about the error or recommended remediation steps Links *map[string]string `json:"links,omitempty"` }
Error struct for Error
func NewError ¶
NewError instantiates a new Error 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 NewErrorWithDefaults ¶
func NewErrorWithDefaults() *Error
NewErrorWithDefaults instantiates a new Error 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 (*Error) GetCategory ¶
GetCategory returns the Category field value
func (*Error) GetCategoryOk ¶
GetCategoryOk returns a tuple with the Category field value and a boolean to check if the value has been set.
func (*Error) GetContext ¶
GetContext returns the Context field value if set, zero value otherwise.
func (*Error) GetContextOk ¶
GetContextOk returns a tuple with the Context field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) GetCorrelationId ¶
GetCorrelationId returns the CorrelationId field value
func (*Error) GetCorrelationIdOk ¶
GetCorrelationIdOk returns a tuple with the CorrelationId field value and a boolean to check if the value has been set.
func (*Error) GetErrors ¶
func (o *Error) GetErrors() []ErrorDetail
GetErrors returns the Errors field value if set, zero value otherwise.
func (*Error) GetErrorsOk ¶
func (o *Error) GetErrorsOk() ([]ErrorDetail, bool)
GetErrorsOk returns a tuple with the Errors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) GetLinksOk ¶
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) GetMessage ¶
GetMessage returns the Message field value
func (*Error) GetMessageOk ¶
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*Error) GetSubCategory ¶
GetSubCategory returns the SubCategory field value if set, zero value otherwise.
func (*Error) GetSubCategoryOk ¶
GetSubCategoryOk returns a tuple with the SubCategory field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) HasContext ¶
HasContext returns a boolean if a field has been set.
func (*Error) HasSubCategory ¶
HasSubCategory returns a boolean if a field has been set.
func (Error) MarshalJSON ¶
func (*Error) SetContext ¶
SetContext gets a reference to the given map[string][]string and assigns it to the Context field.
func (*Error) SetCorrelationId ¶
SetCorrelationId sets field value
func (*Error) SetErrors ¶
func (o *Error) SetErrors(v []ErrorDetail)
SetErrors gets a reference to the given []ErrorDetail and assigns it to the Errors field.
func (*Error) SetLinks ¶
SetLinks gets a reference to the given map[string]string and assigns it to the Links field.
func (*Error) SetSubCategory ¶
SetSubCategory gets a reference to the given string and assigns it to the SubCategory field.
type ErrorDetail ¶
type ErrorDetail struct { // A human readable message describing the error along with remediation steps where appropriate Message string `json:"message"` // The name of the field or parameter in which the error was found. In *string `json:"in,omitempty"` // The status code associated with the error detail Code *string `json:"code,omitempty"` // A specific category that contains more specific detail about the error SubCategory *string `json:"subCategory,omitempty"` // Context about the error condition Context *map[string][]string `json:"context,omitempty"` }
ErrorDetail struct for ErrorDetail
func NewErrorDetail ¶
func NewErrorDetail(message string) *ErrorDetail
NewErrorDetail instantiates a new ErrorDetail 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 NewErrorDetailWithDefaults ¶
func NewErrorDetailWithDefaults() *ErrorDetail
NewErrorDetailWithDefaults instantiates a new ErrorDetail 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 (*ErrorDetail) GetCode ¶
func (o *ErrorDetail) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*ErrorDetail) GetCodeOk ¶
func (o *ErrorDetail) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorDetail) GetContext ¶
func (o *ErrorDetail) GetContext() map[string][]string
GetContext returns the Context field value if set, zero value otherwise.
func (*ErrorDetail) GetContextOk ¶
func (o *ErrorDetail) GetContextOk() (*map[string][]string, bool)
GetContextOk returns a tuple with the Context field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorDetail) GetIn ¶
func (o *ErrorDetail) GetIn() string
GetIn returns the In field value if set, zero value otherwise.
func (*ErrorDetail) GetInOk ¶
func (o *ErrorDetail) GetInOk() (*string, bool)
GetInOk returns a tuple with the In field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorDetail) GetMessage ¶
func (o *ErrorDetail) GetMessage() string
GetMessage returns the Message field value
func (*ErrorDetail) GetMessageOk ¶
func (o *ErrorDetail) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*ErrorDetail) GetSubCategory ¶
func (o *ErrorDetail) GetSubCategory() string
GetSubCategory returns the SubCategory field value if set, zero value otherwise.
func (*ErrorDetail) GetSubCategoryOk ¶
func (o *ErrorDetail) GetSubCategoryOk() (*string, bool)
GetSubCategoryOk returns a tuple with the SubCategory field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorDetail) HasCode ¶
func (o *ErrorDetail) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*ErrorDetail) HasContext ¶
func (o *ErrorDetail) HasContext() bool
HasContext returns a boolean if a field has been set.
func (*ErrorDetail) HasIn ¶
func (o *ErrorDetail) HasIn() bool
HasIn returns a boolean if a field has been set.
func (*ErrorDetail) HasSubCategory ¶
func (o *ErrorDetail) HasSubCategory() bool
HasSubCategory returns a boolean if a field has been set.
func (ErrorDetail) MarshalJSON ¶
func (o ErrorDetail) MarshalJSON() ([]byte, error)
func (*ErrorDetail) SetCode ¶
func (o *ErrorDetail) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*ErrorDetail) SetContext ¶
func (o *ErrorDetail) SetContext(v map[string][]string)
SetContext gets a reference to the given map[string][]string and assigns it to the Context field.
func (*ErrorDetail) SetIn ¶
func (o *ErrorDetail) SetIn(v string)
SetIn gets a reference to the given string and assigns it to the In field.
func (*ErrorDetail) SetMessage ¶
func (o *ErrorDetail) SetMessage(v string)
SetMessage sets field value
func (*ErrorDetail) SetSubCategory ¶
func (o *ErrorDetail) SetSubCategory(v string)
SetSubCategory gets a reference to the given string and assigns it to the SubCategory field.
type ForwardPaging ¶
type ForwardPaging struct {
Next *NextPage `json:"next,omitempty"`
}
ForwardPaging Model definition for forward paging.
func NewForwardPaging ¶
func NewForwardPaging() *ForwardPaging
NewForwardPaging instantiates a new ForwardPaging 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 NewForwardPagingWithDefaults ¶
func NewForwardPagingWithDefaults() *ForwardPaging
NewForwardPagingWithDefaults instantiates a new ForwardPaging 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 (*ForwardPaging) GetNext ¶
func (o *ForwardPaging) GetNext() NextPage
GetNext returns the Next field value if set, zero value otherwise.
func (*ForwardPaging) GetNextOk ¶
func (o *ForwardPaging) GetNextOk() (*NextPage, bool)
GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ForwardPaging) HasNext ¶
func (o *ForwardPaging) HasNext() bool
HasNext returns a boolean if a field has been set.
func (ForwardPaging) MarshalJSON ¶
func (o ForwardPaging) MarshalJSON() ([]byte, error)
func (*ForwardPaging) SetNext ¶
func (o *ForwardPaging) SetNext(v NextPage)
SetNext gets a reference to the given NextPage and assigns it to the Next field.
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type NextPage ¶
NextPage Model definition for a next page.
func NewNextPage ¶
NewNextPage instantiates a new NextPage 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 NewNextPageWithDefaults ¶
func NewNextPageWithDefaults() *NextPage
NewNextPageWithDefaults instantiates a new NextPage 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 (*NextPage) GetAfterOk ¶
GetAfterOk returns a tuple with the After field value and a boolean to check if the value has been set.
func (*NextPage) GetLinkOk ¶
GetLinkOk returns a tuple with the Link field value if set, nil otherwise and a boolean to check if the value has been set.
func (NextPage) MarshalJSON ¶
type NullableAttachToLangPrimaryRequestVNext ¶
type NullableAttachToLangPrimaryRequestVNext struct {
// contains filtered or unexported fields
}
func NewNullableAttachToLangPrimaryRequestVNext ¶
func NewNullableAttachToLangPrimaryRequestVNext(val *AttachToLangPrimaryRequestVNext) *NullableAttachToLangPrimaryRequestVNext
func (NullableAttachToLangPrimaryRequestVNext) IsSet ¶
func (v NullableAttachToLangPrimaryRequestVNext) IsSet() bool
func (NullableAttachToLangPrimaryRequestVNext) MarshalJSON ¶
func (v NullableAttachToLangPrimaryRequestVNext) MarshalJSON() ([]byte, error)
func (*NullableAttachToLangPrimaryRequestVNext) Set ¶
func (v *NullableAttachToLangPrimaryRequestVNext) Set(val *AttachToLangPrimaryRequestVNext)
func (*NullableAttachToLangPrimaryRequestVNext) UnmarshalJSON ¶
func (v *NullableAttachToLangPrimaryRequestVNext) UnmarshalJSON(src []byte) error
func (*NullableAttachToLangPrimaryRequestVNext) Unset ¶
func (v *NullableAttachToLangPrimaryRequestVNext) Unset()
type NullableBatchInputBlogAuthor ¶
type NullableBatchInputBlogAuthor struct {
// contains filtered or unexported fields
}
func NewNullableBatchInputBlogAuthor ¶
func NewNullableBatchInputBlogAuthor(val *BatchInputBlogAuthor) *NullableBatchInputBlogAuthor
func (NullableBatchInputBlogAuthor) Get ¶
func (v NullableBatchInputBlogAuthor) Get() *BatchInputBlogAuthor
func (NullableBatchInputBlogAuthor) IsSet ¶
func (v NullableBatchInputBlogAuthor) IsSet() bool
func (NullableBatchInputBlogAuthor) MarshalJSON ¶
func (v NullableBatchInputBlogAuthor) MarshalJSON() ([]byte, error)
func (*NullableBatchInputBlogAuthor) Set ¶
func (v *NullableBatchInputBlogAuthor) Set(val *BatchInputBlogAuthor)
func (*NullableBatchInputBlogAuthor) UnmarshalJSON ¶
func (v *NullableBatchInputBlogAuthor) UnmarshalJSON(src []byte) error
func (*NullableBatchInputBlogAuthor) Unset ¶
func (v *NullableBatchInputBlogAuthor) Unset()
type NullableBatchInputJsonNode ¶
type NullableBatchInputJsonNode struct {
// contains filtered or unexported fields
}
func NewNullableBatchInputJsonNode ¶
func NewNullableBatchInputJsonNode(val *BatchInputJsonNode) *NullableBatchInputJsonNode
func (NullableBatchInputJsonNode) Get ¶
func (v NullableBatchInputJsonNode) Get() *BatchInputJsonNode
func (NullableBatchInputJsonNode) IsSet ¶
func (v NullableBatchInputJsonNode) IsSet() bool
func (NullableBatchInputJsonNode) MarshalJSON ¶
func (v NullableBatchInputJsonNode) MarshalJSON() ([]byte, error)
func (*NullableBatchInputJsonNode) Set ¶
func (v *NullableBatchInputJsonNode) Set(val *BatchInputJsonNode)
func (*NullableBatchInputJsonNode) UnmarshalJSON ¶
func (v *NullableBatchInputJsonNode) UnmarshalJSON(src []byte) error
func (*NullableBatchInputJsonNode) Unset ¶
func (v *NullableBatchInputJsonNode) Unset()
type NullableBatchInputString ¶
type NullableBatchInputString struct {
// contains filtered or unexported fields
}
func NewNullableBatchInputString ¶
func NewNullableBatchInputString(val *BatchInputString) *NullableBatchInputString
func (NullableBatchInputString) Get ¶
func (v NullableBatchInputString) Get() *BatchInputString
func (NullableBatchInputString) IsSet ¶
func (v NullableBatchInputString) IsSet() bool
func (NullableBatchInputString) MarshalJSON ¶
func (v NullableBatchInputString) MarshalJSON() ([]byte, error)
func (*NullableBatchInputString) Set ¶
func (v *NullableBatchInputString) Set(val *BatchInputString)
func (*NullableBatchInputString) UnmarshalJSON ¶
func (v *NullableBatchInputString) UnmarshalJSON(src []byte) error
func (*NullableBatchInputString) Unset ¶
func (v *NullableBatchInputString) Unset()
type NullableBatchResponseBlogAuthor ¶
type NullableBatchResponseBlogAuthor struct {
// contains filtered or unexported fields
}
func NewNullableBatchResponseBlogAuthor ¶
func NewNullableBatchResponseBlogAuthor(val *BatchResponseBlogAuthor) *NullableBatchResponseBlogAuthor
func (NullableBatchResponseBlogAuthor) Get ¶
func (v NullableBatchResponseBlogAuthor) Get() *BatchResponseBlogAuthor
func (NullableBatchResponseBlogAuthor) IsSet ¶
func (v NullableBatchResponseBlogAuthor) IsSet() bool
func (NullableBatchResponseBlogAuthor) MarshalJSON ¶
func (v NullableBatchResponseBlogAuthor) MarshalJSON() ([]byte, error)
func (*NullableBatchResponseBlogAuthor) Set ¶
func (v *NullableBatchResponseBlogAuthor) Set(val *BatchResponseBlogAuthor)
func (*NullableBatchResponseBlogAuthor) UnmarshalJSON ¶
func (v *NullableBatchResponseBlogAuthor) UnmarshalJSON(src []byte) error
func (*NullableBatchResponseBlogAuthor) Unset ¶
func (v *NullableBatchResponseBlogAuthor) Unset()
type NullableBatchResponseBlogAuthorWithErrors ¶
type NullableBatchResponseBlogAuthorWithErrors struct {
// contains filtered or unexported fields
}
func NewNullableBatchResponseBlogAuthorWithErrors ¶
func NewNullableBatchResponseBlogAuthorWithErrors(val *BatchResponseBlogAuthorWithErrors) *NullableBatchResponseBlogAuthorWithErrors
func (NullableBatchResponseBlogAuthorWithErrors) IsSet ¶
func (v NullableBatchResponseBlogAuthorWithErrors) IsSet() bool
func (NullableBatchResponseBlogAuthorWithErrors) MarshalJSON ¶
func (v NullableBatchResponseBlogAuthorWithErrors) MarshalJSON() ([]byte, error)
func (*NullableBatchResponseBlogAuthorWithErrors) Set ¶
func (v *NullableBatchResponseBlogAuthorWithErrors) Set(val *BatchResponseBlogAuthorWithErrors)
func (*NullableBatchResponseBlogAuthorWithErrors) UnmarshalJSON ¶
func (v *NullableBatchResponseBlogAuthorWithErrors) UnmarshalJSON(src []byte) error
func (*NullableBatchResponseBlogAuthorWithErrors) Unset ¶
func (v *NullableBatchResponseBlogAuthorWithErrors) Unset()
type NullableBlogAuthor ¶
type NullableBlogAuthor struct {
// contains filtered or unexported fields
}
func NewNullableBlogAuthor ¶
func NewNullableBlogAuthor(val *BlogAuthor) *NullableBlogAuthor
func (NullableBlogAuthor) Get ¶
func (v NullableBlogAuthor) Get() *BlogAuthor
func (NullableBlogAuthor) IsSet ¶
func (v NullableBlogAuthor) IsSet() bool
func (NullableBlogAuthor) MarshalJSON ¶
func (v NullableBlogAuthor) MarshalJSON() ([]byte, error)
func (*NullableBlogAuthor) Set ¶
func (v *NullableBlogAuthor) Set(val *BlogAuthor)
func (*NullableBlogAuthor) UnmarshalJSON ¶
func (v *NullableBlogAuthor) UnmarshalJSON(src []byte) error
func (*NullableBlogAuthor) Unset ¶
func (v *NullableBlogAuthor) Unset()
type NullableBlogAuthorCloneRequestVNext ¶
type NullableBlogAuthorCloneRequestVNext struct {
// contains filtered or unexported fields
}
func NewNullableBlogAuthorCloneRequestVNext ¶
func NewNullableBlogAuthorCloneRequestVNext(val *BlogAuthorCloneRequestVNext) *NullableBlogAuthorCloneRequestVNext
func (NullableBlogAuthorCloneRequestVNext) Get ¶
func (v NullableBlogAuthorCloneRequestVNext) Get() *BlogAuthorCloneRequestVNext
func (NullableBlogAuthorCloneRequestVNext) IsSet ¶
func (v NullableBlogAuthorCloneRequestVNext) IsSet() bool
func (NullableBlogAuthorCloneRequestVNext) MarshalJSON ¶
func (v NullableBlogAuthorCloneRequestVNext) MarshalJSON() ([]byte, error)
func (*NullableBlogAuthorCloneRequestVNext) Set ¶
func (v *NullableBlogAuthorCloneRequestVNext) Set(val *BlogAuthorCloneRequestVNext)
func (*NullableBlogAuthorCloneRequestVNext) UnmarshalJSON ¶
func (v *NullableBlogAuthorCloneRequestVNext) UnmarshalJSON(src []byte) error
func (*NullableBlogAuthorCloneRequestVNext) Unset ¶
func (v *NullableBlogAuthorCloneRequestVNext) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableCollectionResponseWithTotalBlogAuthorForwardPaging ¶
type NullableCollectionResponseWithTotalBlogAuthorForwardPaging struct {
// contains filtered or unexported fields
}
func NewNullableCollectionResponseWithTotalBlogAuthorForwardPaging ¶
func NewNullableCollectionResponseWithTotalBlogAuthorForwardPaging(val *CollectionResponseWithTotalBlogAuthorForwardPaging) *NullableCollectionResponseWithTotalBlogAuthorForwardPaging
func (NullableCollectionResponseWithTotalBlogAuthorForwardPaging) IsSet ¶
func (v NullableCollectionResponseWithTotalBlogAuthorForwardPaging) IsSet() bool
func (NullableCollectionResponseWithTotalBlogAuthorForwardPaging) MarshalJSON ¶
func (v NullableCollectionResponseWithTotalBlogAuthorForwardPaging) MarshalJSON() ([]byte, error)
func (*NullableCollectionResponseWithTotalBlogAuthorForwardPaging) UnmarshalJSON ¶
func (v *NullableCollectionResponseWithTotalBlogAuthorForwardPaging) UnmarshalJSON(src []byte) error
func (*NullableCollectionResponseWithTotalBlogAuthorForwardPaging) Unset ¶
func (v *NullableCollectionResponseWithTotalBlogAuthorForwardPaging) Unset()
type NullableDetachFromLangGroupRequestVNext ¶
type NullableDetachFromLangGroupRequestVNext struct {
// contains filtered or unexported fields
}
func NewNullableDetachFromLangGroupRequestVNext ¶
func NewNullableDetachFromLangGroupRequestVNext(val *DetachFromLangGroupRequestVNext) *NullableDetachFromLangGroupRequestVNext
func (NullableDetachFromLangGroupRequestVNext) IsSet ¶
func (v NullableDetachFromLangGroupRequestVNext) IsSet() bool
func (NullableDetachFromLangGroupRequestVNext) MarshalJSON ¶
func (v NullableDetachFromLangGroupRequestVNext) MarshalJSON() ([]byte, error)
func (*NullableDetachFromLangGroupRequestVNext) Set ¶
func (v *NullableDetachFromLangGroupRequestVNext) Set(val *DetachFromLangGroupRequestVNext)
func (*NullableDetachFromLangGroupRequestVNext) UnmarshalJSON ¶
func (v *NullableDetachFromLangGroupRequestVNext) UnmarshalJSON(src []byte) error
func (*NullableDetachFromLangGroupRequestVNext) Unset ¶
func (v *NullableDetachFromLangGroupRequestVNext) Unset()
type NullableError ¶
type NullableError struct {
// contains filtered or unexported fields
}
func NewNullableError ¶
func NewNullableError(val *Error) *NullableError
func (NullableError) Get ¶
func (v NullableError) Get() *Error
func (NullableError) IsSet ¶
func (v NullableError) IsSet() bool
func (NullableError) MarshalJSON ¶
func (v NullableError) MarshalJSON() ([]byte, error)
func (*NullableError) Set ¶
func (v *NullableError) Set(val *Error)
func (*NullableError) UnmarshalJSON ¶
func (v *NullableError) UnmarshalJSON(src []byte) error
func (*NullableError) Unset ¶
func (v *NullableError) Unset()
type NullableErrorDetail ¶
type NullableErrorDetail struct {
// contains filtered or unexported fields
}
func NewNullableErrorDetail ¶
func NewNullableErrorDetail(val *ErrorDetail) *NullableErrorDetail
func (NullableErrorDetail) Get ¶
func (v NullableErrorDetail) Get() *ErrorDetail
func (NullableErrorDetail) IsSet ¶
func (v NullableErrorDetail) IsSet() bool
func (NullableErrorDetail) MarshalJSON ¶
func (v NullableErrorDetail) MarshalJSON() ([]byte, error)
func (*NullableErrorDetail) Set ¶
func (v *NullableErrorDetail) Set(val *ErrorDetail)
func (*NullableErrorDetail) UnmarshalJSON ¶
func (v *NullableErrorDetail) UnmarshalJSON(src []byte) error
func (*NullableErrorDetail) Unset ¶
func (v *NullableErrorDetail) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableForwardPaging ¶
type NullableForwardPaging struct {
// contains filtered or unexported fields
}
func NewNullableForwardPaging ¶
func NewNullableForwardPaging(val *ForwardPaging) *NullableForwardPaging
func (NullableForwardPaging) Get ¶
func (v NullableForwardPaging) Get() *ForwardPaging
func (NullableForwardPaging) IsSet ¶
func (v NullableForwardPaging) IsSet() bool
func (NullableForwardPaging) MarshalJSON ¶
func (v NullableForwardPaging) MarshalJSON() ([]byte, error)
func (*NullableForwardPaging) Set ¶
func (v *NullableForwardPaging) Set(val *ForwardPaging)
func (*NullableForwardPaging) UnmarshalJSON ¶
func (v *NullableForwardPaging) UnmarshalJSON(src []byte) error
func (*NullableForwardPaging) Unset ¶
func (v *NullableForwardPaging) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableNextPage ¶
type NullableNextPage struct {
// contains filtered or unexported fields
}
func NewNullableNextPage ¶
func NewNullableNextPage(val *NextPage) *NullableNextPage
func (NullableNextPage) Get ¶
func (v NullableNextPage) Get() *NextPage
func (NullableNextPage) IsSet ¶
func (v NullableNextPage) IsSet() bool
func (NullableNextPage) MarshalJSON ¶
func (v NullableNextPage) MarshalJSON() ([]byte, error)
func (*NullableNextPage) Set ¶
func (v *NullableNextPage) Set(val *NextPage)
func (*NullableNextPage) UnmarshalJSON ¶
func (v *NullableNextPage) UnmarshalJSON(src []byte) error
func (*NullableNextPage) Unset ¶
func (v *NullableNextPage) Unset()
type NullableSetNewLanguagePrimaryRequestVNext ¶
type NullableSetNewLanguagePrimaryRequestVNext struct {
// contains filtered or unexported fields
}
func NewNullableSetNewLanguagePrimaryRequestVNext ¶
func NewNullableSetNewLanguagePrimaryRequestVNext(val *SetNewLanguagePrimaryRequestVNext) *NullableSetNewLanguagePrimaryRequestVNext
func (NullableSetNewLanguagePrimaryRequestVNext) IsSet ¶
func (v NullableSetNewLanguagePrimaryRequestVNext) IsSet() bool
func (NullableSetNewLanguagePrimaryRequestVNext) MarshalJSON ¶
func (v NullableSetNewLanguagePrimaryRequestVNext) MarshalJSON() ([]byte, error)
func (*NullableSetNewLanguagePrimaryRequestVNext) Set ¶
func (v *NullableSetNewLanguagePrimaryRequestVNext) Set(val *SetNewLanguagePrimaryRequestVNext)
func (*NullableSetNewLanguagePrimaryRequestVNext) UnmarshalJSON ¶
func (v *NullableSetNewLanguagePrimaryRequestVNext) UnmarshalJSON(src []byte) error
func (*NullableSetNewLanguagePrimaryRequestVNext) Unset ¶
func (v *NullableSetNewLanguagePrimaryRequestVNext) Unset()
type NullableStandardError ¶
type NullableStandardError struct {
// contains filtered or unexported fields
}
func NewNullableStandardError ¶
func NewNullableStandardError(val *StandardError) *NullableStandardError
func (NullableStandardError) Get ¶
func (v NullableStandardError) Get() *StandardError
func (NullableStandardError) IsSet ¶
func (v NullableStandardError) IsSet() bool
func (NullableStandardError) MarshalJSON ¶
func (v NullableStandardError) MarshalJSON() ([]byte, error)
func (*NullableStandardError) Set ¶
func (v *NullableStandardError) Set(val *StandardError)
func (*NullableStandardError) UnmarshalJSON ¶
func (v *NullableStandardError) UnmarshalJSON(src []byte) error
func (*NullableStandardError) Unset ¶
func (v *NullableStandardError) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableUpdateLanguagesRequestVNext ¶
type NullableUpdateLanguagesRequestVNext struct {
// contains filtered or unexported fields
}
func NewNullableUpdateLanguagesRequestVNext ¶
func NewNullableUpdateLanguagesRequestVNext(val *UpdateLanguagesRequestVNext) *NullableUpdateLanguagesRequestVNext
func (NullableUpdateLanguagesRequestVNext) Get ¶
func (v NullableUpdateLanguagesRequestVNext) Get() *UpdateLanguagesRequestVNext
func (NullableUpdateLanguagesRequestVNext) IsSet ¶
func (v NullableUpdateLanguagesRequestVNext) IsSet() bool
func (NullableUpdateLanguagesRequestVNext) MarshalJSON ¶
func (v NullableUpdateLanguagesRequestVNext) MarshalJSON() ([]byte, error)
func (*NullableUpdateLanguagesRequestVNext) Set ¶
func (v *NullableUpdateLanguagesRequestVNext) Set(val *UpdateLanguagesRequestVNext)
func (*NullableUpdateLanguagesRequestVNext) UnmarshalJSON ¶
func (v *NullableUpdateLanguagesRequestVNext) UnmarshalJSON(src []byte) error
func (*NullableUpdateLanguagesRequestVNext) Unset ¶
func (v *NullableUpdateLanguagesRequestVNext) Unset()
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type SetNewLanguagePrimaryRequestVNext ¶
type SetNewLanguagePrimaryRequestVNext struct { // ID of object to set as primary in multi-language group. Id string `json:"id"` }
SetNewLanguagePrimaryRequestVNext Request body object for setting a new primary language.
func NewSetNewLanguagePrimaryRequestVNext ¶
func NewSetNewLanguagePrimaryRequestVNext(id string) *SetNewLanguagePrimaryRequestVNext
NewSetNewLanguagePrimaryRequestVNext instantiates a new SetNewLanguagePrimaryRequestVNext 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 NewSetNewLanguagePrimaryRequestVNextWithDefaults ¶
func NewSetNewLanguagePrimaryRequestVNextWithDefaults() *SetNewLanguagePrimaryRequestVNext
NewSetNewLanguagePrimaryRequestVNextWithDefaults instantiates a new SetNewLanguagePrimaryRequestVNext 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 (*SetNewLanguagePrimaryRequestVNext) GetId ¶
func (o *SetNewLanguagePrimaryRequestVNext) GetId() string
GetId returns the Id field value
func (*SetNewLanguagePrimaryRequestVNext) GetIdOk ¶
func (o *SetNewLanguagePrimaryRequestVNext) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (SetNewLanguagePrimaryRequestVNext) MarshalJSON ¶
func (o SetNewLanguagePrimaryRequestVNext) MarshalJSON() ([]byte, error)
func (*SetNewLanguagePrimaryRequestVNext) SetId ¶
func (o *SetNewLanguagePrimaryRequestVNext) SetId(v string)
SetId sets field value
type StandardError ¶
type StandardError struct { // Error status. Status string `json:"status"` // Error ID. Id *string `json:"id,omitempty"` // Model definition for an error category. Category map[string]interface{} `json:"category"` // Error subcategory. SubCategory map[string]interface{} `json:"subCategory,omitempty"` // Error message. Message string `json:"message"` // List of error details. Errors []ErrorDetail `json:"errors"` // Error context. Context map[string][]string `json:"context"` // Error links. Links map[string]string `json:"links"` }
StandardError Model definition for a standard error.
func NewStandardError ¶
func NewStandardError(status string, category map[string]interface{}, message string, errors []ErrorDetail, context map[string][]string, links map[string]string) *StandardError
NewStandardError instantiates a new StandardError 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 NewStandardErrorWithDefaults ¶
func NewStandardErrorWithDefaults() *StandardError
NewStandardErrorWithDefaults instantiates a new StandardError 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 (*StandardError) GetCategory ¶
func (o *StandardError) GetCategory() map[string]interface{}
GetCategory returns the Category field value
func (*StandardError) GetCategoryOk ¶
func (o *StandardError) GetCategoryOk() (map[string]interface{}, bool)
GetCategoryOk returns a tuple with the Category field value and a boolean to check if the value has been set.
func (*StandardError) GetContext ¶
func (o *StandardError) GetContext() map[string][]string
GetContext returns the Context field value
func (*StandardError) GetContextOk ¶
func (o *StandardError) GetContextOk() (*map[string][]string, bool)
GetContextOk returns a tuple with the Context field value and a boolean to check if the value has been set.
func (*StandardError) GetErrors ¶
func (o *StandardError) GetErrors() []ErrorDetail
GetErrors returns the Errors field value
func (*StandardError) GetErrorsOk ¶
func (o *StandardError) GetErrorsOk() ([]ErrorDetail, bool)
GetErrorsOk returns a tuple with the Errors field value and a boolean to check if the value has been set.
func (*StandardError) GetId ¶
func (o *StandardError) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*StandardError) GetIdOk ¶
func (o *StandardError) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StandardError) GetLinks ¶
func (o *StandardError) GetLinks() map[string]string
GetLinks returns the Links field value
func (*StandardError) GetLinksOk ¶
func (o *StandardError) GetLinksOk() (*map[string]string, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set.
func (*StandardError) GetMessage ¶
func (o *StandardError) GetMessage() string
GetMessage returns the Message field value
func (*StandardError) GetMessageOk ¶
func (o *StandardError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*StandardError) GetStatus ¶
func (o *StandardError) GetStatus() string
GetStatus returns the Status field value
func (*StandardError) GetStatusOk ¶
func (o *StandardError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*StandardError) GetSubCategory ¶
func (o *StandardError) GetSubCategory() map[string]interface{}
GetSubCategory returns the SubCategory field value if set, zero value otherwise.
func (*StandardError) GetSubCategoryOk ¶
func (o *StandardError) GetSubCategoryOk() (map[string]interface{}, bool)
GetSubCategoryOk returns a tuple with the SubCategory field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StandardError) HasId ¶
func (o *StandardError) HasId() bool
HasId returns a boolean if a field has been set.
func (*StandardError) HasSubCategory ¶
func (o *StandardError) HasSubCategory() bool
HasSubCategory returns a boolean if a field has been set.
func (StandardError) MarshalJSON ¶
func (o StandardError) MarshalJSON() ([]byte, error)
func (*StandardError) SetCategory ¶
func (o *StandardError) SetCategory(v map[string]interface{})
SetCategory sets field value
func (*StandardError) SetContext ¶
func (o *StandardError) SetContext(v map[string][]string)
SetContext sets field value
func (*StandardError) SetErrors ¶
func (o *StandardError) SetErrors(v []ErrorDetail)
SetErrors sets field value
func (*StandardError) SetId ¶
func (o *StandardError) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*StandardError) SetLinks ¶
func (o *StandardError) SetLinks(v map[string]string)
SetLinks sets field value
func (*StandardError) SetMessage ¶
func (o *StandardError) SetMessage(v string)
SetMessage sets field value
func (*StandardError) SetStatus ¶
func (o *StandardError) SetStatus(v string)
SetStatus sets field value
func (*StandardError) SetSubCategory ¶
func (o *StandardError) SetSubCategory(v map[string]interface{})
SetSubCategory gets a reference to the given map[string]interface{} and assigns it to the SubCategory field.
type UpdateLanguagesRequestVNext ¶
type UpdateLanguagesRequestVNext struct { // ID of the primary object in the multi-language group. PrimaryId string `json:"primaryId"` // Map of object IDs to associated languages of object in the multi-language group. Languages map[string]string `json:"languages"` }
UpdateLanguagesRequestVNext Request object for updating languages within a multi-language group.
func NewUpdateLanguagesRequestVNext ¶
func NewUpdateLanguagesRequestVNext(primaryId string, languages map[string]string) *UpdateLanguagesRequestVNext
NewUpdateLanguagesRequestVNext instantiates a new UpdateLanguagesRequestVNext 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 NewUpdateLanguagesRequestVNextWithDefaults ¶
func NewUpdateLanguagesRequestVNextWithDefaults() *UpdateLanguagesRequestVNext
NewUpdateLanguagesRequestVNextWithDefaults instantiates a new UpdateLanguagesRequestVNext 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 (*UpdateLanguagesRequestVNext) GetLanguages ¶
func (o *UpdateLanguagesRequestVNext) GetLanguages() map[string]string
GetLanguages returns the Languages field value
func (*UpdateLanguagesRequestVNext) GetLanguagesOk ¶
func (o *UpdateLanguagesRequestVNext) GetLanguagesOk() (*map[string]string, bool)
GetLanguagesOk returns a tuple with the Languages field value and a boolean to check if the value has been set.
func (*UpdateLanguagesRequestVNext) GetPrimaryId ¶
func (o *UpdateLanguagesRequestVNext) GetPrimaryId() string
GetPrimaryId returns the PrimaryId field value
func (*UpdateLanguagesRequestVNext) GetPrimaryIdOk ¶
func (o *UpdateLanguagesRequestVNext) GetPrimaryIdOk() (*string, bool)
GetPrimaryIdOk returns a tuple with the PrimaryId field value and a boolean to check if the value has been set.
func (UpdateLanguagesRequestVNext) MarshalJSON ¶
func (o UpdateLanguagesRequestVNext) MarshalJSON() ([]byte, error)
func (*UpdateLanguagesRequestVNext) SetLanguages ¶
func (o *UpdateLanguagesRequestVNext) SetLanguages(v map[string]string)
SetLanguages sets field value
func (*UpdateLanguagesRequestVNext) SetPrimaryId ¶
func (o *UpdateLanguagesRequestVNext) SetPrimaryId(v string)
SetPrimaryId sets field value
Source Files ¶
- api_blog_authors.go
- client.go
- configuration.go
- model_attach_to_lang_primary_request_v_next.go
- model_batch_input_blog_author.go
- model_batch_input_json_node.go
- model_batch_input_string.go
- model_batch_response_blog_author.go
- model_batch_response_blog_author_with_errors.go
- model_blog_author.go
- model_blog_author_clone_request_v_next.go
- model_collection_response_with_total_blog_author_forward_paging.go
- model_detach_from_lang_group_request_v_next.go
- model_error.go
- model_error_detail.go
- model_forward_paging.go
- model_next_page.go
- model_set_new_language_primary_request_v_next.go
- model_standard_error.go
- model_update_languages_request_v_next.go
- response.go
- utils.go