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() (*CollectionResponseWithTotalTagForwardPaging, *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 BatchInputJsonNode
- type BatchInputString
- type BatchInputTag
- type BatchResponseTag
- func (o *BatchResponseTag) GetCompletedAt() time.Time
- func (o *BatchResponseTag) GetCompletedAtOk() (*time.Time, bool)
- func (o *BatchResponseTag) GetLinks() map[string]string
- func (o *BatchResponseTag) GetLinksOk() (*map[string]string, bool)
- func (o *BatchResponseTag) GetRequestedAt() time.Time
- func (o *BatchResponseTag) GetRequestedAtOk() (*time.Time, bool)
- func (o *BatchResponseTag) GetResults() []Tag
- func (o *BatchResponseTag) GetResultsOk() ([]Tag, bool)
- func (o *BatchResponseTag) GetStartedAt() time.Time
- func (o *BatchResponseTag) GetStartedAtOk() (*time.Time, bool)
- func (o *BatchResponseTag) GetStatus() string
- func (o *BatchResponseTag) GetStatusOk() (*string, bool)
- func (o *BatchResponseTag) HasLinks() bool
- func (o *BatchResponseTag) HasRequestedAt() bool
- func (o BatchResponseTag) MarshalJSON() ([]byte, error)
- func (o *BatchResponseTag) SetCompletedAt(v time.Time)
- func (o *BatchResponseTag) SetLinks(v map[string]string)
- func (o *BatchResponseTag) SetRequestedAt(v time.Time)
- func (o *BatchResponseTag) SetResults(v []Tag)
- func (o *BatchResponseTag) SetStartedAt(v time.Time)
- func (o *BatchResponseTag) SetStatus(v string)
- type BatchResponseTagWithErrors
- func (o *BatchResponseTagWithErrors) GetCompletedAt() time.Time
- func (o *BatchResponseTagWithErrors) GetCompletedAtOk() (*time.Time, bool)
- func (o *BatchResponseTagWithErrors) GetErrors() []StandardError
- func (o *BatchResponseTagWithErrors) GetErrorsOk() ([]StandardError, bool)
- func (o *BatchResponseTagWithErrors) GetLinks() map[string]string
- func (o *BatchResponseTagWithErrors) GetLinksOk() (*map[string]string, bool)
- func (o *BatchResponseTagWithErrors) GetNumErrors() int32
- func (o *BatchResponseTagWithErrors) GetNumErrorsOk() (*int32, bool)
- func (o *BatchResponseTagWithErrors) GetRequestedAt() time.Time
- func (o *BatchResponseTagWithErrors) GetRequestedAtOk() (*time.Time, bool)
- func (o *BatchResponseTagWithErrors) GetResults() []Tag
- func (o *BatchResponseTagWithErrors) GetResultsOk() ([]Tag, bool)
- func (o *BatchResponseTagWithErrors) GetStartedAt() time.Time
- func (o *BatchResponseTagWithErrors) GetStartedAtOk() (*time.Time, bool)
- func (o *BatchResponseTagWithErrors) GetStatus() string
- func (o *BatchResponseTagWithErrors) GetStatusOk() (*string, bool)
- func (o *BatchResponseTagWithErrors) HasErrors() bool
- func (o *BatchResponseTagWithErrors) HasLinks() bool
- func (o *BatchResponseTagWithErrors) HasNumErrors() bool
- func (o *BatchResponseTagWithErrors) HasRequestedAt() bool
- func (o BatchResponseTagWithErrors) MarshalJSON() ([]byte, error)
- func (o *BatchResponseTagWithErrors) SetCompletedAt(v time.Time)
- func (o *BatchResponseTagWithErrors) SetErrors(v []StandardError)
- func (o *BatchResponseTagWithErrors) SetLinks(v map[string]string)
- func (o *BatchResponseTagWithErrors) SetNumErrors(v int32)
- func (o *BatchResponseTagWithErrors) SetRequestedAt(v time.Time)
- func (o *BatchResponseTagWithErrors) SetResults(v []Tag)
- func (o *BatchResponseTagWithErrors) SetStartedAt(v time.Time)
- func (o *BatchResponseTagWithErrors) SetStatus(v string)
- type BlogTagsApiService
- func (a *BlogTagsApiService) Archive(ctx context.Context, objectId string) ApiArchiveRequest
- func (a *BlogTagsApiService) ArchiveExecute(r ApiArchiveRequest) (*http.Response, error)
- func (a *BlogTagsApiService) AttachToLanguageGroup(ctx context.Context) ApiAttachToLanguageGroupRequest
- func (a *BlogTagsApiService) AttachToLanguageGroupExecute(r ApiAttachToLanguageGroupRequest) (*Error, *http.Response, error)
- func (a *BlogTagsApiService) BatchArchive(ctx context.Context) ApiBatchArchiveRequest
- func (a *BlogTagsApiService) BatchArchiveExecute(r ApiBatchArchiveRequest) (*http.Response, error)
- func (a *BlogTagsApiService) BatchCreate(ctx context.Context) ApiBatchCreateRequest
- func (a *BlogTagsApiService) BatchCreateExecute(r ApiBatchCreateRequest) (*BatchResponseTag, *http.Response, error)
- func (a *BlogTagsApiService) BatchRead(ctx context.Context) ApiBatchReadRequest
- func (a *BlogTagsApiService) BatchReadExecute(r ApiBatchReadRequest) (*BatchResponseTag, *http.Response, error)
- func (a *BlogTagsApiService) BatchUpdate(ctx context.Context) ApiBatchUpdateRequest
- func (a *BlogTagsApiService) BatchUpdateExecute(r ApiBatchUpdateRequest) (*BatchResponseTag, *http.Response, error)
- func (a *BlogTagsApiService) Create(ctx context.Context) ApiCreateRequest
- func (a *BlogTagsApiService) CreateExecute(r ApiCreateRequest) (*Tag, *http.Response, error)
- func (a *BlogTagsApiService) CreateLanguageVariation(ctx context.Context) ApiCreateLanguageVariationRequest
- func (a *BlogTagsApiService) CreateLanguageVariationExecute(r ApiCreateLanguageVariationRequest) (*Tag, *http.Response, error)
- func (a *BlogTagsApiService) DetachFromLanguageGroup(ctx context.Context) ApiDetachFromLanguageGroupRequest
- func (a *BlogTagsApiService) DetachFromLanguageGroupExecute(r ApiDetachFromLanguageGroupRequest) (*Error, *http.Response, error)
- func (a *BlogTagsApiService) GetByID(ctx context.Context, objectId string) ApiGetByIDRequest
- func (a *BlogTagsApiService) GetByIDExecute(r ApiGetByIDRequest) (*Tag, *http.Response, error)
- func (a *BlogTagsApiService) GetPage(ctx context.Context) ApiGetPageRequest
- func (a *BlogTagsApiService) GetPageExecute(r ApiGetPageRequest) (*CollectionResponseWithTotalTagForwardPaging, *http.Response, error)
- func (a *BlogTagsApiService) SetLanguagePrimary(ctx context.Context) ApiSetLanguagePrimaryRequest
- func (a *BlogTagsApiService) SetLanguagePrimaryExecute(r ApiSetLanguagePrimaryRequest) (*http.Response, error)
- func (a *BlogTagsApiService) Update(ctx context.Context, objectId string) ApiUpdateRequest
- func (a *BlogTagsApiService) UpdateExecute(r ApiUpdateRequest) (*Tag, *http.Response, error)
- func (a *BlogTagsApiService) UpdateLanguages(ctx context.Context) ApiUpdateLanguagesRequest
- func (a *BlogTagsApiService) UpdateLanguagesExecute(r ApiUpdateLanguagesRequest) (*Error, *http.Response, error)
- type CollectionResponseWithTotalTagForwardPaging
- func (o *CollectionResponseWithTotalTagForwardPaging) GetPaging() ForwardPaging
- func (o *CollectionResponseWithTotalTagForwardPaging) GetPagingOk() (*ForwardPaging, bool)
- func (o *CollectionResponseWithTotalTagForwardPaging) GetResults() []Tag
- func (o *CollectionResponseWithTotalTagForwardPaging) GetResultsOk() ([]Tag, bool)
- func (o *CollectionResponseWithTotalTagForwardPaging) GetTotal() int32
- func (o *CollectionResponseWithTotalTagForwardPaging) GetTotalOk() (*int32, bool)
- func (o *CollectionResponseWithTotalTagForwardPaging) HasPaging() bool
- func (o CollectionResponseWithTotalTagForwardPaging) MarshalJSON() ([]byte, error)
- func (o *CollectionResponseWithTotalTagForwardPaging) SetPaging(v ForwardPaging)
- func (o *CollectionResponseWithTotalTagForwardPaging) SetResults(v []Tag)
- func (o *CollectionResponseWithTotalTagForwardPaging) 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 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 NullableBatchInputTag
- func (v NullableBatchInputTag) Get() *BatchInputTag
- func (v NullableBatchInputTag) IsSet() bool
- func (v NullableBatchInputTag) MarshalJSON() ([]byte, error)
- func (v *NullableBatchInputTag) Set(val *BatchInputTag)
- func (v *NullableBatchInputTag) UnmarshalJSON(src []byte) error
- func (v *NullableBatchInputTag) Unset()
- type NullableBatchResponseTag
- func (v NullableBatchResponseTag) Get() *BatchResponseTag
- func (v NullableBatchResponseTag) IsSet() bool
- func (v NullableBatchResponseTag) MarshalJSON() ([]byte, error)
- func (v *NullableBatchResponseTag) Set(val *BatchResponseTag)
- func (v *NullableBatchResponseTag) UnmarshalJSON(src []byte) error
- func (v *NullableBatchResponseTag) Unset()
- type NullableBatchResponseTagWithErrors
- func (v NullableBatchResponseTagWithErrors) Get() *BatchResponseTagWithErrors
- func (v NullableBatchResponseTagWithErrors) IsSet() bool
- func (v NullableBatchResponseTagWithErrors) MarshalJSON() ([]byte, error)
- func (v *NullableBatchResponseTagWithErrors) Set(val *BatchResponseTagWithErrors)
- func (v *NullableBatchResponseTagWithErrors) UnmarshalJSON(src []byte) error
- func (v *NullableBatchResponseTagWithErrors) Unset()
- type NullableBool
- type NullableCollectionResponseWithTotalTagForwardPaging
- func (v NullableCollectionResponseWithTotalTagForwardPaging) Get() *CollectionResponseWithTotalTagForwardPaging
- func (v NullableCollectionResponseWithTotalTagForwardPaging) IsSet() bool
- func (v NullableCollectionResponseWithTotalTagForwardPaging) MarshalJSON() ([]byte, error)
- func (v *NullableCollectionResponseWithTotalTagForwardPaging) Set(val *CollectionResponseWithTotalTagForwardPaging)
- func (v *NullableCollectionResponseWithTotalTagForwardPaging) UnmarshalJSON(src []byte) error
- func (v *NullableCollectionResponseWithTotalTagForwardPaging) 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 NullableTag
- type NullableTagCloneRequestVNext
- func (v NullableTagCloneRequestVNext) Get() *TagCloneRequestVNext
- func (v NullableTagCloneRequestVNext) IsSet() bool
- func (v NullableTagCloneRequestVNext) MarshalJSON() ([]byte, error)
- func (v *NullableTagCloneRequestVNext) Set(val *TagCloneRequestVNext)
- func (v *NullableTagCloneRequestVNext) UnmarshalJSON(src []byte) error
- func (v *NullableTagCloneRequestVNext) Unset()
- 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 Tag
- func (o *Tag) GetCreated() time.Time
- func (o *Tag) GetCreatedOk() (*time.Time, bool)
- func (o *Tag) GetDeletedAt() time.Time
- func (o *Tag) GetDeletedAtOk() (*time.Time, bool)
- func (o *Tag) GetId() string
- func (o *Tag) GetIdOk() (*string, bool)
- func (o *Tag) GetLanguage() string
- func (o *Tag) GetLanguageOk() (*string, bool)
- func (o *Tag) GetName() string
- func (o *Tag) GetNameOk() (*string, bool)
- func (o *Tag) GetTranslatedFromId() int64
- func (o *Tag) GetTranslatedFromIdOk() (*int64, bool)
- func (o *Tag) GetUpdated() time.Time
- func (o *Tag) GetUpdatedOk() (*time.Time, bool)
- func (o Tag) MarshalJSON() ([]byte, error)
- func (o *Tag) SetCreated(v time.Time)
- func (o *Tag) SetDeletedAt(v time.Time)
- func (o *Tag) SetId(v string)
- func (o *Tag) SetLanguage(v string)
- func (o *Tag) SetName(v string)
- func (o *Tag) SetTranslatedFromId(v int64)
- func (o *Tag) SetUpdated(v time.Time)
- type TagCloneRequestVNext
- func (o *TagCloneRequestVNext) GetId() string
- func (o *TagCloneRequestVNext) GetIdOk() (*string, bool)
- func (o *TagCloneRequestVNext) GetLanguage() string
- func (o *TagCloneRequestVNext) GetLanguageOk() (*string, bool)
- func (o *TagCloneRequestVNext) GetName() string
- func (o *TagCloneRequestVNext) GetNameOk() (*string, bool)
- func (o *TagCloneRequestVNext) GetPrimaryLanguage() string
- func (o *TagCloneRequestVNext) GetPrimaryLanguageOk() (*string, bool)
- func (o *TagCloneRequestVNext) HasLanguage() bool
- func (o *TagCloneRequestVNext) HasPrimaryLanguage() bool
- func (o TagCloneRequestVNext) MarshalJSON() ([]byte, error)
- func (o *TagCloneRequestVNext) SetId(v string)
- func (o *TagCloneRequestVNext) SetLanguage(v string)
- func (o *TagCloneRequestVNext) SetName(v string)
- func (o *TagCloneRequestVNext) SetPrimaryLanguage(v string)
- 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 { BlogTagsApi *BlogTagsApiService // 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 *BlogTagsApiService // 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 *BlogTagsApiService // 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 *BlogTagsApiService // contains filtered or unexported fields }
func (ApiBatchArchiveRequest) BatchInputString ¶
func (r ApiBatchArchiveRequest) BatchInputString(batchInputString BatchInputString) ApiBatchArchiveRequest
The JSON array of Blog Tag ids.
type ApiBatchCreateRequest ¶
type ApiBatchCreateRequest struct { ApiService *BlogTagsApiService // contains filtered or unexported fields }
func (ApiBatchCreateRequest) BatchInputTag ¶
func (r ApiBatchCreateRequest) BatchInputTag(batchInputTag BatchInputTag) ApiBatchCreateRequest
The JSON array of new Blog Tags to create.
func (ApiBatchCreateRequest) Execute ¶
func (r ApiBatchCreateRequest) Execute() (*BatchResponseTag, *http.Response, error)
type ApiBatchReadRequest ¶
type ApiBatchReadRequest struct { ApiService *BlogTagsApiService // contains filtered or unexported fields }
func (ApiBatchReadRequest) Archived ¶
func (r ApiBatchReadRequest) Archived(archived bool) ApiBatchReadRequest
Specifies whether to return deleted Blog Tags. Defaults to `false`.
func (ApiBatchReadRequest) BatchInputString ¶
func (r ApiBatchReadRequest) BatchInputString(batchInputString BatchInputString) ApiBatchReadRequest
The JSON array of Blog Tag ids.
func (ApiBatchReadRequest) Execute ¶
func (r ApiBatchReadRequest) Execute() (*BatchResponseTag, *http.Response, error)
type ApiBatchUpdateRequest ¶
type ApiBatchUpdateRequest struct { ApiService *BlogTagsApiService // contains filtered or unexported fields }
func (ApiBatchUpdateRequest) Archived ¶
func (r ApiBatchUpdateRequest) Archived(archived bool) ApiBatchUpdateRequest
Specifies whether to update deleted Blog Tags. Defaults to `false`.
func (ApiBatchUpdateRequest) BatchInputJsonNode ¶
func (r ApiBatchUpdateRequest) BatchInputJsonNode(batchInputJsonNode BatchInputJsonNode) ApiBatchUpdateRequest
A JSON array of the JSON representations of the updated Blog Tags.
func (ApiBatchUpdateRequest) Execute ¶
func (r ApiBatchUpdateRequest) Execute() (*BatchResponseTag, *http.Response, error)
type ApiCreateLanguageVariationRequest ¶
type ApiCreateLanguageVariationRequest struct { ApiService *BlogTagsApiService // contains filtered or unexported fields }
func (ApiCreateLanguageVariationRequest) Execute ¶
func (r ApiCreateLanguageVariationRequest) Execute() (*Tag, *http.Response, error)
func (ApiCreateLanguageVariationRequest) TagCloneRequestVNext ¶
func (r ApiCreateLanguageVariationRequest) TagCloneRequestVNext(tagCloneRequestVNext TagCloneRequestVNext) ApiCreateLanguageVariationRequest
The JSON representation of the ContentLanguageCloneRequest object.
type ApiCreateRequest ¶
type ApiCreateRequest struct { ApiService *BlogTagsApiService // contains filtered or unexported fields }
func (ApiCreateRequest) Tag ¶
func (r ApiCreateRequest) Tag(tag Tag) ApiCreateRequest
The JSON representation of a new Blog Tag.
type ApiDetachFromLanguageGroupRequest ¶
type ApiDetachFromLanguageGroupRequest struct { ApiService *BlogTagsApiService // 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 *BlogTagsApiService // contains filtered or unexported fields }
func (ApiGetByIDRequest) Archived ¶
func (r ApiGetByIDRequest) Archived(archived bool) ApiGetByIDRequest
Specifies whether to return deleted Blog Tags. Defaults to `false`.
type ApiGetPageRequest ¶
type ApiGetPageRequest struct { ApiService *BlogTagsApiService // 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 Tags. Defaults to `false`.
func (ApiGetPageRequest) CreatedAfter ¶
func (r ApiGetPageRequest) CreatedAfter(createdAfter time.Time) ApiGetPageRequest
Only return Blog Tags created after the specified time.
func (ApiGetPageRequest) CreatedAt ¶
func (r ApiGetPageRequest) CreatedAt(createdAt time.Time) ApiGetPageRequest
Only return Blog Tags created at exactly the specified time.
func (ApiGetPageRequest) CreatedBefore ¶
func (r ApiGetPageRequest) CreatedBefore(createdBefore time.Time) ApiGetPageRequest
Only return Blog Tags created before the specified time.
func (ApiGetPageRequest) Execute ¶
func (r ApiGetPageRequest) Execute() (*CollectionResponseWithTotalTagForwardPaging, *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 Tags last updated after the specified time.
func (ApiGetPageRequest) UpdatedAt ¶
func (r ApiGetPageRequest) UpdatedAt(updatedAt time.Time) ApiGetPageRequest
Only return Blog Tags last updated at exactly the specified time.
func (ApiGetPageRequest) UpdatedBefore ¶
func (r ApiGetPageRequest) UpdatedBefore(updatedBefore time.Time) ApiGetPageRequest
Only return Blog Tags last updated before the specified time.
type ApiSetLanguagePrimaryRequest ¶
type ApiSetLanguagePrimaryRequest struct { ApiService *BlogTagsApiService // 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 *BlogTagsApiService // 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 *BlogTagsApiService // contains filtered or unexported fields }
func (ApiUpdateRequest) Archived ¶
func (r ApiUpdateRequest) Archived(archived bool) ApiUpdateRequest
Specifies whether to update deleted Blog Tags. Defaults to `false`.
func (ApiUpdateRequest) Tag ¶
func (r ApiUpdateRequest) Tag(tag Tag) ApiUpdateRequest
The JSON representation of the updated Blog Tag.
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 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 BatchInputTag ¶
type BatchInputTag struct { // Blog tags to input. Inputs []Tag `json:"inputs"` }
BatchInputTag Wrapper for providing an array of blog tags as inputs.
func NewBatchInputTag ¶
func NewBatchInputTag(inputs []Tag) *BatchInputTag
NewBatchInputTag instantiates a new BatchInputTag 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 NewBatchInputTagWithDefaults ¶
func NewBatchInputTagWithDefaults() *BatchInputTag
NewBatchInputTagWithDefaults instantiates a new BatchInputTag 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 (*BatchInputTag) GetInputs ¶
func (o *BatchInputTag) GetInputs() []Tag
GetInputs returns the Inputs field value
func (*BatchInputTag) GetInputsOk ¶
func (o *BatchInputTag) GetInputsOk() ([]Tag, bool)
GetInputsOk returns a tuple with the Inputs field value and a boolean to check if the value has been set.
func (BatchInputTag) MarshalJSON ¶
func (o BatchInputTag) MarshalJSON() ([]byte, error)
func (*BatchInputTag) SetInputs ¶
func (o *BatchInputTag) SetInputs(v []Tag)
SetInputs sets field value
type BatchResponseTag ¶
type BatchResponseTag struct { // Status of batch operation. Status string `json:"status"` // Results of batch operation. Results []Tag `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"` }
BatchResponseTag Response object for batch operations on blog tags.
func NewBatchResponseTag ¶
func NewBatchResponseTag(status string, results []Tag, startedAt time.Time, completedAt time.Time) *BatchResponseTag
NewBatchResponseTag instantiates a new BatchResponseTag 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 NewBatchResponseTagWithDefaults ¶
func NewBatchResponseTagWithDefaults() *BatchResponseTag
NewBatchResponseTagWithDefaults instantiates a new BatchResponseTag 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 (*BatchResponseTag) GetCompletedAt ¶
func (o *BatchResponseTag) GetCompletedAt() time.Time
GetCompletedAt returns the CompletedAt field value
func (*BatchResponseTag) GetCompletedAtOk ¶
func (o *BatchResponseTag) 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 (*BatchResponseTag) GetLinks ¶
func (o *BatchResponseTag) GetLinks() map[string]string
GetLinks returns the Links field value if set, zero value otherwise.
func (*BatchResponseTag) GetLinksOk ¶
func (o *BatchResponseTag) 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 (*BatchResponseTag) GetRequestedAt ¶
func (o *BatchResponseTag) GetRequestedAt() time.Time
GetRequestedAt returns the RequestedAt field value if set, zero value otherwise.
func (*BatchResponseTag) GetRequestedAtOk ¶
func (o *BatchResponseTag) 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 (*BatchResponseTag) GetResults ¶
func (o *BatchResponseTag) GetResults() []Tag
GetResults returns the Results field value
func (*BatchResponseTag) GetResultsOk ¶
func (o *BatchResponseTag) GetResultsOk() ([]Tag, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (*BatchResponseTag) GetStartedAt ¶
func (o *BatchResponseTag) GetStartedAt() time.Time
GetStartedAt returns the StartedAt field value
func (*BatchResponseTag) GetStartedAtOk ¶
func (o *BatchResponseTag) 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 (*BatchResponseTag) GetStatus ¶
func (o *BatchResponseTag) GetStatus() string
GetStatus returns the Status field value
func (*BatchResponseTag) GetStatusOk ¶
func (o *BatchResponseTag) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*BatchResponseTag) HasLinks ¶
func (o *BatchResponseTag) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (*BatchResponseTag) HasRequestedAt ¶
func (o *BatchResponseTag) HasRequestedAt() bool
HasRequestedAt returns a boolean if a field has been set.
func (BatchResponseTag) MarshalJSON ¶
func (o BatchResponseTag) MarshalJSON() ([]byte, error)
func (*BatchResponseTag) SetCompletedAt ¶
func (o *BatchResponseTag) SetCompletedAt(v time.Time)
SetCompletedAt sets field value
func (*BatchResponseTag) SetLinks ¶
func (o *BatchResponseTag) SetLinks(v map[string]string)
SetLinks gets a reference to the given map[string]string and assigns it to the Links field.
func (*BatchResponseTag) SetRequestedAt ¶
func (o *BatchResponseTag) SetRequestedAt(v time.Time)
SetRequestedAt gets a reference to the given time.Time and assigns it to the RequestedAt field.
func (*BatchResponseTag) SetResults ¶
func (o *BatchResponseTag) SetResults(v []Tag)
SetResults sets field value
func (*BatchResponseTag) SetStartedAt ¶
func (o *BatchResponseTag) SetStartedAt(v time.Time)
SetStartedAt sets field value
func (*BatchResponseTag) SetStatus ¶
func (o *BatchResponseTag) SetStatus(v string)
SetStatus sets field value
type BatchResponseTagWithErrors ¶
type BatchResponseTagWithErrors struct { // Status of batch operation. Status string `json:"status"` // Results of batch operation. Results []Tag `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"` }
BatchResponseTagWithErrors Response object for batch operations on blog tags with errors.
func NewBatchResponseTagWithErrors ¶
func NewBatchResponseTagWithErrors(status string, results []Tag, startedAt time.Time, completedAt time.Time) *BatchResponseTagWithErrors
NewBatchResponseTagWithErrors instantiates a new BatchResponseTagWithErrors 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 NewBatchResponseTagWithErrorsWithDefaults ¶
func NewBatchResponseTagWithErrorsWithDefaults() *BatchResponseTagWithErrors
NewBatchResponseTagWithErrorsWithDefaults instantiates a new BatchResponseTagWithErrors 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 (*BatchResponseTagWithErrors) GetCompletedAt ¶
func (o *BatchResponseTagWithErrors) GetCompletedAt() time.Time
GetCompletedAt returns the CompletedAt field value
func (*BatchResponseTagWithErrors) GetCompletedAtOk ¶
func (o *BatchResponseTagWithErrors) 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 (*BatchResponseTagWithErrors) GetErrors ¶
func (o *BatchResponseTagWithErrors) GetErrors() []StandardError
GetErrors returns the Errors field value if set, zero value otherwise.
func (*BatchResponseTagWithErrors) GetErrorsOk ¶
func (o *BatchResponseTagWithErrors) 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 (*BatchResponseTagWithErrors) GetLinks ¶
func (o *BatchResponseTagWithErrors) GetLinks() map[string]string
GetLinks returns the Links field value if set, zero value otherwise.
func (*BatchResponseTagWithErrors) GetLinksOk ¶
func (o *BatchResponseTagWithErrors) 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 (*BatchResponseTagWithErrors) GetNumErrors ¶
func (o *BatchResponseTagWithErrors) GetNumErrors() int32
GetNumErrors returns the NumErrors field value if set, zero value otherwise.
func (*BatchResponseTagWithErrors) GetNumErrorsOk ¶
func (o *BatchResponseTagWithErrors) 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 (*BatchResponseTagWithErrors) GetRequestedAt ¶
func (o *BatchResponseTagWithErrors) GetRequestedAt() time.Time
GetRequestedAt returns the RequestedAt field value if set, zero value otherwise.
func (*BatchResponseTagWithErrors) GetRequestedAtOk ¶
func (o *BatchResponseTagWithErrors) 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 (*BatchResponseTagWithErrors) GetResults ¶
func (o *BatchResponseTagWithErrors) GetResults() []Tag
GetResults returns the Results field value
func (*BatchResponseTagWithErrors) GetResultsOk ¶
func (o *BatchResponseTagWithErrors) GetResultsOk() ([]Tag, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (*BatchResponseTagWithErrors) GetStartedAt ¶
func (o *BatchResponseTagWithErrors) GetStartedAt() time.Time
GetStartedAt returns the StartedAt field value
func (*BatchResponseTagWithErrors) GetStartedAtOk ¶
func (o *BatchResponseTagWithErrors) 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 (*BatchResponseTagWithErrors) GetStatus ¶
func (o *BatchResponseTagWithErrors) GetStatus() string
GetStatus returns the Status field value
func (*BatchResponseTagWithErrors) GetStatusOk ¶
func (o *BatchResponseTagWithErrors) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*BatchResponseTagWithErrors) HasErrors ¶
func (o *BatchResponseTagWithErrors) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (*BatchResponseTagWithErrors) HasLinks ¶
func (o *BatchResponseTagWithErrors) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (*BatchResponseTagWithErrors) HasNumErrors ¶
func (o *BatchResponseTagWithErrors) HasNumErrors() bool
HasNumErrors returns a boolean if a field has been set.
func (*BatchResponseTagWithErrors) HasRequestedAt ¶
func (o *BatchResponseTagWithErrors) HasRequestedAt() bool
HasRequestedAt returns a boolean if a field has been set.
func (BatchResponseTagWithErrors) MarshalJSON ¶
func (o BatchResponseTagWithErrors) MarshalJSON() ([]byte, error)
func (*BatchResponseTagWithErrors) SetCompletedAt ¶
func (o *BatchResponseTagWithErrors) SetCompletedAt(v time.Time)
SetCompletedAt sets field value
func (*BatchResponseTagWithErrors) SetErrors ¶
func (o *BatchResponseTagWithErrors) SetErrors(v []StandardError)
SetErrors gets a reference to the given []StandardError and assigns it to the Errors field.
func (*BatchResponseTagWithErrors) SetLinks ¶
func (o *BatchResponseTagWithErrors) SetLinks(v map[string]string)
SetLinks gets a reference to the given map[string]string and assigns it to the Links field.
func (*BatchResponseTagWithErrors) SetNumErrors ¶
func (o *BatchResponseTagWithErrors) SetNumErrors(v int32)
SetNumErrors gets a reference to the given int32 and assigns it to the NumErrors field.
func (*BatchResponseTagWithErrors) SetRequestedAt ¶
func (o *BatchResponseTagWithErrors) SetRequestedAt(v time.Time)
SetRequestedAt gets a reference to the given time.Time and assigns it to the RequestedAt field.
func (*BatchResponseTagWithErrors) SetResults ¶
func (o *BatchResponseTagWithErrors) SetResults(v []Tag)
SetResults sets field value
func (*BatchResponseTagWithErrors) SetStartedAt ¶
func (o *BatchResponseTagWithErrors) SetStartedAt(v time.Time)
SetStartedAt sets field value
func (*BatchResponseTagWithErrors) SetStatus ¶
func (o *BatchResponseTagWithErrors) SetStatus(v string)
SetStatus sets field value
type BlogTagsApiService ¶
type BlogTagsApiService service
BlogTagsApiService BlogTagsApi service
func (*BlogTagsApiService) Archive ¶
func (a *BlogTagsApiService) Archive(ctx context.Context, objectId string) ApiArchiveRequest
Archive Delete a Blog Tag
Delete the Blog Tag 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 Tag id. @return ApiArchiveRequest
func (*BlogTagsApiService) ArchiveExecute ¶
func (a *BlogTagsApiService) ArchiveExecute(r ApiArchiveRequest) (*http.Response, error)
Execute executes the request
func (*BlogTagsApiService) AttachToLanguageGroup ¶
func (a *BlogTagsApiService) AttachToLanguageGroup(ctx context.Context) ApiAttachToLanguageGroupRequest
AttachToLanguageGroup Attach a Blog Tag to a multi-language group
Attach a Blog Tag 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 (*BlogTagsApiService) AttachToLanguageGroupExecute ¶
func (a *BlogTagsApiService) AttachToLanguageGroupExecute(r ApiAttachToLanguageGroupRequest) (*Error, *http.Response, error)
Execute executes the request
@return Error
func (*BlogTagsApiService) BatchArchive ¶
func (a *BlogTagsApiService) BatchArchive(ctx context.Context) ApiBatchArchiveRequest
BatchArchive Delete a batch of Blog Tags
Delete the Blog Tag 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 (*BlogTagsApiService) BatchArchiveExecute ¶
func (a *BlogTagsApiService) BatchArchiveExecute(r ApiBatchArchiveRequest) (*http.Response, error)
Execute executes the request
func (*BlogTagsApiService) BatchCreate ¶
func (a *BlogTagsApiService) BatchCreate(ctx context.Context) ApiBatchCreateRequest
BatchCreate Create a batch of Blog Tags
Create the Blog Tag 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 (*BlogTagsApiService) BatchCreateExecute ¶
func (a *BlogTagsApiService) BatchCreateExecute(r ApiBatchCreateRequest) (*BatchResponseTag, *http.Response, error)
Execute executes the request
@return BatchResponseTag
func (*BlogTagsApiService) BatchRead ¶
func (a *BlogTagsApiService) BatchRead(ctx context.Context) ApiBatchReadRequest
BatchRead Retrieve a batch of Blog Tags
Retrieve the Blog Tag 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 (*BlogTagsApiService) BatchReadExecute ¶
func (a *BlogTagsApiService) BatchReadExecute(r ApiBatchReadRequest) (*BatchResponseTag, *http.Response, error)
Execute executes the request
@return BatchResponseTag
func (*BlogTagsApiService) BatchUpdate ¶
func (a *BlogTagsApiService) BatchUpdate(ctx context.Context) ApiBatchUpdateRequest
BatchUpdate Update a batch of Blog Tags
Update the Blog Tag 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 (*BlogTagsApiService) BatchUpdateExecute ¶
func (a *BlogTagsApiService) BatchUpdateExecute(r ApiBatchUpdateRequest) (*BatchResponseTag, *http.Response, error)
Execute executes the request
@return BatchResponseTag
func (*BlogTagsApiService) Create ¶
func (a *BlogTagsApiService) Create(ctx context.Context) ApiCreateRequest
Create Create a new Blog Tag
Create a new Blog Tag.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateRequest
func (*BlogTagsApiService) CreateExecute ¶
func (a *BlogTagsApiService) CreateExecute(r ApiCreateRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*BlogTagsApiService) CreateLanguageVariation ¶
func (a *BlogTagsApiService) CreateLanguageVariation(ctx context.Context) ApiCreateLanguageVariationRequest
CreateLanguageVariation Create a new language variation
Create a new language variation from an existing Blog Tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateLanguageVariationRequest
func (*BlogTagsApiService) CreateLanguageVariationExecute ¶
func (a *BlogTagsApiService) CreateLanguageVariationExecute(r ApiCreateLanguageVariationRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*BlogTagsApiService) DetachFromLanguageGroup ¶
func (a *BlogTagsApiService) DetachFromLanguageGroup(ctx context.Context) ApiDetachFromLanguageGroupRequest
DetachFromLanguageGroup Detach a Blog Tag from a multi-language group
Detach a Blog Tag 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 (*BlogTagsApiService) DetachFromLanguageGroupExecute ¶
func (a *BlogTagsApiService) DetachFromLanguageGroupExecute(r ApiDetachFromLanguageGroupRequest) (*Error, *http.Response, error)
Execute executes the request
@return Error
func (*BlogTagsApiService) GetByID ¶
func (a *BlogTagsApiService) GetByID(ctx context.Context, objectId string) ApiGetByIDRequest
GetByID Retrieve a Blog Tag
Retrieve the Blog Tag 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 Tag id. @return ApiGetByIDRequest
func (*BlogTagsApiService) GetByIDExecute ¶
func (a *BlogTagsApiService) GetByIDExecute(r ApiGetByIDRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*BlogTagsApiService) GetPage ¶
func (a *BlogTagsApiService) GetPage(ctx context.Context) ApiGetPageRequest
GetPage Get all Blog Tags
Get the list of blog tags. 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 (*BlogTagsApiService) GetPageExecute ¶
func (a *BlogTagsApiService) GetPageExecute(r ApiGetPageRequest) (*CollectionResponseWithTotalTagForwardPaging, *http.Response, error)
Execute executes the request
@return CollectionResponseWithTotalTagForwardPaging
func (*BlogTagsApiService) SetLanguagePrimary ¶
func (a *BlogTagsApiService) SetLanguagePrimary(ctx context.Context) ApiSetLanguagePrimaryRequest
SetLanguagePrimary Set a new primary language
Set a Blog Tag 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 (*BlogTagsApiService) SetLanguagePrimaryExecute ¶
func (a *BlogTagsApiService) SetLanguagePrimaryExecute(r ApiSetLanguagePrimaryRequest) (*http.Response, error)
Execute executes the request
func (*BlogTagsApiService) Update ¶
func (a *BlogTagsApiService) Update(ctx context.Context, objectId string) ApiUpdateRequest
Update Update a Blog Tag
Sparse updates a single Blog Tag 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 Tag id. @return ApiUpdateRequest
func (*BlogTagsApiService) UpdateExecute ¶
func (a *BlogTagsApiService) UpdateExecute(r ApiUpdateRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*BlogTagsApiService) UpdateLanguages ¶
func (a *BlogTagsApiService) UpdateLanguages(ctx context.Context) ApiUpdateLanguagesRequest
UpdateLanguages Update languages of multi-language group
Explicitly set new languages for each Blog Tag 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 (*BlogTagsApiService) UpdateLanguagesExecute ¶
func (a *BlogTagsApiService) UpdateLanguagesExecute(r ApiUpdateLanguagesRequest) (*Error, *http.Response, error)
Execute executes the request
@return Error
type CollectionResponseWithTotalTagForwardPaging ¶
type CollectionResponseWithTotalTagForwardPaging struct { // Total number of blog tags. Total int32 `json:"total"` // Collection of blog tags. Results []Tag `json:"results"` Paging *ForwardPaging `json:"paging,omitempty"` }
CollectionResponseWithTotalTagForwardPaging Response object for collections of blog tags with pagination information.
func NewCollectionResponseWithTotalTagForwardPaging ¶
func NewCollectionResponseWithTotalTagForwardPaging(total int32, results []Tag) *CollectionResponseWithTotalTagForwardPaging
NewCollectionResponseWithTotalTagForwardPaging instantiates a new CollectionResponseWithTotalTagForwardPaging 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 NewCollectionResponseWithTotalTagForwardPagingWithDefaults ¶
func NewCollectionResponseWithTotalTagForwardPagingWithDefaults() *CollectionResponseWithTotalTagForwardPaging
NewCollectionResponseWithTotalTagForwardPagingWithDefaults instantiates a new CollectionResponseWithTotalTagForwardPaging 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 (*CollectionResponseWithTotalTagForwardPaging) GetPaging ¶
func (o *CollectionResponseWithTotalTagForwardPaging) GetPaging() ForwardPaging
GetPaging returns the Paging field value if set, zero value otherwise.
func (*CollectionResponseWithTotalTagForwardPaging) GetPagingOk ¶
func (o *CollectionResponseWithTotalTagForwardPaging) 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 (*CollectionResponseWithTotalTagForwardPaging) GetResults ¶
func (o *CollectionResponseWithTotalTagForwardPaging) GetResults() []Tag
GetResults returns the Results field value
func (*CollectionResponseWithTotalTagForwardPaging) GetResultsOk ¶
func (o *CollectionResponseWithTotalTagForwardPaging) GetResultsOk() ([]Tag, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (*CollectionResponseWithTotalTagForwardPaging) GetTotal ¶
func (o *CollectionResponseWithTotalTagForwardPaging) GetTotal() int32
GetTotal returns the Total field value
func (*CollectionResponseWithTotalTagForwardPaging) GetTotalOk ¶
func (o *CollectionResponseWithTotalTagForwardPaging) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (*CollectionResponseWithTotalTagForwardPaging) HasPaging ¶
func (o *CollectionResponseWithTotalTagForwardPaging) HasPaging() bool
HasPaging returns a boolean if a field has been set.
func (CollectionResponseWithTotalTagForwardPaging) MarshalJSON ¶
func (o CollectionResponseWithTotalTagForwardPaging) MarshalJSON() ([]byte, error)
func (*CollectionResponseWithTotalTagForwardPaging) SetPaging ¶
func (o *CollectionResponseWithTotalTagForwardPaging) SetPaging(v ForwardPaging)
SetPaging gets a reference to the given ForwardPaging and assigns it to the Paging field.
func (*CollectionResponseWithTotalTagForwardPaging) SetResults ¶
func (o *CollectionResponseWithTotalTagForwardPaging) SetResults(v []Tag)
SetResults sets field value
func (*CollectionResponseWithTotalTagForwardPaging) SetTotal ¶
func (o *CollectionResponseWithTotalTagForwardPaging) 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 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 NullableBatchInputTag ¶
type NullableBatchInputTag struct {
// contains filtered or unexported fields
}
func NewNullableBatchInputTag ¶
func NewNullableBatchInputTag(val *BatchInputTag) *NullableBatchInputTag
func (NullableBatchInputTag) Get ¶
func (v NullableBatchInputTag) Get() *BatchInputTag
func (NullableBatchInputTag) IsSet ¶
func (v NullableBatchInputTag) IsSet() bool
func (NullableBatchInputTag) MarshalJSON ¶
func (v NullableBatchInputTag) MarshalJSON() ([]byte, error)
func (*NullableBatchInputTag) Set ¶
func (v *NullableBatchInputTag) Set(val *BatchInputTag)
func (*NullableBatchInputTag) UnmarshalJSON ¶
func (v *NullableBatchInputTag) UnmarshalJSON(src []byte) error
func (*NullableBatchInputTag) Unset ¶
func (v *NullableBatchInputTag) Unset()
type NullableBatchResponseTag ¶
type NullableBatchResponseTag struct {
// contains filtered or unexported fields
}
func NewNullableBatchResponseTag ¶
func NewNullableBatchResponseTag(val *BatchResponseTag) *NullableBatchResponseTag
func (NullableBatchResponseTag) Get ¶
func (v NullableBatchResponseTag) Get() *BatchResponseTag
func (NullableBatchResponseTag) IsSet ¶
func (v NullableBatchResponseTag) IsSet() bool
func (NullableBatchResponseTag) MarshalJSON ¶
func (v NullableBatchResponseTag) MarshalJSON() ([]byte, error)
func (*NullableBatchResponseTag) Set ¶
func (v *NullableBatchResponseTag) Set(val *BatchResponseTag)
func (*NullableBatchResponseTag) UnmarshalJSON ¶
func (v *NullableBatchResponseTag) UnmarshalJSON(src []byte) error
func (*NullableBatchResponseTag) Unset ¶
func (v *NullableBatchResponseTag) Unset()
type NullableBatchResponseTagWithErrors ¶
type NullableBatchResponseTagWithErrors struct {
// contains filtered or unexported fields
}
func NewNullableBatchResponseTagWithErrors ¶
func NewNullableBatchResponseTagWithErrors(val *BatchResponseTagWithErrors) *NullableBatchResponseTagWithErrors
func (NullableBatchResponseTagWithErrors) Get ¶
func (v NullableBatchResponseTagWithErrors) Get() *BatchResponseTagWithErrors
func (NullableBatchResponseTagWithErrors) IsSet ¶
func (v NullableBatchResponseTagWithErrors) IsSet() bool
func (NullableBatchResponseTagWithErrors) MarshalJSON ¶
func (v NullableBatchResponseTagWithErrors) MarshalJSON() ([]byte, error)
func (*NullableBatchResponseTagWithErrors) Set ¶
func (v *NullableBatchResponseTagWithErrors) Set(val *BatchResponseTagWithErrors)
func (*NullableBatchResponseTagWithErrors) UnmarshalJSON ¶
func (v *NullableBatchResponseTagWithErrors) UnmarshalJSON(src []byte) error
func (*NullableBatchResponseTagWithErrors) Unset ¶
func (v *NullableBatchResponseTagWithErrors) 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 NullableCollectionResponseWithTotalTagForwardPaging ¶
type NullableCollectionResponseWithTotalTagForwardPaging struct {
// contains filtered or unexported fields
}
func NewNullableCollectionResponseWithTotalTagForwardPaging ¶
func NewNullableCollectionResponseWithTotalTagForwardPaging(val *CollectionResponseWithTotalTagForwardPaging) *NullableCollectionResponseWithTotalTagForwardPaging
func (NullableCollectionResponseWithTotalTagForwardPaging) IsSet ¶
func (v NullableCollectionResponseWithTotalTagForwardPaging) IsSet() bool
func (NullableCollectionResponseWithTotalTagForwardPaging) MarshalJSON ¶
func (v NullableCollectionResponseWithTotalTagForwardPaging) MarshalJSON() ([]byte, error)
func (*NullableCollectionResponseWithTotalTagForwardPaging) UnmarshalJSON ¶
func (v *NullableCollectionResponseWithTotalTagForwardPaging) UnmarshalJSON(src []byte) error
func (*NullableCollectionResponseWithTotalTagForwardPaging) Unset ¶
func (v *NullableCollectionResponseWithTotalTagForwardPaging) 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 NullableTag ¶
type NullableTag struct {
// contains filtered or unexported fields
}
func NewNullableTag ¶
func NewNullableTag(val *Tag) *NullableTag
func (NullableTag) Get ¶
func (v NullableTag) Get() *Tag
func (NullableTag) IsSet ¶
func (v NullableTag) IsSet() bool
func (NullableTag) MarshalJSON ¶
func (v NullableTag) MarshalJSON() ([]byte, error)
func (*NullableTag) Set ¶
func (v *NullableTag) Set(val *Tag)
func (*NullableTag) UnmarshalJSON ¶
func (v *NullableTag) UnmarshalJSON(src []byte) error
func (*NullableTag) Unset ¶
func (v *NullableTag) Unset()
type NullableTagCloneRequestVNext ¶
type NullableTagCloneRequestVNext struct {
// contains filtered or unexported fields
}
func NewNullableTagCloneRequestVNext ¶
func NewNullableTagCloneRequestVNext(val *TagCloneRequestVNext) *NullableTagCloneRequestVNext
func (NullableTagCloneRequestVNext) Get ¶
func (v NullableTagCloneRequestVNext) Get() *TagCloneRequestVNext
func (NullableTagCloneRequestVNext) IsSet ¶
func (v NullableTagCloneRequestVNext) IsSet() bool
func (NullableTagCloneRequestVNext) MarshalJSON ¶
func (v NullableTagCloneRequestVNext) MarshalJSON() ([]byte, error)
func (*NullableTagCloneRequestVNext) Set ¶
func (v *NullableTagCloneRequestVNext) Set(val *TagCloneRequestVNext)
func (*NullableTagCloneRequestVNext) UnmarshalJSON ¶
func (v *NullableTagCloneRequestVNext) UnmarshalJSON(src []byte) error
func (*NullableTagCloneRequestVNext) Unset ¶
func (v *NullableTagCloneRequestVNext) 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 Tag ¶
type Tag struct { // The unique ID of the Blog Tag. Id string `json:"id"` // The name of the tag. Name string `json:"name"` // The explicitly defined ISO 639 language code of the tag. Language string `json:"language"` // ID of the primary tag this object was translated from. TranslatedFromId int64 `json:"translatedFromId"` Created time.Time `json:"created"` Updated time.Time `json:"updated"` // The timestamp (ISO8601 format) when this Blog Tag was deleted. DeletedAt time.Time `json:"deletedAt"` }
Tag Model definition for a Tag.
func NewTag ¶
func NewTag(id string, name string, language string, translatedFromId int64, created time.Time, updated time.Time, deletedAt time.Time) *Tag
NewTag instantiates a new Tag 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 NewTagWithDefaults ¶
func NewTagWithDefaults() *Tag
NewTagWithDefaults instantiates a new Tag 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 (*Tag) GetCreated ¶
GetCreated returns the Created field value
func (*Tag) GetCreatedOk ¶
GetCreatedOk returns a tuple with the Created field value and a boolean to check if the value has been set.
func (*Tag) GetDeletedAt ¶
GetDeletedAt returns the DeletedAt field value
func (*Tag) GetDeletedAtOk ¶
GetDeletedAtOk returns a tuple with the DeletedAt field value and a boolean to check if the value has been set.
func (*Tag) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Tag) GetLanguage ¶
GetLanguage returns the Language field value
func (*Tag) GetLanguageOk ¶
GetLanguageOk returns a tuple with the Language field value and a boolean to check if the value has been set.
func (*Tag) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Tag) GetTranslatedFromId ¶
GetTranslatedFromId returns the TranslatedFromId field value
func (*Tag) GetTranslatedFromIdOk ¶
GetTranslatedFromIdOk returns a tuple with the TranslatedFromId field value and a boolean to check if the value has been set.
func (*Tag) GetUpdated ¶
GetUpdated returns the Updated field value
func (*Tag) GetUpdatedOk ¶
GetUpdatedOk returns a tuple with the Updated field value and a boolean to check if the value has been set.
func (Tag) MarshalJSON ¶
func (*Tag) SetTranslatedFromId ¶
SetTranslatedFromId sets field value
type TagCloneRequestVNext ¶
type TagCloneRequestVNext struct { // ID of the object to be cloned. Id string `json:"id"` // Target language of new variant. Language *string `json:"language,omitempty"` // Language of primary blog tag to clone. PrimaryLanguage *string `json:"primaryLanguage,omitempty"` // Name of newly cloned blog tag. Name string `json:"name"` }
TagCloneRequestVNext Request body object for cloning blog tags.
func NewTagCloneRequestVNext ¶
func NewTagCloneRequestVNext(id string, name string) *TagCloneRequestVNext
NewTagCloneRequestVNext instantiates a new TagCloneRequestVNext 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 NewTagCloneRequestVNextWithDefaults ¶
func NewTagCloneRequestVNextWithDefaults() *TagCloneRequestVNext
NewTagCloneRequestVNextWithDefaults instantiates a new TagCloneRequestVNext 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 (*TagCloneRequestVNext) GetId ¶
func (o *TagCloneRequestVNext) GetId() string
GetId returns the Id field value
func (*TagCloneRequestVNext) GetIdOk ¶
func (o *TagCloneRequestVNext) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*TagCloneRequestVNext) GetLanguage ¶
func (o *TagCloneRequestVNext) GetLanguage() string
GetLanguage returns the Language field value if set, zero value otherwise.
func (*TagCloneRequestVNext) GetLanguageOk ¶
func (o *TagCloneRequestVNext) 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 (*TagCloneRequestVNext) GetName ¶
func (o *TagCloneRequestVNext) GetName() string
GetName returns the Name field value
func (*TagCloneRequestVNext) GetNameOk ¶
func (o *TagCloneRequestVNext) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*TagCloneRequestVNext) GetPrimaryLanguage ¶
func (o *TagCloneRequestVNext) GetPrimaryLanguage() string
GetPrimaryLanguage returns the PrimaryLanguage field value if set, zero value otherwise.
func (*TagCloneRequestVNext) GetPrimaryLanguageOk ¶
func (o *TagCloneRequestVNext) 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 (*TagCloneRequestVNext) HasLanguage ¶
func (o *TagCloneRequestVNext) HasLanguage() bool
HasLanguage returns a boolean if a field has been set.
func (*TagCloneRequestVNext) HasPrimaryLanguage ¶
func (o *TagCloneRequestVNext) HasPrimaryLanguage() bool
HasPrimaryLanguage returns a boolean if a field has been set.
func (TagCloneRequestVNext) MarshalJSON ¶
func (o TagCloneRequestVNext) MarshalJSON() ([]byte, error)
func (*TagCloneRequestVNext) SetId ¶
func (o *TagCloneRequestVNext) SetId(v string)
SetId sets field value
func (*TagCloneRequestVNext) SetLanguage ¶
func (o *TagCloneRequestVNext) SetLanguage(v string)
SetLanguage gets a reference to the given string and assigns it to the Language field.
func (*TagCloneRequestVNext) SetName ¶
func (o *TagCloneRequestVNext) SetName(v string)
SetName sets field value
func (*TagCloneRequestVNext) SetPrimaryLanguage ¶
func (o *TagCloneRequestVNext) SetPrimaryLanguage(v string)
SetPrimaryLanguage gets a reference to the given string and assigns it to the PrimaryLanguage 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_tags.go
- client.go
- configuration.go
- model_attach_to_lang_primary_request_v_next.go
- model_batch_input_json_node.go
- model_batch_input_string.go
- model_batch_input_tag.go
- model_batch_response_tag.go
- model_batch_response_tag_with_errors.go
- model_collection_response_with_total_tag_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_tag.go
- model_tag_clone_request_v_next.go
- model_update_languages_request_v_next.go
- response.go
- utils.go