Documentation
¶
Index ¶
- Variables
- func Bool(b bool) *bool
- func Byte(b byte) *byte
- func Bytes(b []byte) *[]byte
- func Complex64(c complex64) *complex64
- func Complex128(c complex128) *complex128
- func Float32(f float32) *float32
- func Float64(f float64) *float64
- func Int(i int) *int
- func Int8(i int8) *int8
- func Int16(i int16) *int16
- func Int32(i int32) *int32
- func Int64(i int64) *int64
- func MustParseDate(date string) time.Time
- func MustParseDateTime(datetime string) time.Time
- func Rune(r rune) *rune
- func String(s string) *string
- func Time(t time.Time) *time.Time
- func UUID(u uuid.UUID) *uuid.UUID
- func Uint(u uint) *uint
- func Uint8(u uint8) *uint8
- func Uint16(u uint16) *uint16
- func Uint32(u uint32) *uint32
- func Uint64(u uint64) *uint64
- func Uintptr(u uintptr) *uintptr
- type AnthropicContentBlock
- func (a *AnthropicContentBlock) GetContent() any
- func (a *AnthropicContentBlock) GetExtraProperties() map[string]interface{}
- func (a *AnthropicContentBlock) GetID() *string
- func (a *AnthropicContentBlock) GetInput() []int
- func (a *AnthropicContentBlock) GetIsError() *bool
- func (a *AnthropicContentBlock) GetName() *string
- func (a *AnthropicContentBlock) GetSignature() *string
- func (a *AnthropicContentBlock) GetSource() *AnthropicImageSource
- func (a *AnthropicContentBlock) GetText() *string
- func (a *AnthropicContentBlock) GetThinking() *string
- func (a *AnthropicContentBlock) GetToolUseID() *string
- func (a *AnthropicContentBlock) GetType() *string
- func (a *AnthropicContentBlock) MarshalJSON() ([]byte, error)
- func (a *AnthropicContentBlock) SetContent(content any)
- func (a *AnthropicContentBlock) SetID(id *string)
- func (a *AnthropicContentBlock) SetInput(input []int)
- func (a *AnthropicContentBlock) SetIsError(isError *bool)
- func (a *AnthropicContentBlock) SetName(name *string)
- func (a *AnthropicContentBlock) SetSignature(signature *string)
- func (a *AnthropicContentBlock) SetSource(source *AnthropicImageSource)
- func (a *AnthropicContentBlock) SetText(text *string)
- func (a *AnthropicContentBlock) SetThinking(thinking *string)
- func (a *AnthropicContentBlock) SetToolUseID(toolUseID *string)
- func (a *AnthropicContentBlock) SetType(type_ *string)
- func (a *AnthropicContentBlock) String() string
- func (a *AnthropicContentBlock) UnmarshalJSON(data []byte) error
- type AnthropicErrorDetail
- func (a *AnthropicErrorDetail) GetExtraProperties() map[string]interface{}
- func (a *AnthropicErrorDetail) GetMessage() *string
- func (a *AnthropicErrorDetail) GetType() *string
- func (a *AnthropicErrorDetail) MarshalJSON() ([]byte, error)
- func (a *AnthropicErrorDetail) SetMessage(message *string)
- func (a *AnthropicErrorDetail) SetType(type_ *string)
- func (a *AnthropicErrorDetail) String() string
- func (a *AnthropicErrorDetail) UnmarshalJSON(data []byte) error
- type AnthropicImageSource
- func (a *AnthropicImageSource) GetData() *string
- func (a *AnthropicImageSource) GetExtraProperties() map[string]interface{}
- func (a *AnthropicImageSource) GetMediaType() *string
- func (a *AnthropicImageSource) GetType() *string
- func (a *AnthropicImageSource) GetURL() *string
- func (a *AnthropicImageSource) MarshalJSON() ([]byte, error)
- func (a *AnthropicImageSource) SetData(data *string)
- func (a *AnthropicImageSource) SetMediaType(mediaType *string)
- func (a *AnthropicImageSource) SetType(type_ *string)
- func (a *AnthropicImageSource) SetURL(url *string)
- func (a *AnthropicImageSource) String() string
- func (a *AnthropicImageSource) UnmarshalJSON(data []byte) error
- type AnthropicInputSchema
- func (a *AnthropicInputSchema) GetExtraProperties() map[string]interface{}
- func (a *AnthropicInputSchema) GetProperties() map[string]any
- func (a *AnthropicInputSchema) GetRequired() []string
- func (a *AnthropicInputSchema) GetType() *string
- func (a *AnthropicInputSchema) MarshalJSON() ([]byte, error)
- func (a *AnthropicInputSchema) SetProperties(properties map[string]any)
- func (a *AnthropicInputSchema) SetRequired(required []string)
- func (a *AnthropicInputSchema) SetType(type_ *string)
- func (a *AnthropicInputSchema) String() string
- func (a *AnthropicInputSchema) UnmarshalJSON(data []byte) error
- type AnthropicMessageRequest
- func (a *AnthropicMessageRequest) GetExtraProperties() map[string]interface{}
- func (a *AnthropicMessageRequest) GetMaxTokens() *int
- func (a *AnthropicMessageRequest) GetMessages() []*GithubComCodeKoanLlmSdkGoProtocolAnthropicMessage
- func (a *AnthropicMessageRequest) GetMetadata() *AnthropicMetadata
- func (a *AnthropicMessageRequest) GetModel() *string
- func (a *AnthropicMessageRequest) GetStopSequences() []string
- func (a *AnthropicMessageRequest) GetStream() *bool
- func (a *AnthropicMessageRequest) GetSystem() any
- func (a *AnthropicMessageRequest) GetTemperature() *float64
- func (a *AnthropicMessageRequest) GetThinking() *AnthropicThinkingConfig
- func (a *AnthropicMessageRequest) GetToolChoice() []int
- func (a *AnthropicMessageRequest) GetTools() []*AnthropicTool
- func (a *AnthropicMessageRequest) GetTopK() *int
- func (a *AnthropicMessageRequest) GetTopP() *float64
- func (a *AnthropicMessageRequest) MarshalJSON() ([]byte, error)
- func (a *AnthropicMessageRequest) SetMaxTokens(maxTokens *int)
- func (a *AnthropicMessageRequest) SetMessages(messages []*GithubComCodeKoanLlmSdkGoProtocolAnthropicMessage)
- func (a *AnthropicMessageRequest) SetMetadata(metadata *AnthropicMetadata)
- func (a *AnthropicMessageRequest) SetModel(model *string)
- func (a *AnthropicMessageRequest) SetStopSequences(stopSequences []string)
- func (a *AnthropicMessageRequest) SetStream(stream *bool)
- func (a *AnthropicMessageRequest) SetSystem(system any)
- func (a *AnthropicMessageRequest) SetTemperature(temperature *float64)
- func (a *AnthropicMessageRequest) SetThinking(thinking *AnthropicThinkingConfig)
- func (a *AnthropicMessageRequest) SetToolChoice(toolChoice []int)
- func (a *AnthropicMessageRequest) SetTools(tools []*AnthropicTool)
- func (a *AnthropicMessageRequest) SetTopK(topK *int)
- func (a *AnthropicMessageRequest) SetTopP(topP *float64)
- func (a *AnthropicMessageRequest) String() string
- func (a *AnthropicMessageRequest) UnmarshalJSON(data []byte) error
- type AnthropicMessageResponse
- func (a *AnthropicMessageResponse) GetContent() []*AnthropicContentBlock
- func (a *AnthropicMessageResponse) GetExtraProperties() map[string]interface{}
- func (a *AnthropicMessageResponse) GetID() *string
- func (a *AnthropicMessageResponse) GetModel() *string
- func (a *AnthropicMessageResponse) GetRole() *string
- func (a *AnthropicMessageResponse) GetStopReason() *string
- func (a *AnthropicMessageResponse) GetStopSequence() *string
- func (a *AnthropicMessageResponse) GetType() *string
- func (a *AnthropicMessageResponse) GetUsage() *GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage
- func (a *AnthropicMessageResponse) MarshalJSON() ([]byte, error)
- func (a *AnthropicMessageResponse) SetContent(content []*AnthropicContentBlock)
- func (a *AnthropicMessageResponse) SetID(id *string)
- func (a *AnthropicMessageResponse) SetModel(model *string)
- func (a *AnthropicMessageResponse) SetRole(role *string)
- func (a *AnthropicMessageResponse) SetStopReason(stopReason *string)
- func (a *AnthropicMessageResponse) SetStopSequence(stopSequence *string)
- func (a *AnthropicMessageResponse) SetType(type_ *string)
- func (a *AnthropicMessageResponse) SetUsage(usage *GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage)
- func (a *AnthropicMessageResponse) String() string
- func (a *AnthropicMessageResponse) UnmarshalJSON(data []byte) error
- type AnthropicMetadata
- func (a *AnthropicMetadata) GetExtraProperties() map[string]interface{}
- func (a *AnthropicMetadata) GetUserID() *string
- func (a *AnthropicMetadata) MarshalJSON() ([]byte, error)
- func (a *AnthropicMetadata) SetUserID(userID *string)
- func (a *AnthropicMetadata) String() string
- func (a *AnthropicMetadata) UnmarshalJSON(data []byte) error
- type AnthropicThinkingConfig
- func (a *AnthropicThinkingConfig) GetBudgetTokens() *int
- func (a *AnthropicThinkingConfig) GetExtraProperties() map[string]interface{}
- func (a *AnthropicThinkingConfig) GetType() *string
- func (a *AnthropicThinkingConfig) MarshalJSON() ([]byte, error)
- func (a *AnthropicThinkingConfig) SetBudgetTokens(budgetTokens *int)
- func (a *AnthropicThinkingConfig) SetType(type_ *string)
- func (a *AnthropicThinkingConfig) String() string
- func (a *AnthropicThinkingConfig) UnmarshalJSON(data []byte) error
- type AnthropicTool
- func (a *AnthropicTool) GetDescription() *string
- func (a *AnthropicTool) GetExtraProperties() map[string]interface{}
- func (a *AnthropicTool) GetInputSchema() *AnthropicInputSchema
- func (a *AnthropicTool) GetName() *string
- func (a *AnthropicTool) MarshalJSON() ([]byte, error)
- func (a *AnthropicTool) SetDescription(description *string)
- func (a *AnthropicTool) SetInputSchema(inputSchema *AnthropicInputSchema)
- func (a *AnthropicTool) SetName(name *string)
- func (a *AnthropicTool) String() string
- func (a *AnthropicTool) UnmarshalJSON(data []byte) error
- type BadRequestError
- type ConflictError
- type DeleteAPIV1CommentsIDRequest
- type DeleteAdminBulletinsIDRequest
- type DeleteAdminFilesIDRequest
- type DeleteGatewaySessionsIDRequest
- type DeleteGatewayUserIDModelsIDGrantsTargetUserIDRequest
- type DeleteGatewayUserIDModelsIDRequest
- type DeleteGatewayUserIDProvidersIDRequest
- type DeleteGatewayUserIDRoutesIDGrantsTargetUserIDRequest
- type DeleteGatewayUserIDRoutesIDRequest
- type DeleteIamAPIKeysIDRequest
- type DeleteIamGrantsResourceTypeResourceIDUserIDRequest
- type DeleteMessagingDevicesDeviceIDRequest
- type DeleteSecretsUserIDKeyRequest
- type DeleteWisdomCommunityIDRequest
- type DeleteWisdomIDRelationsRidRequest
- type DeleteWisdomIDRequest
- type FileParam
- type FileParamOption
- type ForbiddenError
- type GetAPIV1AdminCommentsRequest
- type GetAPIV1CommentsRequest
- type GetAPIV1NotificationsPreferencesRequest
- type GetAPIV1NotificationsRequest
- type GetAPIV1PaymentOrdersIDRequest
- type GetAPIV1PaymentOrdersRequest
- type GetAPIV1PaymentWalletTransfersTransferNoRequest
- type GetAPIV1PaymentWalletsIDRequest
- type GetAPIV1PaymentWalletsIDTransactionsRequest
- type GetAdminBugReportsIDRequest
- type GetAdminBugReportsRequest
- type GetAdminBulletinsIDRequest
- type GetAdminBulletinsRequest
- func (g *GetAdminBulletinsRequest) SetCategory(category *string)
- func (g *GetAdminBulletinsRequest) SetCursorID(cursorID *int)
- func (g *GetAdminBulletinsRequest) SetCursorVal(cursorVal *int)
- func (g *GetAdminBulletinsRequest) SetIncludeArchived(includeArchived *bool)
- func (g *GetAdminBulletinsRequest) SetLimit(limit *int)
- func (g *GetAdminBulletinsRequest) SetSection(section *string)
- func (g *GetAdminBulletinsRequest) SetType(type_ *string)
- func (g *GetAdminBulletinsRequest) SetVersion(version *string)
- type GetAdminFilesIDDownloadRequest
- type GetAdminFilesIDRequest
- type GetAdminFilesRequest
- type GetAdminMarketplaceTopResourcesRequest
- type GetAdminRevenueFeesRequest
- type GetAuthGithubCallbackRequest
- type GetAuthGithubLoginRequest
- type GetAuthGoogleCallbackRequest
- type GetAuthGoogleLoginRequest
- type GetBugReportsMineRequest
- type GetBulletinsIDRequest
- type GetBulletinsRequest
- func (g *GetBulletinsRequest) SetCategory(category *string)
- func (g *GetBulletinsRequest) SetCursorID(cursorID *int)
- func (g *GetBulletinsRequest) SetCursorVal(cursorVal *int)
- func (g *GetBulletinsRequest) SetLimit(limit *int)
- func (g *GetBulletinsRequest) SetSection(section *string)
- func (g *GetBulletinsRequest) SetType(type_ *string)
- func (g *GetBulletinsRequest) SetVersion(version *string)
- type GetCommunityRequest
- type GetGatewayLogsRequest
- func (g *GetGatewayLogsRequest) SetDateFrom(dateFrom *string)
- func (g *GetGatewayLogsRequest) SetDateTo(dateTo *string)
- func (g *GetGatewayLogsRequest) SetLimit(limit *int)
- func (g *GetGatewayLogsRequest) SetModelID(modelID *int)
- func (g *GetGatewayLogsRequest) SetOffset(offset *int)
- func (g *GetGatewayLogsRequest) SetOrder(order *string)
- func (g *GetGatewayLogsRequest) SetProviderID(providerID *int)
- func (g *GetGatewayLogsRequest) SetSessionID(sessionID *int)
- func (g *GetGatewayLogsRequest) SetSort(sort *string)
- func (g *GetGatewayLogsRequest) SetStatus(status *int)
- func (g *GetGatewayLogsRequest) SetStream(stream *bool)
- type GetGatewaySellerRevenueRequest
- type GetGatewaySessionsRequest
- type GetGatewayUsageRequest
- func (g *GetGatewayUsageRequest) SetDateFrom(dateFrom *string)
- func (g *GetGatewayUsageRequest) SetDateTo(dateTo *string)
- func (g *GetGatewayUsageRequest) SetLimit(limit *int)
- func (g *GetGatewayUsageRequest) SetModelID(modelID *int)
- func (g *GetGatewayUsageRequest) SetOffset(offset *int)
- func (g *GetGatewayUsageRequest) SetOrder(order *string)
- func (g *GetGatewayUsageRequest) SetSort(sort *string)
- type GetGatewayUserIDModelsIDGrantsRequest
- type GetGatewayUserIDModelsIDRequest
- type GetGatewayUserIDModelsRequest
- type GetGatewayUserIDProvidersIDRequest
- type GetGatewayUserIDProvidersRequest
- type GetGatewayUserIDRoutesIDGrantsRequest
- type GetGatewayUserIDRoutesIDRequest
- type GetGatewayUserIDRoutesRequest
- type GetIamGrantsRequest
- type GetMarketplaceModelsRequest
- func (g *GetMarketplaceModelsRequest) SetLimit(limit *int)
- func (g *GetMarketplaceModelsRequest) SetMaxPrice(maxPrice *float64)
- func (g *GetMarketplaceModelsRequest) SetMinPrice(minPrice *float64)
- func (g *GetMarketplaceModelsRequest) SetOrder(order *string)
- func (g *GetMarketplaceModelsRequest) SetPage(page *int)
- func (g *GetMarketplaceModelsRequest) SetSearch(search *string)
- func (g *GetMarketplaceModelsRequest) SetSort(sort *string)
- type GetMessagingConversationsConvIDMessagesRequest
- type GetMessagingConversationsConvIDRequest
- type GetPublicWisdomRequest
- func (g *GetPublicWisdomRequest) SetCommunityID(communityID *int)
- func (g *GetPublicWisdomRequest) SetCommunitySlug(communitySlug *string)
- func (g *GetPublicWisdomRequest) SetKind(kind *string)
- func (g *GetPublicWisdomRequest) SetLimit(limit *int)
- func (g *GetPublicWisdomRequest) SetOffset(offset *int)
- func (g *GetPublicWisdomRequest) SetPromiseSearch(promiseSearch *string)
- func (g *GetPublicWisdomRequest) SetSlug(slug *string)
- func (g *GetPublicWisdomRequest) SetType(type_ *string)
- func (g *GetPublicWisdomRequest) SetUsername(username *string)
- type GetSecretsUserIDKeyRequest
- type GetSecretsUserIDRequest
- type GetWisdomCommunityIDRequest
- type GetWisdomCommunityRequest
- type GetWisdomIDLogsRequest
- type GetWisdomIDRequest
- type GetWisdomRequest
- func (g *GetWisdomRequest) SetCommunityID(communityID *int)
- func (g *GetWisdomRequest) SetKind(kind *string)
- func (g *GetWisdomRequest) SetLimit(limit *int)
- func (g *GetWisdomRequest) SetMinConfidence(minConfidence *float64)
- func (g *GetWisdomRequest) SetOffset(offset *int)
- func (g *GetWisdomRequest) SetPromiseSearch(promiseSearch *string)
- func (g *GetWisdomRequest) SetType(type_ *string)
- type GetWisdomSubgraphRequest
- type GithubComCodeKoanLlmSdkGoProtocolAnthropicCacheCreation
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicCacheCreation) GetEphemeral1HInputTokens() *int
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicCacheCreation) GetEphemeral5MInputTokens() *int
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicCacheCreation) GetExtraProperties() map[string]interface{}
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicCacheCreation) MarshalJSON() ([]byte, error)
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicCacheCreation) SetEphemeral1HInputTokens(ephemeral1HInputTokens *int)
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicCacheCreation) SetEphemeral5MInputTokens(ephemeral5MInputTokens *int)
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicCacheCreation) String() string
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicCacheCreation) UnmarshalJSON(data []byte) error
- type GithubComCodeKoanLlmSdkGoProtocolAnthropicErrorResponse
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicErrorResponse) GetError() *AnthropicErrorDetail
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicErrorResponse) GetExtraProperties() map[string]interface{}
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicErrorResponse) GetType() *string
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicErrorResponse) MarshalJSON() ([]byte, error)
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicErrorResponse) SetError(error_ *AnthropicErrorDetail)
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicErrorResponse) SetType(type_ *string)
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicErrorResponse) String() string
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicErrorResponse) UnmarshalJSON(data []byte) error
- type GithubComCodeKoanLlmSdkGoProtocolAnthropicMessage
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicMessage) GetContent() any
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicMessage) GetExtraProperties() map[string]interface{}
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicMessage) GetRole() *string
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicMessage) MarshalJSON() ([]byte, error)
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicMessage) SetContent(content any)
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicMessage) SetRole(role *string)
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicMessage) String() string
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicMessage) UnmarshalJSON(data []byte) error
- type GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) GetCacheCreation() *GithubComCodeKoanLlmSdkGoProtocolAnthropicCacheCreation
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) GetCacheCreationInputTokens() *int
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) GetCacheReadInputTokens() *int
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) GetExtraProperties() map[string]interface{}
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) GetInputTokens() *int
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) GetOutputTokens() *int
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) MarshalJSON() ([]byte, error)
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) SetCacheCreation(cacheCreation *GithubComCodeKoanLlmSdkGoProtocolAnthropicCacheCreation)
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) SetCacheCreationInputTokens(cacheCreationInputTokens *int)
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) SetCacheReadInputTokens(cacheReadInputTokens *int)
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) SetInputTokens(inputTokens *int)
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) SetOutputTokens(outputTokens *int)
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) String() string
- func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences
- func (g *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences) GetLang() *string
- func (g *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences) GetTheme() *string
- func (g *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences) SetLang(lang *string)
- func (g *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences) SetTheme(theme *string)
- func (g *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences) String() string
- func (g *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalAigatewayInternalDomainAiSession
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetCreatedAt() *int
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetDeletedAt() *int
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetID() *string
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetSubjectID() *int
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetSubjectType() *string
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetTitle() *string
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetUUID() *string
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetUpdatedAt() *int
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetCreatedAt(createdAt *int)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetDeletedAt(deletedAt *int)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetID(id *string)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetSubjectID(subjectID *int)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetSubjectType(subjectType *string)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetTitle(title *string)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetUUID(uuid *string)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetUpdatedAt(updatedAt *int)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) String() string
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalAigatewayInternalDomainModel
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetBillingMode() *string
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetBuyoutPrice() *float64
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetCacheHitPrice() *float64
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetCapabilities() *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetCreatedAt() *int
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetCurrency() *string
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetDescription() *string
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetEnabled() *bool
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetID() *int
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetInputPrice() *float64
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetIsDefault() *bool
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetListedAt() *int
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetMaxOutputTokens() *int
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetName() *string
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetOutputPrice() *float64
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetProviderID() *int
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetUpdatedAt() *int
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetUpstreamName() *string
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetUserID() *int
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetVisibility() *string
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetWalletID() *int
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetBillingMode(billingMode *string)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetBuyoutPrice(buyoutPrice *float64)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetCacheHitPrice(cacheHitPrice *float64)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetCapabilities(...)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetCreatedAt(createdAt *int)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetCurrency(currency *string)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetDescription(description *string)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetEnabled(enabled *bool)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetID(id *int)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetInputPrice(inputPrice *float64)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetIsDefault(isDefault *bool)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetListedAt(listedAt *int)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetMaxOutputTokens(maxOutputTokens *int)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetName(name *string)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetOutputPrice(outputPrice *float64)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetProviderID(providerID *int)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetUpdatedAt(updatedAt *int)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetUpstreamName(upstreamName *string)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetUserID(userID *int)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetVisibility(visibility *string)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetWalletID(walletID *int)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) String() string
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) GetAudio() *bool
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) GetImage() *bool
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) GetPdf() *bool
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) GetReasoning() *bool
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) GetStreaming() *bool
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) GetTools() *bool
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) GetVideo() *bool
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) SetAudio(audio *bool)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) SetImage(image *bool)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) SetPdf(pdf *bool)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) SetReasoning(reasoning *bool)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) SetStreaming(streaming *bool)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) SetTools(tools *bool)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) SetVideo(video *bool)
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) String() string
- func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalBugreportsInternalDomainBugReport
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetClientTimestamp() *int
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetContext() []int
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetCreatedAt() *int
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetDescription() *string
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetDomainLabel() *string
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetGithubIssueNumber() *int
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetGithubIssueURL() *string
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetID() *int
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetLabel() *string
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetReporterID() *int
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetReporterName() *string
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetReviewNotes() *string
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetReviewerID() *int
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetStatus() *string
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetTitle() *string
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetURL() *string
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetUpdatedAt() *int
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetClientTimestamp(clientTimestamp *int)
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetContext(context []int)
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetCreatedAt(createdAt *int)
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetDescription(description *string)
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetDomainLabel(domainLabel *string)
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetGithubIssueNumber(githubIssueNumber *int)
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetGithubIssueURL(githubIssueURL *string)
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetID(id *int)
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetLabel(label *string)
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetReporterID(reporterID *int)
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetReporterName(reporterName *string)
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetReviewNotes(reviewNotes *string)
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetReviewerID(reviewerID *int)
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetStatus(status *string)
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetTitle(title *string)
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetURL(url *string)
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetUpdatedAt(updatedAt *int)
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) String() string
- func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalBulletinInternalDomainBulletin
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetBody() *string
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetCategory() *string
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetCreatedAt() *int
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetCreatedBy() *int
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetExpiresAt() *int
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetID() *int
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetParentID() *int
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetPublishedAt() *int
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetSection() *string
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetSortOrder() *int
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetStatus() *string
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetSummary() *string
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetTitle() *string
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetType() *string
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetUpdatedAt() *int
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetUpdatedBy() *int
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetVersion() *string
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetBody(body *string)
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetCategory(category *string)
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetCreatedAt(createdAt *int)
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetCreatedBy(createdBy *int)
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetExpiresAt(expiresAt *int)
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetID(id *int)
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetParentID(parentID *int)
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetPublishedAt(publishedAt *int)
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetSection(section *string)
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetSortOrder(sortOrder *int)
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetStatus(status *string)
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetSummary(summary *string)
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetTitle(title *string)
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetType(type_ *string)
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetUpdatedAt(updatedAt *int)
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetUpdatedBy(updatedBy *int)
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetVersion(version *string)
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) String() string
- func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalCommentsInternalDomainComment
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) GetBody() *string
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) GetCreatedAt() *int
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) GetID() *int
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) GetParentID() *int
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) GetStatus() *string
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) GetTargetID() *int
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) GetTargetType() *string
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) GetUpdatedAt() *int
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) GetUserID() *int
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) SetBody(body *string)
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) SetCreatedAt(createdAt *int)
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) SetID(id *int)
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) SetParentID(parentID *int)
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) SetStatus(status *string)
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) SetTargetID(targetID *int)
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) SetTargetType(targetType *string)
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) SetUpdatedAt(updatedAt *int)
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) SetUserID(userID *int)
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) String() string
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalCommentsInternalDomainCommentNode
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) GetBody() *string
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) GetChildren() []*GithubComMktAgiAixInternalCommentsInternalDomainCommentNode
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) GetCreatedAt() *int
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) GetID() *int
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) GetParentID() *int
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) GetStatus() *string
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) GetTargetID() *int
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) GetTargetType() *string
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) GetUpdatedAt() *int
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) GetUserID() *int
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) SetBody(body *string)
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) SetChildren(children []*GithubComMktAgiAixInternalCommentsInternalDomainCommentNode)
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) SetCreatedAt(createdAt *int)
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) SetID(id *int)
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) SetParentID(parentID *int)
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) SetStatus(status *string)
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) SetTargetID(targetID *int)
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) SetTargetType(targetType *string)
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) SetUpdatedAt(updatedAt *int)
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) SetUserID(userID *int)
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) String() string
- func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalIamAccessGrant
- func (g *GithubComMktAgiAixInternalIamAccessGrant) GetCreatedAt() *int
- func (g *GithubComMktAgiAixInternalIamAccessGrant) GetCreatedBy() *int
- func (g *GithubComMktAgiAixInternalIamAccessGrant) GetExpiresAt() *int
- func (g *GithubComMktAgiAixInternalIamAccessGrant) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalIamAccessGrant) GetOrderNo() *string
- func (g *GithubComMktAgiAixInternalIamAccessGrant) GetSource() *string
- func (g *GithubComMktAgiAixInternalIamAccessGrant) GetUserID() *int
- func (g *GithubComMktAgiAixInternalIamAccessGrant) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalIamAccessGrant) SetCreatedAt(createdAt *int)
- func (g *GithubComMktAgiAixInternalIamAccessGrant) SetCreatedBy(createdBy *int)
- func (g *GithubComMktAgiAixInternalIamAccessGrant) SetExpiresAt(expiresAt *int)
- func (g *GithubComMktAgiAixInternalIamAccessGrant) SetOrderNo(orderNo *string)
- func (g *GithubComMktAgiAixInternalIamAccessGrant) SetSource(source *string)
- func (g *GithubComMktAgiAixInternalIamAccessGrant) SetUserID(userID *int)
- func (g *GithubComMktAgiAixInternalIamAccessGrant) String() string
- func (g *GithubComMktAgiAixInternalIamAccessGrant) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalIamInternalDomainAccessGrant
- func (g *GithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetCreatedAt() *int
- func (g *GithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetCreatedBy() *int
- func (g *GithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetExpiresAt() *int
- func (g *GithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetOrderNo() *string
- func (g *GithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetSource() *string
- func (g *GithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetUserID() *int
- func (g *GithubComMktAgiAixInternalIamInternalDomainAccessGrant) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetCreatedAt(createdAt *int)
- func (g *GithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetCreatedBy(createdBy *int)
- func (g *GithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetExpiresAt(expiresAt *int)
- func (g *GithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetOrderNo(orderNo *string)
- func (g *GithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetSource(source *string)
- func (g *GithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetUserID(userID *int)
- func (g *GithubComMktAgiAixInternalIamInternalDomainAccessGrant) String() string
- func (g *GithubComMktAgiAixInternalIamInternalDomainAccessGrant) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalMessagingInternalDomainConversation
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) GetCreatedAt() *int
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) GetCreatedBy() *int
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) GetID() *int
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) GetLastMessage() *string
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) GetLastMsgAt() *int
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) GetMaxSeq() *int
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) GetTitle() *string
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) GetType() *string
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) GetUID() *string
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) GetUpdatedAt() *int
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) SetCreatedAt(createdAt *int)
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) SetCreatedBy(createdBy *int)
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) SetID(id *int)
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) SetLastMessage(lastMessage *string)
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) SetLastMsgAt(lastMsgAt *int)
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) SetMaxSeq(maxSeq *int)
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) SetTitle(title *string)
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) SetType(type_ *string)
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) SetUID(uid *string)
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) SetUpdatedAt(updatedAt *int)
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) String() string
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetCreatedAt() *int
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetCreatedBy() *int
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetID() *int
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetLastMessage() *string
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetLastMsgAt() *int
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetMaxSeq() *int
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetReadSeq() *int
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetSyncedSeq() *int
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetTitle() *string
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetType() *string
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetUID() *string
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetUnreadCount() *int
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetUpdatedAt() *int
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetCreatedAt(createdAt *int)
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetCreatedBy(createdBy *int)
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetID(id *int)
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetLastMessage(lastMessage *string)
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetLastMsgAt(lastMsgAt *int)
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetMaxSeq(maxSeq *int)
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetReadSeq(readSeq *int)
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetSyncedSeq(syncedSeq *int)
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetTitle(title *string)
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetType(type_ *string)
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetUID(uid *string)
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetUnreadCount(unreadCount *int)
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetUpdatedAt(updatedAt *int)
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) String() string
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalMessagingInternalDomainMessage
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) GetContent() *string
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) GetContentType() *string
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) GetConvID() *int
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) GetCreatedAt() *int
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) GetID() *int
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) GetMentionedUserIDs() []int
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) GetMetadata() *string
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) GetReplyToSeq() *int
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) GetSenderID() *int
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) GetSeq() *int
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) SetContent(content *string)
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) SetContentType(contentType *string)
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) SetConvID(convID *int)
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) SetCreatedAt(createdAt *int)
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) SetID(id *int)
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) SetMentionedUserIDs(mentionedUserIDs []int)
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) SetMetadata(metadata *string)
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) SetReplyToSeq(replyToSeq *int)
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) SetSenderID(senderID *int)
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) SetSeq(seq *int)
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) String() string
- func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPaymentsInternalDomainFeeResourceBreakdown
- func (g *GithubComMktAgiAixInternalPaymentsInternalDomainFeeResourceBreakdown) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPaymentsInternalDomainFeeResourceBreakdown) GetFee() *float64
- func (g *GithubComMktAgiAixInternalPaymentsInternalDomainFeeResourceBreakdown) GetResourceType() *string
- func (g *GithubComMktAgiAixInternalPaymentsInternalDomainFeeResourceBreakdown) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPaymentsInternalDomainFeeResourceBreakdown) SetFee(fee *float64)
- func (g *GithubComMktAgiAixInternalPaymentsInternalDomainFeeResourceBreakdown) SetResourceType(resourceType *string)
- func (g *GithubComMktAgiAixInternalPaymentsInternalDomainFeeResourceBreakdown) String() string
- func (g *GithubComMktAgiAixInternalPaymentsInternalDomainFeeResourceBreakdown) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPaymentsInternalDomainFeeSellerBreakdown
- func (g *GithubComMktAgiAixInternalPaymentsInternalDomainFeeSellerBreakdown) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPaymentsInternalDomainFeeSellerBreakdown) GetFee() *float64
- func (g *GithubComMktAgiAixInternalPaymentsInternalDomainFeeSellerBreakdown) GetSellerUserID() *int
- func (g *GithubComMktAgiAixInternalPaymentsInternalDomainFeeSellerBreakdown) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPaymentsInternalDomainFeeSellerBreakdown) SetFee(fee *float64)
- func (g *GithubComMktAgiAixInternalPaymentsInternalDomainFeeSellerBreakdown) SetSellerUserID(sellerUserID *int)
- func (g *GithubComMktAgiAixInternalPaymentsInternalDomainFeeSellerBreakdown) String() string
- func (g *GithubComMktAgiAixInternalPaymentsInternalDomainFeeSellerBreakdown) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary
- func (g *GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) GetByResourceType() []*GithubComMktAgiAixInternalPaymentsInternalDomainFeeResourceBreakdown
- func (g *GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) GetBySeller() []*GithubComMktAgiAixInternalPaymentsInternalDomainFeeSellerBreakdown
- func (g *GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) GetPeriod() *string
- func (g *GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) GetTotalFee() *float64
- func (g *GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) SetByResourceType(...)
- func (g *GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) SetBySeller(bySeller []*GithubComMktAgiAixInternalPaymentsInternalDomainFeeSellerBreakdown)
- func (g *GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) SetPeriod(period *string)
- func (g *GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) SetTotalFee(totalFee *float64)
- func (g *GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) String() string
- func (g *GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxCodeResp
- func (g *GithubComMktAgiAixInternalPkgGinxCodeResp) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxCodeResp) GetData() any
- func (g *GithubComMktAgiAixInternalPkgGinxCodeResp) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxCodeResp) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxCodeResp) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxCodeResp) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxCodeResp) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxCodeResp) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxCodeResp) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxCodeResp) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxCodeResp) SetData(data any)
- func (g *GithubComMktAgiAixInternalPkgGinxCodeResp) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxCodeResp) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxCodeResp) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxCodeResp) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxCodeResp) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxCodeResp) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxCodeResp) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) GetData() *AnthropicMessageResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) SetData(data *AnthropicMessageResponse)
- func (g *GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultAny
- func (g *GithubComMktAgiAixInternalPkgGinxResultAny) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultAny) GetData() any
- func (g *GithubComMktAgiAixInternalPkgGinxResultAny) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultAny) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultAny) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultAny) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultAny) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultAny) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultAny) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultAny) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultAny) SetData(data any)
- func (g *GithubComMktAgiAixInternalPkgGinxResultAny) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultAny) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultAny) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultAny) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultAny) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultAny) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultAny) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetData() []*GithubComMktAgiAixInternalAigatewayInternalDomainAiSession
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetData(data []*GithubComMktAgiAixInternalAigatewayInternalDomainAiSession)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) GetData() []*GithubComMktAgiAixInternalAigatewayInternalDomainModel
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetData(data []*GithubComMktAgiAixInternalAigatewayInternalDomainModel)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetData() []*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetData(data []*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetData() []*GithubComMktAgiAixInternalBulletinInternalDomainBulletin
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetData(data []*GithubComMktAgiAixInternalBulletinInternalDomainBulletin)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) GetData() []*GithubComMktAgiAixInternalIamAccessGrant
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) SetData(data []*GithubComMktAgiAixInternalIamAccessGrant)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetData() []*GithubComMktAgiAixInternalIamInternalDomainAccessGrant
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetData(data []*GithubComMktAgiAixInternalIamInternalDomainAccessGrant)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetData() []*GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetData(data []*GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) GetData() []*GithubComMktAgiAixInternalMessagingInternalDomainMessage
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetData(data []*GithubComMktAgiAixInternalMessagingInternalDomainMessage)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) GetData() []*InternalAccountsInternalWebUserResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) SetData(data []*InternalAccountsInternalWebUserResponse)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) GetData() []*InternalAccountsInternalWebUserSecretResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) SetData(data []*InternalAccountsInternalWebUserSecretResponse)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) GetData() []*InternalAigatewayInternalWebUserProviderResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) SetData(data []*InternalAigatewayInternalWebUserProviderResponse)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) GetData() []*InternalAigatewayInternalWebUserRouteResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) SetData(data []*InternalAigatewayInternalWebUserRouteResponse)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) GetData() []*InternalFilesInternalWebFileResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) SetData(data []*InternalFilesInternalWebFileResponse)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) GetData() []*InternalIamInternalWebAPIKeyResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) SetData(data []*InternalIamInternalWebAPIKeyResponse)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) GetData() []*InternalPaymentsInternalWebWalletV2Response
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) SetData(data []*InternalPaymentsInternalWebWalletV2Response)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) GetData() []*InternalWisdomInternalWebLogResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) SetData(data []*InternalWisdomInternalWebLogResponse)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetData() *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetData(data *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) GetData() *GithubComMktAgiAixInternalAigatewayInternalDomainModel
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetData(data *GithubComMktAgiAixInternalAigatewayInternalDomainModel)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetData() *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetData(data *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetData() *GithubComMktAgiAixInternalBulletinInternalDomainBulletin
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetData(data *GithubComMktAgiAixInternalBulletinInternalDomainBulletin)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) GetData() *GithubComMktAgiAixInternalCommentsInternalDomainComment
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) SetData(data *GithubComMktAgiAixInternalCommentsInternalDomainComment)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) GetData() *GithubComMktAgiAixInternalMessagingInternalDomainConversation
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) SetData(data *GithubComMktAgiAixInternalMessagingInternalDomainConversation)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) GetData() *GithubComMktAgiAixInternalMessagingInternalDomainMessage
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetData(data *GithubComMktAgiAixInternalMessagingInternalDomainMessage)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) GetData() *GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) SetData(data *GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) GetData() *InternalAccountsInternalWebAuthResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) SetData(data *InternalAccountsInternalWebAuthResponse)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) GetData() *InternalAccountsInternalWebAvatarUploadURLResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) SetData(data *InternalAccountsInternalWebAvatarUploadURLResponse)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) GetData() *InternalAccountsInternalWebCaptchaGenerateResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) SetData(data *InternalAccountsInternalWebCaptchaGenerateResponse)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) GetData() *InternalAccountsInternalWebDeleteUserSecretResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) SetData(data *InternalAccountsInternalWebDeleteUserSecretResponse)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) GetData() *InternalAccountsInternalWebPasswordAuthResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) SetData(data *InternalAccountsInternalWebPasswordAuthResponse)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) GetData() *InternalAccountsInternalWebUserResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) SetData(data *InternalAccountsInternalWebUserResponse)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) GetData() *InternalAccountsInternalWebUserSecretResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) SetData(data *InternalAccountsInternalWebUserSecretResponse)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) GetData() *InternalAccountsInternalWebUserSecretValueResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) SetData(data *InternalAccountsInternalWebUserSecretValueResponse)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) GetData() *InternalAigatewayInternalWebListLogsResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) SetData(data *InternalAigatewayInternalWebListLogsResponse)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) GetData() *InternalAigatewayInternalWebListUsageResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) SetData(data *InternalAigatewayInternalWebListUsageResponse)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) GetData() *InternalAigatewayInternalWebMarketplaceListResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) SetData(data *InternalAigatewayInternalWebMarketplaceListResponse)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) GetData() *InternalAigatewayInternalWebSellerRevenueResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) SetData(data *InternalAigatewayInternalWebSellerRevenueResponse)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) GetData() *InternalAigatewayInternalWebTestModelResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) SetData(data *InternalAigatewayInternalWebTestModelResponse)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) GetData() *InternalAigatewayInternalWebTestProviderResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) SetData(data *InternalAigatewayInternalWebTestProviderResponse)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) GetData() *InternalAigatewayInternalWebTopResourcesResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) SetData(data *InternalAigatewayInternalWebTopResourcesResponse)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) GetData() *InternalAigatewayInternalWebUserProviderResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) SetData(data *InternalAigatewayInternalWebUserProviderResponse)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) GetData() *InternalAigatewayInternalWebUserRouteResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) SetData(data *InternalAigatewayInternalWebUserRouteResponse)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) GetData() *InternalCommentsInternalWebCommentListVo
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) SetData(data *InternalCommentsInternalWebCommentListVo)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) GetData() *InternalCommentsInternalWebCommentTreeVo
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) SetData(data *InternalCommentsInternalWebCommentTreeVo)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) GetData() *InternalFilesInternalWebFileDeleteVo
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) SetData(data *InternalFilesInternalWebFileDeleteVo)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) GetData() *InternalFilesInternalWebFileDownloadVo
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) SetData(data *InternalFilesInternalWebFileDownloadVo)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) GetData() *InternalFilesInternalWebFileResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) SetData(data *InternalFilesInternalWebFileResponse)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) GetData() *InternalIamInternalWebCreateAPIKeyResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) SetData(data *InternalIamInternalWebCreateAPIKeyResponse)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) GetData() *InternalPaymentsInternalWebWalletTransferEnvelope
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) SetData(data *InternalPaymentsInternalWebWalletTransferEnvelope)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) GetData() *InternalPaymentsInternalWebWalletTransferV2Response
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) SetData(data *InternalPaymentsInternalWebWalletTransferV2Response)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) GetData() *InternalPaymentsInternalWebWalletV2Response
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) SetData(data *InternalPaymentsInternalWebWalletV2Response)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) GetData() *InternalWisdomInternalWebCommunityResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) SetData(data *InternalWisdomInternalWebCommunityResponse)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) GetData() *InternalWisdomInternalWebGraphResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) SetData(data *InternalWisdomInternalWebGraphResponse)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) GetData() *InternalWisdomInternalWebRelationResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) SetData(data *InternalWisdomInternalWebRelationResponse)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) GetData() *InternalWisdomInternalWebTriggerStatusVo
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) SetData(data *InternalWisdomInternalWebTriggerStatusVo)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) GetData() *InternalWisdomInternalWebWisdomDeleteVo
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) SetData(data *InternalWisdomInternalWebWisdomDeleteVo)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) GetData() *InternalWisdomInternalWebWisdomResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) SetData(data *InternalWisdomInternalWebWisdomResponse)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) UnmarshalJSON(data []byte) error
- type GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) GetCode() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) GetData() *InternalWisdomInternalWebWisdomWithContextResponse
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) GetExtraProperties() map[string]interface{}
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) GetLimit() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) GetMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) GetPage() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) GetTotal() *int
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) GetUserMessage() *string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) MarshalJSON() ([]byte, error)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) SetCode(code *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) SetData(data *InternalWisdomInternalWebWisdomWithContextResponse)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) SetLimit(limit *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) SetMessage(message *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) SetPage(page *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) SetTotal(total *int)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) SetUserMessage(userMessage *string)
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) String() string
- func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) UnmarshalJSON(data []byte) error
- type InternalAccountsInternalWebAuthResponse
- func (i *InternalAccountsInternalWebAuthResponse) GetExtraProperties() map[string]interface{}
- func (i *InternalAccountsInternalWebAuthResponse) GetIsNewUser() *bool
- func (i *InternalAccountsInternalWebAuthResponse) GetUser() any
- func (i *InternalAccountsInternalWebAuthResponse) MarshalJSON() ([]byte, error)
- func (i *InternalAccountsInternalWebAuthResponse) SetIsNewUser(isNewUser *bool)
- func (i *InternalAccountsInternalWebAuthResponse) SetUser(user any)
- func (i *InternalAccountsInternalWebAuthResponse) String() string
- func (i *InternalAccountsInternalWebAuthResponse) UnmarshalJSON(data []byte) error
- type InternalAccountsInternalWebAvatarUploadURLReq
- func (i *InternalAccountsInternalWebAvatarUploadURLReq) GetContentLength() int
- func (i *InternalAccountsInternalWebAvatarUploadURLReq) GetContentType() string
- func (i *InternalAccountsInternalWebAvatarUploadURLReq) GetExtraProperties() map[string]interface{}
- func (i *InternalAccountsInternalWebAvatarUploadURLReq) MarshalJSON() ([]byte, error)
- func (i *InternalAccountsInternalWebAvatarUploadURLReq) SetContentLength(contentLength int)
- func (i *InternalAccountsInternalWebAvatarUploadURLReq) SetContentType(contentType string)
- func (i *InternalAccountsInternalWebAvatarUploadURLReq) String() string
- func (i *InternalAccountsInternalWebAvatarUploadURLReq) UnmarshalJSON(data []byte) error
- type InternalAccountsInternalWebAvatarUploadURLResponse
- func (i *InternalAccountsInternalWebAvatarUploadURLResponse) GetExtraProperties() map[string]interface{}
- func (i *InternalAccountsInternalWebAvatarUploadURLResponse) GetKey() *string
- func (i *InternalAccountsInternalWebAvatarUploadURLResponse) GetPublicURL() *string
- func (i *InternalAccountsInternalWebAvatarUploadURLResponse) GetUploadURL() *string
- func (i *InternalAccountsInternalWebAvatarUploadURLResponse) MarshalJSON() ([]byte, error)
- func (i *InternalAccountsInternalWebAvatarUploadURLResponse) SetKey(key *string)
- func (i *InternalAccountsInternalWebAvatarUploadURLResponse) SetPublicURL(publicURL *string)
- func (i *InternalAccountsInternalWebAvatarUploadURLResponse) SetUploadURL(uploadURL *string)
- func (i *InternalAccountsInternalWebAvatarUploadURLResponse) String() string
- func (i *InternalAccountsInternalWebAvatarUploadURLResponse) UnmarshalJSON(data []byte) error
- type InternalAccountsInternalWebCaptchaGenerateResponse
- func (i *InternalAccountsInternalWebCaptchaGenerateResponse) GetExtraProperties() map[string]interface{}
- func (i *InternalAccountsInternalWebCaptchaGenerateResponse) GetImageBase64() *string
- func (i *InternalAccountsInternalWebCaptchaGenerateResponse) GetToken() *string
- func (i *InternalAccountsInternalWebCaptchaGenerateResponse) MarshalJSON() ([]byte, error)
- func (i *InternalAccountsInternalWebCaptchaGenerateResponse) SetImageBase64(imageBase64 *string)
- func (i *InternalAccountsInternalWebCaptchaGenerateResponse) SetToken(token *string)
- func (i *InternalAccountsInternalWebCaptchaGenerateResponse) String() string
- func (i *InternalAccountsInternalWebCaptchaGenerateResponse) UnmarshalJSON(data []byte) error
- type InternalAccountsInternalWebDeleteUserSecretResponse
- func (i *InternalAccountsInternalWebDeleteUserSecretResponse) GetDeleted() *bool
- func (i *InternalAccountsInternalWebDeleteUserSecretResponse) GetExtraProperties() map[string]interface{}
- func (i *InternalAccountsInternalWebDeleteUserSecretResponse) MarshalJSON() ([]byte, error)
- func (i *InternalAccountsInternalWebDeleteUserSecretResponse) SetDeleted(deleted *bool)
- func (i *InternalAccountsInternalWebDeleteUserSecretResponse) String() string
- func (i *InternalAccountsInternalWebDeleteUserSecretResponse) UnmarshalJSON(data []byte) error
- type InternalAccountsInternalWebDeletionConfirmReq
- func (i *InternalAccountsInternalWebDeletionConfirmReq) GetCode() string
- func (i *InternalAccountsInternalWebDeletionConfirmReq) GetExtraProperties() map[string]interface{}
- func (i *InternalAccountsInternalWebDeletionConfirmReq) GetPreferences() *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences
- func (i *InternalAccountsInternalWebDeletionConfirmReq) MarshalJSON() ([]byte, error)
- func (i *InternalAccountsInternalWebDeletionConfirmReq) SetCode(code string)
- func (i *InternalAccountsInternalWebDeletionConfirmReq) SetPreferences(preferences *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences)
- func (i *InternalAccountsInternalWebDeletionConfirmReq) String() string
- func (i *InternalAccountsInternalWebDeletionConfirmReq) UnmarshalJSON(data []byte) error
- type InternalAccountsInternalWebEmailSendRequest
- func (i *InternalAccountsInternalWebEmailSendRequest) GetCaptchaCode() *string
- func (i *InternalAccountsInternalWebEmailSendRequest) GetCaptchaToken() *string
- func (i *InternalAccountsInternalWebEmailSendRequest) GetEmail() string
- func (i *InternalAccountsInternalWebEmailSendRequest) GetExtraProperties() map[string]interface{}
- func (i *InternalAccountsInternalWebEmailSendRequest) MarshalJSON() ([]byte, error)
- func (i *InternalAccountsInternalWebEmailSendRequest) SetCaptchaCode(captchaCode *string)
- func (i *InternalAccountsInternalWebEmailSendRequest) SetCaptchaToken(captchaToken *string)
- func (i *InternalAccountsInternalWebEmailSendRequest) SetEmail(email string)
- func (i *InternalAccountsInternalWebEmailSendRequest) String() string
- func (i *InternalAccountsInternalWebEmailSendRequest) UnmarshalJSON(data []byte) error
- type InternalAccountsInternalWebEmailVerifyRequest
- func (i *InternalAccountsInternalWebEmailVerifyRequest) GetCode() string
- func (i *InternalAccountsInternalWebEmailVerifyRequest) GetEmail() string
- func (i *InternalAccountsInternalWebEmailVerifyRequest) GetExtraProperties() map[string]interface{}
- func (i *InternalAccountsInternalWebEmailVerifyRequest) GetPreferences() *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences
- func (i *InternalAccountsInternalWebEmailVerifyRequest) MarshalJSON() ([]byte, error)
- func (i *InternalAccountsInternalWebEmailVerifyRequest) SetCode(code string)
- func (i *InternalAccountsInternalWebEmailVerifyRequest) SetEmail(email string)
- func (i *InternalAccountsInternalWebEmailVerifyRequest) SetPreferences(preferences *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences)
- func (i *InternalAccountsInternalWebEmailVerifyRequest) String() string
- func (i *InternalAccountsInternalWebEmailVerifyRequest) UnmarshalJSON(data []byte) error
- type InternalAccountsInternalWebOauthExchangeReq
- func (i *InternalAccountsInternalWebOauthExchangeReq) GetCode() string
- func (i *InternalAccountsInternalWebOauthExchangeReq) GetExtraProperties() map[string]interface{}
- func (i *InternalAccountsInternalWebOauthExchangeReq) GetPreferences() *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences
- func (i *InternalAccountsInternalWebOauthExchangeReq) MarshalJSON() ([]byte, error)
- func (i *InternalAccountsInternalWebOauthExchangeReq) SetCode(code string)
- func (i *InternalAccountsInternalWebOauthExchangeReq) SetPreferences(preferences *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences)
- func (i *InternalAccountsInternalWebOauthExchangeReq) String() string
- func (i *InternalAccountsInternalWebOauthExchangeReq) UnmarshalJSON(data []byte) error
- type InternalAccountsInternalWebPasswordAuthResponse
- func (i *InternalAccountsInternalWebPasswordAuthResponse) GetExtraProperties() map[string]interface{}
- func (i *InternalAccountsInternalWebPasswordAuthResponse) GetIsNewUser() *bool
- func (i *InternalAccountsInternalWebPasswordAuthResponse) GetUser() any
- func (i *InternalAccountsInternalWebPasswordAuthResponse) MarshalJSON() ([]byte, error)
- func (i *InternalAccountsInternalWebPasswordAuthResponse) SetIsNewUser(isNewUser *bool)
- func (i *InternalAccountsInternalWebPasswordAuthResponse) SetUser(user any)
- func (i *InternalAccountsInternalWebPasswordAuthResponse) String() string
- func (i *InternalAccountsInternalWebPasswordAuthResponse) UnmarshalJSON(data []byte) error
- type InternalAccountsInternalWebSetupRequest
- func (i *InternalAccountsInternalWebSetupRequest) GetEmail() string
- func (i *InternalAccountsInternalWebSetupRequest) GetExtraProperties() map[string]interface{}
- func (i *InternalAccountsInternalWebSetupRequest) GetName() *string
- func (i *InternalAccountsInternalWebSetupRequest) GetPassword() string
- func (i *InternalAccountsInternalWebSetupRequest) GetPreferences() *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences
- func (i *InternalAccountsInternalWebSetupRequest) MarshalJSON() ([]byte, error)
- func (i *InternalAccountsInternalWebSetupRequest) SetEmail(email string)
- func (i *InternalAccountsInternalWebSetupRequest) SetName(name *string)
- func (i *InternalAccountsInternalWebSetupRequest) SetPassword(password string)
- func (i *InternalAccountsInternalWebSetupRequest) SetPreferences(preferences *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences)
- func (i *InternalAccountsInternalWebSetupRequest) String() string
- func (i *InternalAccountsInternalWebSetupRequest) UnmarshalJSON(data []byte) error
- type InternalAccountsInternalWebSmsSendRequest
- func (i *InternalAccountsInternalWebSmsSendRequest) GetCaptchaCode() *string
- func (i *InternalAccountsInternalWebSmsSendRequest) GetCaptchaToken() *string
- func (i *InternalAccountsInternalWebSmsSendRequest) GetExtraProperties() map[string]interface{}
- func (i *InternalAccountsInternalWebSmsSendRequest) GetPhone() string
- func (i *InternalAccountsInternalWebSmsSendRequest) MarshalJSON() ([]byte, error)
- func (i *InternalAccountsInternalWebSmsSendRequest) SetCaptchaCode(captchaCode *string)
- func (i *InternalAccountsInternalWebSmsSendRequest) SetCaptchaToken(captchaToken *string)
- func (i *InternalAccountsInternalWebSmsSendRequest) SetPhone(phone string)
- func (i *InternalAccountsInternalWebSmsSendRequest) String() string
- func (i *InternalAccountsInternalWebSmsSendRequest) UnmarshalJSON(data []byte) error
- type InternalAccountsInternalWebSmsVerifyRequest
- func (i *InternalAccountsInternalWebSmsVerifyRequest) GetCode() string
- func (i *InternalAccountsInternalWebSmsVerifyRequest) GetExtraProperties() map[string]interface{}
- func (i *InternalAccountsInternalWebSmsVerifyRequest) GetPhone() string
- func (i *InternalAccountsInternalWebSmsVerifyRequest) GetPreferences() *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences
- func (i *InternalAccountsInternalWebSmsVerifyRequest) MarshalJSON() ([]byte, error)
- func (i *InternalAccountsInternalWebSmsVerifyRequest) SetCode(code string)
- func (i *InternalAccountsInternalWebSmsVerifyRequest) SetPhone(phone string)
- func (i *InternalAccountsInternalWebSmsVerifyRequest) SetPreferences(preferences *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences)
- func (i *InternalAccountsInternalWebSmsVerifyRequest) String() string
- func (i *InternalAccountsInternalWebSmsVerifyRequest) UnmarshalJSON(data []byte) error
- type InternalAccountsInternalWebSwitchUserReq
- func (i *InternalAccountsInternalWebSwitchUserReq) GetExtraProperties() map[string]interface{}
- func (i *InternalAccountsInternalWebSwitchUserReq) GetUserID() int
- func (i *InternalAccountsInternalWebSwitchUserReq) MarshalJSON() ([]byte, error)
- func (i *InternalAccountsInternalWebSwitchUserReq) SetUserID(userID int)
- func (i *InternalAccountsInternalWebSwitchUserReq) String() string
- func (i *InternalAccountsInternalWebSwitchUserReq) UnmarshalJSON(data []byte) error
- type InternalAccountsInternalWebUpdateMeReq
- func (i *InternalAccountsInternalWebUpdateMeReq) GetAvatarURL() *string
- func (i *InternalAccountsInternalWebUpdateMeReq) GetExtraProperties() map[string]interface{}
- func (i *InternalAccountsInternalWebUpdateMeReq) GetName() *string
- func (i *InternalAccountsInternalWebUpdateMeReq) GetPreferences() *InternalAccountsInternalWebUserPreferencesReq
- func (i *InternalAccountsInternalWebUpdateMeReq) MarshalJSON() ([]byte, error)
- func (i *InternalAccountsInternalWebUpdateMeReq) SetAvatarURL(avatarURL *string)
- func (i *InternalAccountsInternalWebUpdateMeReq) SetName(name *string)
- func (i *InternalAccountsInternalWebUpdateMeReq) SetPreferences(preferences *InternalAccountsInternalWebUserPreferencesReq)
- func (i *InternalAccountsInternalWebUpdateMeReq) String() string
- func (i *InternalAccountsInternalWebUpdateMeReq) UnmarshalJSON(data []byte) error
- type InternalAccountsInternalWebUpsertSecretReq
- func (i *InternalAccountsInternalWebUpsertSecretReq) GetDescription() *string
- func (i *InternalAccountsInternalWebUpsertSecretReq) GetExtraProperties() map[string]interface{}
- func (i *InternalAccountsInternalWebUpsertSecretReq) GetValue() *string
- func (i *InternalAccountsInternalWebUpsertSecretReq) MarshalJSON() ([]byte, error)
- func (i *InternalAccountsInternalWebUpsertSecretReq) SetDescription(description *string)
- func (i *InternalAccountsInternalWebUpsertSecretReq) SetValue(value *string)
- func (i *InternalAccountsInternalWebUpsertSecretReq) String() string
- func (i *InternalAccountsInternalWebUpsertSecretReq) UnmarshalJSON(data []byte) error
- type InternalAccountsInternalWebUserPreferencesReq
- func (i *InternalAccountsInternalWebUserPreferencesReq) GetExtraProperties() map[string]interface{}
- func (i *InternalAccountsInternalWebUserPreferencesReq) GetLang() *string
- func (i *InternalAccountsInternalWebUserPreferencesReq) GetTheme() *string
- func (i *InternalAccountsInternalWebUserPreferencesReq) MarshalJSON() ([]byte, error)
- func (i *InternalAccountsInternalWebUserPreferencesReq) SetLang(lang *string)
- func (i *InternalAccountsInternalWebUserPreferencesReq) SetTheme(theme *string)
- func (i *InternalAccountsInternalWebUserPreferencesReq) String() string
- func (i *InternalAccountsInternalWebUserPreferencesReq) UnmarshalJSON(data []byte) error
- type InternalAccountsInternalWebUserResponse
- func (i *InternalAccountsInternalWebUserResponse) GetAvatarURL() *string
- func (i *InternalAccountsInternalWebUserResponse) GetEmail() *string
- func (i *InternalAccountsInternalWebUserResponse) GetExtraProperties() map[string]interface{}
- func (i *InternalAccountsInternalWebUserResponse) GetHasPassword() *bool
- func (i *InternalAccountsInternalWebUserResponse) GetID() *int
- func (i *InternalAccountsInternalWebUserResponse) GetName() *string
- func (i *InternalAccountsInternalWebUserResponse) GetParentUserID() *int
- func (i *InternalAccountsInternalWebUserResponse) GetPhone() *string
- func (i *InternalAccountsInternalWebUserResponse) GetPreferences() *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences
- func (i *InternalAccountsInternalWebUserResponse) GetRole() *string
- func (i *InternalAccountsInternalWebUserResponse) MarshalJSON() ([]byte, error)
- func (i *InternalAccountsInternalWebUserResponse) SetAvatarURL(avatarURL *string)
- func (i *InternalAccountsInternalWebUserResponse) SetEmail(email *string)
- func (i *InternalAccountsInternalWebUserResponse) SetHasPassword(hasPassword *bool)
- func (i *InternalAccountsInternalWebUserResponse) SetID(id *int)
- func (i *InternalAccountsInternalWebUserResponse) SetName(name *string)
- func (i *InternalAccountsInternalWebUserResponse) SetParentUserID(parentUserID *int)
- func (i *InternalAccountsInternalWebUserResponse) SetPhone(phone *string)
- func (i *InternalAccountsInternalWebUserResponse) SetPreferences(preferences *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences)
- func (i *InternalAccountsInternalWebUserResponse) SetRole(role *string)
- func (i *InternalAccountsInternalWebUserResponse) String() string
- func (i *InternalAccountsInternalWebUserResponse) UnmarshalJSON(data []byte) error
- type InternalAccountsInternalWebUserSecretResponse
- func (i *InternalAccountsInternalWebUserSecretResponse) GetCreatedAt() *int
- func (i *InternalAccountsInternalWebUserSecretResponse) GetDescription() *string
- func (i *InternalAccountsInternalWebUserSecretResponse) GetExtraProperties() map[string]interface{}
- func (i *InternalAccountsInternalWebUserSecretResponse) GetKey() *string
- func (i *InternalAccountsInternalWebUserSecretResponse) GetUpdatedAt() *int
- func (i *InternalAccountsInternalWebUserSecretResponse) GetUserID() *int
- func (i *InternalAccountsInternalWebUserSecretResponse) MarshalJSON() ([]byte, error)
- func (i *InternalAccountsInternalWebUserSecretResponse) SetCreatedAt(createdAt *int)
- func (i *InternalAccountsInternalWebUserSecretResponse) SetDescription(description *string)
- func (i *InternalAccountsInternalWebUserSecretResponse) SetKey(key *string)
- func (i *InternalAccountsInternalWebUserSecretResponse) SetUpdatedAt(updatedAt *int)
- func (i *InternalAccountsInternalWebUserSecretResponse) SetUserID(userID *int)
- func (i *InternalAccountsInternalWebUserSecretResponse) String() string
- func (i *InternalAccountsInternalWebUserSecretResponse) UnmarshalJSON(data []byte) error
- type InternalAccountsInternalWebUserSecretValueResponse
- func (i *InternalAccountsInternalWebUserSecretValueResponse) GetCreatedAt() *int
- func (i *InternalAccountsInternalWebUserSecretValueResponse) GetDescription() *string
- func (i *InternalAccountsInternalWebUserSecretValueResponse) GetExtraProperties() map[string]interface{}
- func (i *InternalAccountsInternalWebUserSecretValueResponse) GetKey() *string
- func (i *InternalAccountsInternalWebUserSecretValueResponse) GetUpdatedAt() *int
- func (i *InternalAccountsInternalWebUserSecretValueResponse) GetUserID() *int
- func (i *InternalAccountsInternalWebUserSecretValueResponse) GetValue() *string
- func (i *InternalAccountsInternalWebUserSecretValueResponse) MarshalJSON() ([]byte, error)
- func (i *InternalAccountsInternalWebUserSecretValueResponse) SetCreatedAt(createdAt *int)
- func (i *InternalAccountsInternalWebUserSecretValueResponse) SetDescription(description *string)
- func (i *InternalAccountsInternalWebUserSecretValueResponse) SetKey(key *string)
- func (i *InternalAccountsInternalWebUserSecretValueResponse) SetUpdatedAt(updatedAt *int)
- func (i *InternalAccountsInternalWebUserSecretValueResponse) SetUserID(userID *int)
- func (i *InternalAccountsInternalWebUserSecretValueResponse) SetValue(value *string)
- func (i *InternalAccountsInternalWebUserSecretValueResponse) String() string
- func (i *InternalAccountsInternalWebUserSecretValueResponse) UnmarshalJSON(data []byte) error
- type InternalAigatewayInternalWebAddModelGrantRequest
- func (i *InternalAigatewayInternalWebAddModelGrantRequest) GetExtraProperties() map[string]interface{}
- func (i *InternalAigatewayInternalWebAddModelGrantRequest) GetUserID() *int
- func (i *InternalAigatewayInternalWebAddModelGrantRequest) MarshalJSON() ([]byte, error)
- func (i *InternalAigatewayInternalWebAddModelGrantRequest) SetUserID(userID *int)
- func (i *InternalAigatewayInternalWebAddModelGrantRequest) String() string
- func (i *InternalAigatewayInternalWebAddModelGrantRequest) UnmarshalJSON(data []byte) error
- type InternalAigatewayInternalWebAddRouteGrantRequest
- func (i *InternalAigatewayInternalWebAddRouteGrantRequest) GetExtraProperties() map[string]interface{}
- func (i *InternalAigatewayInternalWebAddRouteGrantRequest) GetUserID() *int
- func (i *InternalAigatewayInternalWebAddRouteGrantRequest) MarshalJSON() ([]byte, error)
- func (i *InternalAigatewayInternalWebAddRouteGrantRequest) SetUserID(userID *int)
- func (i *InternalAigatewayInternalWebAddRouteGrantRequest) String() string
- func (i *InternalAigatewayInternalWebAddRouteGrantRequest) UnmarshalJSON(data []byte) error
- type InternalAigatewayInternalWebCreateSessionRequest
- func (i *InternalAigatewayInternalWebCreateSessionRequest) GetExtraProperties() map[string]interface{}
- func (i *InternalAigatewayInternalWebCreateSessionRequest) GetTitle() *string
- func (i *InternalAigatewayInternalWebCreateSessionRequest) MarshalJSON() ([]byte, error)
- func (i *InternalAigatewayInternalWebCreateSessionRequest) SetTitle(title *string)
- func (i *InternalAigatewayInternalWebCreateSessionRequest) String() string
- func (i *InternalAigatewayInternalWebCreateSessionRequest) UnmarshalJSON(data []byte) error
- type InternalAigatewayInternalWebListLogsResponse
- func (i *InternalAigatewayInternalWebListLogsResponse) GetData() []*InternalAigatewayInternalWebLlmReqLogItem
- func (i *InternalAigatewayInternalWebListLogsResponse) GetExtraProperties() map[string]interface{}
- func (i *InternalAigatewayInternalWebListLogsResponse) GetObject() *string
- func (i *InternalAigatewayInternalWebListLogsResponse) GetTotal() *int
- func (i *InternalAigatewayInternalWebListLogsResponse) MarshalJSON() ([]byte, error)
- func (i *InternalAigatewayInternalWebListLogsResponse) SetData(data []*InternalAigatewayInternalWebLlmReqLogItem)
- func (i *InternalAigatewayInternalWebListLogsResponse) SetObject(object *string)
- func (i *InternalAigatewayInternalWebListLogsResponse) SetTotal(total *int)
- func (i *InternalAigatewayInternalWebListLogsResponse) String() string
- func (i *InternalAigatewayInternalWebListLogsResponse) UnmarshalJSON(data []byte) error
- type InternalAigatewayInternalWebListUsageResponse
- func (i *InternalAigatewayInternalWebListUsageResponse) GetData() []*InternalAigatewayInternalWebUsageRecordItem
- func (i *InternalAigatewayInternalWebListUsageResponse) GetExtraProperties() map[string]interface{}
- func (i *InternalAigatewayInternalWebListUsageResponse) GetObject() *string
- func (i *InternalAigatewayInternalWebListUsageResponse) MarshalJSON() ([]byte, error)
- func (i *InternalAigatewayInternalWebListUsageResponse) SetData(data []*InternalAigatewayInternalWebUsageRecordItem)
- func (i *InternalAigatewayInternalWebListUsageResponse) SetObject(object *string)
- func (i *InternalAigatewayInternalWebListUsageResponse) String() string
- func (i *InternalAigatewayInternalWebListUsageResponse) UnmarshalJSON(data []byte) error
- type InternalAigatewayInternalWebLlmReqLogItem
- func (i *InternalAigatewayInternalWebLlmReqLogItem) GetCacheHitTokens() *int
- func (i *InternalAigatewayInternalWebLlmReqLogItem) GetCompletionTokens() *int
- func (i *InternalAigatewayInternalWebLlmReqLogItem) GetCost() *float64
- func (i *InternalAigatewayInternalWebLlmReqLogItem) GetCreatedAt() *int
- func (i *InternalAigatewayInternalWebLlmReqLogItem) GetExtraProperties() map[string]interface{}
- func (i *InternalAigatewayInternalWebLlmReqLogItem) GetID() *int
- func (i *InternalAigatewayInternalWebLlmReqLogItem) GetLatencyMs() *int
- func (i *InternalAigatewayInternalWebLlmReqLogItem) GetModelID() *int
- func (i *InternalAigatewayInternalWebLlmReqLogItem) GetPromptTokens() *int
- func (i *InternalAigatewayInternalWebLlmReqLogItem) GetProviderID() *int
- func (i *InternalAigatewayInternalWebLlmReqLogItem) GetRequestID() *string
- func (i *InternalAigatewayInternalWebLlmReqLogItem) GetStatus() *int
- func (i *InternalAigatewayInternalWebLlmReqLogItem) GetStream() *bool
- func (i *InternalAigatewayInternalWebLlmReqLogItem) GetTotalTokens() *int
- func (i *InternalAigatewayInternalWebLlmReqLogItem) GetTps() *float64
- func (i *InternalAigatewayInternalWebLlmReqLogItem) GetTtftMs() *int
- func (i *InternalAigatewayInternalWebLlmReqLogItem) MarshalJSON() ([]byte, error)
- func (i *InternalAigatewayInternalWebLlmReqLogItem) SetCacheHitTokens(cacheHitTokens *int)
- func (i *InternalAigatewayInternalWebLlmReqLogItem) SetCompletionTokens(completionTokens *int)
- func (i *InternalAigatewayInternalWebLlmReqLogItem) SetCost(cost *float64)
- func (i *InternalAigatewayInternalWebLlmReqLogItem) SetCreatedAt(createdAt *int)
- func (i *InternalAigatewayInternalWebLlmReqLogItem) SetID(id *int)
- func (i *InternalAigatewayInternalWebLlmReqLogItem) SetLatencyMs(latencyMs *int)
- func (i *InternalAigatewayInternalWebLlmReqLogItem) SetModelID(modelID *int)
- func (i *InternalAigatewayInternalWebLlmReqLogItem) SetPromptTokens(promptTokens *int)
- func (i *InternalAigatewayInternalWebLlmReqLogItem) SetProviderID(providerID *int)
- func (i *InternalAigatewayInternalWebLlmReqLogItem) SetRequestID(requestID *string)
- func (i *InternalAigatewayInternalWebLlmReqLogItem) SetStatus(status *int)
- func (i *InternalAigatewayInternalWebLlmReqLogItem) SetStream(stream *bool)
- func (i *InternalAigatewayInternalWebLlmReqLogItem) SetTotalTokens(totalTokens *int)
- func (i *InternalAigatewayInternalWebLlmReqLogItem) SetTps(tps *float64)
- func (i *InternalAigatewayInternalWebLlmReqLogItem) SetTtftMs(ttftMs *int)
- func (i *InternalAigatewayInternalWebLlmReqLogItem) String() string
- func (i *InternalAigatewayInternalWebLlmReqLogItem) UnmarshalJSON(data []byte) error
- type InternalAigatewayInternalWebMarketplaceListResponse
- func (i *InternalAigatewayInternalWebMarketplaceListResponse) GetData() []*InternalAigatewayInternalWebMarketplaceModelItem
- func (i *InternalAigatewayInternalWebMarketplaceListResponse) GetExtraProperties() map[string]interface{}
- func (i *InternalAigatewayInternalWebMarketplaceListResponse) GetLimit() *int
- func (i *InternalAigatewayInternalWebMarketplaceListResponse) GetObject() *string
- func (i *InternalAigatewayInternalWebMarketplaceListResponse) GetPage() *int
- func (i *InternalAigatewayInternalWebMarketplaceListResponse) GetTotal() *int
- func (i *InternalAigatewayInternalWebMarketplaceListResponse) MarshalJSON() ([]byte, error)
- func (i *InternalAigatewayInternalWebMarketplaceListResponse) SetData(data []*InternalAigatewayInternalWebMarketplaceModelItem)
- func (i *InternalAigatewayInternalWebMarketplaceListResponse) SetLimit(limit *int)
- func (i *InternalAigatewayInternalWebMarketplaceListResponse) SetObject(object *string)
- func (i *InternalAigatewayInternalWebMarketplaceListResponse) SetPage(page *int)
- func (i *InternalAigatewayInternalWebMarketplaceListResponse) SetTotal(total *int)
- func (i *InternalAigatewayInternalWebMarketplaceListResponse) String() string
- func (i *InternalAigatewayInternalWebMarketplaceListResponse) UnmarshalJSON(data []byte) error
- type InternalAigatewayInternalWebMarketplaceModelItem
- func (i *InternalAigatewayInternalWebMarketplaceModelItem) GetBuyoutPrice() *float64
- func (i *InternalAigatewayInternalWebMarketplaceModelItem) GetCurrency() *string
- func (i *InternalAigatewayInternalWebMarketplaceModelItem) GetDescription() *string
- func (i *InternalAigatewayInternalWebMarketplaceModelItem) GetExtraProperties() map[string]interface{}
- func (i *InternalAigatewayInternalWebMarketplaceModelItem) GetID() *int
- func (i *InternalAigatewayInternalWebMarketplaceModelItem) GetInputPrice() *float64
- func (i *InternalAigatewayInternalWebMarketplaceModelItem) GetIsPurchased() *bool
- func (i *InternalAigatewayInternalWebMarketplaceModelItem) GetListedAt() *int
- func (i *InternalAigatewayInternalWebMarketplaceModelItem) GetName() *string
- func (i *InternalAigatewayInternalWebMarketplaceModelItem) GetOutputPrice() *float64
- func (i *InternalAigatewayInternalWebMarketplaceModelItem) GetOwnerName() *string
- func (i *InternalAigatewayInternalWebMarketplaceModelItem) GetTotalCalls() *int
- func (i *InternalAigatewayInternalWebMarketplaceModelItem) MarshalJSON() ([]byte, error)
- func (i *InternalAigatewayInternalWebMarketplaceModelItem) SetBuyoutPrice(buyoutPrice *float64)
- func (i *InternalAigatewayInternalWebMarketplaceModelItem) SetCurrency(currency *string)
- func (i *InternalAigatewayInternalWebMarketplaceModelItem) SetDescription(description *string)
- func (i *InternalAigatewayInternalWebMarketplaceModelItem) SetID(id *int)
- func (i *InternalAigatewayInternalWebMarketplaceModelItem) SetInputPrice(inputPrice *float64)
- func (i *InternalAigatewayInternalWebMarketplaceModelItem) SetIsPurchased(isPurchased *bool)
- func (i *InternalAigatewayInternalWebMarketplaceModelItem) SetListedAt(listedAt *int)
- func (i *InternalAigatewayInternalWebMarketplaceModelItem) SetName(name *string)
- func (i *InternalAigatewayInternalWebMarketplaceModelItem) SetOutputPrice(outputPrice *float64)
- func (i *InternalAigatewayInternalWebMarketplaceModelItem) SetOwnerName(ownerName *string)
- func (i *InternalAigatewayInternalWebMarketplaceModelItem) SetTotalCalls(totalCalls *int)
- func (i *InternalAigatewayInternalWebMarketplaceModelItem) String() string
- func (i *InternalAigatewayInternalWebMarketplaceModelItem) UnmarshalJSON(data []byte) error
- type InternalAigatewayInternalWebSellerRevenueItem
- func (i *InternalAigatewayInternalWebSellerRevenueItem) GetCallsToday() *int
- func (i *InternalAigatewayInternalWebSellerRevenueItem) GetCallsTotal() *int
- func (i *InternalAigatewayInternalWebSellerRevenueItem) GetExtraProperties() map[string]interface{}
- func (i *InternalAigatewayInternalWebSellerRevenueItem) GetModelID() *int
- func (i *InternalAigatewayInternalWebSellerRevenueItem) GetModelName() *string
- func (i *InternalAigatewayInternalWebSellerRevenueItem) GetRevenueToday() *float64
- func (i *InternalAigatewayInternalWebSellerRevenueItem) GetRevenueTotal() *float64
- func (i *InternalAigatewayInternalWebSellerRevenueItem) MarshalJSON() ([]byte, error)
- func (i *InternalAigatewayInternalWebSellerRevenueItem) SetCallsToday(callsToday *int)
- func (i *InternalAigatewayInternalWebSellerRevenueItem) SetCallsTotal(callsTotal *int)
- func (i *InternalAigatewayInternalWebSellerRevenueItem) SetModelID(modelID *int)
- func (i *InternalAigatewayInternalWebSellerRevenueItem) SetModelName(modelName *string)
- func (i *InternalAigatewayInternalWebSellerRevenueItem) SetRevenueToday(revenueToday *float64)
- func (i *InternalAigatewayInternalWebSellerRevenueItem) SetRevenueTotal(revenueTotal *float64)
- func (i *InternalAigatewayInternalWebSellerRevenueItem) String() string
- func (i *InternalAigatewayInternalWebSellerRevenueItem) UnmarshalJSON(data []byte) error
- type InternalAigatewayInternalWebSellerRevenueResponse
- func (i *InternalAigatewayInternalWebSellerRevenueResponse) GetData() []*InternalAigatewayInternalWebSellerRevenueItem
- func (i *InternalAigatewayInternalWebSellerRevenueResponse) GetExtraProperties() map[string]interface{}
- func (i *InternalAigatewayInternalWebSellerRevenueResponse) GetObject() *string
- func (i *InternalAigatewayInternalWebSellerRevenueResponse) MarshalJSON() ([]byte, error)
- func (i *InternalAigatewayInternalWebSellerRevenueResponse) SetData(data []*InternalAigatewayInternalWebSellerRevenueItem)
- func (i *InternalAigatewayInternalWebSellerRevenueResponse) SetObject(object *string)
- func (i *InternalAigatewayInternalWebSellerRevenueResponse) String() string
- func (i *InternalAigatewayInternalWebSellerRevenueResponse) UnmarshalJSON(data []byte) error
- type InternalAigatewayInternalWebTestModelRequest
- func (i *InternalAigatewayInternalWebTestModelRequest) GetExtraProperties() map[string]interface{}
- func (i *InternalAigatewayInternalWebTestModelRequest) GetModelName() string
- func (i *InternalAigatewayInternalWebTestModelRequest) GetProviderID() int
- func (i *InternalAigatewayInternalWebTestModelRequest) MarshalJSON() ([]byte, error)
- func (i *InternalAigatewayInternalWebTestModelRequest) SetModelName(modelName string)
- func (i *InternalAigatewayInternalWebTestModelRequest) SetProviderID(providerID int)
- func (i *InternalAigatewayInternalWebTestModelRequest) String() string
- func (i *InternalAigatewayInternalWebTestModelRequest) UnmarshalJSON(data []byte) error
- type InternalAigatewayInternalWebTestModelResponse
- func (i *InternalAigatewayInternalWebTestModelResponse) GetError() *string
- func (i *InternalAigatewayInternalWebTestModelResponse) GetExtraProperties() map[string]interface{}
- func (i *InternalAigatewayInternalWebTestModelResponse) GetLatencyMs() *int
- func (i *InternalAigatewayInternalWebTestModelResponse) GetResponse() *string
- func (i *InternalAigatewayInternalWebTestModelResponse) GetSuccess() *bool
- func (i *InternalAigatewayInternalWebTestModelResponse) MarshalJSON() ([]byte, error)
- func (i *InternalAigatewayInternalWebTestModelResponse) SetError(error_ *string)
- func (i *InternalAigatewayInternalWebTestModelResponse) SetLatencyMs(latencyMs *int)
- func (i *InternalAigatewayInternalWebTestModelResponse) SetResponse(response *string)
- func (i *InternalAigatewayInternalWebTestModelResponse) SetSuccess(success *bool)
- func (i *InternalAigatewayInternalWebTestModelResponse) String() string
- func (i *InternalAigatewayInternalWebTestModelResponse) UnmarshalJSON(data []byte) error
- type InternalAigatewayInternalWebTestProviderRequest
- func (i *InternalAigatewayInternalWebTestProviderRequest) GetAPIKey() string
- func (i *InternalAigatewayInternalWebTestProviderRequest) GetBaseURL() *string
- func (i *InternalAigatewayInternalWebTestProviderRequest) GetExtraProperties() map[string]interface{}
- func (i *InternalAigatewayInternalWebTestProviderRequest) GetProtocol() *string
- func (i *InternalAigatewayInternalWebTestProviderRequest) MarshalJSON() ([]byte, error)
- func (i *InternalAigatewayInternalWebTestProviderRequest) SetAPIKey(apiKey string)
- func (i *InternalAigatewayInternalWebTestProviderRequest) SetBaseURL(baseURL *string)
- func (i *InternalAigatewayInternalWebTestProviderRequest) SetProtocol(protocol *string)
- func (i *InternalAigatewayInternalWebTestProviderRequest) String() string
- func (i *InternalAigatewayInternalWebTestProviderRequest) UnmarshalJSON(data []byte) error
- type InternalAigatewayInternalWebTestProviderResponse
- func (i *InternalAigatewayInternalWebTestProviderResponse) GetError() *string
- func (i *InternalAigatewayInternalWebTestProviderResponse) GetExtraProperties() map[string]interface{}
- func (i *InternalAigatewayInternalWebTestProviderResponse) GetLatencyMs() *int
- func (i *InternalAigatewayInternalWebTestProviderResponse) GetModels() []*InternalAigatewayInternalWebUpstreamModelItem
- func (i *InternalAigatewayInternalWebTestProviderResponse) GetSuccess() *bool
- func (i *InternalAigatewayInternalWebTestProviderResponse) MarshalJSON() ([]byte, error)
- func (i *InternalAigatewayInternalWebTestProviderResponse) SetError(error_ *string)
- func (i *InternalAigatewayInternalWebTestProviderResponse) SetLatencyMs(latencyMs *int)
- func (i *InternalAigatewayInternalWebTestProviderResponse) SetModels(models []*InternalAigatewayInternalWebUpstreamModelItem)
- func (i *InternalAigatewayInternalWebTestProviderResponse) SetSuccess(success *bool)
- func (i *InternalAigatewayInternalWebTestProviderResponse) String() string
- func (i *InternalAigatewayInternalWebTestProviderResponse) UnmarshalJSON(data []byte) error
- type InternalAigatewayInternalWebTopResourceItem
- func (i *InternalAigatewayInternalWebTopResourceItem) GetCallCount() *int
- func (i *InternalAigatewayInternalWebTopResourceItem) GetExtraProperties() map[string]interface{}
- func (i *InternalAigatewayInternalWebTopResourceItem) GetModelID() *int
- func (i *InternalAigatewayInternalWebTopResourceItem) GetModelName() *string
- func (i *InternalAigatewayInternalWebTopResourceItem) GetOwnerUserID() *int
- func (i *InternalAigatewayInternalWebTopResourceItem) GetTotalCost() *float64
- func (i *InternalAigatewayInternalWebTopResourceItem) MarshalJSON() ([]byte, error)
- func (i *InternalAigatewayInternalWebTopResourceItem) SetCallCount(callCount *int)
- func (i *InternalAigatewayInternalWebTopResourceItem) SetModelID(modelID *int)
- func (i *InternalAigatewayInternalWebTopResourceItem) SetModelName(modelName *string)
- func (i *InternalAigatewayInternalWebTopResourceItem) SetOwnerUserID(ownerUserID *int)
- func (i *InternalAigatewayInternalWebTopResourceItem) SetTotalCost(totalCost *float64)
- func (i *InternalAigatewayInternalWebTopResourceItem) String() string
- func (i *InternalAigatewayInternalWebTopResourceItem) UnmarshalJSON(data []byte) error
- type InternalAigatewayInternalWebTopResourcesResponse
- func (i *InternalAigatewayInternalWebTopResourcesResponse) GetData() []*InternalAigatewayInternalWebTopResourceItem
- func (i *InternalAigatewayInternalWebTopResourcesResponse) GetExtraProperties() map[string]interface{}
- func (i *InternalAigatewayInternalWebTopResourcesResponse) GetObject() *string
- func (i *InternalAigatewayInternalWebTopResourcesResponse) MarshalJSON() ([]byte, error)
- func (i *InternalAigatewayInternalWebTopResourcesResponse) SetData(data []*InternalAigatewayInternalWebTopResourceItem)
- func (i *InternalAigatewayInternalWebTopResourcesResponse) SetObject(object *string)
- func (i *InternalAigatewayInternalWebTopResourcesResponse) String() string
- func (i *InternalAigatewayInternalWebTopResourcesResponse) UnmarshalJSON(data []byte) error
- type InternalAigatewayInternalWebUpdateSessionRequest
- func (i *InternalAigatewayInternalWebUpdateSessionRequest) GetExtraProperties() map[string]interface{}
- func (i *InternalAigatewayInternalWebUpdateSessionRequest) GetTitle() *string
- func (i *InternalAigatewayInternalWebUpdateSessionRequest) MarshalJSON() ([]byte, error)
- func (i *InternalAigatewayInternalWebUpdateSessionRequest) SetTitle(title *string)
- func (i *InternalAigatewayInternalWebUpdateSessionRequest) String() string
- func (i *InternalAigatewayInternalWebUpdateSessionRequest) UnmarshalJSON(data []byte) error
- type InternalAigatewayInternalWebUpdateUserProviderRequest
- func (i *InternalAigatewayInternalWebUpdateUserProviderRequest) GetAPIKey() *string
- func (i *InternalAigatewayInternalWebUpdateUserProviderRequest) GetBaseURL() *string
- func (i *InternalAigatewayInternalWebUpdateUserProviderRequest) GetEnabled() *bool
- func (i *InternalAigatewayInternalWebUpdateUserProviderRequest) GetExtraProperties() map[string]interface{}
- func (i *InternalAigatewayInternalWebUpdateUserProviderRequest) GetName() string
- func (i *InternalAigatewayInternalWebUpdateUserProviderRequest) GetProtocol() *InternalAigatewayInternalWebUpdateUserProviderRequestProtocol
- func (i *InternalAigatewayInternalWebUpdateUserProviderRequest) GetVisibility() *string
- func (i *InternalAigatewayInternalWebUpdateUserProviderRequest) MarshalJSON() ([]byte, error)
- func (i *InternalAigatewayInternalWebUpdateUserProviderRequest) SetAPIKey(apiKey *string)
- func (i *InternalAigatewayInternalWebUpdateUserProviderRequest) SetBaseURL(baseURL *string)
- func (i *InternalAigatewayInternalWebUpdateUserProviderRequest) SetEnabled(enabled *bool)
- func (i *InternalAigatewayInternalWebUpdateUserProviderRequest) SetName(name string)
- func (i *InternalAigatewayInternalWebUpdateUserProviderRequest) SetProtocol(protocol *InternalAigatewayInternalWebUpdateUserProviderRequestProtocol)
- func (i *InternalAigatewayInternalWebUpdateUserProviderRequest) SetVisibility(visibility *string)
- func (i *InternalAigatewayInternalWebUpdateUserProviderRequest) String() string
- func (i *InternalAigatewayInternalWebUpdateUserProviderRequest) UnmarshalJSON(data []byte) error
- type InternalAigatewayInternalWebUpdateUserProviderRequestProtocol
- type InternalAigatewayInternalWebUpstreamModelItem
- func (i *InternalAigatewayInternalWebUpstreamModelItem) GetCreated() *int
- func (i *InternalAigatewayInternalWebUpstreamModelItem) GetExtraProperties() map[string]interface{}
- func (i *InternalAigatewayInternalWebUpstreamModelItem) GetID() *string
- func (i *InternalAigatewayInternalWebUpstreamModelItem) GetOwnedBy() *string
- func (i *InternalAigatewayInternalWebUpstreamModelItem) MarshalJSON() ([]byte, error)
- func (i *InternalAigatewayInternalWebUpstreamModelItem) SetCreated(created *int)
- func (i *InternalAigatewayInternalWebUpstreamModelItem) SetID(id *string)
- func (i *InternalAigatewayInternalWebUpstreamModelItem) SetOwnedBy(ownedBy *string)
- func (i *InternalAigatewayInternalWebUpstreamModelItem) String() string
- func (i *InternalAigatewayInternalWebUpstreamModelItem) UnmarshalJSON(data []byte) error
- type InternalAigatewayInternalWebUsageRecordItem
- func (i *InternalAigatewayInternalWebUsageRecordItem) GetCallCount() *int
- func (i *InternalAigatewayInternalWebUsageRecordItem) GetCompletionTokens() *int
- func (i *InternalAigatewayInternalWebUsageRecordItem) GetExtraProperties() map[string]interface{}
- func (i *InternalAigatewayInternalWebUsageRecordItem) GetID() *int
- func (i *InternalAigatewayInternalWebUsageRecordItem) GetModelID() *int
- func (i *InternalAigatewayInternalWebUsageRecordItem) GetPromptTokens() *int
- func (i *InternalAigatewayInternalWebUsageRecordItem) GetRecordDate() *string
- func (i *InternalAigatewayInternalWebUsageRecordItem) GetTotalCost() *float64
- func (i *InternalAigatewayInternalWebUsageRecordItem) GetTotalTokens() *int
- func (i *InternalAigatewayInternalWebUsageRecordItem) MarshalJSON() ([]byte, error)
- func (i *InternalAigatewayInternalWebUsageRecordItem) SetCallCount(callCount *int)
- func (i *InternalAigatewayInternalWebUsageRecordItem) SetCompletionTokens(completionTokens *int)
- func (i *InternalAigatewayInternalWebUsageRecordItem) SetID(id *int)
- func (i *InternalAigatewayInternalWebUsageRecordItem) SetModelID(modelID *int)
- func (i *InternalAigatewayInternalWebUsageRecordItem) SetPromptTokens(promptTokens *int)
- func (i *InternalAigatewayInternalWebUsageRecordItem) SetRecordDate(recordDate *string)
- func (i *InternalAigatewayInternalWebUsageRecordItem) SetTotalCost(totalCost *float64)
- func (i *InternalAigatewayInternalWebUsageRecordItem) SetTotalTokens(totalTokens *int)
- func (i *InternalAigatewayInternalWebUsageRecordItem) String() string
- func (i *InternalAigatewayInternalWebUsageRecordItem) UnmarshalJSON(data []byte) error
- type InternalAigatewayInternalWebUserModelRequest
- func (i *InternalAigatewayInternalWebUserModelRequest) GetBillingMode() *string
- func (i *InternalAigatewayInternalWebUserModelRequest) GetBuyoutPrice() *float64
- func (i *InternalAigatewayInternalWebUserModelRequest) GetCacheHitPrice() *float64
- func (i *InternalAigatewayInternalWebUserModelRequest) GetCurrency() *string
- func (i *InternalAigatewayInternalWebUserModelRequest) GetDescription() *string
- func (i *InternalAigatewayInternalWebUserModelRequest) GetEnabled() *bool
- func (i *InternalAigatewayInternalWebUserModelRequest) GetExtraProperties() map[string]interface{}
- func (i *InternalAigatewayInternalWebUserModelRequest) GetInputPrice() *float64
- func (i *InternalAigatewayInternalWebUserModelRequest) GetIsDefault() *bool
- func (i *InternalAigatewayInternalWebUserModelRequest) GetMaxOutputTokens() *int
- func (i *InternalAigatewayInternalWebUserModelRequest) GetName() string
- func (i *InternalAigatewayInternalWebUserModelRequest) GetOutputPrice() *float64
- func (i *InternalAigatewayInternalWebUserModelRequest) GetProviderID() int
- func (i *InternalAigatewayInternalWebUserModelRequest) GetUpstreamName() *string
- func (i *InternalAigatewayInternalWebUserModelRequest) GetVisibility() *string
- func (i *InternalAigatewayInternalWebUserModelRequest) GetWalletID() *int
- func (i *InternalAigatewayInternalWebUserModelRequest) MarshalJSON() ([]byte, error)
- func (i *InternalAigatewayInternalWebUserModelRequest) SetBillingMode(billingMode *string)
- func (i *InternalAigatewayInternalWebUserModelRequest) SetBuyoutPrice(buyoutPrice *float64)
- func (i *InternalAigatewayInternalWebUserModelRequest) SetCacheHitPrice(cacheHitPrice *float64)
- func (i *InternalAigatewayInternalWebUserModelRequest) SetCurrency(currency *string)
- func (i *InternalAigatewayInternalWebUserModelRequest) SetDescription(description *string)
- func (i *InternalAigatewayInternalWebUserModelRequest) SetEnabled(enabled *bool)
- func (i *InternalAigatewayInternalWebUserModelRequest) SetInputPrice(inputPrice *float64)
- func (i *InternalAigatewayInternalWebUserModelRequest) SetIsDefault(isDefault *bool)
- func (i *InternalAigatewayInternalWebUserModelRequest) SetMaxOutputTokens(maxOutputTokens *int)
- func (i *InternalAigatewayInternalWebUserModelRequest) SetName(name string)
- func (i *InternalAigatewayInternalWebUserModelRequest) SetOutputPrice(outputPrice *float64)
- func (i *InternalAigatewayInternalWebUserModelRequest) SetProviderID(providerID int)
- func (i *InternalAigatewayInternalWebUserModelRequest) SetUpstreamName(upstreamName *string)
- func (i *InternalAigatewayInternalWebUserModelRequest) SetVisibility(visibility *string)
- func (i *InternalAigatewayInternalWebUserModelRequest) SetWalletID(walletID *int)
- func (i *InternalAigatewayInternalWebUserModelRequest) String() string
- func (i *InternalAigatewayInternalWebUserModelRequest) UnmarshalJSON(data []byte) error
- type InternalAigatewayInternalWebUserProviderRequest
- func (i *InternalAigatewayInternalWebUserProviderRequest) GetAPIKey() string
- func (i *InternalAigatewayInternalWebUserProviderRequest) GetBaseURL() *string
- func (i *InternalAigatewayInternalWebUserProviderRequest) GetEnabled() *bool
- func (i *InternalAigatewayInternalWebUserProviderRequest) GetExtraProperties() map[string]interface{}
- func (i *InternalAigatewayInternalWebUserProviderRequest) GetName() string
- func (i *InternalAigatewayInternalWebUserProviderRequest) GetProtocol() *InternalAigatewayInternalWebUserProviderRequestProtocol
- func (i *InternalAigatewayInternalWebUserProviderRequest) GetVisibility() *string
- func (i *InternalAigatewayInternalWebUserProviderRequest) MarshalJSON() ([]byte, error)
- func (i *InternalAigatewayInternalWebUserProviderRequest) SetAPIKey(apiKey string)
- func (i *InternalAigatewayInternalWebUserProviderRequest) SetBaseURL(baseURL *string)
- func (i *InternalAigatewayInternalWebUserProviderRequest) SetEnabled(enabled *bool)
- func (i *InternalAigatewayInternalWebUserProviderRequest) SetName(name string)
- func (i *InternalAigatewayInternalWebUserProviderRequest) SetProtocol(protocol *InternalAigatewayInternalWebUserProviderRequestProtocol)
- func (i *InternalAigatewayInternalWebUserProviderRequest) SetVisibility(visibility *string)
- func (i *InternalAigatewayInternalWebUserProviderRequest) String() string
- func (i *InternalAigatewayInternalWebUserProviderRequest) UnmarshalJSON(data []byte) error
- type InternalAigatewayInternalWebUserProviderRequestProtocol
- type InternalAigatewayInternalWebUserProviderResponse
- func (i *InternalAigatewayInternalWebUserProviderResponse) GetAPIKey() *string
- func (i *InternalAigatewayInternalWebUserProviderResponse) GetBaseURL() *string
- func (i *InternalAigatewayInternalWebUserProviderResponse) GetCreatedAt() *int
- func (i *InternalAigatewayInternalWebUserProviderResponse) GetEnabled() *bool
- func (i *InternalAigatewayInternalWebUserProviderResponse) GetExtraProperties() map[string]interface{}
- func (i *InternalAigatewayInternalWebUserProviderResponse) GetID() *int
- func (i *InternalAigatewayInternalWebUserProviderResponse) GetName() *string
- func (i *InternalAigatewayInternalWebUserProviderResponse) GetProtocol() *string
- func (i *InternalAigatewayInternalWebUserProviderResponse) GetUpdatedAt() *int
- func (i *InternalAigatewayInternalWebUserProviderResponse) GetUserID() *int
- func (i *InternalAigatewayInternalWebUserProviderResponse) GetVisibility() *string
- func (i *InternalAigatewayInternalWebUserProviderResponse) MarshalJSON() ([]byte, error)
- func (i *InternalAigatewayInternalWebUserProviderResponse) SetAPIKey(apiKey *string)
- func (i *InternalAigatewayInternalWebUserProviderResponse) SetBaseURL(baseURL *string)
- func (i *InternalAigatewayInternalWebUserProviderResponse) SetCreatedAt(createdAt *int)
- func (i *InternalAigatewayInternalWebUserProviderResponse) SetEnabled(enabled *bool)
- func (i *InternalAigatewayInternalWebUserProviderResponse) SetID(id *int)
- func (i *InternalAigatewayInternalWebUserProviderResponse) SetName(name *string)
- func (i *InternalAigatewayInternalWebUserProviderResponse) SetProtocol(protocol *string)
- func (i *InternalAigatewayInternalWebUserProviderResponse) SetUpdatedAt(updatedAt *int)
- func (i *InternalAigatewayInternalWebUserProviderResponse) SetUserID(userID *int)
- func (i *InternalAigatewayInternalWebUserProviderResponse) SetVisibility(visibility *string)
- func (i *InternalAigatewayInternalWebUserProviderResponse) String() string
- func (i *InternalAigatewayInternalWebUserProviderResponse) UnmarshalJSON(data []byte) error
- type InternalAigatewayInternalWebUserRouteRequest
- func (i *InternalAigatewayInternalWebUserRouteRequest) GetAlgorithm() *string
- func (i *InternalAigatewayInternalWebUserRouteRequest) GetExtraProperties() map[string]interface{}
- func (i *InternalAigatewayInternalWebUserRouteRequest) GetName() string
- func (i *InternalAigatewayInternalWebUserRouteRequest) GetTargets() []int
- func (i *InternalAigatewayInternalWebUserRouteRequest) GetVisibility() *string
- func (i *InternalAigatewayInternalWebUserRouteRequest) MarshalJSON() ([]byte, error)
- func (i *InternalAigatewayInternalWebUserRouteRequest) SetAlgorithm(algorithm *string)
- func (i *InternalAigatewayInternalWebUserRouteRequest) SetName(name string)
- func (i *InternalAigatewayInternalWebUserRouteRequest) SetTargets(targets []int)
- func (i *InternalAigatewayInternalWebUserRouteRequest) SetVisibility(visibility *string)
- func (i *InternalAigatewayInternalWebUserRouteRequest) String() string
- func (i *InternalAigatewayInternalWebUserRouteRequest) UnmarshalJSON(data []byte) error
- type InternalAigatewayInternalWebUserRouteResponse
- func (i *InternalAigatewayInternalWebUserRouteResponse) GetAlgorithm() *string
- func (i *InternalAigatewayInternalWebUserRouteResponse) GetDescription() *string
- func (i *InternalAigatewayInternalWebUserRouteResponse) GetExtraProperties() map[string]interface{}
- func (i *InternalAigatewayInternalWebUserRouteResponse) GetID() *int
- func (i *InternalAigatewayInternalWebUserRouteResponse) GetName() *string
- func (i *InternalAigatewayInternalWebUserRouteResponse) GetTargets() []int
- func (i *InternalAigatewayInternalWebUserRouteResponse) GetUserID() *int
- func (i *InternalAigatewayInternalWebUserRouteResponse) GetVisibility() *string
- func (i *InternalAigatewayInternalWebUserRouteResponse) MarshalJSON() ([]byte, error)
- func (i *InternalAigatewayInternalWebUserRouteResponse) SetAlgorithm(algorithm *string)
- func (i *InternalAigatewayInternalWebUserRouteResponse) SetDescription(description *string)
- func (i *InternalAigatewayInternalWebUserRouteResponse) SetID(id *int)
- func (i *InternalAigatewayInternalWebUserRouteResponse) SetName(name *string)
- func (i *InternalAigatewayInternalWebUserRouteResponse) SetTargets(targets []int)
- func (i *InternalAigatewayInternalWebUserRouteResponse) SetUserID(userID *int)
- func (i *InternalAigatewayInternalWebUserRouteResponse) SetVisibility(visibility *string)
- func (i *InternalAigatewayInternalWebUserRouteResponse) String() string
- func (i *InternalAigatewayInternalWebUserRouteResponse) UnmarshalJSON(data []byte) error
- type InternalBugreportsInternalWebSubmitBugReportRequest
- func (i *InternalBugreportsInternalWebSubmitBugReportRequest) GetContext() []int
- func (i *InternalBugreportsInternalWebSubmitBugReportRequest) GetDescription() *string
- func (i *InternalBugreportsInternalWebSubmitBugReportRequest) GetExtraProperties() map[string]interface{}
- func (i *InternalBugreportsInternalWebSubmitBugReportRequest) GetLabel() *string
- func (i *InternalBugreportsInternalWebSubmitBugReportRequest) GetTimestamp() *int
- func (i *InternalBugreportsInternalWebSubmitBugReportRequest) GetTitle() *string
- func (i *InternalBugreportsInternalWebSubmitBugReportRequest) GetURL() *string
- func (i *InternalBugreportsInternalWebSubmitBugReportRequest) MarshalJSON() ([]byte, error)
- func (i *InternalBugreportsInternalWebSubmitBugReportRequest) SetContext(context []int)
- func (i *InternalBugreportsInternalWebSubmitBugReportRequest) SetDescription(description *string)
- func (i *InternalBugreportsInternalWebSubmitBugReportRequest) SetLabel(label *string)
- func (i *InternalBugreportsInternalWebSubmitBugReportRequest) SetTimestamp(timestamp *int)
- func (i *InternalBugreportsInternalWebSubmitBugReportRequest) SetTitle(title *string)
- func (i *InternalBugreportsInternalWebSubmitBugReportRequest) SetURL(url *string)
- func (i *InternalBugreportsInternalWebSubmitBugReportRequest) String() string
- func (i *InternalBugreportsInternalWebSubmitBugReportRequest) UnmarshalJSON(data []byte) error
- type InternalBugreportsInternalWebUpdateBugReportRequest
- func (i *InternalBugreportsInternalWebUpdateBugReportRequest) GetExtraProperties() map[string]interface{}
- func (i *InternalBugreportsInternalWebUpdateBugReportRequest) GetReviewNotes() *string
- func (i *InternalBugreportsInternalWebUpdateBugReportRequest) GetStatus() *string
- func (i *InternalBugreportsInternalWebUpdateBugReportRequest) MarshalJSON() ([]byte, error)
- func (i *InternalBugreportsInternalWebUpdateBugReportRequest) SetReviewNotes(reviewNotes *string)
- func (i *InternalBugreportsInternalWebUpdateBugReportRequest) SetStatus(status *string)
- func (i *InternalBugreportsInternalWebUpdateBugReportRequest) String() string
- func (i *InternalBugreportsInternalWebUpdateBugReportRequest) UnmarshalJSON(data []byte) error
- type InternalBulletinInternalWebCreateBulletinReq
- func (i *InternalBulletinInternalWebCreateBulletinReq) GetBody() *string
- func (i *InternalBulletinInternalWebCreateBulletinReq) GetCategory() *string
- func (i *InternalBulletinInternalWebCreateBulletinReq) GetExpiresAt() *int
- func (i *InternalBulletinInternalWebCreateBulletinReq) GetExtraProperties() map[string]interface{}
- func (i *InternalBulletinInternalWebCreateBulletinReq) GetParentID() *int
- func (i *InternalBulletinInternalWebCreateBulletinReq) GetSection() *string
- func (i *InternalBulletinInternalWebCreateBulletinReq) GetSortOrder() *int
- func (i *InternalBulletinInternalWebCreateBulletinReq) GetSummary() *string
- func (i *InternalBulletinInternalWebCreateBulletinReq) GetTitle() *string
- func (i *InternalBulletinInternalWebCreateBulletinReq) GetType() *string
- func (i *InternalBulletinInternalWebCreateBulletinReq) GetVersion() *string
- func (i *InternalBulletinInternalWebCreateBulletinReq) MarshalJSON() ([]byte, error)
- func (i *InternalBulletinInternalWebCreateBulletinReq) SetBody(body *string)
- func (i *InternalBulletinInternalWebCreateBulletinReq) SetCategory(category *string)
- func (i *InternalBulletinInternalWebCreateBulletinReq) SetExpiresAt(expiresAt *int)
- func (i *InternalBulletinInternalWebCreateBulletinReq) SetParentID(parentID *int)
- func (i *InternalBulletinInternalWebCreateBulletinReq) SetSection(section *string)
- func (i *InternalBulletinInternalWebCreateBulletinReq) SetSortOrder(sortOrder *int)
- func (i *InternalBulletinInternalWebCreateBulletinReq) SetSummary(summary *string)
- func (i *InternalBulletinInternalWebCreateBulletinReq) SetTitle(title *string)
- func (i *InternalBulletinInternalWebCreateBulletinReq) SetType(type_ *string)
- func (i *InternalBulletinInternalWebCreateBulletinReq) SetVersion(version *string)
- func (i *InternalBulletinInternalWebCreateBulletinReq) String() string
- func (i *InternalBulletinInternalWebCreateBulletinReq) UnmarshalJSON(data []byte) error
- type InternalBulletinInternalWebUpdateBulletinReq
- func (i *InternalBulletinInternalWebUpdateBulletinReq) GetBody() *string
- func (i *InternalBulletinInternalWebUpdateBulletinReq) GetCategory() *string
- func (i *InternalBulletinInternalWebUpdateBulletinReq) GetExpiresAt() *int
- func (i *InternalBulletinInternalWebUpdateBulletinReq) GetExtraProperties() map[string]interface{}
- func (i *InternalBulletinInternalWebUpdateBulletinReq) GetParentID() *int
- func (i *InternalBulletinInternalWebUpdateBulletinReq) GetSection() *string
- func (i *InternalBulletinInternalWebUpdateBulletinReq) GetSortOrder() *int
- func (i *InternalBulletinInternalWebUpdateBulletinReq) GetSummary() *string
- func (i *InternalBulletinInternalWebUpdateBulletinReq) GetTitle() *string
- func (i *InternalBulletinInternalWebUpdateBulletinReq) GetVersion() *string
- func (i *InternalBulletinInternalWebUpdateBulletinReq) MarshalJSON() ([]byte, error)
- func (i *InternalBulletinInternalWebUpdateBulletinReq) SetBody(body *string)
- func (i *InternalBulletinInternalWebUpdateBulletinReq) SetCategory(category *string)
- func (i *InternalBulletinInternalWebUpdateBulletinReq) SetExpiresAt(expiresAt *int)
- func (i *InternalBulletinInternalWebUpdateBulletinReq) SetParentID(parentID *int)
- func (i *InternalBulletinInternalWebUpdateBulletinReq) SetSection(section *string)
- func (i *InternalBulletinInternalWebUpdateBulletinReq) SetSortOrder(sortOrder *int)
- func (i *InternalBulletinInternalWebUpdateBulletinReq) SetSummary(summary *string)
- func (i *InternalBulletinInternalWebUpdateBulletinReq) SetTitle(title *string)
- func (i *InternalBulletinInternalWebUpdateBulletinReq) SetVersion(version *string)
- func (i *InternalBulletinInternalWebUpdateBulletinReq) String() string
- func (i *InternalBulletinInternalWebUpdateBulletinReq) UnmarshalJSON(data []byte) error
- type InternalCommentsInternalWebCommentListVo
- func (i *InternalCommentsInternalWebCommentListVo) GetData() []*GithubComMktAgiAixInternalCommentsInternalDomainComment
- func (i *InternalCommentsInternalWebCommentListVo) GetExtraProperties() map[string]interface{}
- func (i *InternalCommentsInternalWebCommentListVo) GetNextCursor() *int
- func (i *InternalCommentsInternalWebCommentListVo) MarshalJSON() ([]byte, error)
- func (i *InternalCommentsInternalWebCommentListVo) SetData(data []*GithubComMktAgiAixInternalCommentsInternalDomainComment)
- func (i *InternalCommentsInternalWebCommentListVo) SetNextCursor(nextCursor *int)
- func (i *InternalCommentsInternalWebCommentListVo) String() string
- func (i *InternalCommentsInternalWebCommentListVo) UnmarshalJSON(data []byte) error
- type InternalCommentsInternalWebCommentTreeVo
- func (i *InternalCommentsInternalWebCommentTreeVo) GetData() []*GithubComMktAgiAixInternalCommentsInternalDomainCommentNode
- func (i *InternalCommentsInternalWebCommentTreeVo) GetExtraProperties() map[string]interface{}
- func (i *InternalCommentsInternalWebCommentTreeVo) GetNextCursor() *int
- func (i *InternalCommentsInternalWebCommentTreeVo) MarshalJSON() ([]byte, error)
- func (i *InternalCommentsInternalWebCommentTreeVo) SetData(data []*GithubComMktAgiAixInternalCommentsInternalDomainCommentNode)
- func (i *InternalCommentsInternalWebCommentTreeVo) SetNextCursor(nextCursor *int)
- func (i *InternalCommentsInternalWebCommentTreeVo) String() string
- func (i *InternalCommentsInternalWebCommentTreeVo) UnmarshalJSON(data []byte) error
- type InternalCommentsInternalWebCreateCommentReq
- func (i *InternalCommentsInternalWebCreateCommentReq) GetBody() string
- func (i *InternalCommentsInternalWebCreateCommentReq) GetExtraProperties() map[string]interface{}
- func (i *InternalCommentsInternalWebCreateCommentReq) GetParentID() *int
- func (i *InternalCommentsInternalWebCreateCommentReq) GetTargetID() int
- func (i *InternalCommentsInternalWebCreateCommentReq) GetTargetType() string
- func (i *InternalCommentsInternalWebCreateCommentReq) MarshalJSON() ([]byte, error)
- func (i *InternalCommentsInternalWebCreateCommentReq) SetBody(body string)
- func (i *InternalCommentsInternalWebCreateCommentReq) SetParentID(parentID *int)
- func (i *InternalCommentsInternalWebCreateCommentReq) SetTargetID(targetID int)
- func (i *InternalCommentsInternalWebCreateCommentReq) SetTargetType(targetType string)
- func (i *InternalCommentsInternalWebCreateCommentReq) String() string
- func (i *InternalCommentsInternalWebCreateCommentReq) UnmarshalJSON(data []byte) error
- type InternalCommentsInternalWebUpdateCommentReq
- func (i *InternalCommentsInternalWebUpdateCommentReq) GetBody() string
- func (i *InternalCommentsInternalWebUpdateCommentReq) GetExtraProperties() map[string]interface{}
- func (i *InternalCommentsInternalWebUpdateCommentReq) MarshalJSON() ([]byte, error)
- func (i *InternalCommentsInternalWebUpdateCommentReq) SetBody(body string)
- func (i *InternalCommentsInternalWebUpdateCommentReq) String() string
- func (i *InternalCommentsInternalWebUpdateCommentReq) UnmarshalJSON(data []byte) error
- type InternalFilesInternalWebFileDeleteVo
- func (i *InternalFilesInternalWebFileDeleteVo) GetDeleted() *bool
- func (i *InternalFilesInternalWebFileDeleteVo) GetExtraProperties() map[string]interface{}
- func (i *InternalFilesInternalWebFileDeleteVo) MarshalJSON() ([]byte, error)
- func (i *InternalFilesInternalWebFileDeleteVo) SetDeleted(deleted *bool)
- func (i *InternalFilesInternalWebFileDeleteVo) String() string
- func (i *InternalFilesInternalWebFileDeleteVo) UnmarshalJSON(data []byte) error
- type InternalFilesInternalWebFileDownloadVo
- func (i *InternalFilesInternalWebFileDownloadVo) GetExtraProperties() map[string]interface{}
- func (i *InternalFilesInternalWebFileDownloadVo) GetURL() *string
- func (i *InternalFilesInternalWebFileDownloadVo) MarshalJSON() ([]byte, error)
- func (i *InternalFilesInternalWebFileDownloadVo) SetURL(url *string)
- func (i *InternalFilesInternalWebFileDownloadVo) String() string
- func (i *InternalFilesInternalWebFileDownloadVo) UnmarshalJSON(data []byte) error
- type InternalFilesInternalWebFileResponse
- func (i *InternalFilesInternalWebFileResponse) GetBizID() *string
- func (i *InternalFilesInternalWebFileResponse) GetCreatedAt() *int
- func (i *InternalFilesInternalWebFileResponse) GetEtag() *string
- func (i *InternalFilesInternalWebFileResponse) GetExtraProperties() map[string]interface{}
- func (i *InternalFilesInternalWebFileResponse) GetID() *int
- func (i *InternalFilesInternalWebFileResponse) GetMimeType() *string
- func (i *InternalFilesInternalWebFileResponse) GetName() *string
- func (i *InternalFilesInternalWebFileResponse) GetPath() *string
- func (i *InternalFilesInternalWebFileResponse) GetSize() *int
- func (i *InternalFilesInternalWebFileResponse) GetUpdatedAt() *int
- func (i *InternalFilesInternalWebFileResponse) GetUserID() *int
- func (i *InternalFilesInternalWebFileResponse) GetVisibility() *string
- func (i *InternalFilesInternalWebFileResponse) MarshalJSON() ([]byte, error)
- func (i *InternalFilesInternalWebFileResponse) SetBizID(bizID *string)
- func (i *InternalFilesInternalWebFileResponse) SetCreatedAt(createdAt *int)
- func (i *InternalFilesInternalWebFileResponse) SetEtag(etag *string)
- func (i *InternalFilesInternalWebFileResponse) SetID(id *int)
- func (i *InternalFilesInternalWebFileResponse) SetMimeType(mimeType *string)
- func (i *InternalFilesInternalWebFileResponse) SetName(name *string)
- func (i *InternalFilesInternalWebFileResponse) SetPath(path *string)
- func (i *InternalFilesInternalWebFileResponse) SetSize(size *int)
- func (i *InternalFilesInternalWebFileResponse) SetUpdatedAt(updatedAt *int)
- func (i *InternalFilesInternalWebFileResponse) SetUserID(userID *int)
- func (i *InternalFilesInternalWebFileResponse) SetVisibility(visibility *string)
- func (i *InternalFilesInternalWebFileResponse) String() string
- func (i *InternalFilesInternalWebFileResponse) UnmarshalJSON(data []byte) error
- type InternalFilesInternalWebIngestURLRequest
- func (i *InternalFilesInternalWebIngestURLRequest) GetBizID() *string
- func (i *InternalFilesInternalWebIngestURLRequest) GetDirPath() *string
- func (i *InternalFilesInternalWebIngestURLRequest) GetExtraProperties() map[string]interface{}
- func (i *InternalFilesInternalWebIngestURLRequest) GetFilename() string
- func (i *InternalFilesInternalWebIngestURLRequest) GetURL() string
- func (i *InternalFilesInternalWebIngestURLRequest) GetVisibility() *string
- func (i *InternalFilesInternalWebIngestURLRequest) MarshalJSON() ([]byte, error)
- func (i *InternalFilesInternalWebIngestURLRequest) SetBizID(bizID *string)
- func (i *InternalFilesInternalWebIngestURLRequest) SetDirPath(dirPath *string)
- func (i *InternalFilesInternalWebIngestURLRequest) SetFilename(filename string)
- func (i *InternalFilesInternalWebIngestURLRequest) SetURL(url string)
- func (i *InternalFilesInternalWebIngestURLRequest) SetVisibility(visibility *string)
- func (i *InternalFilesInternalWebIngestURLRequest) String() string
- func (i *InternalFilesInternalWebIngestURLRequest) UnmarshalJSON(data []byte) error
- type InternalFilesInternalWebUpdateFileRequest
- func (i *InternalFilesInternalWebUpdateFileRequest) GetExtraProperties() map[string]interface{}
- func (i *InternalFilesInternalWebUpdateFileRequest) GetName() *string
- func (i *InternalFilesInternalWebUpdateFileRequest) GetVisibility() *string
- func (i *InternalFilesInternalWebUpdateFileRequest) MarshalJSON() ([]byte, error)
- func (i *InternalFilesInternalWebUpdateFileRequest) SetName(name *string)
- func (i *InternalFilesInternalWebUpdateFileRequest) SetVisibility(visibility *string)
- func (i *InternalFilesInternalWebUpdateFileRequest) String() string
- func (i *InternalFilesInternalWebUpdateFileRequest) UnmarshalJSON(data []byte) error
- type InternalIamInternalWebAPIKeyResponse
- func (i *InternalIamInternalWebAPIKeyResponse) GetEnabled() *bool
- func (i *InternalIamInternalWebAPIKeyResponse) GetExtraProperties() map[string]interface{}
- func (i *InternalIamInternalWebAPIKeyResponse) GetID() *int
- func (i *InternalIamInternalWebAPIKeyResponse) GetKeyPrefix() *string
- func (i *InternalIamInternalWebAPIKeyResponse) GetScopes() []string
- func (i *InternalIamInternalWebAPIKeyResponse) MarshalJSON() ([]byte, error)
- func (i *InternalIamInternalWebAPIKeyResponse) SetEnabled(enabled *bool)
- func (i *InternalIamInternalWebAPIKeyResponse) SetID(id *int)
- func (i *InternalIamInternalWebAPIKeyResponse) SetKeyPrefix(keyPrefix *string)
- func (i *InternalIamInternalWebAPIKeyResponse) SetScopes(scopes []string)
- func (i *InternalIamInternalWebAPIKeyResponse) String() string
- func (i *InternalIamInternalWebAPIKeyResponse) UnmarshalJSON(data []byte) error
- type InternalIamInternalWebCreateAPIKeyRequest
- func (i *InternalIamInternalWebCreateAPIKeyRequest) GetExtraProperties() map[string]interface{}
- func (i *InternalIamInternalWebCreateAPIKeyRequest) GetScopes() []string
- func (i *InternalIamInternalWebCreateAPIKeyRequest) MarshalJSON() ([]byte, error)
- func (i *InternalIamInternalWebCreateAPIKeyRequest) SetScopes(scopes []string)
- func (i *InternalIamInternalWebCreateAPIKeyRequest) String() string
- func (i *InternalIamInternalWebCreateAPIKeyRequest) UnmarshalJSON(data []byte) error
- type InternalIamInternalWebCreateAPIKeyResponse
- func (i *InternalIamInternalWebCreateAPIKeyResponse) GetAPIKey() *string
- func (i *InternalIamInternalWebCreateAPIKeyResponse) GetExtraProperties() map[string]interface{}
- func (i *InternalIamInternalWebCreateAPIKeyResponse) GetID() *int
- func (i *InternalIamInternalWebCreateAPIKeyResponse) GetKeyPrefix() *string
- func (i *InternalIamInternalWebCreateAPIKeyResponse) GetScopes() []string
- func (i *InternalIamInternalWebCreateAPIKeyResponse) MarshalJSON() ([]byte, error)
- func (i *InternalIamInternalWebCreateAPIKeyResponse) SetAPIKey(apiKey *string)
- func (i *InternalIamInternalWebCreateAPIKeyResponse) SetID(id *int)
- func (i *InternalIamInternalWebCreateAPIKeyResponse) SetKeyPrefix(keyPrefix *string)
- func (i *InternalIamInternalWebCreateAPIKeyResponse) SetScopes(scopes []string)
- func (i *InternalIamInternalWebCreateAPIKeyResponse) String() string
- func (i *InternalIamInternalWebCreateAPIKeyResponse) UnmarshalJSON(data []byte) error
- type InternalIamInternalWebGrantAccessRequest
- func (i *InternalIamInternalWebGrantAccessRequest) GetExtraProperties() map[string]interface{}
- func (i *InternalIamInternalWebGrantAccessRequest) GetResourceID() int
- func (i *InternalIamInternalWebGrantAccessRequest) GetResourceType() string
- func (i *InternalIamInternalWebGrantAccessRequest) GetUserID() int
- func (i *InternalIamInternalWebGrantAccessRequest) MarshalJSON() ([]byte, error)
- func (i *InternalIamInternalWebGrantAccessRequest) SetResourceID(resourceID int)
- func (i *InternalIamInternalWebGrantAccessRequest) SetResourceType(resourceType string)
- func (i *InternalIamInternalWebGrantAccessRequest) SetUserID(userID int)
- func (i *InternalIamInternalWebGrantAccessRequest) String() string
- func (i *InternalIamInternalWebGrantAccessRequest) UnmarshalJSON(data []byte) error
- type InternalMessagingInternalWebAddParticipantReq
- func (i *InternalMessagingInternalWebAddParticipantReq) GetExtraProperties() map[string]interface{}
- func (i *InternalMessagingInternalWebAddParticipantReq) GetRole() *string
- func (i *InternalMessagingInternalWebAddParticipantReq) GetUserID() *int
- func (i *InternalMessagingInternalWebAddParticipantReq) MarshalJSON() ([]byte, error)
- func (i *InternalMessagingInternalWebAddParticipantReq) SetRole(role *string)
- func (i *InternalMessagingInternalWebAddParticipantReq) SetUserID(userID *int)
- func (i *InternalMessagingInternalWebAddParticipantReq) String() string
- func (i *InternalMessagingInternalWebAddParticipantReq) UnmarshalJSON(data []byte) error
- type InternalMessagingInternalWebCreateConversationReq
- func (i *InternalMessagingInternalWebCreateConversationReq) GetExtraProperties() map[string]interface{}
- func (i *InternalMessagingInternalWebCreateConversationReq) GetParticipantIDs() []int
- func (i *InternalMessagingInternalWebCreateConversationReq) GetTitle() *string
- func (i *InternalMessagingInternalWebCreateConversationReq) GetType() *string
- func (i *InternalMessagingInternalWebCreateConversationReq) MarshalJSON() ([]byte, error)
- func (i *InternalMessagingInternalWebCreateConversationReq) SetParticipantIDs(participantIDs []int)
- func (i *InternalMessagingInternalWebCreateConversationReq) SetTitle(title *string)
- func (i *InternalMessagingInternalWebCreateConversationReq) SetType(type_ *string)
- func (i *InternalMessagingInternalWebCreateConversationReq) String() string
- func (i *InternalMessagingInternalWebCreateConversationReq) UnmarshalJSON(data []byte) error
- type InternalMessagingInternalWebMarkReadReq
- func (i *InternalMessagingInternalWebMarkReadReq) GetConvID() *int
- func (i *InternalMessagingInternalWebMarkReadReq) GetExtraProperties() map[string]interface{}
- func (i *InternalMessagingInternalWebMarkReadReq) GetSeq() *int
- func (i *InternalMessagingInternalWebMarkReadReq) MarshalJSON() ([]byte, error)
- func (i *InternalMessagingInternalWebMarkReadReq) SetConvID(convID *int)
- func (i *InternalMessagingInternalWebMarkReadReq) SetSeq(seq *int)
- func (i *InternalMessagingInternalWebMarkReadReq) String() string
- func (i *InternalMessagingInternalWebMarkReadReq) UnmarshalJSON(data []byte) error
- type InternalMessagingInternalWebRegisterDeviceReq
- func (i *InternalMessagingInternalWebRegisterDeviceReq) GetDeviceID() *string
- func (i *InternalMessagingInternalWebRegisterDeviceReq) GetExtraProperties() map[string]interface{}
- func (i *InternalMessagingInternalWebRegisterDeviceReq) GetPlatform() *string
- func (i *InternalMessagingInternalWebRegisterDeviceReq) GetPushToken() *string
- func (i *InternalMessagingInternalWebRegisterDeviceReq) MarshalJSON() ([]byte, error)
- func (i *InternalMessagingInternalWebRegisterDeviceReq) SetDeviceID(deviceID *string)
- func (i *InternalMessagingInternalWebRegisterDeviceReq) SetPlatform(platform *string)
- func (i *InternalMessagingInternalWebRegisterDeviceReq) SetPushToken(pushToken *string)
- func (i *InternalMessagingInternalWebRegisterDeviceReq) String() string
- func (i *InternalMessagingInternalWebRegisterDeviceReq) UnmarshalJSON(data []byte) error
- type InternalMessagingInternalWebSendMessageReq
- func (i *InternalMessagingInternalWebSendMessageReq) GetContent() *string
- func (i *InternalMessagingInternalWebSendMessageReq) GetContentType() *string
- func (i *InternalMessagingInternalWebSendMessageReq) GetExtraProperties() map[string]interface{}
- func (i *InternalMessagingInternalWebSendMessageReq) GetMentionedUserIDs() []int
- func (i *InternalMessagingInternalWebSendMessageReq) GetMetadata() *string
- func (i *InternalMessagingInternalWebSendMessageReq) GetReplyToSeq() *int
- func (i *InternalMessagingInternalWebSendMessageReq) MarshalJSON() ([]byte, error)
- func (i *InternalMessagingInternalWebSendMessageReq) SetContent(content *string)
- func (i *InternalMessagingInternalWebSendMessageReq) SetContentType(contentType *string)
- func (i *InternalMessagingInternalWebSendMessageReq) SetMentionedUserIDs(mentionedUserIDs []int)
- func (i *InternalMessagingInternalWebSendMessageReq) SetMetadata(metadata *string)
- func (i *InternalMessagingInternalWebSendMessageReq) SetReplyToSeq(replyToSeq *int)
- func (i *InternalMessagingInternalWebSendMessageReq) String() string
- func (i *InternalMessagingInternalWebSendMessageReq) UnmarshalJSON(data []byte) error
- type InternalNotificationsInternalWebAdminSendReq
- func (i *InternalNotificationsInternalWebAdminSendReq) GetActionText() *string
- func (i *InternalNotificationsInternalWebAdminSendReq) GetActionURL() *string
- func (i *InternalNotificationsInternalWebAdminSendReq) GetBody() string
- func (i *InternalNotificationsInternalWebAdminSendReq) GetExtraProperties() map[string]interface{}
- func (i *InternalNotificationsInternalWebAdminSendReq) GetMetadata() *string
- func (i *InternalNotificationsInternalWebAdminSendReq) GetTitle() string
- func (i *InternalNotificationsInternalWebAdminSendReq) GetType() string
- func (i *InternalNotificationsInternalWebAdminSendReq) GetUserID() int
- func (i *InternalNotificationsInternalWebAdminSendReq) MarshalJSON() ([]byte, error)
- func (i *InternalNotificationsInternalWebAdminSendReq) SetActionText(actionText *string)
- func (i *InternalNotificationsInternalWebAdminSendReq) SetActionURL(actionURL *string)
- func (i *InternalNotificationsInternalWebAdminSendReq) SetBody(body string)
- func (i *InternalNotificationsInternalWebAdminSendReq) SetMetadata(metadata *string)
- func (i *InternalNotificationsInternalWebAdminSendReq) SetTitle(title string)
- func (i *InternalNotificationsInternalWebAdminSendReq) SetType(type_ string)
- func (i *InternalNotificationsInternalWebAdminSendReq) SetUserID(userID int)
- func (i *InternalNotificationsInternalWebAdminSendReq) String() string
- func (i *InternalNotificationsInternalWebAdminSendReq) UnmarshalJSON(data []byte) error
- type InternalNotificationsInternalWebSetPreferenceReq
- func (i *InternalNotificationsInternalWebSetPreferenceReq) GetChannel() string
- func (i *InternalNotificationsInternalWebSetPreferenceReq) GetEnabled() *bool
- func (i *InternalNotificationsInternalWebSetPreferenceReq) GetExtraProperties() map[string]interface{}
- func (i *InternalNotificationsInternalWebSetPreferenceReq) GetType() string
- func (i *InternalNotificationsInternalWebSetPreferenceReq) MarshalJSON() ([]byte, error)
- func (i *InternalNotificationsInternalWebSetPreferenceReq) SetChannel(channel string)
- func (i *InternalNotificationsInternalWebSetPreferenceReq) SetEnabled(enabled *bool)
- func (i *InternalNotificationsInternalWebSetPreferenceReq) SetType(type_ string)
- func (i *InternalNotificationsInternalWebSetPreferenceReq) String() string
- func (i *InternalNotificationsInternalWebSetPreferenceReq) UnmarshalJSON(data []byte) error
- type InternalPaymentsInternalWebBalanceTransactionV2Response
- func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) GetAmount() *string
- func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) GetBalanceAfter() *string
- func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) GetBalanceBefore() *string
- func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) GetCreatedAt() *int
- func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) GetCurrency() *string
- func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) GetDirection() *string
- func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) GetExtraProperties() map[string]interface{}
- func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) GetID() *int
- func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) GetIdempotencyKey() *string
- func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) GetMetadata() any
- func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) GetNote() *string
- func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) GetReferenceID() any
- func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) GetReferenceType() *string
- func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) GetTransactionNo() *string
- func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) GetType() *string
- func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) GetUserID() *int
- func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) GetWalletID() *int
- func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) MarshalJSON() ([]byte, error)
- func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) SetAmount(amount *string)
- func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) SetBalanceAfter(balanceAfter *string)
- func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) SetBalanceBefore(balanceBefore *string)
- func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) SetCreatedAt(createdAt *int)
- func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) SetCurrency(currency *string)
- func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) SetDirection(direction *string)
- func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) SetID(id *int)
- func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) SetIdempotencyKey(idempotencyKey *string)
- func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) SetMetadata(metadata any)
- func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) SetNote(note *string)
- func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) SetReferenceID(referenceID any)
- func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) SetReferenceType(referenceType *string)
- func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) SetTransactionNo(transactionNo *string)
- func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) SetType(type_ *string)
- func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) SetUserID(userID *int)
- func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) SetWalletID(walletID *int)
- func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) String() string
- func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) UnmarshalJSON(data []byte) error
- type InternalPaymentsInternalWebCreateOrderRequest
- func (i *InternalPaymentsInternalWebCreateOrderRequest) GetAmount() *float64
- func (i *InternalPaymentsInternalWebCreateOrderRequest) GetExtraProperties() map[string]interface{}
- func (i *InternalPaymentsInternalWebCreateOrderRequest) GetMethod() *string
- func (i *InternalPaymentsInternalWebCreateOrderRequest) GetProductID() *int
- func (i *InternalPaymentsInternalWebCreateOrderRequest) MarshalJSON() ([]byte, error)
- func (i *InternalPaymentsInternalWebCreateOrderRequest) SetAmount(amount *float64)
- func (i *InternalPaymentsInternalWebCreateOrderRequest) SetMethod(method *string)
- func (i *InternalPaymentsInternalWebCreateOrderRequest) SetProductID(productID *int)
- func (i *InternalPaymentsInternalWebCreateOrderRequest) String() string
- func (i *InternalPaymentsInternalWebCreateOrderRequest) UnmarshalJSON(data []byte) error
- type InternalPaymentsInternalWebTransferToMainRequest
- func (i *InternalPaymentsInternalWebTransferToMainRequest) GetExtraProperties() map[string]interface{}
- func (i *InternalPaymentsInternalWebTransferToMainRequest) GetIdempotencyKey() string
- func (i *InternalPaymentsInternalWebTransferToMainRequest) MarshalJSON() ([]byte, error)
- func (i *InternalPaymentsInternalWebTransferToMainRequest) SetIdempotencyKey(idempotencyKey string)
- func (i *InternalPaymentsInternalWebTransferToMainRequest) String() string
- func (i *InternalPaymentsInternalWebTransferToMainRequest) UnmarshalJSON(data []byte) error
- type InternalPaymentsInternalWebWalletConvertRequest
- func (i *InternalPaymentsInternalWebWalletConvertRequest) GetExtraProperties() map[string]interface{}
- func (i *InternalPaymentsInternalWebWalletConvertRequest) GetTargetCurrency() string
- func (i *InternalPaymentsInternalWebWalletConvertRequest) MarshalJSON() ([]byte, error)
- func (i *InternalPaymentsInternalWebWalletConvertRequest) SetTargetCurrency(targetCurrency string)
- func (i *InternalPaymentsInternalWebWalletConvertRequest) String() string
- func (i *InternalPaymentsInternalWebWalletConvertRequest) UnmarshalJSON(data []byte) error
- type InternalPaymentsInternalWebWalletTransferEnvelope
- func (i *InternalPaymentsInternalWebWalletTransferEnvelope) GetBalanceTransactions() []*InternalPaymentsInternalWebBalanceTransactionV2Response
- func (i *InternalPaymentsInternalWebWalletTransferEnvelope) GetExtraProperties() map[string]interface{}
- func (i *InternalPaymentsInternalWebWalletTransferEnvelope) GetTransfer() *InternalPaymentsInternalWebWalletTransferV2Response
- func (i *InternalPaymentsInternalWebWalletTransferEnvelope) GetTransferNo() *int
- func (i *InternalPaymentsInternalWebWalletTransferEnvelope) MarshalJSON() ([]byte, error)
- func (i *InternalPaymentsInternalWebWalletTransferEnvelope) SetBalanceTransactions(balanceTransactions []*InternalPaymentsInternalWebBalanceTransactionV2Response)
- func (i *InternalPaymentsInternalWebWalletTransferEnvelope) SetTransfer(transfer *InternalPaymentsInternalWebWalletTransferV2Response)
- func (i *InternalPaymentsInternalWebWalletTransferEnvelope) SetTransferNo(transferNo *int)
- func (i *InternalPaymentsInternalWebWalletTransferEnvelope) String() string
- func (i *InternalPaymentsInternalWebWalletTransferEnvelope) UnmarshalJSON(data []byte) error
- type InternalPaymentsInternalWebWalletTransferRequest
- func (i *InternalPaymentsInternalWebWalletTransferRequest) GetAmount() string
- func (i *InternalPaymentsInternalWebWalletTransferRequest) GetExtraProperties() map[string]interface{}
- func (i *InternalPaymentsInternalWebWalletTransferRequest) GetIdempotencyKey() string
- func (i *InternalPaymentsInternalWebWalletTransferRequest) GetNote() *string
- func (i *InternalPaymentsInternalWebWalletTransferRequest) GetToWalletID() int
- func (i *InternalPaymentsInternalWebWalletTransferRequest) MarshalJSON() ([]byte, error)
- func (i *InternalPaymentsInternalWebWalletTransferRequest) SetAmount(amount string)
- func (i *InternalPaymentsInternalWebWalletTransferRequest) SetIdempotencyKey(idempotencyKey string)
- func (i *InternalPaymentsInternalWebWalletTransferRequest) SetNote(note *string)
- func (i *InternalPaymentsInternalWebWalletTransferRequest) SetToWalletID(toWalletID int)
- func (i *InternalPaymentsInternalWebWalletTransferRequest) String() string
- func (i *InternalPaymentsInternalWebWalletTransferRequest) UnmarshalJSON(data []byte) error
- type InternalPaymentsInternalWebWalletTransferV2Response
- func (i *InternalPaymentsInternalWebWalletTransferV2Response) GetAmount() *string
- func (i *InternalPaymentsInternalWebWalletTransferV2Response) GetBalanceTransactions() []*InternalPaymentsInternalWebBalanceTransactionV2Response
- func (i *InternalPaymentsInternalWebWalletTransferV2Response) GetCreatedAt() *int
- func (i *InternalPaymentsInternalWebWalletTransferV2Response) GetCurrency() *string
- func (i *InternalPaymentsInternalWebWalletTransferV2Response) GetExtraProperties() map[string]interface{}
- func (i *InternalPaymentsInternalWebWalletTransferV2Response) GetFromWalletID() *int
- func (i *InternalPaymentsInternalWebWalletTransferV2Response) GetNote() *string
- func (i *InternalPaymentsInternalWebWalletTransferV2Response) GetStatus() *string
- func (i *InternalPaymentsInternalWebWalletTransferV2Response) GetToWalletID() *int
- func (i *InternalPaymentsInternalWebWalletTransferV2Response) GetTransferNo() *int
- func (i *InternalPaymentsInternalWebWalletTransferV2Response) MarshalJSON() ([]byte, error)
- func (i *InternalPaymentsInternalWebWalletTransferV2Response) SetAmount(amount *string)
- func (i *InternalPaymentsInternalWebWalletTransferV2Response) SetBalanceTransactions(balanceTransactions []*InternalPaymentsInternalWebBalanceTransactionV2Response)
- func (i *InternalPaymentsInternalWebWalletTransferV2Response) SetCreatedAt(createdAt *int)
- func (i *InternalPaymentsInternalWebWalletTransferV2Response) SetCurrency(currency *string)
- func (i *InternalPaymentsInternalWebWalletTransferV2Response) SetFromWalletID(fromWalletID *int)
- func (i *InternalPaymentsInternalWebWalletTransferV2Response) SetNote(note *string)
- func (i *InternalPaymentsInternalWebWalletTransferV2Response) SetStatus(status *string)
- func (i *InternalPaymentsInternalWebWalletTransferV2Response) SetToWalletID(toWalletID *int)
- func (i *InternalPaymentsInternalWebWalletTransferV2Response) SetTransferNo(transferNo *int)
- func (i *InternalPaymentsInternalWebWalletTransferV2Response) String() string
- func (i *InternalPaymentsInternalWebWalletTransferV2Response) UnmarshalJSON(data []byte) error
- type InternalPaymentsInternalWebWalletV2Response
- func (i *InternalPaymentsInternalWebWalletV2Response) GetBalance() *string
- func (i *InternalPaymentsInternalWebWalletV2Response) GetCreatedAt() *int
- func (i *InternalPaymentsInternalWebWalletV2Response) GetCurrency() *string
- func (i *InternalPaymentsInternalWebWalletV2Response) GetExtraProperties() map[string]interface{}
- func (i *InternalPaymentsInternalWebWalletV2Response) GetID() *int
- func (i *InternalPaymentsInternalWebWalletV2Response) GetKind() *string
- func (i *InternalPaymentsInternalWebWalletV2Response) GetName() *string
- func (i *InternalPaymentsInternalWebWalletV2Response) GetUpdatedAt() *int
- func (i *InternalPaymentsInternalWebWalletV2Response) GetUserID() *int
- func (i *InternalPaymentsInternalWebWalletV2Response) GetVersion() *int
- func (i *InternalPaymentsInternalWebWalletV2Response) MarshalJSON() ([]byte, error)
- func (i *InternalPaymentsInternalWebWalletV2Response) SetBalance(balance *string)
- func (i *InternalPaymentsInternalWebWalletV2Response) SetCreatedAt(createdAt *int)
- func (i *InternalPaymentsInternalWebWalletV2Response) SetCurrency(currency *string)
- func (i *InternalPaymentsInternalWebWalletV2Response) SetID(id *int)
- func (i *InternalPaymentsInternalWebWalletV2Response) SetKind(kind *string)
- func (i *InternalPaymentsInternalWebWalletV2Response) SetName(name *string)
- func (i *InternalPaymentsInternalWebWalletV2Response) SetUpdatedAt(updatedAt *int)
- func (i *InternalPaymentsInternalWebWalletV2Response) SetUserID(userID *int)
- func (i *InternalPaymentsInternalWebWalletV2Response) SetVersion(version *int)
- func (i *InternalPaymentsInternalWebWalletV2Response) String() string
- func (i *InternalPaymentsInternalWebWalletV2Response) UnmarshalJSON(data []byte) error
- type InternalServerError
- type InternalSystemInternalWebSetConfigRequest
- func (i *InternalSystemInternalWebSetConfigRequest) GetDescription() *string
- func (i *InternalSystemInternalWebSetConfigRequest) GetExtraProperties() map[string]interface{}
- func (i *InternalSystemInternalWebSetConfigRequest) GetValue() string
- func (i *InternalSystemInternalWebSetConfigRequest) MarshalJSON() ([]byte, error)
- func (i *InternalSystemInternalWebSetConfigRequest) SetDescription(description *string)
- func (i *InternalSystemInternalWebSetConfigRequest) SetValue(value string)
- func (i *InternalSystemInternalWebSetConfigRequest) String() string
- func (i *InternalSystemInternalWebSetConfigRequest) UnmarshalJSON(data []byte) error
- type InternalWisdomInternalWebAddRelationRequest
- func (i *InternalWisdomInternalWebAddRelationRequest) GetConfidence() *string
- func (i *InternalWisdomInternalWebAddRelationRequest) GetExtraProperties() map[string]interface{}
- func (i *InternalWisdomInternalWebAddRelationRequest) GetRelation() string
- func (i *InternalWisdomInternalWebAddRelationRequest) GetTargetID() int
- func (i *InternalWisdomInternalWebAddRelationRequest) GetWeight() *float64
- func (i *InternalWisdomInternalWebAddRelationRequest) MarshalJSON() ([]byte, error)
- func (i *InternalWisdomInternalWebAddRelationRequest) SetConfidence(confidence *string)
- func (i *InternalWisdomInternalWebAddRelationRequest) SetRelation(relation string)
- func (i *InternalWisdomInternalWebAddRelationRequest) SetTargetID(targetID int)
- func (i *InternalWisdomInternalWebAddRelationRequest) SetWeight(weight *float64)
- func (i *InternalWisdomInternalWebAddRelationRequest) String() string
- func (i *InternalWisdomInternalWebAddRelationRequest) UnmarshalJSON(data []byte) error
- type InternalWisdomInternalWebCommunityResponse
- func (i *InternalWisdomInternalWebCommunityResponse) GetConfidence() *float64
- func (i *InternalWisdomInternalWebCommunityResponse) GetCreatedAt() *int
- func (i *InternalWisdomInternalWebCommunityResponse) GetDefencer() *string
- func (i *InternalWisdomInternalWebCommunityResponse) GetDescription() *string
- func (i *InternalWisdomInternalWebCommunityResponse) GetExtraProperties() map[string]interface{}
- func (i *InternalWisdomInternalWebCommunityResponse) GetID() *int
- func (i *InternalWisdomInternalWebCommunityResponse) GetInstructions() *string
- func (i *InternalWisdomInternalWebCommunityResponse) GetLabel() *string
- func (i *InternalWisdomInternalWebCommunityResponse) GetMemberCount() *int
- func (i *InternalWisdomInternalWebCommunityResponse) GetModularity() *float64
- func (i *InternalWisdomInternalWebCommunityResponse) GetPromise() *string
- func (i *InternalWisdomInternalWebCommunityResponse) GetProps() []int
- func (i *InternalWisdomInternalWebCommunityResponse) GetReflector() *string
- func (i *InternalWisdomInternalWebCommunityResponse) GetResolution() *float64
- func (i *InternalWisdomInternalWebCommunityResponse) GetSlug() *string
- func (i *InternalWisdomInternalWebCommunityResponse) GetStyle() *string
- func (i *InternalWisdomInternalWebCommunityResponse) GetUpdatedAt() *int
- func (i *InternalWisdomInternalWebCommunityResponse) GetUserID() *int
- func (i *InternalWisdomInternalWebCommunityResponse) GetVisibility() *string
- func (i *InternalWisdomInternalWebCommunityResponse) GetWantCapability() *string
- func (i *InternalWisdomInternalWebCommunityResponse) MarshalJSON() ([]byte, error)
- func (i *InternalWisdomInternalWebCommunityResponse) SetConfidence(confidence *float64)
- func (i *InternalWisdomInternalWebCommunityResponse) SetCreatedAt(createdAt *int)
- func (i *InternalWisdomInternalWebCommunityResponse) SetDefencer(defencer *string)
- func (i *InternalWisdomInternalWebCommunityResponse) SetDescription(description *string)
- func (i *InternalWisdomInternalWebCommunityResponse) SetID(id *int)
- func (i *InternalWisdomInternalWebCommunityResponse) SetInstructions(instructions *string)
- func (i *InternalWisdomInternalWebCommunityResponse) SetLabel(label *string)
- func (i *InternalWisdomInternalWebCommunityResponse) SetMemberCount(memberCount *int)
- func (i *InternalWisdomInternalWebCommunityResponse) SetModularity(modularity *float64)
- func (i *InternalWisdomInternalWebCommunityResponse) SetPromise(promise *string)
- func (i *InternalWisdomInternalWebCommunityResponse) SetProps(props []int)
- func (i *InternalWisdomInternalWebCommunityResponse) SetReflector(reflector *string)
- func (i *InternalWisdomInternalWebCommunityResponse) SetResolution(resolution *float64)
- func (i *InternalWisdomInternalWebCommunityResponse) SetSlug(slug *string)
- func (i *InternalWisdomInternalWebCommunityResponse) SetStyle(style *string)
- func (i *InternalWisdomInternalWebCommunityResponse) SetUpdatedAt(updatedAt *int)
- func (i *InternalWisdomInternalWebCommunityResponse) SetUserID(userID *int)
- func (i *InternalWisdomInternalWebCommunityResponse) SetVisibility(visibility *string)
- func (i *InternalWisdomInternalWebCommunityResponse) SetWantCapability(wantCapability *string)
- func (i *InternalWisdomInternalWebCommunityResponse) String() string
- func (i *InternalWisdomInternalWebCommunityResponse) UnmarshalJSON(data []byte) error
- type InternalWisdomInternalWebCreateCommunityRequest
- func (i *InternalWisdomInternalWebCreateCommunityRequest) GetDefencer() *string
- func (i *InternalWisdomInternalWebCreateCommunityRequest) GetDescription() *string
- func (i *InternalWisdomInternalWebCreateCommunityRequest) GetExtraProperties() map[string]interface{}
- func (i *InternalWisdomInternalWebCreateCommunityRequest) GetInstructions() *string
- func (i *InternalWisdomInternalWebCreateCommunityRequest) GetLabel() *string
- func (i *InternalWisdomInternalWebCreateCommunityRequest) GetPromise() *string
- func (i *InternalWisdomInternalWebCreateCommunityRequest) GetProps() []int
- func (i *InternalWisdomInternalWebCreateCommunityRequest) GetSlug() *string
- func (i *InternalWisdomInternalWebCreateCommunityRequest) GetStyle() *string
- func (i *InternalWisdomInternalWebCreateCommunityRequest) GetVisibility() *string
- func (i *InternalWisdomInternalWebCreateCommunityRequest) GetWantCapability() *string
- func (i *InternalWisdomInternalWebCreateCommunityRequest) MarshalJSON() ([]byte, error)
- func (i *InternalWisdomInternalWebCreateCommunityRequest) SetDefencer(defencer *string)
- func (i *InternalWisdomInternalWebCreateCommunityRequest) SetDescription(description *string)
- func (i *InternalWisdomInternalWebCreateCommunityRequest) SetInstructions(instructions *string)
- func (i *InternalWisdomInternalWebCreateCommunityRequest) SetLabel(label *string)
- func (i *InternalWisdomInternalWebCreateCommunityRequest) SetPromise(promise *string)
- func (i *InternalWisdomInternalWebCreateCommunityRequest) SetProps(props []int)
- func (i *InternalWisdomInternalWebCreateCommunityRequest) SetSlug(slug *string)
- func (i *InternalWisdomInternalWebCreateCommunityRequest) SetStyle(style *string)
- func (i *InternalWisdomInternalWebCreateCommunityRequest) SetVisibility(visibility *string)
- func (i *InternalWisdomInternalWebCreateCommunityRequest) SetWantCapability(wantCapability *string)
- func (i *InternalWisdomInternalWebCreateCommunityRequest) String() string
- func (i *InternalWisdomInternalWebCreateCommunityRequest) UnmarshalJSON(data []byte) error
- type InternalWisdomInternalWebCreateWisdomRequest
- func (i *InternalWisdomInternalWebCreateWisdomRequest) GetBody() *string
- func (i *InternalWisdomInternalWebCreateWisdomRequest) GetChangelog() *string
- func (i *InternalWisdomInternalWebCreateWisdomRequest) GetCommunityID() *int
- func (i *InternalWisdomInternalWebCreateWisdomRequest) GetDefencer() *string
- func (i *InternalWisdomInternalWebCreateWisdomRequest) GetDescription() *string
- func (i *InternalWisdomInternalWebCreateWisdomRequest) GetExtraProperties() map[string]interface{}
- func (i *InternalWisdomInternalWebCreateWisdomRequest) GetKind() *string
- func (i *InternalWisdomInternalWebCreateWisdomRequest) GetPromise() *string
- func (i *InternalWisdomInternalWebCreateWisdomRequest) GetProps() []int
- func (i *InternalWisdomInternalWebCreateWisdomRequest) GetSlug() *string
- func (i *InternalWisdomInternalWebCreateWisdomRequest) GetTitle() *string
- func (i *InternalWisdomInternalWebCreateWisdomRequest) GetType() *string
- func (i *InternalWisdomInternalWebCreateWisdomRequest) MarshalJSON() ([]byte, error)
- func (i *InternalWisdomInternalWebCreateWisdomRequest) SetBody(body *string)
- func (i *InternalWisdomInternalWebCreateWisdomRequest) SetChangelog(changelog *string)
- func (i *InternalWisdomInternalWebCreateWisdomRequest) SetCommunityID(communityID *int)
- func (i *InternalWisdomInternalWebCreateWisdomRequest) SetDefencer(defencer *string)
- func (i *InternalWisdomInternalWebCreateWisdomRequest) SetDescription(description *string)
- func (i *InternalWisdomInternalWebCreateWisdomRequest) SetKind(kind *string)
- func (i *InternalWisdomInternalWebCreateWisdomRequest) SetPromise(promise *string)
- func (i *InternalWisdomInternalWebCreateWisdomRequest) SetProps(props []int)
- func (i *InternalWisdomInternalWebCreateWisdomRequest) SetSlug(slug *string)
- func (i *InternalWisdomInternalWebCreateWisdomRequest) SetTitle(title *string)
- func (i *InternalWisdomInternalWebCreateWisdomRequest) SetType(type_ *string)
- func (i *InternalWisdomInternalWebCreateWisdomRequest) String() string
- func (i *InternalWisdomInternalWebCreateWisdomRequest) UnmarshalJSON(data []byte) error
- type InternalWisdomInternalWebGraphResponse
- func (i *InternalWisdomInternalWebGraphResponse) GetEdges() []*InternalWisdomInternalWebRelationResponse
- func (i *InternalWisdomInternalWebGraphResponse) GetExtraProperties() map[string]interface{}
- func (i *InternalWisdomInternalWebGraphResponse) GetNodes() []*InternalWisdomInternalWebWisdomResponse
- func (i *InternalWisdomInternalWebGraphResponse) MarshalJSON() ([]byte, error)
- func (i *InternalWisdomInternalWebGraphResponse) SetEdges(edges []*InternalWisdomInternalWebRelationResponse)
- func (i *InternalWisdomInternalWebGraphResponse) SetNodes(nodes []*InternalWisdomInternalWebWisdomResponse)
- func (i *InternalWisdomInternalWebGraphResponse) String() string
- func (i *InternalWisdomInternalWebGraphResponse) UnmarshalJSON(data []byte) error
- type InternalWisdomInternalWebLogResponse
- func (i *InternalWisdomInternalWebLogResponse) GetAction() *string
- func (i *InternalWisdomInternalWebLogResponse) GetCreatedAt() *int
- func (i *InternalWisdomInternalWebLogResponse) GetDetail() *string
- func (i *InternalWisdomInternalWebLogResponse) GetExtraProperties() map[string]interface{}
- func (i *InternalWisdomInternalWebLogResponse) GetID() *int
- func (i *InternalWisdomInternalWebLogResponse) GetUserID() *int
- func (i *InternalWisdomInternalWebLogResponse) GetUsername() *string
- func (i *InternalWisdomInternalWebLogResponse) GetWisdomID() *int
- func (i *InternalWisdomInternalWebLogResponse) MarshalJSON() ([]byte, error)
- func (i *InternalWisdomInternalWebLogResponse) SetAction(action *string)
- func (i *InternalWisdomInternalWebLogResponse) SetCreatedAt(createdAt *int)
- func (i *InternalWisdomInternalWebLogResponse) SetDetail(detail *string)
- func (i *InternalWisdomInternalWebLogResponse) SetID(id *int)
- func (i *InternalWisdomInternalWebLogResponse) SetUserID(userID *int)
- func (i *InternalWisdomInternalWebLogResponse) SetUsername(username *string)
- func (i *InternalWisdomInternalWebLogResponse) SetWisdomID(wisdomID *int)
- func (i *InternalWisdomInternalWebLogResponse) String() string
- func (i *InternalWisdomInternalWebLogResponse) UnmarshalJSON(data []byte) error
- type InternalWisdomInternalWebRelationEdgeResponse
- func (i *InternalWisdomInternalWebRelationEdgeResponse) GetConfidence() *string
- func (i *InternalWisdomInternalWebRelationEdgeResponse) GetExtraProperties() map[string]interface{}
- func (i *InternalWisdomInternalWebRelationEdgeResponse) GetID() *int
- func (i *InternalWisdomInternalWebRelationEdgeResponse) GetPromise() *string
- func (i *InternalWisdomInternalWebRelationEdgeResponse) GetRelation() *string
- func (i *InternalWisdomInternalWebRelationEdgeResponse) GetTitle() *string
- func (i *InternalWisdomInternalWebRelationEdgeResponse) GetWeight() *float64
- func (i *InternalWisdomInternalWebRelationEdgeResponse) GetWisdomID() *int
- func (i *InternalWisdomInternalWebRelationEdgeResponse) MarshalJSON() ([]byte, error)
- func (i *InternalWisdomInternalWebRelationEdgeResponse) SetConfidence(confidence *string)
- func (i *InternalWisdomInternalWebRelationEdgeResponse) SetID(id *int)
- func (i *InternalWisdomInternalWebRelationEdgeResponse) SetPromise(promise *string)
- func (i *InternalWisdomInternalWebRelationEdgeResponse) SetRelation(relation *string)
- func (i *InternalWisdomInternalWebRelationEdgeResponse) SetTitle(title *string)
- func (i *InternalWisdomInternalWebRelationEdgeResponse) SetWeight(weight *float64)
- func (i *InternalWisdomInternalWebRelationEdgeResponse) SetWisdomID(wisdomID *int)
- func (i *InternalWisdomInternalWebRelationEdgeResponse) String() string
- func (i *InternalWisdomInternalWebRelationEdgeResponse) UnmarshalJSON(data []byte) error
- type InternalWisdomInternalWebRelationResponse
- func (i *InternalWisdomInternalWebRelationResponse) GetConfidence() *string
- func (i *InternalWisdomInternalWebRelationResponse) GetCreatedAt() *int
- func (i *InternalWisdomInternalWebRelationResponse) GetExtraProperties() map[string]interface{}
- func (i *InternalWisdomInternalWebRelationResponse) GetID() *int
- func (i *InternalWisdomInternalWebRelationResponse) GetProps() []int
- func (i *InternalWisdomInternalWebRelationResponse) GetRelation() *string
- func (i *InternalWisdomInternalWebRelationResponse) GetSourceID() *int
- func (i *InternalWisdomInternalWebRelationResponse) GetTargetID() *int
- func (i *InternalWisdomInternalWebRelationResponse) GetWeight() *float64
- func (i *InternalWisdomInternalWebRelationResponse) MarshalJSON() ([]byte, error)
- func (i *InternalWisdomInternalWebRelationResponse) SetConfidence(confidence *string)
- func (i *InternalWisdomInternalWebRelationResponse) SetCreatedAt(createdAt *int)
- func (i *InternalWisdomInternalWebRelationResponse) SetID(id *int)
- func (i *InternalWisdomInternalWebRelationResponse) SetProps(props []int)
- func (i *InternalWisdomInternalWebRelationResponse) SetRelation(relation *string)
- func (i *InternalWisdomInternalWebRelationResponse) SetSourceID(sourceID *int)
- func (i *InternalWisdomInternalWebRelationResponse) SetTargetID(targetID *int)
- func (i *InternalWisdomInternalWebRelationResponse) SetWeight(weight *float64)
- func (i *InternalWisdomInternalWebRelationResponse) String() string
- func (i *InternalWisdomInternalWebRelationResponse) UnmarshalJSON(data []byte) error
- type InternalWisdomInternalWebTriggerStatusVo
- func (i *InternalWisdomInternalWebTriggerStatusVo) GetExtraProperties() map[string]interface{}
- func (i *InternalWisdomInternalWebTriggerStatusVo) GetStatus() *string
- func (i *InternalWisdomInternalWebTriggerStatusVo) MarshalJSON() ([]byte, error)
- func (i *InternalWisdomInternalWebTriggerStatusVo) SetStatus(status *string)
- func (i *InternalWisdomInternalWebTriggerStatusVo) String() string
- func (i *InternalWisdomInternalWebTriggerStatusVo) UnmarshalJSON(data []byte) error
- type InternalWisdomInternalWebUpdateCommunityRequest
- func (i *InternalWisdomInternalWebUpdateCommunityRequest) GetDefencer() *string
- func (i *InternalWisdomInternalWebUpdateCommunityRequest) GetDescription() *string
- func (i *InternalWisdomInternalWebUpdateCommunityRequest) GetExtraProperties() map[string]interface{}
- func (i *InternalWisdomInternalWebUpdateCommunityRequest) GetInstructions() *string
- func (i *InternalWisdomInternalWebUpdateCommunityRequest) GetLabel() *string
- func (i *InternalWisdomInternalWebUpdateCommunityRequest) GetPromise() *string
- func (i *InternalWisdomInternalWebUpdateCommunityRequest) GetProps() []int
- func (i *InternalWisdomInternalWebUpdateCommunityRequest) GetSlug() *string
- func (i *InternalWisdomInternalWebUpdateCommunityRequest) GetStyle() *string
- func (i *InternalWisdomInternalWebUpdateCommunityRequest) GetVisibility() *string
- func (i *InternalWisdomInternalWebUpdateCommunityRequest) GetWantCapability() *string
- func (i *InternalWisdomInternalWebUpdateCommunityRequest) MarshalJSON() ([]byte, error)
- func (i *InternalWisdomInternalWebUpdateCommunityRequest) SetDefencer(defencer *string)
- func (i *InternalWisdomInternalWebUpdateCommunityRequest) SetDescription(description *string)
- func (i *InternalWisdomInternalWebUpdateCommunityRequest) SetInstructions(instructions *string)
- func (i *InternalWisdomInternalWebUpdateCommunityRequest) SetLabel(label *string)
- func (i *InternalWisdomInternalWebUpdateCommunityRequest) SetPromise(promise *string)
- func (i *InternalWisdomInternalWebUpdateCommunityRequest) SetProps(props []int)
- func (i *InternalWisdomInternalWebUpdateCommunityRequest) SetSlug(slug *string)
- func (i *InternalWisdomInternalWebUpdateCommunityRequest) SetStyle(style *string)
- func (i *InternalWisdomInternalWebUpdateCommunityRequest) SetVisibility(visibility *string)
- func (i *InternalWisdomInternalWebUpdateCommunityRequest) SetWantCapability(wantCapability *string)
- func (i *InternalWisdomInternalWebUpdateCommunityRequest) String() string
- func (i *InternalWisdomInternalWebUpdateCommunityRequest) UnmarshalJSON(data []byte) error
- type InternalWisdomInternalWebUpdateWisdomRequest
- func (i *InternalWisdomInternalWebUpdateWisdomRequest) GetBody() *string
- func (i *InternalWisdomInternalWebUpdateWisdomRequest) GetChangelog() *string
- func (i *InternalWisdomInternalWebUpdateWisdomRequest) GetCommunityID() *int
- func (i *InternalWisdomInternalWebUpdateWisdomRequest) GetDefencer() *string
- func (i *InternalWisdomInternalWebUpdateWisdomRequest) GetDescription() *string
- func (i *InternalWisdomInternalWebUpdateWisdomRequest) GetExtraProperties() map[string]interface{}
- func (i *InternalWisdomInternalWebUpdateWisdomRequest) GetKind() *string
- func (i *InternalWisdomInternalWebUpdateWisdomRequest) GetPromise() *string
- func (i *InternalWisdomInternalWebUpdateWisdomRequest) GetProps() []int
- func (i *InternalWisdomInternalWebUpdateWisdomRequest) GetReflector() *string
- func (i *InternalWisdomInternalWebUpdateWisdomRequest) GetSlug() *string
- func (i *InternalWisdomInternalWebUpdateWisdomRequest) GetTitle() *string
- func (i *InternalWisdomInternalWebUpdateWisdomRequest) GetType() *string
- func (i *InternalWisdomInternalWebUpdateWisdomRequest) GetVersion() int
- func (i *InternalWisdomInternalWebUpdateWisdomRequest) MarshalJSON() ([]byte, error)
- func (i *InternalWisdomInternalWebUpdateWisdomRequest) SetBody(body *string)
- func (i *InternalWisdomInternalWebUpdateWisdomRequest) SetChangelog(changelog *string)
- func (i *InternalWisdomInternalWebUpdateWisdomRequest) SetCommunityID(communityID *int)
- func (i *InternalWisdomInternalWebUpdateWisdomRequest) SetDefencer(defencer *string)
- func (i *InternalWisdomInternalWebUpdateWisdomRequest) SetDescription(description *string)
- func (i *InternalWisdomInternalWebUpdateWisdomRequest) SetKind(kind *string)
- func (i *InternalWisdomInternalWebUpdateWisdomRequest) SetPromise(promise *string)
- func (i *InternalWisdomInternalWebUpdateWisdomRequest) SetProps(props []int)
- func (i *InternalWisdomInternalWebUpdateWisdomRequest) SetReflector(reflector *string)
- func (i *InternalWisdomInternalWebUpdateWisdomRequest) SetSlug(slug *string)
- func (i *InternalWisdomInternalWebUpdateWisdomRequest) SetTitle(title *string)
- func (i *InternalWisdomInternalWebUpdateWisdomRequest) SetType(type_ *string)
- func (i *InternalWisdomInternalWebUpdateWisdomRequest) SetVersion(version int)
- func (i *InternalWisdomInternalWebUpdateWisdomRequest) String() string
- func (i *InternalWisdomInternalWebUpdateWisdomRequest) UnmarshalJSON(data []byte) error
- type InternalWisdomInternalWebWisdomDeleteVo
- func (i *InternalWisdomInternalWebWisdomDeleteVo) GetDeleted() *bool
- func (i *InternalWisdomInternalWebWisdomDeleteVo) GetExtraProperties() map[string]interface{}
- func (i *InternalWisdomInternalWebWisdomDeleteVo) MarshalJSON() ([]byte, error)
- func (i *InternalWisdomInternalWebWisdomDeleteVo) SetDeleted(deleted *bool)
- func (i *InternalWisdomInternalWebWisdomDeleteVo) String() string
- func (i *InternalWisdomInternalWebWisdomDeleteVo) UnmarshalJSON(data []byte) error
- type InternalWisdomInternalWebWisdomResponse
- func (i *InternalWisdomInternalWebWisdomResponse) GetBody() *string
- func (i *InternalWisdomInternalWebWisdomResponse) GetChangelog() *string
- func (i *InternalWisdomInternalWebWisdomResponse) GetCommunityID() *int
- func (i *InternalWisdomInternalWebWisdomResponse) GetConfidence() *float64
- func (i *InternalWisdomInternalWebWisdomResponse) GetCreatedAt() *int
- func (i *InternalWisdomInternalWebWisdomResponse) GetDefencer() *string
- func (i *InternalWisdomInternalWebWisdomResponse) GetDescription() *string
- func (i *InternalWisdomInternalWebWisdomResponse) GetExtraProperties() map[string]interface{}
- func (i *InternalWisdomInternalWebWisdomResponse) GetID() *int
- func (i *InternalWisdomInternalWebWisdomResponse) GetKind() *string
- func (i *InternalWisdomInternalWebWisdomResponse) GetPreBody() *string
- func (i *InternalWisdomInternalWebWisdomResponse) GetPromise() *string
- func (i *InternalWisdomInternalWebWisdomResponse) GetProps() []int
- func (i *InternalWisdomInternalWebWisdomResponse) GetReferenceCount() *int
- func (i *InternalWisdomInternalWebWisdomResponse) GetReflector() *string
- func (i *InternalWisdomInternalWebWisdomResponse) GetRev() *int
- func (i *InternalWisdomInternalWebWisdomResponse) GetSearchHitCount() *int
- func (i *InternalWisdomInternalWebWisdomResponse) GetSlug() *string
- func (i *InternalWisdomInternalWebWisdomResponse) GetTitle() *string
- func (i *InternalWisdomInternalWebWisdomResponse) GetType() *string
- func (i *InternalWisdomInternalWebWisdomResponse) GetUpdatedAt() *int
- func (i *InternalWisdomInternalWebWisdomResponse) GetUserID() *int
- func (i *InternalWisdomInternalWebWisdomResponse) GetUsername() *string
- func (i *InternalWisdomInternalWebWisdomResponse) GetVersion() *int
- func (i *InternalWisdomInternalWebWisdomResponse) MarshalJSON() ([]byte, error)
- func (i *InternalWisdomInternalWebWisdomResponse) SetBody(body *string)
- func (i *InternalWisdomInternalWebWisdomResponse) SetChangelog(changelog *string)
- func (i *InternalWisdomInternalWebWisdomResponse) SetCommunityID(communityID *int)
- func (i *InternalWisdomInternalWebWisdomResponse) SetConfidence(confidence *float64)
- func (i *InternalWisdomInternalWebWisdomResponse) SetCreatedAt(createdAt *int)
- func (i *InternalWisdomInternalWebWisdomResponse) SetDefencer(defencer *string)
- func (i *InternalWisdomInternalWebWisdomResponse) SetDescription(description *string)
- func (i *InternalWisdomInternalWebWisdomResponse) SetID(id *int)
- func (i *InternalWisdomInternalWebWisdomResponse) SetKind(kind *string)
- func (i *InternalWisdomInternalWebWisdomResponse) SetPreBody(preBody *string)
- func (i *InternalWisdomInternalWebWisdomResponse) SetPromise(promise *string)
- func (i *InternalWisdomInternalWebWisdomResponse) SetProps(props []int)
- func (i *InternalWisdomInternalWebWisdomResponse) SetReferenceCount(referenceCount *int)
- func (i *InternalWisdomInternalWebWisdomResponse) SetReflector(reflector *string)
- func (i *InternalWisdomInternalWebWisdomResponse) SetRev(rev *int)
- func (i *InternalWisdomInternalWebWisdomResponse) SetSearchHitCount(searchHitCount *int)
- func (i *InternalWisdomInternalWebWisdomResponse) SetSlug(slug *string)
- func (i *InternalWisdomInternalWebWisdomResponse) SetTitle(title *string)
- func (i *InternalWisdomInternalWebWisdomResponse) SetType(type_ *string)
- func (i *InternalWisdomInternalWebWisdomResponse) SetUpdatedAt(updatedAt *int)
- func (i *InternalWisdomInternalWebWisdomResponse) SetUserID(userID *int)
- func (i *InternalWisdomInternalWebWisdomResponse) SetUsername(username *string)
- func (i *InternalWisdomInternalWebWisdomResponse) SetVersion(version *int)
- func (i *InternalWisdomInternalWebWisdomResponse) String() string
- func (i *InternalWisdomInternalWebWisdomResponse) UnmarshalJSON(data []byte) error
- type InternalWisdomInternalWebWisdomWithContextResponse
- func (i *InternalWisdomInternalWebWisdomWithContextResponse) GetExtraProperties() map[string]interface{}
- func (i *InternalWisdomInternalWebWisdomWithContextResponse) GetIncoming() []*InternalWisdomInternalWebRelationEdgeResponse
- func (i *InternalWisdomInternalWebWisdomWithContextResponse) GetOutgoing() []*InternalWisdomInternalWebRelationEdgeResponse
- func (i *InternalWisdomInternalWebWisdomWithContextResponse) GetWisdom() *InternalWisdomInternalWebWisdomResponse
- func (i *InternalWisdomInternalWebWisdomWithContextResponse) MarshalJSON() ([]byte, error)
- func (i *InternalWisdomInternalWebWisdomWithContextResponse) SetIncoming(incoming []*InternalWisdomInternalWebRelationEdgeResponse)
- func (i *InternalWisdomInternalWebWisdomWithContextResponse) SetOutgoing(outgoing []*InternalWisdomInternalWebRelationEdgeResponse)
- func (i *InternalWisdomInternalWebWisdomWithContextResponse) SetWisdom(wisdom *InternalWisdomInternalWebWisdomResponse)
- func (i *InternalWisdomInternalWebWisdomWithContextResponse) String() string
- func (i *InternalWisdomInternalWebWisdomWithContextResponse) UnmarshalJSON(data []byte) error
- type NotFoundError
- type PatchAdminBugReportsIDRequest
- type PatchAdminBugReportsIDRequestBody
- func (p *PatchAdminBugReportsIDRequestBody) Accept(visitor PatchAdminBugReportsIDRequestBodyVisitor) error
- func (p *PatchAdminBugReportsIDRequestBody) GetInternalBugreportsInternalWebUpdateBugReportRequest() *InternalBugreportsInternalWebUpdateBugReportRequest
- func (p *PatchAdminBugReportsIDRequestBody) GetStringUnknownMap() map[string]any
- func (p PatchAdminBugReportsIDRequestBody) MarshalJSON() ([]byte, error)
- func (p *PatchAdminBugReportsIDRequestBody) UnmarshalJSON(data []byte) error
- type PatchAdminBugReportsIDRequestBodyVisitor
- type PatchAdminFilesIDRequest
- type PatchAdminFilesIDRequestBody
- func (p *PatchAdminFilesIDRequestBody) Accept(visitor PatchAdminFilesIDRequestBodyVisitor) error
- func (p *PatchAdminFilesIDRequestBody) GetInternalFilesInternalWebUpdateFileRequest() *InternalFilesInternalWebUpdateFileRequest
- func (p *PatchAdminFilesIDRequestBody) GetStringUnknownMap() map[string]any
- func (p PatchAdminFilesIDRequestBody) MarshalJSON() ([]byte, error)
- func (p *PatchAdminFilesIDRequestBody) UnmarshalJSON(data []byte) error
- type PatchAdminFilesIDRequestBodyVisitor
- type PatchGatewaySessionsIDRequest
- type PatchGatewaySessionsIDRequestBody
- func (p *PatchGatewaySessionsIDRequestBody) Accept(visitor PatchGatewaySessionsIDRequestBodyVisitor) error
- func (p *PatchGatewaySessionsIDRequestBody) GetInternalAigatewayInternalWebUpdateSessionRequest() *InternalAigatewayInternalWebUpdateSessionRequest
- func (p *PatchGatewaySessionsIDRequestBody) GetStringUnknownMap() map[string]any
- func (p PatchGatewaySessionsIDRequestBody) MarshalJSON() ([]byte, error)
- func (p *PatchGatewaySessionsIDRequestBody) UnmarshalJSON(data []byte) error
- type PatchGatewaySessionsIDRequestBodyVisitor
- type PatchUserMeRequest
- func (p *PatchUserMeRequest) Accept(visitor PatchUserMeRequestVisitor) error
- func (p *PatchUserMeRequest) GetInternalAccountsInternalWebUpdateMeReq() *InternalAccountsInternalWebUpdateMeReq
- func (p *PatchUserMeRequest) GetStringUnknownMap() map[string]any
- func (p PatchUserMeRequest) MarshalJSON() ([]byte, error)
- func (p *PatchUserMeRequest) UnmarshalJSON(data []byte) error
- type PatchUserMeRequestVisitor
- type PatchWisdomCommunityIDRequest
- type PatchWisdomCommunityIDRequestBody
- func (p *PatchWisdomCommunityIDRequestBody) Accept(visitor PatchWisdomCommunityIDRequestBodyVisitor) error
- func (p *PatchWisdomCommunityIDRequestBody) GetInternalWisdomInternalWebUpdateCommunityRequest() *InternalWisdomInternalWebUpdateCommunityRequest
- func (p *PatchWisdomCommunityIDRequestBody) GetStringUnknownMap() map[string]any
- func (p PatchWisdomCommunityIDRequestBody) MarshalJSON() ([]byte, error)
- func (p *PatchWisdomCommunityIDRequestBody) UnmarshalJSON(data []byte) error
- type PatchWisdomCommunityIDRequestBodyVisitor
- type PatchWisdomIDRequest
- type PatchWisdomIDRequestBody
- func (p *PatchWisdomIDRequestBody) Accept(visitor PatchWisdomIDRequestBodyVisitor) error
- func (p *PatchWisdomIDRequestBody) GetInternalWisdomInternalWebUpdateWisdomRequest() *InternalWisdomInternalWebUpdateWisdomRequest
- func (p *PatchWisdomIDRequestBody) GetStringUnknownMap() map[string]any
- func (p PatchWisdomIDRequestBody) MarshalJSON() ([]byte, error)
- func (p *PatchWisdomIDRequestBody) UnmarshalJSON(data []byte) error
- type PatchWisdomIDRequestBodyVisitor
- type PaymentRequiredError
- type PostAPIV1AdminNotificationsRequest
- func (p *PostAPIV1AdminNotificationsRequest) Accept(visitor PostAPIV1AdminNotificationsRequestVisitor) error
- func (p *PostAPIV1AdminNotificationsRequest) GetInternalNotificationsInternalWebAdminSendReq() *InternalNotificationsInternalWebAdminSendReq
- func (p *PostAPIV1AdminNotificationsRequest) GetStringUnknownMap() map[string]any
- func (p PostAPIV1AdminNotificationsRequest) MarshalJSON() ([]byte, error)
- func (p *PostAPIV1AdminNotificationsRequest) UnmarshalJSON(data []byte) error
- type PostAPIV1AdminNotificationsRequestVisitor
- type PostAPIV1CommentsRequest
- func (p *PostAPIV1CommentsRequest) Accept(visitor PostAPIV1CommentsRequestVisitor) error
- func (p *PostAPIV1CommentsRequest) GetInternalCommentsInternalWebCreateCommentReq() *InternalCommentsInternalWebCreateCommentReq
- func (p *PostAPIV1CommentsRequest) GetStringUnknownMap() map[string]any
- func (p PostAPIV1CommentsRequest) MarshalJSON() ([]byte, error)
- func (p *PostAPIV1CommentsRequest) UnmarshalJSON(data []byte) error
- type PostAPIV1CommentsRequestVisitor
- type PostAPIV1NotificationsIDReadRequest
- type PostAPIV1PaymentOrdersRequest
- type PostAPIV1PaymentOrdersRequestBody
- func (p *PostAPIV1PaymentOrdersRequestBody) Accept(visitor PostAPIV1PaymentOrdersRequestBodyVisitor) error
- func (p *PostAPIV1PaymentOrdersRequestBody) GetInternalPaymentsInternalWebCreateOrderRequest() *InternalPaymentsInternalWebCreateOrderRequest
- func (p *PostAPIV1PaymentOrdersRequestBody) GetStringUnknownMap() map[string]any
- func (p PostAPIV1PaymentOrdersRequestBody) MarshalJSON() ([]byte, error)
- func (p *PostAPIV1PaymentOrdersRequestBody) UnmarshalJSON(data []byte) error
- type PostAPIV1PaymentOrdersRequestBodyVisitor
- type PostAPIV1PaymentWalletsIDConvertCurrencyRequest
- type PostAPIV1PaymentWalletsIDConvertCurrencyRequestBody
- func (p *PostAPIV1PaymentWalletsIDConvertCurrencyRequestBody) Accept(visitor PostAPIV1PaymentWalletsIDConvertCurrencyRequestBodyVisitor) error
- func (p *PostAPIV1PaymentWalletsIDConvertCurrencyRequestBody) GetInternalPaymentsInternalWebWalletConvertRequest() *InternalPaymentsInternalWebWalletConvertRequest
- func (p *PostAPIV1PaymentWalletsIDConvertCurrencyRequestBody) GetStringUnknownMap() map[string]any
- func (p PostAPIV1PaymentWalletsIDConvertCurrencyRequestBody) MarshalJSON() ([]byte, error)
- func (p *PostAPIV1PaymentWalletsIDConvertCurrencyRequestBody) UnmarshalJSON(data []byte) error
- type PostAPIV1PaymentWalletsIDConvertCurrencyRequestBodyVisitor
- type PostAPIV1PaymentWalletsIDTransferRequest
- type PostAPIV1PaymentWalletsIDTransferRequestBody
- func (p *PostAPIV1PaymentWalletsIDTransferRequestBody) Accept(visitor PostAPIV1PaymentWalletsIDTransferRequestBodyVisitor) error
- func (p *PostAPIV1PaymentWalletsIDTransferRequestBody) GetInternalPaymentsInternalWebWalletTransferRequest() *InternalPaymentsInternalWebWalletTransferRequest
- func (p *PostAPIV1PaymentWalletsIDTransferRequestBody) GetStringUnknownMap() map[string]any
- func (p PostAPIV1PaymentWalletsIDTransferRequestBody) MarshalJSON() ([]byte, error)
- func (p *PostAPIV1PaymentWalletsIDTransferRequestBody) UnmarshalJSON(data []byte) error
- type PostAPIV1PaymentWalletsIDTransferRequestBodyVisitor
- type PostAPIV1PaymentWalletsIDTransferToMainRequest
- type PostAPIV1PaymentWalletsIDTransferToMainRequestBody
- func (p *PostAPIV1PaymentWalletsIDTransferToMainRequestBody) Accept(visitor PostAPIV1PaymentWalletsIDTransferToMainRequestBodyVisitor) error
- func (p *PostAPIV1PaymentWalletsIDTransferToMainRequestBody) GetInternalPaymentsInternalWebTransferToMainRequest() *InternalPaymentsInternalWebTransferToMainRequest
- func (p *PostAPIV1PaymentWalletsIDTransferToMainRequestBody) GetStringUnknownMap() map[string]any
- func (p PostAPIV1PaymentWalletsIDTransferToMainRequestBody) MarshalJSON() ([]byte, error)
- func (p *PostAPIV1PaymentWalletsIDTransferToMainRequestBody) UnmarshalJSON(data []byte) error
- type PostAPIV1PaymentWalletsIDTransferToMainRequestBodyVisitor
- type PostAdminBugReportsIDPublishRequest
- type PostAdminBulletinsIDArchiveRequest
- type PostAdminBulletinsIDPublishRequest
- type PostAdminBulletinsRequest
- func (p *PostAdminBulletinsRequest) Accept(visitor PostAdminBulletinsRequestVisitor) error
- func (p *PostAdminBulletinsRequest) GetInternalBulletinInternalWebCreateBulletinReq() *InternalBulletinInternalWebCreateBulletinReq
- func (p *PostAdminBulletinsRequest) GetStringUnknownMap() map[string]any
- func (p PostAdminBulletinsRequest) MarshalJSON() ([]byte, error)
- func (p *PostAdminBulletinsRequest) UnmarshalJSON(data []byte) error
- type PostAdminBulletinsRequestVisitor
- type PostAdminFilesIngestURLRequest
- func (p *PostAdminFilesIngestURLRequest) Accept(visitor PostAdminFilesIngestURLRequestVisitor) error
- func (p *PostAdminFilesIngestURLRequest) GetInternalFilesInternalWebIngestURLRequest() *InternalFilesInternalWebIngestURLRequest
- func (p *PostAdminFilesIngestURLRequest) GetStringUnknownMap() map[string]any
- func (p PostAdminFilesIngestURLRequest) MarshalJSON() ([]byte, error)
- func (p *PostAdminFilesIngestURLRequest) UnmarshalJSON(data []byte) error
- type PostAdminFilesIngestURLRequestVisitor
- type PostAdminSysConfigKeyReloadRequest
- type PostAuthEmailSendRequest
- func (p *PostAuthEmailSendRequest) Accept(visitor PostAuthEmailSendRequestVisitor) error
- func (p *PostAuthEmailSendRequest) GetInternalAccountsInternalWebEmailSendRequest() *InternalAccountsInternalWebEmailSendRequest
- func (p *PostAuthEmailSendRequest) GetStringUnknownMap() map[string]any
- func (p PostAuthEmailSendRequest) MarshalJSON() ([]byte, error)
- func (p *PostAuthEmailSendRequest) UnmarshalJSON(data []byte) error
- type PostAuthEmailSendRequestVisitor
- type PostAuthEmailVerifyRequest
- func (p *PostAuthEmailVerifyRequest) Accept(visitor PostAuthEmailVerifyRequestVisitor) error
- func (p *PostAuthEmailVerifyRequest) GetInternalAccountsInternalWebEmailVerifyRequest() *InternalAccountsInternalWebEmailVerifyRequest
- func (p *PostAuthEmailVerifyRequest) GetStringUnknownMap() map[string]any
- func (p PostAuthEmailVerifyRequest) MarshalJSON() ([]byte, error)
- func (p *PostAuthEmailVerifyRequest) UnmarshalJSON(data []byte) error
- type PostAuthEmailVerifyRequestVisitor
- type PostAuthGithubRequest
- func (p *PostAuthGithubRequest) Accept(visitor PostAuthGithubRequestVisitor) error
- func (p *PostAuthGithubRequest) GetInternalAccountsInternalWebOauthExchangeReq() *InternalAccountsInternalWebOauthExchangeReq
- func (p *PostAuthGithubRequest) GetStringUnknownMap() map[string]any
- func (p PostAuthGithubRequest) MarshalJSON() ([]byte, error)
- func (p *PostAuthGithubRequest) UnmarshalJSON(data []byte) error
- type PostAuthGithubRequestVisitor
- type PostAuthGoogleRequest
- func (p *PostAuthGoogleRequest) Accept(visitor PostAuthGoogleRequestVisitor) error
- func (p *PostAuthGoogleRequest) GetInternalAccountsInternalWebOauthExchangeReq() *InternalAccountsInternalWebOauthExchangeReq
- func (p *PostAuthGoogleRequest) GetStringUnknownMap() map[string]any
- func (p PostAuthGoogleRequest) MarshalJSON() ([]byte, error)
- func (p *PostAuthGoogleRequest) UnmarshalJSON(data []byte) error
- type PostAuthGoogleRequestVisitor
- type PostAuthSmsSendRequest
- func (p *PostAuthSmsSendRequest) Accept(visitor PostAuthSmsSendRequestVisitor) error
- func (p *PostAuthSmsSendRequest) GetInternalAccountsInternalWebSmsSendRequest() *InternalAccountsInternalWebSmsSendRequest
- func (p *PostAuthSmsSendRequest) GetStringUnknownMap() map[string]any
- func (p PostAuthSmsSendRequest) MarshalJSON() ([]byte, error)
- func (p *PostAuthSmsSendRequest) UnmarshalJSON(data []byte) error
- type PostAuthSmsSendRequestVisitor
- type PostAuthSmsVerifyRequest
- func (p *PostAuthSmsVerifyRequest) Accept(visitor PostAuthSmsVerifyRequestVisitor) error
- func (p *PostAuthSmsVerifyRequest) GetInternalAccountsInternalWebSmsVerifyRequest() *InternalAccountsInternalWebSmsVerifyRequest
- func (p *PostAuthSmsVerifyRequest) GetStringUnknownMap() map[string]any
- func (p PostAuthSmsVerifyRequest) MarshalJSON() ([]byte, error)
- func (p *PostAuthSmsVerifyRequest) UnmarshalJSON(data []byte) error
- type PostAuthSmsVerifyRequestVisitor
- type PostBugReportsRequest
- func (p *PostBugReportsRequest) Accept(visitor PostBugReportsRequestVisitor) error
- func (p *PostBugReportsRequest) GetInternalBugreportsInternalWebSubmitBugReportRequest() *InternalBugreportsInternalWebSubmitBugReportRequest
- func (p *PostBugReportsRequest) GetStringUnknownMap() map[string]any
- func (p PostBugReportsRequest) MarshalJSON() ([]byte, error)
- func (p *PostBugReportsRequest) UnmarshalJSON(data []byte) error
- type PostBugReportsRequestVisitor
- type PostGatewaySessionsRequest
- func (p *PostGatewaySessionsRequest) Accept(visitor PostGatewaySessionsRequestVisitor) error
- func (p *PostGatewaySessionsRequest) GetInternalAigatewayInternalWebCreateSessionRequest() *InternalAigatewayInternalWebCreateSessionRequest
- func (p *PostGatewaySessionsRequest) GetStringUnknownMap() map[string]any
- func (p PostGatewaySessionsRequest) MarshalJSON() ([]byte, error)
- func (p *PostGatewaySessionsRequest) UnmarshalJSON(data []byte) error
- type PostGatewaySessionsRequestVisitor
- type PostGatewayUserIDModelsIDGrantsRequest
- type PostGatewayUserIDModelsIDGrantsRequestBody
- func (p *PostGatewayUserIDModelsIDGrantsRequestBody) Accept(visitor PostGatewayUserIDModelsIDGrantsRequestBodyVisitor) error
- func (p *PostGatewayUserIDModelsIDGrantsRequestBody) GetInternalAigatewayInternalWebAddModelGrantRequest() *InternalAigatewayInternalWebAddModelGrantRequest
- func (p *PostGatewayUserIDModelsIDGrantsRequestBody) GetStringUnknownMap() map[string]any
- func (p PostGatewayUserIDModelsIDGrantsRequestBody) MarshalJSON() ([]byte, error)
- func (p *PostGatewayUserIDModelsIDGrantsRequestBody) UnmarshalJSON(data []byte) error
- type PostGatewayUserIDModelsIDGrantsRequestBodyVisitor
- type PostGatewayUserIDModelsIDListRequest
- type PostGatewayUserIDModelsIDUnlistRequest
- type PostGatewayUserIDModelsRequest
- type PostGatewayUserIDModelsRequestBody
- func (p *PostGatewayUserIDModelsRequestBody) Accept(visitor PostGatewayUserIDModelsRequestBodyVisitor) error
- func (p *PostGatewayUserIDModelsRequestBody) GetInternalAigatewayInternalWebUserModelRequest() *InternalAigatewayInternalWebUserModelRequest
- func (p *PostGatewayUserIDModelsRequestBody) GetStringUnknownMap() map[string]any
- func (p PostGatewayUserIDModelsRequestBody) MarshalJSON() ([]byte, error)
- func (p *PostGatewayUserIDModelsRequestBody) UnmarshalJSON(data []byte) error
- type PostGatewayUserIDModelsRequestBodyVisitor
- type PostGatewayUserIDProvidersIDTestRequest
- type PostGatewayUserIDProvidersRequest
- type PostGatewayUserIDProvidersRequestBody
- func (p *PostGatewayUserIDProvidersRequestBody) Accept(visitor PostGatewayUserIDProvidersRequestBodyVisitor) error
- func (p *PostGatewayUserIDProvidersRequestBody) GetInternalAigatewayInternalWebUserProviderRequest() *InternalAigatewayInternalWebUserProviderRequest
- func (p *PostGatewayUserIDProvidersRequestBody) GetStringUnknownMap() map[string]any
- func (p PostGatewayUserIDProvidersRequestBody) MarshalJSON() ([]byte, error)
- func (p *PostGatewayUserIDProvidersRequestBody) UnmarshalJSON(data []byte) error
- type PostGatewayUserIDProvidersRequestBodyVisitor
- type PostGatewayUserIDProvidersTestRequest
- type PostGatewayUserIDProvidersTestRequestBody
- func (p *PostGatewayUserIDProvidersTestRequestBody) Accept(visitor PostGatewayUserIDProvidersTestRequestBodyVisitor) error
- func (p *PostGatewayUserIDProvidersTestRequestBody) GetInternalAigatewayInternalWebTestProviderRequest() *InternalAigatewayInternalWebTestProviderRequest
- func (p *PostGatewayUserIDProvidersTestRequestBody) GetStringUnknownMap() map[string]any
- func (p PostGatewayUserIDProvidersTestRequestBody) MarshalJSON() ([]byte, error)
- func (p *PostGatewayUserIDProvidersTestRequestBody) UnmarshalJSON(data []byte) error
- type PostGatewayUserIDProvidersTestRequestBodyVisitor
- type PostGatewayUserIDRoutesIDGrantsRequest
- type PostGatewayUserIDRoutesIDGrantsRequestBody
- func (p *PostGatewayUserIDRoutesIDGrantsRequestBody) Accept(visitor PostGatewayUserIDRoutesIDGrantsRequestBodyVisitor) error
- func (p *PostGatewayUserIDRoutesIDGrantsRequestBody) GetInternalAigatewayInternalWebAddRouteGrantRequest() *InternalAigatewayInternalWebAddRouteGrantRequest
- func (p *PostGatewayUserIDRoutesIDGrantsRequestBody) GetStringUnknownMap() map[string]any
- func (p PostGatewayUserIDRoutesIDGrantsRequestBody) MarshalJSON() ([]byte, error)
- func (p *PostGatewayUserIDRoutesIDGrantsRequestBody) UnmarshalJSON(data []byte) error
- type PostGatewayUserIDRoutesIDGrantsRequestBodyVisitor
- type PostGatewayUserIDRoutesRequest
- type PostGatewayUserIDRoutesRequestBody
- func (p *PostGatewayUserIDRoutesRequestBody) Accept(visitor PostGatewayUserIDRoutesRequestBodyVisitor) error
- func (p *PostGatewayUserIDRoutesRequestBody) GetInternalAigatewayInternalWebUserRouteRequest() *InternalAigatewayInternalWebUserRouteRequest
- func (p *PostGatewayUserIDRoutesRequestBody) GetStringUnknownMap() map[string]any
- func (p PostGatewayUserIDRoutesRequestBody) MarshalJSON() ([]byte, error)
- func (p *PostGatewayUserIDRoutesRequestBody) UnmarshalJSON(data []byte) error
- type PostGatewayUserIDRoutesRequestBodyVisitor
- type PostGatewayUserIDTestModelRequest
- type PostGatewayUserIDTestModelRequestBody
- func (p *PostGatewayUserIDTestModelRequestBody) Accept(visitor PostGatewayUserIDTestModelRequestBodyVisitor) error
- func (p *PostGatewayUserIDTestModelRequestBody) GetInternalAigatewayInternalWebTestModelRequest() *InternalAigatewayInternalWebTestModelRequest
- func (p *PostGatewayUserIDTestModelRequestBody) GetStringUnknownMap() map[string]any
- func (p PostGatewayUserIDTestModelRequestBody) MarshalJSON() ([]byte, error)
- func (p *PostGatewayUserIDTestModelRequestBody) UnmarshalJSON(data []byte) error
- type PostGatewayUserIDTestModelRequestBodyVisitor
- type PostIamAPIKeysRequest
- func (p *PostIamAPIKeysRequest) Accept(visitor PostIamAPIKeysRequestVisitor) error
- func (p *PostIamAPIKeysRequest) GetInternalIamInternalWebCreateAPIKeyRequest() *InternalIamInternalWebCreateAPIKeyRequest
- func (p *PostIamAPIKeysRequest) GetStringUnknownMap() map[string]any
- func (p PostIamAPIKeysRequest) MarshalJSON() ([]byte, error)
- func (p *PostIamAPIKeysRequest) UnmarshalJSON(data []byte) error
- type PostIamAPIKeysRequestVisitor
- type PostIamGrantsRequest
- func (p *PostIamGrantsRequest) Accept(visitor PostIamGrantsRequestVisitor) error
- func (p *PostIamGrantsRequest) GetInternalIamInternalWebGrantAccessRequest() *InternalIamInternalWebGrantAccessRequest
- func (p *PostIamGrantsRequest) GetStringUnknownMap() map[string]any
- func (p PostIamGrantsRequest) MarshalJSON() ([]byte, error)
- func (p *PostIamGrantsRequest) UnmarshalJSON(data []byte) error
- type PostIamGrantsRequestVisitor
- type PostMessagesRequest
- func (p *PostMessagesRequest) Accept(visitor PostMessagesRequestVisitor) error
- func (p *PostMessagesRequest) GetAnthropicMessageRequest() *AnthropicMessageRequest
- func (p *PostMessagesRequest) GetStringUnknownMap() map[string]any
- func (p PostMessagesRequest) MarshalJSON() ([]byte, error)
- func (p *PostMessagesRequest) UnmarshalJSON(data []byte) error
- type PostMessagesRequestVisitor
- type PostMessagingConversationsConvIDMessagesRequest
- type PostMessagingConversationsConvIDMessagesRequestBody
- func (p *PostMessagingConversationsConvIDMessagesRequestBody) Accept(visitor PostMessagingConversationsConvIDMessagesRequestBodyVisitor) error
- func (p *PostMessagingConversationsConvIDMessagesRequestBody) GetInternalMessagingInternalWebSendMessageReq() *InternalMessagingInternalWebSendMessageReq
- func (p *PostMessagingConversationsConvIDMessagesRequestBody) GetStringUnknownMap() map[string]any
- func (p PostMessagingConversationsConvIDMessagesRequestBody) MarshalJSON() ([]byte, error)
- func (p *PostMessagingConversationsConvIDMessagesRequestBody) UnmarshalJSON(data []byte) error
- type PostMessagingConversationsConvIDMessagesRequestBodyVisitor
- type PostMessagingConversationsConvIDParticipantsRequest
- type PostMessagingConversationsConvIDParticipantsRequestBody
- func (p *PostMessagingConversationsConvIDParticipantsRequestBody) Accept(visitor PostMessagingConversationsConvIDParticipantsRequestBodyVisitor) error
- func (p *PostMessagingConversationsConvIDParticipantsRequestBody) GetInternalMessagingInternalWebAddParticipantReq() *InternalMessagingInternalWebAddParticipantReq
- func (p *PostMessagingConversationsConvIDParticipantsRequestBody) GetStringUnknownMap() map[string]any
- func (p PostMessagingConversationsConvIDParticipantsRequestBody) MarshalJSON() ([]byte, error)
- func (p *PostMessagingConversationsConvIDParticipantsRequestBody) UnmarshalJSON(data []byte) error
- type PostMessagingConversationsConvIDParticipantsRequestBodyVisitor
- type PostMessagingConversationsRequest
- func (p *PostMessagingConversationsRequest) Accept(visitor PostMessagingConversationsRequestVisitor) error
- func (p *PostMessagingConversationsRequest) GetInternalMessagingInternalWebCreateConversationReq() *InternalMessagingInternalWebCreateConversationReq
- func (p *PostMessagingConversationsRequest) GetStringUnknownMap() map[string]any
- func (p PostMessagingConversationsRequest) MarshalJSON() ([]byte, error)
- func (p *PostMessagingConversationsRequest) UnmarshalJSON(data []byte) error
- type PostMessagingConversationsRequestVisitor
- type PostMessagingDevicesRequest
- func (p *PostMessagingDevicesRequest) Accept(visitor PostMessagingDevicesRequestVisitor) error
- func (p *PostMessagingDevicesRequest) GetInternalMessagingInternalWebRegisterDeviceReq() *InternalMessagingInternalWebRegisterDeviceReq
- func (p *PostMessagingDevicesRequest) GetStringUnknownMap() map[string]any
- func (p PostMessagingDevicesRequest) MarshalJSON() ([]byte, error)
- func (p *PostMessagingDevicesRequest) UnmarshalJSON(data []byte) error
- type PostMessagingDevicesRequestVisitor
- type PostMessagingReadRequest
- func (p *PostMessagingReadRequest) Accept(visitor PostMessagingReadRequestVisitor) error
- func (p *PostMessagingReadRequest) GetInternalMessagingInternalWebMarkReadReq() *InternalMessagingInternalWebMarkReadReq
- func (p *PostMessagingReadRequest) GetStringUnknownMap() map[string]any
- func (p PostMessagingReadRequest) MarshalJSON() ([]byte, error)
- func (p *PostMessagingReadRequest) UnmarshalJSON(data []byte) error
- type PostMessagingReadRequestVisitor
- type PostSetupRequest
- func (p *PostSetupRequest) Accept(visitor PostSetupRequestVisitor) error
- func (p *PostSetupRequest) GetInternalAccountsInternalWebSetupRequest() *InternalAccountsInternalWebSetupRequest
- func (p *PostSetupRequest) GetStringUnknownMap() map[string]any
- func (p PostSetupRequest) MarshalJSON() ([]byte, error)
- func (p *PostSetupRequest) UnmarshalJSON(data []byte) error
- type PostSetupRequestVisitor
- type PostUserMeAvatarUploadURLRequest
- func (p *PostUserMeAvatarUploadURLRequest) Accept(visitor PostUserMeAvatarUploadURLRequestVisitor) error
- func (p *PostUserMeAvatarUploadURLRequest) GetInternalAccountsInternalWebAvatarUploadURLReq() *InternalAccountsInternalWebAvatarUploadURLReq
- func (p *PostUserMeAvatarUploadURLRequest) GetStringUnknownMap() map[string]any
- func (p PostUserMeAvatarUploadURLRequest) MarshalJSON() ([]byte, error)
- func (p *PostUserMeAvatarUploadURLRequest) UnmarshalJSON(data []byte) error
- type PostUserMeAvatarUploadURLRequestVisitor
- type PostUserMeDeletionConfirmRequest
- func (p *PostUserMeDeletionConfirmRequest) Accept(visitor PostUserMeDeletionConfirmRequestVisitor) error
- func (p *PostUserMeDeletionConfirmRequest) GetInternalAccountsInternalWebDeletionConfirmReq() *InternalAccountsInternalWebDeletionConfirmReq
- func (p *PostUserMeDeletionConfirmRequest) GetStringUnknownMap() map[string]any
- func (p PostUserMeDeletionConfirmRequest) MarshalJSON() ([]byte, error)
- func (p *PostUserMeDeletionConfirmRequest) UnmarshalJSON(data []byte) error
- type PostUserMeDeletionConfirmRequestVisitor
- type PostUserSwitchRequest
- func (p *PostUserSwitchRequest) Accept(visitor PostUserSwitchRequestVisitor) error
- func (p *PostUserSwitchRequest) GetInternalAccountsInternalWebSwitchUserReq() *InternalAccountsInternalWebSwitchUserReq
- func (p *PostUserSwitchRequest) GetStringUnknownMap() map[string]any
- func (p PostUserSwitchRequest) MarshalJSON() ([]byte, error)
- func (p *PostUserSwitchRequest) UnmarshalJSON(data []byte) error
- type PostUserSwitchRequestVisitor
- type PostWisdomCommunityRequest
- func (p *PostWisdomCommunityRequest) Accept(visitor PostWisdomCommunityRequestVisitor) error
- func (p *PostWisdomCommunityRequest) GetInternalWisdomInternalWebCreateCommunityRequest() *InternalWisdomInternalWebCreateCommunityRequest
- func (p *PostWisdomCommunityRequest) GetStringUnknownMap() map[string]any
- func (p PostWisdomCommunityRequest) MarshalJSON() ([]byte, error)
- func (p *PostWisdomCommunityRequest) UnmarshalJSON(data []byte) error
- type PostWisdomCommunityRequestVisitor
- type PostWisdomIDRelationsRequest
- type PostWisdomIDRelationsRequestBody
- func (p *PostWisdomIDRelationsRequestBody) Accept(visitor PostWisdomIDRelationsRequestBodyVisitor) error
- func (p *PostWisdomIDRelationsRequestBody) GetInternalWisdomInternalWebAddRelationRequest() *InternalWisdomInternalWebAddRelationRequest
- func (p *PostWisdomIDRelationsRequestBody) GetStringUnknownMap() map[string]any
- func (p PostWisdomIDRelationsRequestBody) MarshalJSON() ([]byte, error)
- func (p *PostWisdomIDRelationsRequestBody) UnmarshalJSON(data []byte) error
- type PostWisdomIDRelationsRequestBodyVisitor
- type PostWisdomRequest
- func (p *PostWisdomRequest) Accept(visitor PostWisdomRequestVisitor) error
- func (p *PostWisdomRequest) GetInternalWisdomInternalWebCreateWisdomRequest() *InternalWisdomInternalWebCreateWisdomRequest
- func (p *PostWisdomRequest) GetStringUnknownMap() map[string]any
- func (p PostWisdomRequest) MarshalJSON() ([]byte, error)
- func (p *PostWisdomRequest) UnmarshalJSON(data []byte) error
- type PostWisdomRequestVisitor
- type PutAPIV1CommentsIDRequest
- type PutAPIV1CommentsIDRequestBody
- func (p *PutAPIV1CommentsIDRequestBody) Accept(visitor PutAPIV1CommentsIDRequestBodyVisitor) error
- func (p *PutAPIV1CommentsIDRequestBody) GetInternalCommentsInternalWebUpdateCommentReq() *InternalCommentsInternalWebUpdateCommentReq
- func (p *PutAPIV1CommentsIDRequestBody) GetStringUnknownMap() map[string]any
- func (p PutAPIV1CommentsIDRequestBody) MarshalJSON() ([]byte, error)
- func (p *PutAPIV1CommentsIDRequestBody) UnmarshalJSON(data []byte) error
- type PutAPIV1CommentsIDRequestBodyVisitor
- type PutAPIV1NotificationsPreferencesRequest
- func (p *PutAPIV1NotificationsPreferencesRequest) Accept(visitor PutAPIV1NotificationsPreferencesRequestVisitor) error
- func (p *PutAPIV1NotificationsPreferencesRequest) GetInternalNotificationsInternalWebSetPreferenceReq() *InternalNotificationsInternalWebSetPreferenceReq
- func (p *PutAPIV1NotificationsPreferencesRequest) GetStringUnknownMap() map[string]any
- func (p PutAPIV1NotificationsPreferencesRequest) MarshalJSON() ([]byte, error)
- func (p *PutAPIV1NotificationsPreferencesRequest) UnmarshalJSON(data []byte) error
- type PutAPIV1NotificationsPreferencesRequestVisitor
- type PutAdminBulletinsIDRequest
- type PutAdminBulletinsIDRequestBody
- func (p *PutAdminBulletinsIDRequestBody) Accept(visitor PutAdminBulletinsIDRequestBodyVisitor) error
- func (p *PutAdminBulletinsIDRequestBody) GetInternalBulletinInternalWebUpdateBulletinReq() *InternalBulletinInternalWebUpdateBulletinReq
- func (p *PutAdminBulletinsIDRequestBody) GetStringUnknownMap() map[string]any
- func (p PutAdminBulletinsIDRequestBody) MarshalJSON() ([]byte, error)
- func (p *PutAdminBulletinsIDRequestBody) UnmarshalJSON(data []byte) error
- type PutAdminBulletinsIDRequestBodyVisitor
- type PutAdminSysConfigKeyRequest
- type PutAdminSysConfigKeyRequestBody
- func (p *PutAdminSysConfigKeyRequestBody) Accept(visitor PutAdminSysConfigKeyRequestBodyVisitor) error
- func (p *PutAdminSysConfigKeyRequestBody) GetInternalSystemInternalWebSetConfigRequest() *InternalSystemInternalWebSetConfigRequest
- func (p *PutAdminSysConfigKeyRequestBody) GetStringUnknownMap() map[string]any
- func (p PutAdminSysConfigKeyRequestBody) MarshalJSON() ([]byte, error)
- func (p *PutAdminSysConfigKeyRequestBody) UnmarshalJSON(data []byte) error
- type PutAdminSysConfigKeyRequestBodyVisitor
- type PutGatewayUserIDModelsIDRequest
- type PutGatewayUserIDModelsIDRequestBody
- func (p *PutGatewayUserIDModelsIDRequestBody) Accept(visitor PutGatewayUserIDModelsIDRequestBodyVisitor) error
- func (p *PutGatewayUserIDModelsIDRequestBody) GetInternalAigatewayInternalWebUserModelRequest() *InternalAigatewayInternalWebUserModelRequest
- func (p *PutGatewayUserIDModelsIDRequestBody) GetStringUnknownMap() map[string]any
- func (p PutGatewayUserIDModelsIDRequestBody) MarshalJSON() ([]byte, error)
- func (p *PutGatewayUserIDModelsIDRequestBody) UnmarshalJSON(data []byte) error
- type PutGatewayUserIDModelsIDRequestBodyVisitor
- type PutGatewayUserIDProvidersIDRequest
- type PutGatewayUserIDProvidersIDRequestBody
- func (p *PutGatewayUserIDProvidersIDRequestBody) Accept(visitor PutGatewayUserIDProvidersIDRequestBodyVisitor) error
- func (p *PutGatewayUserIDProvidersIDRequestBody) GetInternalAigatewayInternalWebUpdateUserProviderRequest() *InternalAigatewayInternalWebUpdateUserProviderRequest
- func (p *PutGatewayUserIDProvidersIDRequestBody) GetStringUnknownMap() map[string]any
- func (p PutGatewayUserIDProvidersIDRequestBody) MarshalJSON() ([]byte, error)
- func (p *PutGatewayUserIDProvidersIDRequestBody) UnmarshalJSON(data []byte) error
- type PutGatewayUserIDProvidersIDRequestBodyVisitor
- type PutSecretsUserIDKeyRequest
- type PutSecretsUserIDKeyRequestBody
- func (p *PutSecretsUserIDKeyRequestBody) Accept(visitor PutSecretsUserIDKeyRequestBodyVisitor) error
- func (p *PutSecretsUserIDKeyRequestBody) GetInternalAccountsInternalWebUpsertSecretReq() *InternalAccountsInternalWebUpsertSecretReq
- func (p *PutSecretsUserIDKeyRequestBody) GetStringUnknownMap() map[string]any
- func (p PutSecretsUserIDKeyRequestBody) MarshalJSON() ([]byte, error)
- func (p *PutSecretsUserIDKeyRequestBody) UnmarshalJSON(data []byte) error
- type PutSecretsUserIDKeyRequestBodyVisitor
- type TooManyRequestsError
- type UnauthorizedError
- type UnprocessableEntityError
Constants ¶
This section is empty.
Variables ¶
var Environments = struct { Default string }{ Default: "http://localhost:8080/api/v1", }
Environments defines all of the API environments. These values can be used with the WithBaseURL RequestOption to override the client's default environment, if any.
var ErrorCodes internal.ErrorCodes = internal.ErrorCodes{ 401: func(apiError *core.APIError) error { return &UnauthorizedError{ APIError: apiError, } }, 403: func(apiError *core.APIError) error { return &ForbiddenError{ APIError: apiError, } }, 404: func(apiError *core.APIError) error { return &NotFoundError{ APIError: apiError, } }, 400: func(apiError *core.APIError) error { return &BadRequestError{ APIError: apiError, } }, 500: func(apiError *core.APIError) error { return &InternalServerError{ APIError: apiError, } }, 409: func(apiError *core.APIError) error { return &ConflictError{ APIError: apiError, } }, 402: func(apiError *core.APIError) error { return &PaymentRequiredError{ APIError: apiError, } }, 429: func(apiError *core.APIError) error { return &TooManyRequestsError{ APIError: apiError, } }, 422: func(apiError *core.APIError) error { return &UnprocessableEntityError{ APIError: apiError, } }, }
Functions ¶
func Complex128 ¶
func Complex128(c complex128) *complex128
Complex128 returns a pointer to the given complex128 value.
func MustParseDate ¶
MustParseDate attempts to parse the given string as a date time.Time, and panics upon failure.
func MustParseDateTime ¶
MustParseDateTime attempts to parse the given string as a datetime time.Time, and panics upon failure.
Types ¶
type AnthropicContentBlock ¶
type AnthropicContentBlock struct {
// tool_result content
Content any `json:"content,omitempty" url:"content,omitempty"`
ID *string `json:"id,omitempty" url:"id,omitempty"`
// tool_use input (JSON object)
Input []int `json:"input,omitempty" url:"input,omitempty"`
IsError *bool `json:"is_error,omitempty" url:"is_error,omitempty"`
Name *string `json:"name,omitempty" url:"name,omitempty"`
// thinking block signature
Signature *string `json:"signature,omitempty" url:"signature,omitempty"`
Source *AnthropicImageSource `json:"source,omitempty" url:"source,omitempty"`
Text *string `json:"text,omitempty" url:"text,omitempty"`
Thinking *string `json:"thinking,omitempty" url:"thinking,omitempty"`
ToolUseID *string `json:"tool_use_id,omitempty" url:"tool_use_id,omitempty"`
Type *string `json:"type,omitempty" url:"type,omitempty"`
// contains filtered or unexported fields
}
func (*AnthropicContentBlock) GetContent ¶
func (a *AnthropicContentBlock) GetContent() any
func (*AnthropicContentBlock) GetExtraProperties ¶
func (a *AnthropicContentBlock) GetExtraProperties() map[string]interface{}
func (*AnthropicContentBlock) GetID ¶
func (a *AnthropicContentBlock) GetID() *string
func (*AnthropicContentBlock) GetInput ¶
func (a *AnthropicContentBlock) GetInput() []int
func (*AnthropicContentBlock) GetIsError ¶
func (a *AnthropicContentBlock) GetIsError() *bool
func (*AnthropicContentBlock) GetName ¶
func (a *AnthropicContentBlock) GetName() *string
func (*AnthropicContentBlock) GetSignature ¶
func (a *AnthropicContentBlock) GetSignature() *string
func (*AnthropicContentBlock) GetSource ¶
func (a *AnthropicContentBlock) GetSource() *AnthropicImageSource
func (*AnthropicContentBlock) GetText ¶
func (a *AnthropicContentBlock) GetText() *string
func (*AnthropicContentBlock) GetThinking ¶
func (a *AnthropicContentBlock) GetThinking() *string
func (*AnthropicContentBlock) GetToolUseID ¶
func (a *AnthropicContentBlock) GetToolUseID() *string
func (*AnthropicContentBlock) GetType ¶
func (a *AnthropicContentBlock) GetType() *string
func (*AnthropicContentBlock) MarshalJSON ¶
func (a *AnthropicContentBlock) MarshalJSON() ([]byte, error)
func (*AnthropicContentBlock) SetContent ¶
func (a *AnthropicContentBlock) SetContent(content any)
SetContent sets the Content field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicContentBlock) SetID ¶
func (a *AnthropicContentBlock) SetID(id *string)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicContentBlock) SetInput ¶
func (a *AnthropicContentBlock) SetInput(input []int)
SetInput sets the Input field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicContentBlock) SetIsError ¶
func (a *AnthropicContentBlock) SetIsError(isError *bool)
SetIsError sets the IsError field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicContentBlock) SetName ¶
func (a *AnthropicContentBlock) SetName(name *string)
SetName sets the Name field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicContentBlock) SetSignature ¶
func (a *AnthropicContentBlock) SetSignature(signature *string)
SetSignature sets the Signature field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicContentBlock) SetSource ¶
func (a *AnthropicContentBlock) SetSource(source *AnthropicImageSource)
SetSource sets the Source field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicContentBlock) SetText ¶
func (a *AnthropicContentBlock) SetText(text *string)
SetText sets the Text field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicContentBlock) SetThinking ¶
func (a *AnthropicContentBlock) SetThinking(thinking *string)
SetThinking sets the Thinking field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicContentBlock) SetToolUseID ¶
func (a *AnthropicContentBlock) SetToolUseID(toolUseID *string)
SetToolUseID sets the ToolUseID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicContentBlock) SetType ¶
func (a *AnthropicContentBlock) SetType(type_ *string)
SetType sets the Type field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicContentBlock) String ¶
func (a *AnthropicContentBlock) String() string
func (*AnthropicContentBlock) UnmarshalJSON ¶
func (a *AnthropicContentBlock) UnmarshalJSON(data []byte) error
type AnthropicErrorDetail ¶
type AnthropicErrorDetail struct {
Message *string `json:"message,omitempty" url:"message,omitempty"`
Type *string `json:"type,omitempty" url:"type,omitempty"`
// contains filtered or unexported fields
}
func (*AnthropicErrorDetail) GetExtraProperties ¶
func (a *AnthropicErrorDetail) GetExtraProperties() map[string]interface{}
func (*AnthropicErrorDetail) GetMessage ¶
func (a *AnthropicErrorDetail) GetMessage() *string
func (*AnthropicErrorDetail) GetType ¶
func (a *AnthropicErrorDetail) GetType() *string
func (*AnthropicErrorDetail) MarshalJSON ¶
func (a *AnthropicErrorDetail) MarshalJSON() ([]byte, error)
func (*AnthropicErrorDetail) SetMessage ¶
func (a *AnthropicErrorDetail) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicErrorDetail) SetType ¶
func (a *AnthropicErrorDetail) SetType(type_ *string)
SetType sets the Type field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicErrorDetail) String ¶
func (a *AnthropicErrorDetail) String() string
func (*AnthropicErrorDetail) UnmarshalJSON ¶
func (a *AnthropicErrorDetail) UnmarshalJSON(data []byte) error
type AnthropicImageSource ¶
type AnthropicImageSource struct {
Data *string `json:"data,omitempty" url:"data,omitempty"`
// e.g. "image/jpeg"
MediaType *string `json:"media_type,omitempty" url:"media_type,omitempty"`
// "base64" or "url"
Type *string `json:"type,omitempty" url:"type,omitempty"`
URL *string `json:"url,omitempty" url:"url,omitempty"`
// contains filtered or unexported fields
}
func (*AnthropicImageSource) GetData ¶
func (a *AnthropicImageSource) GetData() *string
func (*AnthropicImageSource) GetExtraProperties ¶
func (a *AnthropicImageSource) GetExtraProperties() map[string]interface{}
func (*AnthropicImageSource) GetMediaType ¶
func (a *AnthropicImageSource) GetMediaType() *string
func (*AnthropicImageSource) GetType ¶
func (a *AnthropicImageSource) GetType() *string
func (*AnthropicImageSource) GetURL ¶
func (a *AnthropicImageSource) GetURL() *string
func (*AnthropicImageSource) MarshalJSON ¶
func (a *AnthropicImageSource) MarshalJSON() ([]byte, error)
func (*AnthropicImageSource) SetData ¶
func (a *AnthropicImageSource) SetData(data *string)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicImageSource) SetMediaType ¶
func (a *AnthropicImageSource) SetMediaType(mediaType *string)
SetMediaType sets the MediaType field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicImageSource) SetType ¶
func (a *AnthropicImageSource) SetType(type_ *string)
SetType sets the Type field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicImageSource) SetURL ¶
func (a *AnthropicImageSource) SetURL(url *string)
SetURL sets the URL field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicImageSource) String ¶
func (a *AnthropicImageSource) String() string
func (*AnthropicImageSource) UnmarshalJSON ¶
func (a *AnthropicImageSource) UnmarshalJSON(data []byte) error
type AnthropicInputSchema ¶
type AnthropicInputSchema struct {
Properties map[string]any `json:"properties,omitempty" url:"properties,omitempty"`
Required []string `json:"required,omitempty" url:"required,omitempty"`
Type *string `json:"type,omitempty" url:"type,omitempty"`
// contains filtered or unexported fields
}
func (*AnthropicInputSchema) GetExtraProperties ¶
func (a *AnthropicInputSchema) GetExtraProperties() map[string]interface{}
func (*AnthropicInputSchema) GetProperties ¶
func (a *AnthropicInputSchema) GetProperties() map[string]any
func (*AnthropicInputSchema) GetRequired ¶
func (a *AnthropicInputSchema) GetRequired() []string
func (*AnthropicInputSchema) GetType ¶
func (a *AnthropicInputSchema) GetType() *string
func (*AnthropicInputSchema) MarshalJSON ¶
func (a *AnthropicInputSchema) MarshalJSON() ([]byte, error)
func (*AnthropicInputSchema) SetProperties ¶
func (a *AnthropicInputSchema) SetProperties(properties map[string]any)
SetProperties sets the Properties field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicInputSchema) SetRequired ¶
func (a *AnthropicInputSchema) SetRequired(required []string)
SetRequired sets the Required field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicInputSchema) SetType ¶
func (a *AnthropicInputSchema) SetType(type_ *string)
SetType sets the Type field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicInputSchema) String ¶
func (a *AnthropicInputSchema) String() string
func (*AnthropicInputSchema) UnmarshalJSON ¶
func (a *AnthropicInputSchema) UnmarshalJSON(data []byte) error
type AnthropicMessageRequest ¶
type AnthropicMessageRequest struct {
MaxTokens *int `json:"max_tokens,omitempty" url:"max_tokens,omitempty"`
Messages []*GithubComCodeKoanLlmSdkGoProtocolAnthropicMessage `json:"messages,omitempty" url:"messages,omitempty"`
Metadata *AnthropicMetadata `json:"metadata,omitempty" url:"metadata,omitempty"`
Model *string `json:"model,omitempty" url:"model,omitempty"`
StopSequences []string `json:"stop_sequences,omitempty" url:"stop_sequences,omitempty"`
Stream *bool `json:"stream,omitempty" url:"stream,omitempty"`
// string | []TextBlock
System any `json:"system,omitempty" url:"system,omitempty"`
Temperature *float64 `json:"temperature,omitempty" url:"temperature,omitempty"`
Thinking *AnthropicThinkingConfig `json:"thinking,omitempty" url:"thinking,omitempty"`
ToolChoice []int `json:"tool_choice,omitempty" url:"tool_choice,omitempty"`
Tools []*AnthropicTool `json:"tools,omitempty" url:"tools,omitempty"`
TopK *int `json:"top_k,omitempty" url:"top_k,omitempty"`
TopP *float64 `json:"top_p,omitempty" url:"top_p,omitempty"`
// contains filtered or unexported fields
}
func (*AnthropicMessageRequest) GetExtraProperties ¶
func (a *AnthropicMessageRequest) GetExtraProperties() map[string]interface{}
func (*AnthropicMessageRequest) GetMaxTokens ¶
func (a *AnthropicMessageRequest) GetMaxTokens() *int
func (*AnthropicMessageRequest) GetMessages ¶
func (a *AnthropicMessageRequest) GetMessages() []*GithubComCodeKoanLlmSdkGoProtocolAnthropicMessage
func (*AnthropicMessageRequest) GetMetadata ¶
func (a *AnthropicMessageRequest) GetMetadata() *AnthropicMetadata
func (*AnthropicMessageRequest) GetModel ¶
func (a *AnthropicMessageRequest) GetModel() *string
func (*AnthropicMessageRequest) GetStopSequences ¶
func (a *AnthropicMessageRequest) GetStopSequences() []string
func (*AnthropicMessageRequest) GetStream ¶
func (a *AnthropicMessageRequest) GetStream() *bool
func (*AnthropicMessageRequest) GetSystem ¶
func (a *AnthropicMessageRequest) GetSystem() any
func (*AnthropicMessageRequest) GetTemperature ¶
func (a *AnthropicMessageRequest) GetTemperature() *float64
func (*AnthropicMessageRequest) GetThinking ¶
func (a *AnthropicMessageRequest) GetThinking() *AnthropicThinkingConfig
func (*AnthropicMessageRequest) GetToolChoice ¶
func (a *AnthropicMessageRequest) GetToolChoice() []int
func (*AnthropicMessageRequest) GetTools ¶
func (a *AnthropicMessageRequest) GetTools() []*AnthropicTool
func (*AnthropicMessageRequest) GetTopK ¶
func (a *AnthropicMessageRequest) GetTopK() *int
func (*AnthropicMessageRequest) GetTopP ¶
func (a *AnthropicMessageRequest) GetTopP() *float64
func (*AnthropicMessageRequest) MarshalJSON ¶
func (a *AnthropicMessageRequest) MarshalJSON() ([]byte, error)
func (*AnthropicMessageRequest) SetMaxTokens ¶
func (a *AnthropicMessageRequest) SetMaxTokens(maxTokens *int)
SetMaxTokens sets the MaxTokens field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicMessageRequest) SetMessages ¶
func (a *AnthropicMessageRequest) SetMessages(messages []*GithubComCodeKoanLlmSdkGoProtocolAnthropicMessage)
SetMessages sets the Messages field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicMessageRequest) SetMetadata ¶
func (a *AnthropicMessageRequest) SetMetadata(metadata *AnthropicMetadata)
SetMetadata sets the Metadata field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicMessageRequest) SetModel ¶
func (a *AnthropicMessageRequest) SetModel(model *string)
SetModel sets the Model field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicMessageRequest) SetStopSequences ¶
func (a *AnthropicMessageRequest) SetStopSequences(stopSequences []string)
SetStopSequences sets the StopSequences field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicMessageRequest) SetStream ¶
func (a *AnthropicMessageRequest) SetStream(stream *bool)
SetStream sets the Stream field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicMessageRequest) SetSystem ¶
func (a *AnthropicMessageRequest) SetSystem(system any)
SetSystem sets the System field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicMessageRequest) SetTemperature ¶
func (a *AnthropicMessageRequest) SetTemperature(temperature *float64)
SetTemperature sets the Temperature field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicMessageRequest) SetThinking ¶
func (a *AnthropicMessageRequest) SetThinking(thinking *AnthropicThinkingConfig)
SetThinking sets the Thinking field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicMessageRequest) SetToolChoice ¶
func (a *AnthropicMessageRequest) SetToolChoice(toolChoice []int)
SetToolChoice sets the ToolChoice field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicMessageRequest) SetTools ¶
func (a *AnthropicMessageRequest) SetTools(tools []*AnthropicTool)
SetTools sets the Tools field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicMessageRequest) SetTopK ¶
func (a *AnthropicMessageRequest) SetTopK(topK *int)
SetTopK sets the TopK field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicMessageRequest) SetTopP ¶
func (a *AnthropicMessageRequest) SetTopP(topP *float64)
SetTopP sets the TopP field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicMessageRequest) String ¶
func (a *AnthropicMessageRequest) String() string
func (*AnthropicMessageRequest) UnmarshalJSON ¶
func (a *AnthropicMessageRequest) UnmarshalJSON(data []byte) error
type AnthropicMessageResponse ¶
type AnthropicMessageResponse struct {
Content []*AnthropicContentBlock `json:"content,omitempty" url:"content,omitempty"`
ID *string `json:"id,omitempty" url:"id,omitempty"`
Model *string `json:"model,omitempty" url:"model,omitempty"`
Role *string `json:"role,omitempty" url:"role,omitempty"`
StopReason *string `json:"stop_reason,omitempty" url:"stop_reason,omitempty"`
StopSequence *string `json:"stop_sequence,omitempty" url:"stop_sequence,omitempty"`
Type *string `json:"type,omitempty" url:"type,omitempty"`
Usage *GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage `json:"usage,omitempty" url:"usage,omitempty"`
// contains filtered or unexported fields
}
func (*AnthropicMessageResponse) GetContent ¶
func (a *AnthropicMessageResponse) GetContent() []*AnthropicContentBlock
func (*AnthropicMessageResponse) GetExtraProperties ¶
func (a *AnthropicMessageResponse) GetExtraProperties() map[string]interface{}
func (*AnthropicMessageResponse) GetID ¶
func (a *AnthropicMessageResponse) GetID() *string
func (*AnthropicMessageResponse) GetModel ¶
func (a *AnthropicMessageResponse) GetModel() *string
func (*AnthropicMessageResponse) GetRole ¶
func (a *AnthropicMessageResponse) GetRole() *string
func (*AnthropicMessageResponse) GetStopReason ¶
func (a *AnthropicMessageResponse) GetStopReason() *string
func (*AnthropicMessageResponse) GetStopSequence ¶
func (a *AnthropicMessageResponse) GetStopSequence() *string
func (*AnthropicMessageResponse) GetType ¶
func (a *AnthropicMessageResponse) GetType() *string
func (*AnthropicMessageResponse) GetUsage ¶
func (a *AnthropicMessageResponse) GetUsage() *GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage
func (*AnthropicMessageResponse) MarshalJSON ¶
func (a *AnthropicMessageResponse) MarshalJSON() ([]byte, error)
func (*AnthropicMessageResponse) SetContent ¶
func (a *AnthropicMessageResponse) SetContent(content []*AnthropicContentBlock)
SetContent sets the Content field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicMessageResponse) SetID ¶
func (a *AnthropicMessageResponse) SetID(id *string)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicMessageResponse) SetModel ¶
func (a *AnthropicMessageResponse) SetModel(model *string)
SetModel sets the Model field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicMessageResponse) SetRole ¶
func (a *AnthropicMessageResponse) SetRole(role *string)
SetRole sets the Role field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicMessageResponse) SetStopReason ¶
func (a *AnthropicMessageResponse) SetStopReason(stopReason *string)
SetStopReason sets the StopReason field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicMessageResponse) SetStopSequence ¶
func (a *AnthropicMessageResponse) SetStopSequence(stopSequence *string)
SetStopSequence sets the StopSequence field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicMessageResponse) SetType ¶
func (a *AnthropicMessageResponse) SetType(type_ *string)
SetType sets the Type field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicMessageResponse) SetUsage ¶
func (a *AnthropicMessageResponse) SetUsage(usage *GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage)
SetUsage sets the Usage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicMessageResponse) String ¶
func (a *AnthropicMessageResponse) String() string
func (*AnthropicMessageResponse) UnmarshalJSON ¶
func (a *AnthropicMessageResponse) UnmarshalJSON(data []byte) error
type AnthropicMetadata ¶
type AnthropicMetadata struct {
UserID *string `json:"user_id,omitempty" url:"user_id,omitempty"`
// contains filtered or unexported fields
}
func (*AnthropicMetadata) GetExtraProperties ¶
func (a *AnthropicMetadata) GetExtraProperties() map[string]interface{}
func (*AnthropicMetadata) GetUserID ¶
func (a *AnthropicMetadata) GetUserID() *string
func (*AnthropicMetadata) MarshalJSON ¶
func (a *AnthropicMetadata) MarshalJSON() ([]byte, error)
func (*AnthropicMetadata) SetUserID ¶
func (a *AnthropicMetadata) SetUserID(userID *string)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicMetadata) String ¶
func (a *AnthropicMetadata) String() string
func (*AnthropicMetadata) UnmarshalJSON ¶
func (a *AnthropicMetadata) UnmarshalJSON(data []byte) error
type AnthropicThinkingConfig ¶
type AnthropicThinkingConfig struct {
BudgetTokens *int `json:"budget_tokens,omitempty" url:"budget_tokens,omitempty"`
Type *string `json:"type,omitempty" url:"type,omitempty"`
// contains filtered or unexported fields
}
func (*AnthropicThinkingConfig) GetBudgetTokens ¶
func (a *AnthropicThinkingConfig) GetBudgetTokens() *int
func (*AnthropicThinkingConfig) GetExtraProperties ¶
func (a *AnthropicThinkingConfig) GetExtraProperties() map[string]interface{}
func (*AnthropicThinkingConfig) GetType ¶
func (a *AnthropicThinkingConfig) GetType() *string
func (*AnthropicThinkingConfig) MarshalJSON ¶
func (a *AnthropicThinkingConfig) MarshalJSON() ([]byte, error)
func (*AnthropicThinkingConfig) SetBudgetTokens ¶
func (a *AnthropicThinkingConfig) SetBudgetTokens(budgetTokens *int)
SetBudgetTokens sets the BudgetTokens field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicThinkingConfig) SetType ¶
func (a *AnthropicThinkingConfig) SetType(type_ *string)
SetType sets the Type field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicThinkingConfig) String ¶
func (a *AnthropicThinkingConfig) String() string
func (*AnthropicThinkingConfig) UnmarshalJSON ¶
func (a *AnthropicThinkingConfig) UnmarshalJSON(data []byte) error
type AnthropicTool ¶
type AnthropicTool struct {
Description *string `json:"description,omitempty" url:"description,omitempty"`
InputSchema *AnthropicInputSchema `json:"input_schema,omitempty" url:"input_schema,omitempty"`
Name *string `json:"name,omitempty" url:"name,omitempty"`
// contains filtered or unexported fields
}
func (*AnthropicTool) GetDescription ¶
func (a *AnthropicTool) GetDescription() *string
func (*AnthropicTool) GetExtraProperties ¶
func (a *AnthropicTool) GetExtraProperties() map[string]interface{}
func (*AnthropicTool) GetInputSchema ¶
func (a *AnthropicTool) GetInputSchema() *AnthropicInputSchema
func (*AnthropicTool) GetName ¶
func (a *AnthropicTool) GetName() *string
func (*AnthropicTool) MarshalJSON ¶
func (a *AnthropicTool) MarshalJSON() ([]byte, error)
func (*AnthropicTool) SetDescription ¶
func (a *AnthropicTool) SetDescription(description *string)
SetDescription sets the Description field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicTool) SetInputSchema ¶
func (a *AnthropicTool) SetInputSchema(inputSchema *AnthropicInputSchema)
SetInputSchema sets the InputSchema field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicTool) SetName ¶
func (a *AnthropicTool) SetName(name *string)
SetName sets the Name field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*AnthropicTool) String ¶
func (a *AnthropicTool) String() string
func (*AnthropicTool) UnmarshalJSON ¶
func (a *AnthropicTool) UnmarshalJSON(data []byte) error
type BadRequestError ¶
Bad Request
func (*BadRequestError) MarshalJSON ¶
func (b *BadRequestError) MarshalJSON() ([]byte, error)
func (*BadRequestError) UnmarshalJSON ¶
func (b *BadRequestError) UnmarshalJSON(data []byte) error
func (*BadRequestError) Unwrap ¶
func (b *BadRequestError) Unwrap() error
type ConflictError ¶
type ConflictError struct {
*core.APIError
Body *GithubComMktAgiAixInternalPkgGinxCodeResp
}
Conflict
func (*ConflictError) MarshalJSON ¶
func (c *ConflictError) MarshalJSON() ([]byte, error)
func (*ConflictError) UnmarshalJSON ¶
func (c *ConflictError) UnmarshalJSON(data []byte) error
func (*ConflictError) Unwrap ¶
func (c *ConflictError) Unwrap() error
type DeleteAPIV1CommentsIDRequest ¶
type DeleteAPIV1CommentsIDRequest struct {
// Comment ID
ID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*DeleteAPIV1CommentsIDRequest) SetID ¶
func (d *DeleteAPIV1CommentsIDRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type DeleteAdminBulletinsIDRequest ¶
type DeleteAdminBulletinsIDRequest struct {
// Bulletin ID
ID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*DeleteAdminBulletinsIDRequest) SetID ¶
func (d *DeleteAdminBulletinsIDRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type DeleteAdminFilesIDRequest ¶
type DeleteAdminFilesIDRequest struct {
// File ID
ID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*DeleteAdminFilesIDRequest) SetID ¶
func (d *DeleteAdminFilesIDRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type DeleteGatewaySessionsIDRequest ¶
type DeleteGatewaySessionsIDRequest struct {
// Session ID
ID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*DeleteGatewaySessionsIDRequest) SetID ¶
func (d *DeleteGatewaySessionsIDRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type DeleteGatewayUserIDModelsIDGrantsTargetUserIDRequest ¶ added in v0.0.5
type DeleteGatewayUserIDModelsIDGrantsTargetUserIDRequest struct {
// User ID
UserID int `json:"-" url:"-"`
// Model ID
ID int `json:"-" url:"-"`
// Target user ID
TargetUserID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*DeleteGatewayUserIDModelsIDGrantsTargetUserIDRequest) SetID ¶ added in v0.0.5
func (d *DeleteGatewayUserIDModelsIDGrantsTargetUserIDRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*DeleteGatewayUserIDModelsIDGrantsTargetUserIDRequest) SetTargetUserID ¶ added in v0.0.5
func (d *DeleteGatewayUserIDModelsIDGrantsTargetUserIDRequest) SetTargetUserID(targetUserID int)
SetTargetUserID sets the TargetUserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*DeleteGatewayUserIDModelsIDGrantsTargetUserIDRequest) SetUserID ¶ added in v0.0.5
func (d *DeleteGatewayUserIDModelsIDGrantsTargetUserIDRequest) SetUserID(userID int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type DeleteGatewayUserIDModelsIDRequest ¶
type DeleteGatewayUserIDModelsIDRequest struct {
// User ID
UserID int `json:"-" url:"-"`
// Model ID
ID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*DeleteGatewayUserIDModelsIDRequest) SetID ¶
func (d *DeleteGatewayUserIDModelsIDRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*DeleteGatewayUserIDModelsIDRequest) SetUserID ¶
func (d *DeleteGatewayUserIDModelsIDRequest) SetUserID(userID int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type DeleteGatewayUserIDProvidersIDRequest ¶
type DeleteGatewayUserIDProvidersIDRequest struct {
// User ID
UserID int `json:"-" url:"-"`
// Provider ID
ID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*DeleteGatewayUserIDProvidersIDRequest) SetID ¶
func (d *DeleteGatewayUserIDProvidersIDRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*DeleteGatewayUserIDProvidersIDRequest) SetUserID ¶
func (d *DeleteGatewayUserIDProvidersIDRequest) SetUserID(userID int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type DeleteGatewayUserIDRoutesIDGrantsTargetUserIDRequest ¶ added in v0.0.5
type DeleteGatewayUserIDRoutesIDGrantsTargetUserIDRequest struct {
// User ID
UserID int `json:"-" url:"-"`
// Route ID
ID int `json:"-" url:"-"`
// Target user ID
TargetUserID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*DeleteGatewayUserIDRoutesIDGrantsTargetUserIDRequest) SetID ¶ added in v0.0.5
func (d *DeleteGatewayUserIDRoutesIDGrantsTargetUserIDRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*DeleteGatewayUserIDRoutesIDGrantsTargetUserIDRequest) SetTargetUserID ¶ added in v0.0.5
func (d *DeleteGatewayUserIDRoutesIDGrantsTargetUserIDRequest) SetTargetUserID(targetUserID int)
SetTargetUserID sets the TargetUserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*DeleteGatewayUserIDRoutesIDGrantsTargetUserIDRequest) SetUserID ¶ added in v0.0.5
func (d *DeleteGatewayUserIDRoutesIDGrantsTargetUserIDRequest) SetUserID(userID int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type DeleteGatewayUserIDRoutesIDRequest ¶
type DeleteGatewayUserIDRoutesIDRequest struct {
// User ID
UserID int `json:"-" url:"-"`
// Route ID
ID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*DeleteGatewayUserIDRoutesIDRequest) SetID ¶
func (d *DeleteGatewayUserIDRoutesIDRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*DeleteGatewayUserIDRoutesIDRequest) SetUserID ¶
func (d *DeleteGatewayUserIDRoutesIDRequest) SetUserID(userID int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type DeleteIamAPIKeysIDRequest ¶
type DeleteIamAPIKeysIDRequest struct {
// API key ID
ID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*DeleteIamAPIKeysIDRequest) SetID ¶
func (d *DeleteIamAPIKeysIDRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type DeleteIamGrantsResourceTypeResourceIDUserIDRequest ¶ added in v0.0.5
type DeleteIamGrantsResourceTypeResourceIDUserIDRequest struct {
// Resource type
ResourceType string `json:"-" url:"-"`
// Resource ID
ResourceID int `json:"-" url:"-"`
// User ID
UserID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*DeleteIamGrantsResourceTypeResourceIDUserIDRequest) SetResourceID ¶ added in v0.0.5
func (d *DeleteIamGrantsResourceTypeResourceIDUserIDRequest) SetResourceID(resourceID int)
SetResourceID sets the ResourceID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*DeleteIamGrantsResourceTypeResourceIDUserIDRequest) SetResourceType ¶ added in v0.0.5
func (d *DeleteIamGrantsResourceTypeResourceIDUserIDRequest) SetResourceType(resourceType string)
SetResourceType sets the ResourceType field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*DeleteIamGrantsResourceTypeResourceIDUserIDRequest) SetUserID ¶ added in v0.0.5
func (d *DeleteIamGrantsResourceTypeResourceIDUserIDRequest) SetUserID(userID int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type DeleteMessagingDevicesDeviceIDRequest ¶
type DeleteMessagingDevicesDeviceIDRequest struct {
// Device ID
DeviceID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*DeleteMessagingDevicesDeviceIDRequest) SetDeviceID ¶
func (d *DeleteMessagingDevicesDeviceIDRequest) SetDeviceID(deviceID int)
SetDeviceID sets the DeviceID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type DeleteSecretsUserIDKeyRequest ¶
type DeleteSecretsUserIDKeyRequest struct {
// User ID
UserID int `json:"-" url:"-"`
// Secret key
Key string `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*DeleteSecretsUserIDKeyRequest) SetKey ¶
func (d *DeleteSecretsUserIDKeyRequest) SetKey(key string)
SetKey sets the Key field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*DeleteSecretsUserIDKeyRequest) SetUserID ¶
func (d *DeleteSecretsUserIDKeyRequest) SetUserID(userID int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type DeleteWisdomCommunityIDRequest ¶
type DeleteWisdomCommunityIDRequest struct {
// Community ID
ID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*DeleteWisdomCommunityIDRequest) SetID ¶
func (d *DeleteWisdomCommunityIDRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type DeleteWisdomIDRelationsRidRequest ¶
type DeleteWisdomIDRelationsRidRequest struct {
// Source content ID
ID int `json:"-" url:"-"`
// Relation ID
Rid int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*DeleteWisdomIDRelationsRidRequest) SetID ¶
func (d *DeleteWisdomIDRelationsRidRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*DeleteWisdomIDRelationsRidRequest) SetRid ¶
func (d *DeleteWisdomIDRelationsRidRequest) SetRid(rid int)
SetRid sets the Rid field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type DeleteWisdomIDRequest ¶
type DeleteWisdomIDRequest struct {
// Content ID
ID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*DeleteWisdomIDRequest) SetID ¶
func (d *DeleteWisdomIDRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type FileParam ¶
FileParam is a file type suitable for multipart/form-data uploads.
func NewFileParam ¶
func NewFileParam( reader io.Reader, filename string, contentType string, opts ...FileParamOption, ) *FileParam
NewFileParam returns a *FileParam type suitable for multipart/form-data uploads. All file upload endpoints accept a simple io.Reader, which is usually created by opening a file via os.Open.
However, some endpoints require additional metadata about the file such as a specific Content-Type or custom filename. FileParam makes it easier to create the correct type signature for these endpoints.
func (*FileParam) ContentType ¶
type FileParamOption ¶
type FileParamOption interface {
// contains filtered or unexported methods
}
FileParamOption adapts the behavior of the FileParam. No options are implemented yet, but this interface allows for future extensibility.
type ForbiddenError ¶
type ForbiddenError struct {
*core.APIError
Body *GithubComMktAgiAixInternalPkgGinxCodeResp
}
Forbidden
func (*ForbiddenError) MarshalJSON ¶
func (f *ForbiddenError) MarshalJSON() ([]byte, error)
func (*ForbiddenError) UnmarshalJSON ¶
func (f *ForbiddenError) UnmarshalJSON(data []byte) error
func (*ForbiddenError) Unwrap ¶
func (f *ForbiddenError) Unwrap() error
type GetAPIV1AdminCommentsRequest ¶
type GetAPIV1AdminCommentsRequest struct {
// Target type (article, etc.)
TargetType string `json:"-" url:"target_type"`
// Filter by status (pending, approved, rejected, hidden)
Status *string `json:"-" url:"status,omitempty"`
// Pagination cursor
Cursor *int `json:"-" url:"cursor,omitempty"`
// Page size (default 20, max 100)
Limit *int `json:"-" url:"limit,omitempty"`
// contains filtered or unexported fields
}
func (*GetAPIV1AdminCommentsRequest) SetCursor ¶
func (g *GetAPIV1AdminCommentsRequest) SetCursor(cursor *int)
SetCursor sets the Cursor field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetAPIV1AdminCommentsRequest) SetLimit ¶
func (g *GetAPIV1AdminCommentsRequest) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetAPIV1AdminCommentsRequest) SetStatus ¶
func (g *GetAPIV1AdminCommentsRequest) SetStatus(status *string)
SetStatus sets the Status field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetAPIV1AdminCommentsRequest) SetTargetType ¶
func (g *GetAPIV1AdminCommentsRequest) SetTargetType(targetType string)
SetTargetType sets the TargetType field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetAPIV1CommentsRequest ¶
type GetAPIV1CommentsRequest struct {
// Target type (article, etc.)
TargetType string `json:"-" url:"target_type"`
// Target ID
TargetID int `json:"-" url:"target_id"`
// Pagination cursor
Cursor *int `json:"-" url:"cursor,omitempty"`
// Page size (default 20, max 100)
Limit *int `json:"-" url:"limit,omitempty"`
// contains filtered or unexported fields
}
func (*GetAPIV1CommentsRequest) SetCursor ¶
func (g *GetAPIV1CommentsRequest) SetCursor(cursor *int)
SetCursor sets the Cursor field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetAPIV1CommentsRequest) SetLimit ¶
func (g *GetAPIV1CommentsRequest) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetAPIV1CommentsRequest) SetTargetID ¶
func (g *GetAPIV1CommentsRequest) SetTargetID(targetID int)
SetTargetID sets the TargetID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetAPIV1CommentsRequest) SetTargetType ¶
func (g *GetAPIV1CommentsRequest) SetTargetType(targetType string)
SetTargetType sets the TargetType field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetAPIV1NotificationsPreferencesRequest ¶
type GetAPIV1NotificationsPreferencesRequest struct {
// Filter by channel (in_app, email, sms)
Channel *string `json:"-" url:"channel,omitempty"`
// contains filtered or unexported fields
}
func (*GetAPIV1NotificationsPreferencesRequest) SetChannel ¶
func (g *GetAPIV1NotificationsPreferencesRequest) SetChannel(channel *string)
SetChannel sets the Channel field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetAPIV1NotificationsRequest ¶
type GetAPIV1NotificationsRequest struct {
// Cursor ID for pagination
CursorID *int `json:"-" url:"cursor_id,omitempty"`
// Cursor created_at timestamp
CursorCreatedAt *int `json:"-" url:"cursor_created_at,omitempty"`
// Page size (default 20, max 100)
Limit *int `json:"-" url:"limit,omitempty"`
// contains filtered or unexported fields
}
func (*GetAPIV1NotificationsRequest) SetCursorCreatedAt ¶
func (g *GetAPIV1NotificationsRequest) SetCursorCreatedAt(cursorCreatedAt *int)
SetCursorCreatedAt sets the CursorCreatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetAPIV1NotificationsRequest) SetCursorID ¶
func (g *GetAPIV1NotificationsRequest) SetCursorID(cursorID *int)
SetCursorID sets the CursorID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetAPIV1NotificationsRequest) SetLimit ¶
func (g *GetAPIV1NotificationsRequest) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetAPIV1PaymentOrdersIDRequest ¶
type GetAPIV1PaymentOrdersIDRequest struct {
// Order ID
ID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*GetAPIV1PaymentOrdersIDRequest) SetID ¶
func (g *GetAPIV1PaymentOrdersIDRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetAPIV1PaymentOrdersRequest ¶
type GetAPIV1PaymentOrdersRequest struct {
// Page number (default 1)
Page *int `json:"-" url:"page,omitempty"`
// Page size (default 20)
Limit *int `json:"-" url:"limit,omitempty"`
// contains filtered or unexported fields
}
func (*GetAPIV1PaymentOrdersRequest) SetLimit ¶
func (g *GetAPIV1PaymentOrdersRequest) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetAPIV1PaymentOrdersRequest) SetPage ¶
func (g *GetAPIV1PaymentOrdersRequest) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetAPIV1PaymentWalletTransfersTransferNoRequest ¶
type GetAPIV1PaymentWalletTransfersTransferNoRequest struct {
// Transfer number
TransferNo int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*GetAPIV1PaymentWalletTransfersTransferNoRequest) SetTransferNo ¶
func (g *GetAPIV1PaymentWalletTransfersTransferNoRequest) SetTransferNo(transferNo int)
SetTransferNo sets the TransferNo field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetAPIV1PaymentWalletsIDRequest ¶
type GetAPIV1PaymentWalletsIDRequest struct {
// Wallet ID
ID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*GetAPIV1PaymentWalletsIDRequest) SetID ¶
func (g *GetAPIV1PaymentWalletsIDRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetAPIV1PaymentWalletsIDTransactionsRequest ¶
type GetAPIV1PaymentWalletsIDTransactionsRequest struct {
// Wallet ID
ID int `json:"-" url:"-"`
// Page number (default 1)
Page *int `json:"-" url:"page,omitempty"`
// Items per page (default 20, max 100)
Limit *int `json:"-" url:"limit,omitempty"`
// contains filtered or unexported fields
}
func (*GetAPIV1PaymentWalletsIDTransactionsRequest) SetID ¶
func (g *GetAPIV1PaymentWalletsIDTransactionsRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetAPIV1PaymentWalletsIDTransactionsRequest) SetLimit ¶
func (g *GetAPIV1PaymentWalletsIDTransactionsRequest) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetAPIV1PaymentWalletsIDTransactionsRequest) SetPage ¶
func (g *GetAPIV1PaymentWalletsIDTransactionsRequest) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetAdminBugReportsIDRequest ¶
type GetAdminBugReportsIDRequest struct {
// Bug report ID
ID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*GetAdminBugReportsIDRequest) SetID ¶
func (g *GetAdminBugReportsIDRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetAdminBugReportsRequest ¶
type GetAdminBugReportsRequest struct {
// Filter by status (pending, reviewed, published, closed)
Status *string `json:"-" url:"status,omitempty"`
// Filter by domain label (chat, admin, ...)
Domain *string `json:"-" url:"domain,omitempty"`
// Max results (default 20, max 100)
Limit *int `json:"-" url:"limit,omitempty"`
// Page offset
Offset *int `json:"-" url:"offset,omitempty"`
// contains filtered or unexported fields
}
func (*GetAdminBugReportsRequest) SetDomain ¶
func (g *GetAdminBugReportsRequest) SetDomain(domain *string)
SetDomain sets the Domain field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetAdminBugReportsRequest) SetLimit ¶
func (g *GetAdminBugReportsRequest) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetAdminBugReportsRequest) SetOffset ¶
func (g *GetAdminBugReportsRequest) SetOffset(offset *int)
SetOffset sets the Offset field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetAdminBugReportsRequest) SetStatus ¶
func (g *GetAdminBugReportsRequest) SetStatus(status *string)
SetStatus sets the Status field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetAdminBulletinsIDRequest ¶
type GetAdminBulletinsIDRequest struct {
// Bulletin ID
ID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*GetAdminBulletinsIDRequest) SetID ¶
func (g *GetAdminBulletinsIDRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetAdminBulletinsRequest ¶
type GetAdminBulletinsRequest struct {
// Filter by type
Type *string `json:"-" url:"type,omitempty"`
// Filter by category
Category *string `json:"-" url:"category,omitempty"`
// Filter by section
Section *string `json:"-" url:"section,omitempty"`
// Filter by version
Version *string `json:"-" url:"version,omitempty"`
// Include archived bulletins
IncludeArchived *bool `json:"-" url:"include_archived,omitempty"`
// Max results
Limit *int `json:"-" url:"limit,omitempty"`
// Cursor value for pagination
CursorVal *int `json:"-" url:"cursor_val,omitempty"`
// Cursor ID for pagination
CursorID *int `json:"-" url:"cursor_id,omitempty"`
// contains filtered or unexported fields
}
func (*GetAdminBulletinsRequest) SetCategory ¶
func (g *GetAdminBulletinsRequest) SetCategory(category *string)
SetCategory sets the Category field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetAdminBulletinsRequest) SetCursorID ¶
func (g *GetAdminBulletinsRequest) SetCursorID(cursorID *int)
SetCursorID sets the CursorID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetAdminBulletinsRequest) SetCursorVal ¶
func (g *GetAdminBulletinsRequest) SetCursorVal(cursorVal *int)
SetCursorVal sets the CursorVal field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetAdminBulletinsRequest) SetIncludeArchived ¶
func (g *GetAdminBulletinsRequest) SetIncludeArchived(includeArchived *bool)
SetIncludeArchived sets the IncludeArchived field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetAdminBulletinsRequest) SetLimit ¶
func (g *GetAdminBulletinsRequest) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetAdminBulletinsRequest) SetSection ¶
func (g *GetAdminBulletinsRequest) SetSection(section *string)
SetSection sets the Section field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetAdminBulletinsRequest) SetType ¶
func (g *GetAdminBulletinsRequest) SetType(type_ *string)
SetType sets the Type field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetAdminBulletinsRequest) SetVersion ¶
func (g *GetAdminBulletinsRequest) SetVersion(version *string)
SetVersion sets the Version field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetAdminFilesIDDownloadRequest ¶
type GetAdminFilesIDDownloadRequest struct {
// File ID
ID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*GetAdminFilesIDDownloadRequest) SetID ¶
func (g *GetAdminFilesIDDownloadRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetAdminFilesIDRequest ¶
type GetAdminFilesIDRequest struct {
// File ID
ID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*GetAdminFilesIDRequest) SetID ¶
func (g *GetAdminFilesIDRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetAdminFilesRequest ¶
type GetAdminFilesRequest struct {
// Business context ID
BizID *string `json:"-" url:"biz_id,omitempty"`
// Directory path, defaults to /
DirPath *string `json:"-" url:"dir_path,omitempty"`
// contains filtered or unexported fields
}
func (*GetAdminFilesRequest) SetBizID ¶
func (g *GetAdminFilesRequest) SetBizID(bizID *string)
SetBizID sets the BizID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetAdminFilesRequest) SetDirPath ¶
func (g *GetAdminFilesRequest) SetDirPath(dirPath *string)
SetDirPath sets the DirPath field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetAdminMarketplaceTopResourcesRequest ¶
type GetAdminMarketplaceTopResourcesRequest struct {
// Sort field: calls (default) or revenue
Sort *string `json:"-" url:"sort,omitempty"`
// Max results (default 20, max 100)
Limit *int `json:"-" url:"limit,omitempty"`
// contains filtered or unexported fields
}
func (*GetAdminMarketplaceTopResourcesRequest) SetLimit ¶
func (g *GetAdminMarketplaceTopResourcesRequest) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetAdminMarketplaceTopResourcesRequest) SetSort ¶
func (g *GetAdminMarketplaceTopResourcesRequest) SetSort(sort *string)
SetSort sets the Sort field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetAdminRevenueFeesRequest ¶
type GetAdminRevenueFeesRequest struct {
// Period: today, week, all (default all)
Period *string `json:"-" url:"period,omitempty"`
// contains filtered or unexported fields
}
func (*GetAdminRevenueFeesRequest) SetPeriod ¶
func (g *GetAdminRevenueFeesRequest) SetPeriod(period *string)
SetPeriod sets the Period field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetAuthGithubCallbackRequest ¶
type GetAuthGithubCallbackRequest struct {
// OAuth state
State string `json:"-" url:"state"`
// GitHub authorization code
Code string `json:"-" url:"code"`
// contains filtered or unexported fields
}
func (*GetAuthGithubCallbackRequest) SetCode ¶
func (g *GetAuthGithubCallbackRequest) SetCode(code string)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetAuthGithubCallbackRequest) SetState ¶
func (g *GetAuthGithubCallbackRequest) SetState(state string)
SetState sets the State field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetAuthGithubLoginRequest ¶
type GetAuthGithubLoginRequest struct {
// Post-auth redirect URI (will be redirected to verbatim)
RefURI string `json:"-" url:"ref_uri"`
// contains filtered or unexported fields
}
func (*GetAuthGithubLoginRequest) SetRefURI ¶
func (g *GetAuthGithubLoginRequest) SetRefURI(refURI string)
SetRefURI sets the RefURI field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetAuthGoogleCallbackRequest ¶
type GetAuthGoogleCallbackRequest struct {
// OAuth state
State string `json:"-" url:"state"`
// Google authorization code
Code string `json:"-" url:"code"`
// contains filtered or unexported fields
}
func (*GetAuthGoogleCallbackRequest) SetCode ¶
func (g *GetAuthGoogleCallbackRequest) SetCode(code string)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetAuthGoogleCallbackRequest) SetState ¶
func (g *GetAuthGoogleCallbackRequest) SetState(state string)
SetState sets the State field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetAuthGoogleLoginRequest ¶
type GetAuthGoogleLoginRequest struct {
// Post-auth redirect URI (will be redirected to verbatim)
RefURI string `json:"-" url:"ref_uri"`
// contains filtered or unexported fields
}
func (*GetAuthGoogleLoginRequest) SetRefURI ¶
func (g *GetAuthGoogleLoginRequest) SetRefURI(refURI string)
SetRefURI sets the RefURI field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetBugReportsMineRequest ¶
type GetBugReportsMineRequest struct {
// Max results (default 20, max 100)
Limit *int `json:"-" url:"limit,omitempty"`
// Page offset
Offset *int `json:"-" url:"offset,omitempty"`
// contains filtered or unexported fields
}
func (*GetBugReportsMineRequest) SetLimit ¶
func (g *GetBugReportsMineRequest) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetBugReportsMineRequest) SetOffset ¶
func (g *GetBugReportsMineRequest) SetOffset(offset *int)
SetOffset sets the Offset field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetBulletinsIDRequest ¶
type GetBulletinsIDRequest struct {
// Bulletin ID
ID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*GetBulletinsIDRequest) SetID ¶
func (g *GetBulletinsIDRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetBulletinsRequest ¶
type GetBulletinsRequest struct {
// Filter by type
Type *string `json:"-" url:"type,omitempty"`
// Filter by category
Category *string `json:"-" url:"category,omitempty"`
// Filter by section
Section *string `json:"-" url:"section,omitempty"`
// Filter by version
Version *string `json:"-" url:"version,omitempty"`
// Max results
Limit *int `json:"-" url:"limit,omitempty"`
// Cursor value for pagination
CursorVal *int `json:"-" url:"cursor_val,omitempty"`
// Cursor ID for pagination
CursorID *int `json:"-" url:"cursor_id,omitempty"`
// contains filtered or unexported fields
}
func (*GetBulletinsRequest) SetCategory ¶
func (g *GetBulletinsRequest) SetCategory(category *string)
SetCategory sets the Category field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetBulletinsRequest) SetCursorID ¶
func (g *GetBulletinsRequest) SetCursorID(cursorID *int)
SetCursorID sets the CursorID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetBulletinsRequest) SetCursorVal ¶
func (g *GetBulletinsRequest) SetCursorVal(cursorVal *int)
SetCursorVal sets the CursorVal field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetBulletinsRequest) SetLimit ¶
func (g *GetBulletinsRequest) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetBulletinsRequest) SetSection ¶
func (g *GetBulletinsRequest) SetSection(section *string)
SetSection sets the Section field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetBulletinsRequest) SetType ¶
func (g *GetBulletinsRequest) SetType(type_ *string)
SetType sets the Type field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetBulletinsRequest) SetVersion ¶
func (g *GetBulletinsRequest) SetVersion(version *string)
SetVersion sets the Version field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetCommunityRequest ¶
type GetCommunityRequest struct {
// username filter, required when slug is provided
Username *string `json:"-" url:"username,omitempty"`
// community slug, requires username
Slug *string `json:"-" url:"slug,omitempty"`
// pagination offset, default 0
Offset *int `json:"-" url:"offset,omitempty"`
// pagination limit, default 20, max 100
Limit *int `json:"-" url:"limit,omitempty"`
// contains filtered or unexported fields
}
func (*GetCommunityRequest) SetLimit ¶
func (g *GetCommunityRequest) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetCommunityRequest) SetOffset ¶
func (g *GetCommunityRequest) SetOffset(offset *int)
SetOffset sets the Offset field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetCommunityRequest) SetSlug ¶
func (g *GetCommunityRequest) SetSlug(slug *string)
SetSlug sets the Slug field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetCommunityRequest) SetUsername ¶
func (g *GetCommunityRequest) SetUsername(username *string)
SetUsername sets the Username field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetGatewayLogsRequest ¶
type GetGatewayLogsRequest struct {
// Filter by model ID
ModelID *int `json:"-" url:"model_id,omitempty"`
// Filter by provider ID
ProviderID *int `json:"-" url:"provider_id,omitempty"`
// Filter by session ID
SessionID *int `json:"-" url:"session_id,omitempty"`
// Filter by HTTP status code
Status *int `json:"-" url:"status,omitempty"`
// Filter by stream (true/false)
Stream *bool `json:"-" url:"stream,omitempty"`
// Start date (YYYY-MM-DD)
DateFrom *string `json:"-" url:"date_from,omitempty"`
// End date (YYYY-MM-DD)
DateTo *string `json:"-" url:"date_to,omitempty"`
// Sort field: created_at, latency_ms, cost, total_tokens
Sort *string `json:"-" url:"sort,omitempty"`
// Sort order: asc, desc (default desc)
Order *string `json:"-" url:"order,omitempty"`
// Pagination offset (default 0)
Offset *int `json:"-" url:"offset,omitempty"`
// Page size (default 20, max 100)
Limit *int `json:"-" url:"limit,omitempty"`
// contains filtered or unexported fields
}
func (*GetGatewayLogsRequest) SetDateFrom ¶
func (g *GetGatewayLogsRequest) SetDateFrom(dateFrom *string)
SetDateFrom sets the DateFrom field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetGatewayLogsRequest) SetDateTo ¶
func (g *GetGatewayLogsRequest) SetDateTo(dateTo *string)
SetDateTo sets the DateTo field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetGatewayLogsRequest) SetLimit ¶
func (g *GetGatewayLogsRequest) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetGatewayLogsRequest) SetModelID ¶
func (g *GetGatewayLogsRequest) SetModelID(modelID *int)
SetModelID sets the ModelID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetGatewayLogsRequest) SetOffset ¶
func (g *GetGatewayLogsRequest) SetOffset(offset *int)
SetOffset sets the Offset field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetGatewayLogsRequest) SetOrder ¶
func (g *GetGatewayLogsRequest) SetOrder(order *string)
SetOrder sets the Order field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetGatewayLogsRequest) SetProviderID ¶
func (g *GetGatewayLogsRequest) SetProviderID(providerID *int)
SetProviderID sets the ProviderID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetGatewayLogsRequest) SetSessionID ¶
func (g *GetGatewayLogsRequest) SetSessionID(sessionID *int)
SetSessionID sets the SessionID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetGatewayLogsRequest) SetSort ¶
func (g *GetGatewayLogsRequest) SetSort(sort *string)
SetSort sets the Sort field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetGatewayLogsRequest) SetStatus ¶
func (g *GetGatewayLogsRequest) SetStatus(status *int)
SetStatus sets the Status field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetGatewayLogsRequest) SetStream ¶
func (g *GetGatewayLogsRequest) SetStream(stream *bool)
SetStream sets the Stream field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetGatewaySellerRevenueRequest ¶
type GetGatewaySellerRevenueRequest struct {
// Period: today, week, all (default all)
Period *string `json:"-" url:"period,omitempty"`
// contains filtered or unexported fields
}
func (*GetGatewaySellerRevenueRequest) SetPeriod ¶
func (g *GetGatewaySellerRevenueRequest) SetPeriod(period *string)
SetPeriod sets the Period field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetGatewaySessionsRequest ¶
type GetGatewaySessionsRequest struct {
// Pagination cursor
Cursor *string `json:"-" url:"cursor,omitempty"`
// Page size (default 20, max 100)
Limit *int `json:"-" url:"limit,omitempty"`
// contains filtered or unexported fields
}
func (*GetGatewaySessionsRequest) SetCursor ¶
func (g *GetGatewaySessionsRequest) SetCursor(cursor *string)
SetCursor sets the Cursor field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetGatewaySessionsRequest) SetLimit ¶
func (g *GetGatewaySessionsRequest) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetGatewayUsageRequest ¶
type GetGatewayUsageRequest struct {
// Filter by model ID
ModelID *int `json:"-" url:"model_id,omitempty"`
// Start date (YYYY-MM-DD)
DateFrom *string `json:"-" url:"date_from,omitempty"`
// End date (YYYY-MM-DD)
DateTo *string `json:"-" url:"date_to,omitempty"`
// Sort field: record_date, call_count, total_cost
Sort *string `json:"-" url:"sort,omitempty"`
// Sort order: asc, desc (default desc)
Order *string `json:"-" url:"order,omitempty"`
// Pagination offset (default 0)
Offset *int `json:"-" url:"offset,omitempty"`
// Page size (default 20, max 100)
Limit *int `json:"-" url:"limit,omitempty"`
// contains filtered or unexported fields
}
func (*GetGatewayUsageRequest) SetDateFrom ¶
func (g *GetGatewayUsageRequest) SetDateFrom(dateFrom *string)
SetDateFrom sets the DateFrom field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetGatewayUsageRequest) SetDateTo ¶
func (g *GetGatewayUsageRequest) SetDateTo(dateTo *string)
SetDateTo sets the DateTo field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetGatewayUsageRequest) SetLimit ¶
func (g *GetGatewayUsageRequest) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetGatewayUsageRequest) SetModelID ¶
func (g *GetGatewayUsageRequest) SetModelID(modelID *int)
SetModelID sets the ModelID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetGatewayUsageRequest) SetOffset ¶
func (g *GetGatewayUsageRequest) SetOffset(offset *int)
SetOffset sets the Offset field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetGatewayUsageRequest) SetOrder ¶
func (g *GetGatewayUsageRequest) SetOrder(order *string)
SetOrder sets the Order field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetGatewayUsageRequest) SetSort ¶
func (g *GetGatewayUsageRequest) SetSort(sort *string)
SetSort sets the Sort field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetGatewayUserIDModelsIDGrantsRequest ¶ added in v0.0.5
type GetGatewayUserIDModelsIDGrantsRequest struct {
// User ID
UserID int `json:"-" url:"-"`
// Model ID
ID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*GetGatewayUserIDModelsIDGrantsRequest) SetID ¶ added in v0.0.5
func (g *GetGatewayUserIDModelsIDGrantsRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetGatewayUserIDModelsIDGrantsRequest) SetUserID ¶ added in v0.0.5
func (g *GetGatewayUserIDModelsIDGrantsRequest) SetUserID(userID int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetGatewayUserIDModelsIDRequest ¶
type GetGatewayUserIDModelsIDRequest struct {
// User ID
UserID int `json:"-" url:"-"`
// Model ID
ID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*GetGatewayUserIDModelsIDRequest) SetID ¶
func (g *GetGatewayUserIDModelsIDRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetGatewayUserIDModelsIDRequest) SetUserID ¶
func (g *GetGatewayUserIDModelsIDRequest) SetUserID(userID int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetGatewayUserIDModelsRequest ¶
type GetGatewayUserIDModelsRequest struct {
// User ID
UserID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*GetGatewayUserIDModelsRequest) SetUserID ¶
func (g *GetGatewayUserIDModelsRequest) SetUserID(userID int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetGatewayUserIDProvidersIDRequest ¶
type GetGatewayUserIDProvidersIDRequest struct {
// User ID
UserID int `json:"-" url:"-"`
// Provider ID
ID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*GetGatewayUserIDProvidersIDRequest) SetID ¶
func (g *GetGatewayUserIDProvidersIDRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetGatewayUserIDProvidersIDRequest) SetUserID ¶
func (g *GetGatewayUserIDProvidersIDRequest) SetUserID(userID int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetGatewayUserIDProvidersRequest ¶
type GetGatewayUserIDProvidersRequest struct {
// User ID
UserID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*GetGatewayUserIDProvidersRequest) SetUserID ¶
func (g *GetGatewayUserIDProvidersRequest) SetUserID(userID int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetGatewayUserIDRoutesIDGrantsRequest ¶ added in v0.0.5
type GetGatewayUserIDRoutesIDGrantsRequest struct {
// User ID
UserID int `json:"-" url:"-"`
// Route ID
ID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*GetGatewayUserIDRoutesIDGrantsRequest) SetID ¶ added in v0.0.5
func (g *GetGatewayUserIDRoutesIDGrantsRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetGatewayUserIDRoutesIDGrantsRequest) SetUserID ¶ added in v0.0.5
func (g *GetGatewayUserIDRoutesIDGrantsRequest) SetUserID(userID int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetGatewayUserIDRoutesIDRequest ¶
type GetGatewayUserIDRoutesIDRequest struct {
// User ID
UserID int `json:"-" url:"-"`
// Route ID
ID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*GetGatewayUserIDRoutesIDRequest) SetID ¶
func (g *GetGatewayUserIDRoutesIDRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetGatewayUserIDRoutesIDRequest) SetUserID ¶
func (g *GetGatewayUserIDRoutesIDRequest) SetUserID(userID int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetGatewayUserIDRoutesRequest ¶
type GetGatewayUserIDRoutesRequest struct {
// User ID
UserID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*GetGatewayUserIDRoutesRequest) SetUserID ¶
func (g *GetGatewayUserIDRoutesRequest) SetUserID(userID int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetIamGrantsRequest ¶ added in v0.0.5
type GetIamGrantsRequest struct {
// Resource type
ResourceType string `json:"-" url:"resource_type"`
// Resource ID
ResourceID int `json:"-" url:"resource_id"`
// contains filtered or unexported fields
}
func (*GetIamGrantsRequest) SetResourceID ¶ added in v0.0.5
func (g *GetIamGrantsRequest) SetResourceID(resourceID int)
SetResourceID sets the ResourceID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetIamGrantsRequest) SetResourceType ¶ added in v0.0.5
func (g *GetIamGrantsRequest) SetResourceType(resourceType string)
SetResourceType sets the ResourceType field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetMarketplaceModelsRequest ¶
type GetMarketplaceModelsRequest struct {
// Search by name or description
Search *string `json:"-" url:"search,omitempty"`
// Minimum output price filter
MinPrice *float64 `json:"-" url:"min_price,omitempty"`
// Maximum output price filter
MaxPrice *float64 `json:"-" url:"max_price,omitempty"`
// Sort field: listed_at, call_count, output_price (default listed_at)
Sort *string `json:"-" url:"sort,omitempty"`
// Sort order: asc, desc (default desc)
Order *string `json:"-" url:"order,omitempty"`
// Page number (default 1)
Page *int `json:"-" url:"page,omitempty"`
// Page size (default 20, max 100)
Limit *int `json:"-" url:"limit,omitempty"`
// contains filtered or unexported fields
}
func (*GetMarketplaceModelsRequest) SetLimit ¶
func (g *GetMarketplaceModelsRequest) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetMarketplaceModelsRequest) SetMaxPrice ¶
func (g *GetMarketplaceModelsRequest) SetMaxPrice(maxPrice *float64)
SetMaxPrice sets the MaxPrice field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetMarketplaceModelsRequest) SetMinPrice ¶
func (g *GetMarketplaceModelsRequest) SetMinPrice(minPrice *float64)
SetMinPrice sets the MinPrice field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetMarketplaceModelsRequest) SetOrder ¶
func (g *GetMarketplaceModelsRequest) SetOrder(order *string)
SetOrder sets the Order field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetMarketplaceModelsRequest) SetPage ¶
func (g *GetMarketplaceModelsRequest) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetMarketplaceModelsRequest) SetSearch ¶
func (g *GetMarketplaceModelsRequest) SetSearch(search *string)
SetSearch sets the Search field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetMarketplaceModelsRequest) SetSort ¶
func (g *GetMarketplaceModelsRequest) SetSort(sort *string)
SetSort sets the Sort field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetMessagingConversationsConvIDMessagesRequest ¶
type GetMessagingConversationsConvIDMessagesRequest struct {
// Conversation ID
ConvID int `json:"-" url:"-"`
// Only messages after this sequence number
AfterSeq *int `json:"-" url:"after_seq,omitempty"`
// Page limit (default 20, max 100)
Limit *int `json:"-" url:"limit,omitempty"`
// contains filtered or unexported fields
}
func (*GetMessagingConversationsConvIDMessagesRequest) SetAfterSeq ¶
func (g *GetMessagingConversationsConvIDMessagesRequest) SetAfterSeq(afterSeq *int)
SetAfterSeq sets the AfterSeq field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetMessagingConversationsConvIDMessagesRequest) SetConvID ¶
func (g *GetMessagingConversationsConvIDMessagesRequest) SetConvID(convID int)
SetConvID sets the ConvID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetMessagingConversationsConvIDMessagesRequest) SetLimit ¶
func (g *GetMessagingConversationsConvIDMessagesRequest) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetMessagingConversationsConvIDRequest ¶
type GetMessagingConversationsConvIDRequest struct {
// Conversation ID
ConvID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*GetMessagingConversationsConvIDRequest) SetConvID ¶
func (g *GetMessagingConversationsConvIDRequest) SetConvID(convID int)
SetConvID sets the ConvID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetPublicWisdomRequest ¶
type GetPublicWisdomRequest struct {
// filter by author username (resolved to user_id by middleware)
Username *string `json:"-" url:"username,omitempty"`
// kind filter
Kind *string `json:"-" url:"kind,omitempty"`
// type filter
Type *string `json:"-" url:"type,omitempty"`
// community ID filter
CommunityID *int `json:"-" url:"community_id,omitempty"`
// community slug filter, requires username
CommunitySlug *string `json:"-" url:"community_slug,omitempty"`
// slug filter, scoped within community_slug when present
Slug *string `json:"-" url:"slug,omitempty"`
// search by promise keyword
PromiseSearch *string `json:"-" url:"promise_search,omitempty"`
// pagination offset, default 0
Offset *int `json:"-" url:"offset,omitempty"`
// pagination limit, default 20, max 100
Limit *int `json:"-" url:"limit,omitempty"`
// contains filtered or unexported fields
}
func (*GetPublicWisdomRequest) SetCommunityID ¶
func (g *GetPublicWisdomRequest) SetCommunityID(communityID *int)
SetCommunityID sets the CommunityID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetPublicWisdomRequest) SetCommunitySlug ¶
func (g *GetPublicWisdomRequest) SetCommunitySlug(communitySlug *string)
SetCommunitySlug sets the CommunitySlug field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetPublicWisdomRequest) SetKind ¶
func (g *GetPublicWisdomRequest) SetKind(kind *string)
SetKind sets the Kind field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetPublicWisdomRequest) SetLimit ¶
func (g *GetPublicWisdomRequest) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetPublicWisdomRequest) SetOffset ¶
func (g *GetPublicWisdomRequest) SetOffset(offset *int)
SetOffset sets the Offset field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetPublicWisdomRequest) SetPromiseSearch ¶
func (g *GetPublicWisdomRequest) SetPromiseSearch(promiseSearch *string)
SetPromiseSearch sets the PromiseSearch field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetPublicWisdomRequest) SetSlug ¶
func (g *GetPublicWisdomRequest) SetSlug(slug *string)
SetSlug sets the Slug field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetPublicWisdomRequest) SetType ¶
func (g *GetPublicWisdomRequest) SetType(type_ *string)
SetType sets the Type field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetPublicWisdomRequest) SetUsername ¶
func (g *GetPublicWisdomRequest) SetUsername(username *string)
SetUsername sets the Username field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetSecretsUserIDKeyRequest ¶
type GetSecretsUserIDKeyRequest struct {
// User ID
UserID int `json:"-" url:"-"`
// Secret key
Key string `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*GetSecretsUserIDKeyRequest) SetKey ¶
func (g *GetSecretsUserIDKeyRequest) SetKey(key string)
SetKey sets the Key field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetSecretsUserIDKeyRequest) SetUserID ¶
func (g *GetSecretsUserIDKeyRequest) SetUserID(userID int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetSecretsUserIDRequest ¶
type GetSecretsUserIDRequest struct {
// User ID
UserID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*GetSecretsUserIDRequest) SetUserID ¶
func (g *GetSecretsUserIDRequest) SetUserID(userID int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetWisdomCommunityIDRequest ¶
type GetWisdomCommunityIDRequest struct {
// Community ID
ID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*GetWisdomCommunityIDRequest) SetID ¶
func (g *GetWisdomCommunityIDRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetWisdomCommunityRequest ¶
type GetWisdomCommunityRequest struct {
// pagination offset, default 0
Offset *int `json:"-" url:"offset,omitempty"`
// pagination limit, default 20, max 100
Limit *int `json:"-" url:"limit,omitempty"`
// contains filtered or unexported fields
}
func (*GetWisdomCommunityRequest) SetLimit ¶
func (g *GetWisdomCommunityRequest) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetWisdomCommunityRequest) SetOffset ¶
func (g *GetWisdomCommunityRequest) SetOffset(offset *int)
SetOffset sets the Offset field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetWisdomIDLogsRequest ¶
type GetWisdomIDLogsRequest struct {
// Content ID
ID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*GetWisdomIDLogsRequest) SetID ¶
func (g *GetWisdomIDLogsRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetWisdomIDRequest ¶
type GetWisdomIDRequest struct {
// Content ID
ID int `json:"-" url:"-"`
// Context depth: 0 (default) or 1
Depth *int `json:"-" url:"depth,omitempty"`
// contains filtered or unexported fields
}
func (*GetWisdomIDRequest) SetDepth ¶
func (g *GetWisdomIDRequest) SetDepth(depth *int)
SetDepth sets the Depth field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetWisdomIDRequest) SetID ¶
func (g *GetWisdomIDRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetWisdomRequest ¶
type GetWisdomRequest struct {
// kind filter
Kind *string `json:"-" url:"kind,omitempty"`
// type filter
Type *string `json:"-" url:"type,omitempty"`
// community ID filter
CommunityID *int `json:"-" url:"community_id,omitempty"`
// minimum confidence filter
MinConfidence *float64 `json:"-" url:"min_confidence,omitempty"`
// search by promise keyword
PromiseSearch *string `json:"-" url:"promise_search,omitempty"`
// pagination offset, default 0
Offset *int `json:"-" url:"offset,omitempty"`
// pagination limit, default 20, max 100
Limit *int `json:"-" url:"limit,omitempty"`
// contains filtered or unexported fields
}
func (*GetWisdomRequest) SetCommunityID ¶
func (g *GetWisdomRequest) SetCommunityID(communityID *int)
SetCommunityID sets the CommunityID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetWisdomRequest) SetKind ¶
func (g *GetWisdomRequest) SetKind(kind *string)
SetKind sets the Kind field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetWisdomRequest) SetLimit ¶
func (g *GetWisdomRequest) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetWisdomRequest) SetMinConfidence ¶
func (g *GetWisdomRequest) SetMinConfidence(minConfidence *float64)
SetMinConfidence sets the MinConfidence field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetWisdomRequest) SetOffset ¶
func (g *GetWisdomRequest) SetOffset(offset *int)
SetOffset sets the Offset field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetWisdomRequest) SetPromiseSearch ¶
func (g *GetWisdomRequest) SetPromiseSearch(promiseSearch *string)
SetPromiseSearch sets the PromiseSearch field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GetWisdomRequest) SetType ¶
func (g *GetWisdomRequest) SetType(type_ *string)
SetType sets the Type field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GetWisdomSubgraphRequest ¶
type GetWisdomSubgraphRequest struct {
// Community ID
CommunityID int `json:"-" url:"community_id"`
// contains filtered or unexported fields
}
func (*GetWisdomSubgraphRequest) SetCommunityID ¶
func (g *GetWisdomSubgraphRequest) SetCommunityID(communityID int)
SetCommunityID sets the CommunityID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type GithubComCodeKoanLlmSdkGoProtocolAnthropicCacheCreation ¶
type GithubComCodeKoanLlmSdkGoProtocolAnthropicCacheCreation struct {
Ephemeral1HInputTokens *int `json:"ephemeral_1h_input_tokens,omitempty" url:"ephemeral_1h_input_tokens,omitempty"`
Ephemeral5MInputTokens *int `json:"ephemeral_5m_input_tokens,omitempty" url:"ephemeral_5m_input_tokens,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicCacheCreation) GetEphemeral1HInputTokens ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicCacheCreation) GetEphemeral1HInputTokens() *int
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicCacheCreation) GetEphemeral5MInputTokens ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicCacheCreation) GetEphemeral5MInputTokens() *int
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicCacheCreation) GetExtraProperties ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicCacheCreation) GetExtraProperties() map[string]interface{}
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicCacheCreation) MarshalJSON ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicCacheCreation) MarshalJSON() ([]byte, error)
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicCacheCreation) SetEphemeral1HInputTokens ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicCacheCreation) SetEphemeral1HInputTokens(ephemeral1HInputTokens *int)
SetEphemeral1HInputTokens sets the Ephemeral1HInputTokens field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicCacheCreation) SetEphemeral5MInputTokens ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicCacheCreation) SetEphemeral5MInputTokens(ephemeral5MInputTokens *int)
SetEphemeral5MInputTokens sets the Ephemeral5MInputTokens field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicCacheCreation) String ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicCacheCreation) String() string
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicCacheCreation) UnmarshalJSON ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicCacheCreation) UnmarshalJSON(data []byte) error
type GithubComCodeKoanLlmSdkGoProtocolAnthropicErrorResponse ¶
type GithubComCodeKoanLlmSdkGoProtocolAnthropicErrorResponse struct {
Error *AnthropicErrorDetail `json:"error,omitempty" url:"error,omitempty"`
Type *string `json:"type,omitempty" url:"type,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicErrorResponse) GetError ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicErrorResponse) GetError() *AnthropicErrorDetail
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicErrorResponse) GetExtraProperties ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicErrorResponse) GetExtraProperties() map[string]interface{}
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicErrorResponse) GetType ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicErrorResponse) GetType() *string
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicErrorResponse) MarshalJSON ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicErrorResponse) MarshalJSON() ([]byte, error)
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicErrorResponse) SetError ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicErrorResponse) SetError(error_ *AnthropicErrorDetail)
SetError sets the Error field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicErrorResponse) SetType ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicErrorResponse) SetType(type_ *string)
SetType sets the Type field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicErrorResponse) String ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicErrorResponse) String() string
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicErrorResponse) UnmarshalJSON ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicErrorResponse) UnmarshalJSON(data []byte) error
type GithubComCodeKoanLlmSdkGoProtocolAnthropicMessage ¶
type GithubComCodeKoanLlmSdkGoProtocolAnthropicMessage struct {
// string | []ContentBlock
Content any `json:"content,omitempty" url:"content,omitempty"`
Role *string `json:"role,omitempty" url:"role,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicMessage) GetContent ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicMessage) GetContent() any
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicMessage) GetExtraProperties ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicMessage) GetExtraProperties() map[string]interface{}
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicMessage) GetRole ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicMessage) GetRole() *string
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicMessage) MarshalJSON ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicMessage) MarshalJSON() ([]byte, error)
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicMessage) SetContent ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicMessage) SetContent(content any)
SetContent sets the Content field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicMessage) SetRole ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicMessage) SetRole(role *string)
SetRole sets the Role field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicMessage) String ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicMessage) String() string
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicMessage) UnmarshalJSON ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicMessage) UnmarshalJSON(data []byte) error
type GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage ¶
type GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage struct {
CacheCreation *GithubComCodeKoanLlmSdkGoProtocolAnthropicCacheCreation `json:"cache_creation,omitempty" url:"cache_creation,omitempty"`
CacheCreationInputTokens *int `json:"cache_creation_input_tokens,omitempty" url:"cache_creation_input_tokens,omitempty"`
CacheReadInputTokens *int `json:"cache_read_input_tokens,omitempty" url:"cache_read_input_tokens,omitempty"`
InputTokens *int `json:"input_tokens,omitempty" url:"input_tokens,omitempty"`
OutputTokens *int `json:"output_tokens,omitempty" url:"output_tokens,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) GetCacheCreation ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) GetCacheCreation() *GithubComCodeKoanLlmSdkGoProtocolAnthropicCacheCreation
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) GetCacheCreationInputTokens ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) GetCacheCreationInputTokens() *int
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) GetCacheReadInputTokens ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) GetCacheReadInputTokens() *int
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) GetExtraProperties ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) GetExtraProperties() map[string]interface{}
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) GetInputTokens ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) GetInputTokens() *int
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) GetOutputTokens ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) GetOutputTokens() *int
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) MarshalJSON ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) MarshalJSON() ([]byte, error)
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) SetCacheCreation ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) SetCacheCreation(cacheCreation *GithubComCodeKoanLlmSdkGoProtocolAnthropicCacheCreation)
SetCacheCreation sets the CacheCreation field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) SetCacheCreationInputTokens ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) SetCacheCreationInputTokens(cacheCreationInputTokens *int)
SetCacheCreationInputTokens sets the CacheCreationInputTokens field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) SetCacheReadInputTokens ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) SetCacheReadInputTokens(cacheReadInputTokens *int)
SetCacheReadInputTokens sets the CacheReadInputTokens field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) SetInputTokens ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) SetInputTokens(inputTokens *int)
SetInputTokens sets the InputTokens field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) SetOutputTokens ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) SetOutputTokens(outputTokens *int)
SetOutputTokens sets the OutputTokens field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) String ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) String() string
func (*GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) UnmarshalJSON ¶
func (g *GithubComCodeKoanLlmSdkGoProtocolAnthropicUsage) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences ¶
type GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences struct {
// BCP 47, e.g. "zh-CN"
Lang *string `json:"lang,omitempty" url:"lang,omitempty"`
// "light" | "dark"
Theme *string `json:"theme,omitempty" url:"theme,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences) GetLang ¶
func (g *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences) GetLang() *string
func (*GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences) GetTheme ¶
func (g *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences) GetTheme() *string
func (*GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences) SetLang ¶
func (g *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences) SetLang(lang *string)
SetLang sets the Lang field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences) SetTheme ¶
func (g *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences) SetTheme(theme *string)
SetTheme sets the Theme field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences) String ¶
func (g *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences) String() string
func (*GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalAigatewayInternalDomainAiSession ¶
type GithubComMktAgiAixInternalAigatewayInternalDomainAiSession struct {
CreatedAt *int `json:"created_at,omitempty" url:"created_at,omitempty"`
DeletedAt *int `json:"deleted_at,omitempty" url:"deleted_at,omitempty"`
ID *string `json:"id,omitempty" url:"id,omitempty"`
SubjectID *int `json:"subject_id,omitempty" url:"subject_id,omitempty"`
SubjectType *string `json:"subject_type,omitempty" url:"subject_type,omitempty"`
Title *string `json:"title,omitempty" url:"title,omitempty"`
UpdatedAt *int `json:"updated_at,omitempty" url:"updated_at,omitempty"`
UUID *string `json:"uuid,omitempty" url:"uuid,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetCreatedAt ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetCreatedAt() *int
func (*GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetDeletedAt ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetDeletedAt() *int
func (*GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetID ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetID() *string
func (*GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetSubjectID ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetSubjectID() *int
func (*GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetSubjectType ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetSubjectType() *string
func (*GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetTitle ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetTitle() *string
func (*GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetUUID ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetUUID() *string
func (*GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetUpdatedAt ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetUpdatedAt() *int
func (*GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetCreatedAt ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetCreatedAt(createdAt *int)
SetCreatedAt sets the CreatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetDeletedAt ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetDeletedAt(deletedAt *int)
SetDeletedAt sets the DeletedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetID ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetID(id *string)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetSubjectID ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetSubjectID(subjectID *int)
SetSubjectID sets the SubjectID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetSubjectType ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetSubjectType(subjectType *string)
SetSubjectType sets the SubjectType field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetTitle ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetTitle(title *string)
SetTitle sets the Title field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetUUID ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetUUID(uuid *string)
SetUUID sets the UUID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetUpdatedAt ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetUpdatedAt(updatedAt *int)
SetUpdatedAt sets the UpdatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) String ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) String() string
func (*GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalAigatewayInternalDomainModel ¶
type GithubComMktAgiAixInternalAigatewayInternalDomainModel struct {
BillingMode *string `json:"billing_mode,omitempty" url:"billing_mode,omitempty"`
BuyoutPrice *float64 `json:"buyout_price,omitempty" url:"buyout_price,omitempty"`
CacheHitPrice *float64 `json:"cache_hit_price,omitempty" url:"cache_hit_price,omitempty"`
Capabilities *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities `json:"capabilities,omitempty" url:"capabilities,omitempty"`
CreatedAt *int `json:"created_at,omitempty" url:"created_at,omitempty"`
Currency *string `json:"currency,omitempty" url:"currency,omitempty"`
Description *string `json:"description,omitempty" url:"description,omitempty"`
Enabled *bool `json:"enabled,omitempty" url:"enabled,omitempty"`
ID *int `json:"id,omitempty" url:"id,omitempty"`
InputPrice *float64 `json:"input_price,omitempty" url:"input_price,omitempty"`
IsDefault *bool `json:"is_default,omitempty" url:"is_default,omitempty"`
ListedAt *int `json:"listed_at,omitempty" url:"listed_at,omitempty"`
MaxOutputTokens *int `json:"max_output_tokens,omitempty" url:"max_output_tokens,omitempty"`
Name *string `json:"name,omitempty" url:"name,omitempty"`
OutputPrice *float64 `json:"output_price,omitempty" url:"output_price,omitempty"`
ProviderID *int `json:"provider_id,omitempty" url:"provider_id,omitempty"`
UpdatedAt *int `json:"updated_at,omitempty" url:"updated_at,omitempty"`
UpstreamName *string `json:"upstream_name,omitempty" url:"upstream_name,omitempty"`
UserID *int `json:"user_id,omitempty" url:"user_id,omitempty"`
// "private" | "public"
Visibility *string `json:"visibility,omitempty" url:"visibility,omitempty"`
WalletID *int `json:"wallet_id,omitempty" url:"wallet_id,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetBillingMode ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetBillingMode() *string
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetBuyoutPrice ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetBuyoutPrice() *float64
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetCacheHitPrice ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetCacheHitPrice() *float64
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetCapabilities ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetCapabilities() *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetCreatedAt ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetCreatedAt() *int
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetCurrency ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetCurrency() *string
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetDescription ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetDescription() *string
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetEnabled ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetEnabled() *bool
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetID ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetID() *int
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetInputPrice ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetInputPrice() *float64
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetIsDefault ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetIsDefault() *bool
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetListedAt ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetListedAt() *int
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetMaxOutputTokens ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetMaxOutputTokens() *int
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetName ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetName() *string
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetOutputPrice ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetOutputPrice() *float64
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetProviderID ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetProviderID() *int
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetUpdatedAt ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetUpdatedAt() *int
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetUpstreamName ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetUpstreamName() *string
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetUserID ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetUserID() *int
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetVisibility ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetVisibility() *string
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetWalletID ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) GetWalletID() *int
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetBillingMode ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetBillingMode(billingMode *string)
SetBillingMode sets the BillingMode field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetBuyoutPrice ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetBuyoutPrice(buyoutPrice *float64)
SetBuyoutPrice sets the BuyoutPrice field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetCacheHitPrice ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetCacheHitPrice(cacheHitPrice *float64)
SetCacheHitPrice sets the CacheHitPrice field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetCapabilities ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetCapabilities(capabilities *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities)
SetCapabilities sets the Capabilities field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetCreatedAt ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetCreatedAt(createdAt *int)
SetCreatedAt sets the CreatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetCurrency ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetCurrency(currency *string)
SetCurrency sets the Currency field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetDescription ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetDescription(description *string)
SetDescription sets the Description field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetEnabled ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetEnabled(enabled *bool)
SetEnabled sets the Enabled field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetID ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetID(id *int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetInputPrice ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetInputPrice(inputPrice *float64)
SetInputPrice sets the InputPrice field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetIsDefault ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetIsDefault(isDefault *bool)
SetIsDefault sets the IsDefault field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetListedAt ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetListedAt(listedAt *int)
SetListedAt sets the ListedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetMaxOutputTokens ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetMaxOutputTokens(maxOutputTokens *int)
SetMaxOutputTokens sets the MaxOutputTokens field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetName ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetName(name *string)
SetName sets the Name field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetOutputPrice ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetOutputPrice(outputPrice *float64)
SetOutputPrice sets the OutputPrice field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetProviderID ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetProviderID(providerID *int)
SetProviderID sets the ProviderID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetUpdatedAt ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetUpdatedAt(updatedAt *int)
SetUpdatedAt sets the UpdatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetUpstreamName ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetUpstreamName(upstreamName *string)
SetUpstreamName sets the UpstreamName field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetUserID ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetUserID(userID *int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetVisibility ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetVisibility(visibility *string)
SetVisibility sets the Visibility field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetWalletID ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) SetWalletID(walletID *int)
SetWalletID sets the WalletID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) String ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) String() string
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModel) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModel) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities ¶
type GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities struct {
Audio *bool `json:"audio,omitempty" url:"audio,omitempty"`
Image *bool `json:"image,omitempty" url:"image,omitempty"`
Pdf *bool `json:"pdf,omitempty" url:"pdf,omitempty"`
Reasoning *bool `json:"reasoning,omitempty" url:"reasoning,omitempty"`
Streaming *bool `json:"streaming,omitempty" url:"streaming,omitempty"`
Tools *bool `json:"tools,omitempty" url:"tools,omitempty"`
Video *bool `json:"video,omitempty" url:"video,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) GetAudio ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) GetAudio() *bool
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) GetImage ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) GetImage() *bool
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) GetPdf ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) GetPdf() *bool
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) GetReasoning ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) GetReasoning() *bool
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) GetStreaming ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) GetStreaming() *bool
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) GetTools ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) GetTools() *bool
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) GetVideo ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) GetVideo() *bool
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) SetAudio ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) SetAudio(audio *bool)
SetAudio sets the Audio field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) SetImage ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) SetImage(image *bool)
SetImage sets the Image field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) SetPdf ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) SetPdf(pdf *bool)
SetPdf sets the Pdf field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) SetReasoning ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) SetReasoning(reasoning *bool)
SetReasoning sets the Reasoning field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) SetStreaming ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) SetStreaming(streaming *bool)
SetStreaming sets the Streaming field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) SetTools ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) SetTools(tools *bool)
SetTools sets the Tools field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) SetVideo ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) SetVideo(video *bool)
SetVideo sets the Video field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) String ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) String() string
func (*GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalAigatewayInternalDomainModelCapabilities) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalBugreportsInternalDomainBugReport ¶
type GithubComMktAgiAixInternalBugreportsInternalDomainBugReport struct {
ClientTimestamp *int `json:"client_timestamp,omitempty" url:"client_timestamp,omitempty"`
Context []int `json:"context,omitempty" url:"context,omitempty"`
CreatedAt *int `json:"created_at,omitempty" url:"created_at,omitempty"`
Description *string `json:"description,omitempty" url:"description,omitempty"`
DomainLabel *string `json:"domain_label,omitempty" url:"domain_label,omitempty"`
GithubIssueNumber *int `json:"github_issue_number,omitempty" url:"github_issue_number,omitempty"`
GithubIssueURL *string `json:"github_issue_url,omitempty" url:"github_issue_url,omitempty"`
ID *int `json:"id,omitempty" url:"id,omitempty"`
Label *string `json:"label,omitempty" url:"label,omitempty"`
ReporterID *int `json:"reporter_id,omitempty" url:"reporter_id,omitempty"`
// populated via service-layer JOIN
ReporterName *string `json:"reporter_name,omitempty" url:"reporter_name,omitempty"`
ReviewNotes *string `json:"review_notes,omitempty" url:"review_notes,omitempty"`
ReviewerID *int `json:"reviewer_id,omitempty" url:"reviewer_id,omitempty"`
Status *string `json:"status,omitempty" url:"status,omitempty"`
Title *string `json:"title,omitempty" url:"title,omitempty"`
UpdatedAt *int `json:"updated_at,omitempty" url:"updated_at,omitempty"`
URL *string `json:"url,omitempty" url:"url,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetClientTimestamp ¶
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetClientTimestamp() *int
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetContext ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetContext() []int
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetCreatedAt ¶
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetCreatedAt() *int
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetDescription ¶
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetDescription() *string
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetDomainLabel ¶
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetDomainLabel() *string
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetGithubIssueNumber ¶
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetGithubIssueNumber() *int
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetGithubIssueURL ¶
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetGithubIssueURL() *string
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetID ¶
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetID() *int
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetLabel ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetLabel() *string
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetReporterID ¶
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetReporterID() *int
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetReporterName ¶
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetReporterName() *string
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetReviewNotes ¶
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetReviewNotes() *string
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetReviewerID ¶
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetReviewerID() *int
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetStatus ¶
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetStatus() *string
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetTitle ¶
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetTitle() *string
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetURL ¶
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetURL() *string
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetUpdatedAt ¶
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetUpdatedAt() *int
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetClientTimestamp ¶
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetClientTimestamp(clientTimestamp *int)
SetClientTimestamp sets the ClientTimestamp field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetContext ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetContext(context []int)
SetContext sets the Context field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetCreatedAt ¶
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetCreatedAt(createdAt *int)
SetCreatedAt sets the CreatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetDescription ¶
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetDescription(description *string)
SetDescription sets the Description field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetDomainLabel ¶
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetDomainLabel(domainLabel *string)
SetDomainLabel sets the DomainLabel field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetGithubIssueNumber ¶
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetGithubIssueNumber(githubIssueNumber *int)
SetGithubIssueNumber sets the GithubIssueNumber field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetGithubIssueURL ¶
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetGithubIssueURL(githubIssueURL *string)
SetGithubIssueURL sets the GithubIssueURL field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetID ¶
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetID(id *int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetLabel ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetLabel(label *string)
SetLabel sets the Label field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetReporterID ¶
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetReporterID(reporterID *int)
SetReporterID sets the ReporterID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetReporterName ¶
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetReporterName(reporterName *string)
SetReporterName sets the ReporterName field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetReviewNotes ¶
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetReviewNotes(reviewNotes *string)
SetReviewNotes sets the ReviewNotes field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetReviewerID ¶
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetReviewerID(reviewerID *int)
SetReviewerID sets the ReviewerID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetStatus ¶
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetStatus(status *string)
SetStatus sets the Status field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetTitle ¶
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetTitle(title *string)
SetTitle sets the Title field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetURL ¶
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetURL(url *string)
SetURL sets the URL field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetUpdatedAt ¶
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetUpdatedAt(updatedAt *int)
SetUpdatedAt sets the UpdatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) String ¶
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) String() string
func (*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalBulletinInternalDomainBulletin ¶
type GithubComMktAgiAixInternalBulletinInternalDomainBulletin struct {
Body *string `json:"body,omitempty" url:"body,omitempty"`
Category *string `json:"category,omitempty" url:"category,omitempty"`
CreatedAt *int `json:"created_at,omitempty" url:"created_at,omitempty"`
CreatedBy *int `json:"created_by,omitempty" url:"created_by,omitempty"`
ExpiresAt *int `json:"expires_at,omitempty" url:"expires_at,omitempty"`
ID *int `json:"id,omitempty" url:"id,omitempty"`
ParentID *int `json:"parent_id,omitempty" url:"parent_id,omitempty"`
PublishedAt *int `json:"published_at,omitempty" url:"published_at,omitempty"`
Section *string `json:"section,omitempty" url:"section,omitempty"`
SortOrder *int `json:"sort_order,omitempty" url:"sort_order,omitempty"`
Status *string `json:"status,omitempty" url:"status,omitempty"`
Summary *string `json:"summary,omitempty" url:"summary,omitempty"`
Title *string `json:"title,omitempty" url:"title,omitempty"`
Type *string `json:"type,omitempty" url:"type,omitempty"`
UpdatedAt *int `json:"updated_at,omitempty" url:"updated_at,omitempty"`
UpdatedBy *int `json:"updated_by,omitempty" url:"updated_by,omitempty"`
Version *string `json:"version,omitempty" url:"version,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetBody ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetBody() *string
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetCategory ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetCategory() *string
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetCreatedAt ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetCreatedAt() *int
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetCreatedBy ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetCreatedBy() *int
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetExpiresAt ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetExpiresAt() *int
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetID ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetID() *int
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetParentID ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetParentID() *int
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetPublishedAt ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetPublishedAt() *int
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetSection ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetSection() *string
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetSortOrder ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetSortOrder() *int
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetStatus ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetStatus() *string
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetSummary ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetSummary() *string
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetTitle ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetTitle() *string
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetType ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetType() *string
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetUpdatedAt ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetUpdatedAt() *int
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetUpdatedBy ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetUpdatedBy() *int
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetVersion ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetVersion() *string
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetBody ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetBody(body *string)
SetBody sets the Body field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetCategory ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetCategory(category *string)
SetCategory sets the Category field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetCreatedAt ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetCreatedAt(createdAt *int)
SetCreatedAt sets the CreatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetCreatedBy ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetCreatedBy(createdBy *int)
SetCreatedBy sets the CreatedBy field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetExpiresAt ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetExpiresAt(expiresAt *int)
SetExpiresAt sets the ExpiresAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetID ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetID(id *int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetParentID ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetParentID(parentID *int)
SetParentID sets the ParentID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetPublishedAt ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetPublishedAt(publishedAt *int)
SetPublishedAt sets the PublishedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetSection ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetSection(section *string)
SetSection sets the Section field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetSortOrder ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetSortOrder(sortOrder *int)
SetSortOrder sets the SortOrder field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetStatus ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetStatus(status *string)
SetStatus sets the Status field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetSummary ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetSummary(summary *string)
SetSummary sets the Summary field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetTitle ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetTitle(title *string)
SetTitle sets the Title field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetType ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetType(type_ *string)
SetType sets the Type field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetUpdatedAt ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetUpdatedAt(updatedAt *int)
SetUpdatedAt sets the UpdatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetUpdatedBy ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetUpdatedBy(updatedBy *int)
SetUpdatedBy sets the UpdatedBy field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetVersion ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetVersion(version *string)
SetVersion sets the Version field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) String ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) String() string
func (*GithubComMktAgiAixInternalBulletinInternalDomainBulletin) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalBulletinInternalDomainBulletin) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalCommentsInternalDomainComment ¶
type GithubComMktAgiAixInternalCommentsInternalDomainComment struct {
Body *string `json:"body,omitempty" url:"body,omitempty"`
CreatedAt *int `json:"created_at,omitempty" url:"created_at,omitempty"`
ID *int `json:"id,omitempty" url:"id,omitempty"`
ParentID *int `json:"parent_id,omitempty" url:"parent_id,omitempty"`
Status *string `json:"status,omitempty" url:"status,omitempty"`
TargetID *int `json:"target_id,omitempty" url:"target_id,omitempty"`
TargetType *string `json:"target_type,omitempty" url:"target_type,omitempty"`
UpdatedAt *int `json:"updated_at,omitempty" url:"updated_at,omitempty"`
UserID *int `json:"user_id,omitempty" url:"user_id,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalCommentsInternalDomainComment) GetBody ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) GetBody() *string
func (*GithubComMktAgiAixInternalCommentsInternalDomainComment) GetCreatedAt ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) GetCreatedAt() *int
func (*GithubComMktAgiAixInternalCommentsInternalDomainComment) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalCommentsInternalDomainComment) GetID ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) GetID() *int
func (*GithubComMktAgiAixInternalCommentsInternalDomainComment) GetParentID ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) GetParentID() *int
func (*GithubComMktAgiAixInternalCommentsInternalDomainComment) GetStatus ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) GetStatus() *string
func (*GithubComMktAgiAixInternalCommentsInternalDomainComment) GetTargetID ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) GetTargetID() *int
func (*GithubComMktAgiAixInternalCommentsInternalDomainComment) GetTargetType ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) GetTargetType() *string
func (*GithubComMktAgiAixInternalCommentsInternalDomainComment) GetUpdatedAt ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) GetUpdatedAt() *int
func (*GithubComMktAgiAixInternalCommentsInternalDomainComment) GetUserID ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) GetUserID() *int
func (*GithubComMktAgiAixInternalCommentsInternalDomainComment) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalCommentsInternalDomainComment) SetBody ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) SetBody(body *string)
SetBody sets the Body field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalCommentsInternalDomainComment) SetCreatedAt ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) SetCreatedAt(createdAt *int)
SetCreatedAt sets the CreatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalCommentsInternalDomainComment) SetID ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) SetID(id *int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalCommentsInternalDomainComment) SetParentID ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) SetParentID(parentID *int)
SetParentID sets the ParentID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalCommentsInternalDomainComment) SetStatus ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) SetStatus(status *string)
SetStatus sets the Status field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalCommentsInternalDomainComment) SetTargetID ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) SetTargetID(targetID *int)
SetTargetID sets the TargetID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalCommentsInternalDomainComment) SetTargetType ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) SetTargetType(targetType *string)
SetTargetType sets the TargetType field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalCommentsInternalDomainComment) SetUpdatedAt ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) SetUpdatedAt(updatedAt *int)
SetUpdatedAt sets the UpdatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalCommentsInternalDomainComment) SetUserID ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) SetUserID(userID *int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalCommentsInternalDomainComment) String ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) String() string
func (*GithubComMktAgiAixInternalCommentsInternalDomainComment) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainComment) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalCommentsInternalDomainCommentNode ¶
type GithubComMktAgiAixInternalCommentsInternalDomainCommentNode struct {
Body *string `json:"body,omitempty" url:"body,omitempty"`
Children []*GithubComMktAgiAixInternalCommentsInternalDomainCommentNode `json:"children,omitempty" url:"children,omitempty"`
CreatedAt *int `json:"created_at,omitempty" url:"created_at,omitempty"`
ID *int `json:"id,omitempty" url:"id,omitempty"`
ParentID *int `json:"parent_id,omitempty" url:"parent_id,omitempty"`
Status *string `json:"status,omitempty" url:"status,omitempty"`
TargetID *int `json:"target_id,omitempty" url:"target_id,omitempty"`
TargetType *string `json:"target_type,omitempty" url:"target_type,omitempty"`
UpdatedAt *int `json:"updated_at,omitempty" url:"updated_at,omitempty"`
UserID *int `json:"user_id,omitempty" url:"user_id,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) GetBody ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) GetBody() *string
func (*GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) GetChildren ¶
func (*GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) GetCreatedAt ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) GetCreatedAt() *int
func (*GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) GetID ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) GetID() *int
func (*GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) GetParentID ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) GetParentID() *int
func (*GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) GetStatus ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) GetStatus() *string
func (*GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) GetTargetID ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) GetTargetID() *int
func (*GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) GetTargetType ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) GetTargetType() *string
func (*GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) GetUpdatedAt ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) GetUpdatedAt() *int
func (*GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) GetUserID ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) GetUserID() *int
func (*GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) SetBody ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) SetBody(body *string)
SetBody sets the Body field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) SetChildren ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) SetChildren(children []*GithubComMktAgiAixInternalCommentsInternalDomainCommentNode)
SetChildren sets the Children field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) SetCreatedAt ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) SetCreatedAt(createdAt *int)
SetCreatedAt sets the CreatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) SetID ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) SetID(id *int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) SetParentID ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) SetParentID(parentID *int)
SetParentID sets the ParentID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) SetStatus ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) SetStatus(status *string)
SetStatus sets the Status field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) SetTargetID ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) SetTargetID(targetID *int)
SetTargetID sets the TargetID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) SetTargetType ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) SetTargetType(targetType *string)
SetTargetType sets the TargetType field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) SetUpdatedAt ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) SetUpdatedAt(updatedAt *int)
SetUpdatedAt sets the UpdatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) SetUserID ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) SetUserID(userID *int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) String ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) String() string
func (*GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalCommentsInternalDomainCommentNode) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalIamAccessGrant ¶ added in v0.0.5
type GithubComMktAgiAixInternalIamAccessGrant struct {
CreatedAt *int `json:"createdAt,omitempty" url:"createdAt,omitempty"`
CreatedBy *int `json:"createdBy,omitempty" url:"createdBy,omitempty"`
ExpiresAt *int `json:"expiresAt,omitempty" url:"expiresAt,omitempty"`
OrderNo *string `json:"orderNo,omitempty" url:"orderNo,omitempty"`
// "grant" | "purchase"
Source *string `json:"source,omitempty" url:"source,omitempty"`
UserID *int `json:"userID,omitempty" url:"userID,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalIamAccessGrant) GetCreatedAt ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalIamAccessGrant) GetCreatedAt() *int
func (*GithubComMktAgiAixInternalIamAccessGrant) GetCreatedBy ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalIamAccessGrant) GetCreatedBy() *int
func (*GithubComMktAgiAixInternalIamAccessGrant) GetExpiresAt ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalIamAccessGrant) GetExpiresAt() *int
func (*GithubComMktAgiAixInternalIamAccessGrant) GetExtraProperties ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalIamAccessGrant) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalIamAccessGrant) GetOrderNo ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalIamAccessGrant) GetOrderNo() *string
func (*GithubComMktAgiAixInternalIamAccessGrant) GetSource ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalIamAccessGrant) GetSource() *string
func (*GithubComMktAgiAixInternalIamAccessGrant) GetUserID ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalIamAccessGrant) GetUserID() *int
func (*GithubComMktAgiAixInternalIamAccessGrant) MarshalJSON ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalIamAccessGrant) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalIamAccessGrant) SetCreatedAt ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalIamAccessGrant) SetCreatedAt(createdAt *int)
SetCreatedAt sets the CreatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalIamAccessGrant) SetCreatedBy ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalIamAccessGrant) SetCreatedBy(createdBy *int)
SetCreatedBy sets the CreatedBy field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalIamAccessGrant) SetExpiresAt ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalIamAccessGrant) SetExpiresAt(expiresAt *int)
SetExpiresAt sets the ExpiresAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalIamAccessGrant) SetOrderNo ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalIamAccessGrant) SetOrderNo(orderNo *string)
SetOrderNo sets the OrderNo field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalIamAccessGrant) SetSource ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalIamAccessGrant) SetSource(source *string)
SetSource sets the Source field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalIamAccessGrant) SetUserID ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalIamAccessGrant) SetUserID(userID *int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalIamAccessGrant) String ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalIamAccessGrant) String() string
func (*GithubComMktAgiAixInternalIamAccessGrant) UnmarshalJSON ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalIamAccessGrant) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalIamInternalDomainAccessGrant ¶ added in v0.0.5
type GithubComMktAgiAixInternalIamInternalDomainAccessGrant struct {
CreatedAt *int `json:"createdAt,omitempty" url:"createdAt,omitempty"`
CreatedBy *int `json:"createdBy,omitempty" url:"createdBy,omitempty"`
ExpiresAt *int `json:"expiresAt,omitempty" url:"expiresAt,omitempty"`
OrderNo *string `json:"orderNo,omitempty" url:"orderNo,omitempty"`
// "grant" | "purchase"
Source *string `json:"source,omitempty" url:"source,omitempty"`
UserID *int `json:"userID,omitempty" url:"userID,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetCreatedAt ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetCreatedAt() *int
func (*GithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetCreatedBy ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetCreatedBy() *int
func (*GithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetExpiresAt ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetExpiresAt() *int
func (*GithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetExtraProperties ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetOrderNo ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetOrderNo() *string
func (*GithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetSource ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetSource() *string
func (*GithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetUserID ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetUserID() *int
func (*GithubComMktAgiAixInternalIamInternalDomainAccessGrant) MarshalJSON ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalIamInternalDomainAccessGrant) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetCreatedAt ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetCreatedAt(createdAt *int)
SetCreatedAt sets the CreatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetCreatedBy ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetCreatedBy(createdBy *int)
SetCreatedBy sets the CreatedBy field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetExpiresAt ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetExpiresAt(expiresAt *int)
SetExpiresAt sets the ExpiresAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetOrderNo ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetOrderNo(orderNo *string)
SetOrderNo sets the OrderNo field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetSource ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetSource(source *string)
SetSource sets the Source field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetUserID ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetUserID(userID *int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalIamInternalDomainAccessGrant) String ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalIamInternalDomainAccessGrant) String() string
func (*GithubComMktAgiAixInternalIamInternalDomainAccessGrant) UnmarshalJSON ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalIamInternalDomainAccessGrant) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalMessagingInternalDomainConversation ¶
type GithubComMktAgiAixInternalMessagingInternalDomainConversation struct {
CreatedAt *int `json:"created_at,omitempty" url:"created_at,omitempty"`
CreatedBy *int `json:"created_by,omitempty" url:"created_by,omitempty"`
ID *int `json:"id,omitempty" url:"id,omitempty"`
LastMessage *string `json:"last_message,omitempty" url:"last_message,omitempty"`
LastMsgAt *int `json:"last_msg_at,omitempty" url:"last_msg_at,omitempty"`
MaxSeq *int `json:"max_seq,omitempty" url:"max_seq,omitempty"`
Title *string `json:"title,omitempty" url:"title,omitempty"`
Type *string `json:"type,omitempty" url:"type,omitempty"`
UID *string `json:"uid,omitempty" url:"uid,omitempty"`
UpdatedAt *int `json:"updated_at,omitempty" url:"updated_at,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversation) GetCreatedAt ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) GetCreatedAt() *int
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversation) GetCreatedBy ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) GetCreatedBy() *int
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversation) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversation) GetID ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) GetID() *int
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversation) GetLastMessage ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) GetLastMessage() *string
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversation) GetLastMsgAt ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) GetLastMsgAt() *int
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversation) GetMaxSeq ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) GetMaxSeq() *int
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversation) GetTitle ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) GetTitle() *string
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversation) GetType ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) GetType() *string
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversation) GetUID ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) GetUID() *string
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversation) GetUpdatedAt ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) GetUpdatedAt() *int
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversation) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversation) SetCreatedAt ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) SetCreatedAt(createdAt *int)
SetCreatedAt sets the CreatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversation) SetCreatedBy ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) SetCreatedBy(createdBy *int)
SetCreatedBy sets the CreatedBy field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversation) SetID ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) SetID(id *int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversation) SetLastMessage ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) SetLastMessage(lastMessage *string)
SetLastMessage sets the LastMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversation) SetLastMsgAt ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) SetLastMsgAt(lastMsgAt *int)
SetLastMsgAt sets the LastMsgAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversation) SetMaxSeq ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) SetMaxSeq(maxSeq *int)
SetMaxSeq sets the MaxSeq field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversation) SetTitle ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) SetTitle(title *string)
SetTitle sets the Title field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversation) SetType ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) SetType(type_ *string)
SetType sets the Type field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversation) SetUID ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) SetUID(uid *string)
SetUID sets the UID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversation) SetUpdatedAt ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) SetUpdatedAt(updatedAt *int)
SetUpdatedAt sets the UpdatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversation) String ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) String() string
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversation) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversation) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary ¶
type GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary struct {
CreatedAt *int `json:"created_at,omitempty" url:"created_at,omitempty"`
CreatedBy *int `json:"created_by,omitempty" url:"created_by,omitempty"`
ID *int `json:"id,omitempty" url:"id,omitempty"`
LastMessage *string `json:"last_message,omitempty" url:"last_message,omitempty"`
LastMsgAt *int `json:"last_msg_at,omitempty" url:"last_msg_at,omitempty"`
MaxSeq *int `json:"max_seq,omitempty" url:"max_seq,omitempty"`
ReadSeq *int `json:"read_seq,omitempty" url:"read_seq,omitempty"`
SyncedSeq *int `json:"synced_seq,omitempty" url:"synced_seq,omitempty"`
Title *string `json:"title,omitempty" url:"title,omitempty"`
Type *string `json:"type,omitempty" url:"type,omitempty"`
UID *string `json:"uid,omitempty" url:"uid,omitempty"`
UnreadCount *int `json:"unread_count,omitempty" url:"unread_count,omitempty"`
UpdatedAt *int `json:"updated_at,omitempty" url:"updated_at,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetCreatedAt ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetCreatedAt() *int
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetCreatedBy ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetCreatedBy() *int
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetID ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetID() *int
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetLastMessage ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetLastMessage() *string
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetLastMsgAt ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetLastMsgAt() *int
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetMaxSeq ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetMaxSeq() *int
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetReadSeq ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetReadSeq() *int
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetSyncedSeq ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetSyncedSeq() *int
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetTitle ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetTitle() *string
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetType ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetType() *string
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetUID ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetUID() *string
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetUnreadCount ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetUnreadCount() *int
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetUpdatedAt ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetUpdatedAt() *int
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetCreatedAt ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetCreatedAt(createdAt *int)
SetCreatedAt sets the CreatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetCreatedBy ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetCreatedBy(createdBy *int)
SetCreatedBy sets the CreatedBy field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetID ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetID(id *int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetLastMessage ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetLastMessage(lastMessage *string)
SetLastMessage sets the LastMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetLastMsgAt ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetLastMsgAt(lastMsgAt *int)
SetLastMsgAt sets the LastMsgAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetMaxSeq ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetMaxSeq(maxSeq *int)
SetMaxSeq sets the MaxSeq field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetReadSeq ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetReadSeq(readSeq *int)
SetReadSeq sets the ReadSeq field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetSyncedSeq ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetSyncedSeq(syncedSeq *int)
SetSyncedSeq sets the SyncedSeq field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetTitle ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetTitle(title *string)
SetTitle sets the Title field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetType ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetType(type_ *string)
SetType sets the Type field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetUID ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetUID(uid *string)
SetUID sets the UID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetUnreadCount ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetUnreadCount(unreadCount *int)
SetUnreadCount sets the UnreadCount field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetUpdatedAt ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetUpdatedAt(updatedAt *int)
SetUpdatedAt sets the UpdatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) String ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) String() string
func (*GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalMessagingInternalDomainMessage ¶
type GithubComMktAgiAixInternalMessagingInternalDomainMessage struct {
Content *string `json:"content,omitempty" url:"content,omitempty"`
ContentType *string `json:"content_type,omitempty" url:"content_type,omitempty"`
ConvID *int `json:"conv_id,omitempty" url:"conv_id,omitempty"`
CreatedAt *int `json:"created_at,omitempty" url:"created_at,omitempty"`
ID *int `json:"id,omitempty" url:"id,omitempty"`
MentionedUserIDs []int `json:"mentioned_user_ids,omitempty" url:"mentioned_user_ids,omitempty"`
Metadata *string `json:"metadata,omitempty" url:"metadata,omitempty"`
ReplyToSeq *int `json:"reply_to_seq,omitempty" url:"reply_to_seq,omitempty"`
SenderID *int `json:"sender_id,omitempty" url:"sender_id,omitempty"`
Seq *int `json:"seq,omitempty" url:"seq,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalMessagingInternalDomainMessage) GetContent ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) GetContent() *string
func (*GithubComMktAgiAixInternalMessagingInternalDomainMessage) GetContentType ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) GetContentType() *string
func (*GithubComMktAgiAixInternalMessagingInternalDomainMessage) GetConvID ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) GetConvID() *int
func (*GithubComMktAgiAixInternalMessagingInternalDomainMessage) GetCreatedAt ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) GetCreatedAt() *int
func (*GithubComMktAgiAixInternalMessagingInternalDomainMessage) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalMessagingInternalDomainMessage) GetID ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) GetID() *int
func (*GithubComMktAgiAixInternalMessagingInternalDomainMessage) GetMentionedUserIDs ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) GetMentionedUserIDs() []int
func (*GithubComMktAgiAixInternalMessagingInternalDomainMessage) GetMetadata ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) GetMetadata() *string
func (*GithubComMktAgiAixInternalMessagingInternalDomainMessage) GetReplyToSeq ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) GetReplyToSeq() *int
func (*GithubComMktAgiAixInternalMessagingInternalDomainMessage) GetSenderID ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) GetSenderID() *int
func (*GithubComMktAgiAixInternalMessagingInternalDomainMessage) GetSeq ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) GetSeq() *int
func (*GithubComMktAgiAixInternalMessagingInternalDomainMessage) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalMessagingInternalDomainMessage) SetContent ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) SetContent(content *string)
SetContent sets the Content field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalMessagingInternalDomainMessage) SetContentType ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) SetContentType(contentType *string)
SetContentType sets the ContentType field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalMessagingInternalDomainMessage) SetConvID ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) SetConvID(convID *int)
SetConvID sets the ConvID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalMessagingInternalDomainMessage) SetCreatedAt ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) SetCreatedAt(createdAt *int)
SetCreatedAt sets the CreatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalMessagingInternalDomainMessage) SetID ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) SetID(id *int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalMessagingInternalDomainMessage) SetMentionedUserIDs ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) SetMentionedUserIDs(mentionedUserIDs []int)
SetMentionedUserIDs sets the MentionedUserIDs field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalMessagingInternalDomainMessage) SetMetadata ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) SetMetadata(metadata *string)
SetMetadata sets the Metadata field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalMessagingInternalDomainMessage) SetReplyToSeq ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) SetReplyToSeq(replyToSeq *int)
SetReplyToSeq sets the ReplyToSeq field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalMessagingInternalDomainMessage) SetSenderID ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) SetSenderID(senderID *int)
SetSenderID sets the SenderID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalMessagingInternalDomainMessage) SetSeq ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) SetSeq(seq *int)
SetSeq sets the Seq field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalMessagingInternalDomainMessage) String ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) String() string
func (*GithubComMktAgiAixInternalMessagingInternalDomainMessage) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalMessagingInternalDomainMessage) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPaymentsInternalDomainFeeResourceBreakdown ¶
type GithubComMktAgiAixInternalPaymentsInternalDomainFeeResourceBreakdown struct {
Fee *float64 `json:"fee,omitempty" url:"fee,omitempty"`
ResourceType *string `json:"resource_type,omitempty" url:"resource_type,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPaymentsInternalDomainFeeResourceBreakdown) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPaymentsInternalDomainFeeResourceBreakdown) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPaymentsInternalDomainFeeResourceBreakdown) GetFee ¶
func (g *GithubComMktAgiAixInternalPaymentsInternalDomainFeeResourceBreakdown) GetFee() *float64
func (*GithubComMktAgiAixInternalPaymentsInternalDomainFeeResourceBreakdown) GetResourceType ¶
func (g *GithubComMktAgiAixInternalPaymentsInternalDomainFeeResourceBreakdown) GetResourceType() *string
func (*GithubComMktAgiAixInternalPaymentsInternalDomainFeeResourceBreakdown) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPaymentsInternalDomainFeeResourceBreakdown) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPaymentsInternalDomainFeeResourceBreakdown) SetFee ¶
func (g *GithubComMktAgiAixInternalPaymentsInternalDomainFeeResourceBreakdown) SetFee(fee *float64)
SetFee sets the Fee field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPaymentsInternalDomainFeeResourceBreakdown) SetResourceType ¶
func (g *GithubComMktAgiAixInternalPaymentsInternalDomainFeeResourceBreakdown) SetResourceType(resourceType *string)
SetResourceType sets the ResourceType field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPaymentsInternalDomainFeeResourceBreakdown) String ¶
func (g *GithubComMktAgiAixInternalPaymentsInternalDomainFeeResourceBreakdown) String() string
func (*GithubComMktAgiAixInternalPaymentsInternalDomainFeeResourceBreakdown) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPaymentsInternalDomainFeeResourceBreakdown) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPaymentsInternalDomainFeeSellerBreakdown ¶
type GithubComMktAgiAixInternalPaymentsInternalDomainFeeSellerBreakdown struct {
Fee *float64 `json:"fee,omitempty" url:"fee,omitempty"`
SellerUserID *int `json:"seller_user_id,omitempty" url:"seller_user_id,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPaymentsInternalDomainFeeSellerBreakdown) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPaymentsInternalDomainFeeSellerBreakdown) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPaymentsInternalDomainFeeSellerBreakdown) GetFee ¶
func (g *GithubComMktAgiAixInternalPaymentsInternalDomainFeeSellerBreakdown) GetFee() *float64
func (*GithubComMktAgiAixInternalPaymentsInternalDomainFeeSellerBreakdown) GetSellerUserID ¶
func (g *GithubComMktAgiAixInternalPaymentsInternalDomainFeeSellerBreakdown) GetSellerUserID() *int
func (*GithubComMktAgiAixInternalPaymentsInternalDomainFeeSellerBreakdown) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPaymentsInternalDomainFeeSellerBreakdown) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPaymentsInternalDomainFeeSellerBreakdown) SetFee ¶
func (g *GithubComMktAgiAixInternalPaymentsInternalDomainFeeSellerBreakdown) SetFee(fee *float64)
SetFee sets the Fee field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPaymentsInternalDomainFeeSellerBreakdown) SetSellerUserID ¶
func (g *GithubComMktAgiAixInternalPaymentsInternalDomainFeeSellerBreakdown) SetSellerUserID(sellerUserID *int)
SetSellerUserID sets the SellerUserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPaymentsInternalDomainFeeSellerBreakdown) String ¶
func (g *GithubComMktAgiAixInternalPaymentsInternalDomainFeeSellerBreakdown) String() string
func (*GithubComMktAgiAixInternalPaymentsInternalDomainFeeSellerBreakdown) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPaymentsInternalDomainFeeSellerBreakdown) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary ¶
type GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary struct {
ByResourceType []*GithubComMktAgiAixInternalPaymentsInternalDomainFeeResourceBreakdown `json:"by_resource_type,omitempty" url:"by_resource_type,omitempty"`
BySeller []*GithubComMktAgiAixInternalPaymentsInternalDomainFeeSellerBreakdown `json:"by_seller,omitempty" url:"by_seller,omitempty"`
Period *string `json:"period,omitempty" url:"period,omitempty"`
TotalFee *float64 `json:"total_fee,omitempty" url:"total_fee,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) GetByResourceType ¶
func (*GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) GetBySeller ¶
func (*GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) GetPeriod ¶
func (g *GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) GetPeriod() *string
func (*GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) GetTotalFee ¶
func (g *GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) GetTotalFee() *float64
func (*GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) SetByResourceType ¶
func (g *GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) SetByResourceType(byResourceType []*GithubComMktAgiAixInternalPaymentsInternalDomainFeeResourceBreakdown)
SetByResourceType sets the ByResourceType field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) SetBySeller ¶
func (g *GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) SetBySeller(bySeller []*GithubComMktAgiAixInternalPaymentsInternalDomainFeeSellerBreakdown)
SetBySeller sets the BySeller field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) SetPeriod ¶
func (g *GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) SetPeriod(period *string)
SetPeriod sets the Period field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) SetTotalFee ¶
func (g *GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) SetTotalFee(totalFee *float64)
SetTotalFee sets the TotalFee field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) String ¶
func (g *GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) String() string
func (*GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxCodeResp ¶
type GithubComMktAgiAixInternalPkgGinxCodeResp struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data any `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxCodeResp) GetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxCodeResp) GetCode() *int
func (*GithubComMktAgiAixInternalPkgGinxCodeResp) GetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxCodeResp) GetData() any
func (*GithubComMktAgiAixInternalPkgGinxCodeResp) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxCodeResp) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxCodeResp) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxCodeResp) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxCodeResp) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxCodeResp) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxCodeResp) GetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxCodeResp) GetPage() *int
func (*GithubComMktAgiAixInternalPkgGinxCodeResp) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxCodeResp) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxCodeResp) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxCodeResp) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxCodeResp) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxCodeResp) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxCodeResp) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxCodeResp) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxCodeResp) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxCodeResp) SetData(data any)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxCodeResp) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxCodeResp) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxCodeResp) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxCodeResp) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxCodeResp) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxCodeResp) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxCodeResp) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxCodeResp) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxCodeResp) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxCodeResp) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxCodeResp) String ¶
func (g *GithubComMktAgiAixInternalPkgGinxCodeResp) String() string
func (*GithubComMktAgiAixInternalPkgGinxCodeResp) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxCodeResp) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse ¶
type GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *AnthropicMessageResponse `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) GetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) GetCode() *int
func (*GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) GetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) GetData() *AnthropicMessageResponse
func (*GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) GetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) GetPage() *int
func (*GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) SetData(data *AnthropicMessageResponse)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) String ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) String() string
func (*GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultAnthropicMessageResponse) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultAny ¶
type GithubComMktAgiAixInternalPkgGinxResultAny struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data any `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultAny) GetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultAny) GetCode() *int
func (*GithubComMktAgiAixInternalPkgGinxResultAny) GetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultAny) GetData() any
func (*GithubComMktAgiAixInternalPkgGinxResultAny) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultAny) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultAny) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultAny) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultAny) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultAny) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultAny) GetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultAny) GetPage() *int
func (*GithubComMktAgiAixInternalPkgGinxResultAny) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultAny) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultAny) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultAny) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultAny) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultAny) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultAny) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultAny) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultAny) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultAny) SetData(data any)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultAny) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultAny) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultAny) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultAny) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultAny) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultAny) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultAny) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultAny) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultAny) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultAny) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultAny) String ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultAny) String() string
func (*GithubComMktAgiAixInternalPkgGinxResultAny) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultAny) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession ¶
type GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data []*GithubComMktAgiAixInternalAigatewayInternalDomainAiSession `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetCode ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetLimit ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetMessage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetPage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetTotal ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetData(data []*GithubComMktAgiAixInternalAigatewayInternalDomainAiSession)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) String ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel ¶
type GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data []*GithubComMktAgiAixInternalAigatewayInternalDomainModel `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) GetCode ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) GetLimit ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) GetMessage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) GetPage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) GetTotal ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetData(data []*GithubComMktAgiAixInternalAigatewayInternalDomainModel)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) String ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalAigatewayInternalDomainModel) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport ¶
type GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data []*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetCode ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetLimit ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetMessage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetPage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetTotal ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetData(data []*GithubComMktAgiAixInternalBugreportsInternalDomainBugReport)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) String ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin ¶
type GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data []*GithubComMktAgiAixInternalBulletinInternalDomainBulletin `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetCode ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetLimit ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetMessage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetPage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetTotal ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetData(data []*GithubComMktAgiAixInternalBulletinInternalDomainBulletin)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) String ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalBulletinInternalDomainBulletin) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant ¶ added in v0.0.5
type GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data []*GithubComMktAgiAixInternalIamAccessGrant `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) GetCode ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) GetCode() *int
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) GetData ¶ added in v0.0.5
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) GetExtraProperties ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) GetLimit ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) GetMessage ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) GetPage ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) GetPage() *int
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) GetTotal ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) GetUserMessage ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) MarshalJSON ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) SetCode ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) SetData ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) SetData(data []*GithubComMktAgiAixInternalIamAccessGrant)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) SetLimit ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) SetMessage ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) SetPage ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) SetTotal ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) SetUserMessage ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) String ¶ added in v0.0.5
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) UnmarshalJSON ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamAccessGrant) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant ¶ added in v0.0.5
type GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data []*GithubComMktAgiAixInternalIamInternalDomainAccessGrant `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetCode ¶ added in v0.0.5
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetData ¶ added in v0.0.5
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetExtraProperties ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetLimit ¶ added in v0.0.5
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetMessage ¶ added in v0.0.5
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetPage ¶ added in v0.0.5
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetTotal ¶ added in v0.0.5
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetUserMessage ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) MarshalJSON ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetCode ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetData ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetData(data []*GithubComMktAgiAixInternalIamInternalDomainAccessGrant)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetLimit ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetMessage ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetPage ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetTotal ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetUserMessage ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) String ¶ added in v0.0.5
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) UnmarshalJSON ¶ added in v0.0.5
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalIamInternalDomainAccessGrant) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary ¶
type GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data []*GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetCode ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetLimit ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetMessage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetPage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetTotal ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) GetUserMessage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetData(data []*GithubComMktAgiAixInternalMessagingInternalDomainConversationSummary)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) String ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainConversationSummary) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage ¶
type GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data []*GithubComMktAgiAixInternalMessagingInternalDomainMessage `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) GetCode ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) GetLimit ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) GetMessage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) GetPage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) GetTotal ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetData(data []*GithubComMktAgiAixInternalMessagingInternalDomainMessage)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) String ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayGithubComMktAgiAixInternalMessagingInternalDomainMessage) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse ¶
type GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data []*InternalAccountsInternalWebUserResponse `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) GetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) GetCode() *int
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) GetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) GetPage() *int
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) SetData(data []*InternalAccountsInternalWebUserResponse)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) String ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserResponse) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse ¶
type GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data []*InternalAccountsInternalWebUserSecretResponse `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) GetCode ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) GetPage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) SetData(data []*InternalAccountsInternalWebUserSecretResponse)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) String ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAccountsInternalWebUserSecretResponse) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse ¶
type GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data []*InternalAigatewayInternalWebUserProviderResponse `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) GetCode ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) GetLimit ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) GetPage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) GetTotal ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) SetData(data []*InternalAigatewayInternalWebUserProviderResponse)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) String ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserProviderResponse) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse ¶
type GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data []*InternalAigatewayInternalWebUserRouteResponse `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) GetCode ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) GetPage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) SetData(data []*InternalAigatewayInternalWebUserRouteResponse)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) String ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalAigatewayInternalWebUserRouteResponse) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse ¶
type GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data []*InternalFilesInternalWebFileResponse `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) GetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) GetCode() *int
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) GetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) GetPage() *int
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) SetData(data []*InternalFilesInternalWebFileResponse)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalFilesInternalWebFileResponse) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse ¶
type GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data []*InternalIamInternalWebAPIKeyResponse `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) GetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) GetCode() *int
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) GetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) GetPage() *int
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) SetData(data []*InternalIamInternalWebAPIKeyResponse)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalIamInternalWebAPIKeyResponse) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response ¶
type GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data []*InternalPaymentsInternalWebWalletV2Response `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) GetCode ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) GetPage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) SetData(data []*InternalPaymentsInternalWebWalletV2Response)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) String ¶
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalPaymentsInternalWebWalletV2Response) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse ¶
type GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data []*InternalWisdomInternalWebLogResponse `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) GetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) GetCode() *int
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) GetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) GetPage() *int
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) SetData(data []*InternalWisdomInternalWebLogResponse)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultArrayInternalWisdomInternalWebLogResponse) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession ¶
type GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetCode ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetLimit ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetMessage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetPage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetTotal ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetData(data *GithubComMktAgiAixInternalAigatewayInternalDomainAiSession)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) String ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainAiSession) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel ¶
type GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *GithubComMktAgiAixInternalAigatewayInternalDomainModel `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) GetCode ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) GetLimit ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) GetPage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) GetTotal ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetData(data *GithubComMktAgiAixInternalAigatewayInternalDomainModel)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) String ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalAigatewayInternalDomainModel) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport ¶
type GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetCode ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetLimit ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetMessage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetPage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetTotal ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetData(data *GithubComMktAgiAixInternalBugreportsInternalDomainBugReport)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) String ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBugreportsInternalDomainBugReport) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin ¶
type GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *GithubComMktAgiAixInternalBulletinInternalDomainBulletin `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetCode ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetLimit ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetMessage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetPage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetTotal ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetData(data *GithubComMktAgiAixInternalBulletinInternalDomainBulletin)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) String ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalBulletinInternalDomainBulletin) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment ¶
type GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *GithubComMktAgiAixInternalCommentsInternalDomainComment `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) GetCode ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) GetLimit ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) GetPage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) GetTotal ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) SetData(data *GithubComMktAgiAixInternalCommentsInternalDomainComment)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) String ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalCommentsInternalDomainComment) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation ¶
type GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *GithubComMktAgiAixInternalMessagingInternalDomainConversation `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) GetCode ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) GetLimit ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) GetMessage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) GetPage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) GetTotal ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) SetData(data *GithubComMktAgiAixInternalMessagingInternalDomainConversation)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) String ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainConversation) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage ¶
type GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *GithubComMktAgiAixInternalMessagingInternalDomainMessage `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) GetCode ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) GetLimit ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) GetMessage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) GetPage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) GetTotal ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetData(data *GithubComMktAgiAixInternalMessagingInternalDomainMessage)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) String ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalMessagingInternalDomainMessage) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary ¶
type GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) GetCode ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) GetLimit ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) GetMessage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) GetPage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) GetTotal ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) SetData(data *GithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) String ¶
func (*GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultGithubComMktAgiAixInternalPaymentsInternalDomainMarketplaceFeeSummary) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse ¶
type GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *InternalAccountsInternalWebAuthResponse `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) GetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) GetCode() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) GetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) GetPage() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) SetData(data *InternalAccountsInternalWebAuthResponse)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAuthResponse) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse ¶
type GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *InternalAccountsInternalWebAvatarUploadURLResponse `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) GetCode ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) GetPage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) SetData(data *InternalAccountsInternalWebAvatarUploadURLResponse)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) String ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebAvatarUploadURLResponse) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse ¶
type GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *InternalAccountsInternalWebCaptchaGenerateResponse `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) GetCode ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) GetPage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) SetData(data *InternalAccountsInternalWebCaptchaGenerateResponse)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) String ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebCaptchaGenerateResponse) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse ¶
type GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *InternalAccountsInternalWebDeleteUserSecretResponse `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) GetCode ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) GetLimit ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) GetPage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) GetTotal ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) SetData(data *InternalAccountsInternalWebDeleteUserSecretResponse)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) String ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebDeleteUserSecretResponse) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse ¶
type GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *InternalAccountsInternalWebPasswordAuthResponse `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) GetCode ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) GetPage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) SetData(data *InternalAccountsInternalWebPasswordAuthResponse)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) String ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebPasswordAuthResponse) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse ¶
type GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *InternalAccountsInternalWebUserResponse `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) GetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) GetCode() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) GetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) GetPage() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) SetData(data *InternalAccountsInternalWebUserResponse)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserResponse) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse ¶
type GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *InternalAccountsInternalWebUserSecretResponse `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) GetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) GetCode() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) GetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) GetPage() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) SetData(data *InternalAccountsInternalWebUserSecretResponse)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) String ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretResponse) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse ¶
type GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *InternalAccountsInternalWebUserSecretValueResponse `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) GetCode ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) GetPage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) SetData(data *InternalAccountsInternalWebUserSecretValueResponse)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) String ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAccountsInternalWebUserSecretValueResponse) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse ¶
type GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *InternalAigatewayInternalWebListLogsResponse `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) GetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) GetCode() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) GetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) GetPage() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) SetData(data *InternalAigatewayInternalWebListLogsResponse)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) String ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListLogsResponse) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse ¶
type GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *InternalAigatewayInternalWebListUsageResponse `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) GetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) GetCode() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) GetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) GetPage() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) SetData(data *InternalAigatewayInternalWebListUsageResponse)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) String ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebListUsageResponse) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse ¶
type GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *InternalAigatewayInternalWebMarketplaceListResponse `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) GetCode ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) GetLimit ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) GetPage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) GetTotal ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) SetData(data *InternalAigatewayInternalWebMarketplaceListResponse)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) String ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebMarketplaceListResponse) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse ¶
type GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *InternalAigatewayInternalWebSellerRevenueResponse `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) GetCode ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) GetPage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) SetData(data *InternalAigatewayInternalWebSellerRevenueResponse)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) String ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebSellerRevenueResponse) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse ¶
type GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *InternalAigatewayInternalWebTestModelResponse `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) GetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) GetCode() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) GetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) GetPage() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) SetData(data *InternalAigatewayInternalWebTestModelResponse)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) String ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestModelResponse) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse ¶
type GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *InternalAigatewayInternalWebTestProviderResponse `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) GetCode ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) GetPage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) SetData(data *InternalAigatewayInternalWebTestProviderResponse)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) String ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTestProviderResponse) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse ¶
type GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *InternalAigatewayInternalWebTopResourcesResponse `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) GetCode ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) GetPage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) SetData(data *InternalAigatewayInternalWebTopResourcesResponse)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) String ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebTopResourcesResponse) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse ¶
type GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *InternalAigatewayInternalWebUserProviderResponse `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) GetCode ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) GetPage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) SetData(data *InternalAigatewayInternalWebUserProviderResponse)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) String ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserProviderResponse) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse ¶
type GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *InternalAigatewayInternalWebUserRouteResponse `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) GetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) GetCode() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) GetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) GetPage() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) SetData(data *InternalAigatewayInternalWebUserRouteResponse)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) String ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalAigatewayInternalWebUserRouteResponse) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo ¶
type GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *InternalCommentsInternalWebCommentListVo `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) GetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) GetCode() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) GetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) GetPage() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) SetData(data *InternalCommentsInternalWebCommentListVo)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentListVo) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo ¶
type GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *InternalCommentsInternalWebCommentTreeVo `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) GetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) GetCode() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) GetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) GetPage() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) SetData(data *InternalCommentsInternalWebCommentTreeVo)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalCommentsInternalWebCommentTreeVo) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo ¶
type GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *InternalFilesInternalWebFileDeleteVo `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) GetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) GetCode() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) GetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) GetPage() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) SetData(data *InternalFilesInternalWebFileDeleteVo)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDeleteVo) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo ¶
type GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *InternalFilesInternalWebFileDownloadVo `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) GetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) GetCode() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) GetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) GetPage() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) SetData(data *InternalFilesInternalWebFileDownloadVo)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileDownloadVo) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse ¶
type GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *InternalFilesInternalWebFileResponse `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) GetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) GetCode() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) GetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) GetPage() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) SetData(data *InternalFilesInternalWebFileResponse)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalFilesInternalWebFileResponse) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse ¶
type GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *InternalIamInternalWebCreateAPIKeyResponse `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) GetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) GetCode() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) GetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) GetPage() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) SetData(data *InternalIamInternalWebCreateAPIKeyResponse)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalIamInternalWebCreateAPIKeyResponse) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope ¶
type GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *InternalPaymentsInternalWebWalletTransferEnvelope `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) GetCode ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) GetPage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) SetData(data *InternalPaymentsInternalWebWalletTransferEnvelope)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) String ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferEnvelope) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response ¶
type GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *InternalPaymentsInternalWebWalletTransferV2Response `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) GetCode ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) GetLimit ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) GetPage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) GetTotal ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) SetData(data *InternalPaymentsInternalWebWalletTransferV2Response)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) String ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletTransferV2Response) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response ¶
type GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *InternalPaymentsInternalWebWalletV2Response `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) GetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) GetCode() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) GetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) GetPage() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) SetData(data *InternalPaymentsInternalWebWalletV2Response)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalPaymentsInternalWebWalletV2Response) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse ¶
type GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *InternalWisdomInternalWebCommunityResponse `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) GetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) GetCode() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) GetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) GetPage() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) SetData(data *InternalWisdomInternalWebCommunityResponse)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebCommunityResponse) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse ¶
type GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *InternalWisdomInternalWebGraphResponse `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) GetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) GetCode() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) GetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) GetPage() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) SetData(data *InternalWisdomInternalWebGraphResponse)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebGraphResponse) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse ¶
type GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *InternalWisdomInternalWebRelationResponse `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) GetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) GetCode() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) GetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) GetPage() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) SetData(data *InternalWisdomInternalWebRelationResponse)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebRelationResponse) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo ¶
type GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *InternalWisdomInternalWebTriggerStatusVo `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) GetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) GetCode() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) GetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) GetPage() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) SetData(data *InternalWisdomInternalWebTriggerStatusVo)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebTriggerStatusVo) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo ¶
type GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *InternalWisdomInternalWebWisdomDeleteVo `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) GetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) GetCode() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) GetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) GetPage() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) SetData(data *InternalWisdomInternalWebWisdomDeleteVo)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomDeleteVo) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse ¶
type GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *InternalWisdomInternalWebWisdomResponse `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) GetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) GetCode() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) GetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) GetPage() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) SetData(data *InternalWisdomInternalWebWisdomResponse)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomResponse) UnmarshalJSON(data []byte) error
type GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse ¶
type GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse struct {
Code *int `json:"code,omitempty" url:"code,omitempty"`
Data *InternalWisdomInternalWebWisdomWithContextResponse `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Message *string `json:"message,omitempty" url:"message,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
UserMessage *string `json:"user_message,omitempty" url:"user_message,omitempty"`
// contains filtered or unexported fields
}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) GetCode ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) GetData ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) GetExtraProperties ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) GetExtraProperties() map[string]interface{}
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) GetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) GetLimit() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) GetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) GetMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) GetPage ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) GetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) GetTotal() *int
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) GetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) GetUserMessage() *string
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) MarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) MarshalJSON() ([]byte, error)
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) SetCode ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) SetCode(code *int)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) SetData ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) SetData(data *InternalWisdomInternalWebWisdomWithContextResponse)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) SetLimit ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) SetMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) SetMessage(message *string)
SetMessage sets the Message field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) SetPage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) SetTotal ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) SetUserMessage ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) SetUserMessage(userMessage *string)
SetUserMessage sets the UserMessage field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) String ¶
func (*GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) UnmarshalJSON ¶
func (g *GithubComMktAgiAixInternalPkgGinxResultInternalWisdomInternalWebWisdomWithContextResponse) UnmarshalJSON(data []byte) error
type InternalAccountsInternalWebAuthResponse ¶
type InternalAccountsInternalWebAuthResponse struct {
// IsNewUser indicates whether a new account was created during verification.
IsNewUser *bool `json:"is_new_user,omitempty" url:"is_new_user,omitempty"`
// User is the authenticated user object.
User any `json:"user,omitempty" url:"user,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAccountsInternalWebAuthResponse) GetExtraProperties ¶
func (i *InternalAccountsInternalWebAuthResponse) GetExtraProperties() map[string]interface{}
func (*InternalAccountsInternalWebAuthResponse) GetIsNewUser ¶
func (i *InternalAccountsInternalWebAuthResponse) GetIsNewUser() *bool
func (*InternalAccountsInternalWebAuthResponse) GetUser ¶
func (i *InternalAccountsInternalWebAuthResponse) GetUser() any
func (*InternalAccountsInternalWebAuthResponse) MarshalJSON ¶
func (i *InternalAccountsInternalWebAuthResponse) MarshalJSON() ([]byte, error)
func (*InternalAccountsInternalWebAuthResponse) SetIsNewUser ¶
func (i *InternalAccountsInternalWebAuthResponse) SetIsNewUser(isNewUser *bool)
SetIsNewUser sets the IsNewUser field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebAuthResponse) SetUser ¶
func (i *InternalAccountsInternalWebAuthResponse) SetUser(user any)
SetUser sets the User field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebAuthResponse) String ¶
func (i *InternalAccountsInternalWebAuthResponse) String() string
func (*InternalAccountsInternalWebAuthResponse) UnmarshalJSON ¶
func (i *InternalAccountsInternalWebAuthResponse) UnmarshalJSON(data []byte) error
type InternalAccountsInternalWebAvatarUploadURLReq ¶
type InternalAccountsInternalWebAvatarUploadURLReq struct {
// ContentLength is the file size in bytes (max 5MB).
ContentLength int `json:"content_length" url:"content_length"`
// ContentType is the MIME type of the image (image/png, image/jpeg, or image/webp).
ContentType string `json:"content_type" url:"content_type"`
// contains filtered or unexported fields
}
func (*InternalAccountsInternalWebAvatarUploadURLReq) GetContentLength ¶
func (i *InternalAccountsInternalWebAvatarUploadURLReq) GetContentLength() int
func (*InternalAccountsInternalWebAvatarUploadURLReq) GetContentType ¶
func (i *InternalAccountsInternalWebAvatarUploadURLReq) GetContentType() string
func (*InternalAccountsInternalWebAvatarUploadURLReq) GetExtraProperties ¶
func (i *InternalAccountsInternalWebAvatarUploadURLReq) GetExtraProperties() map[string]interface{}
func (*InternalAccountsInternalWebAvatarUploadURLReq) MarshalJSON ¶
func (i *InternalAccountsInternalWebAvatarUploadURLReq) MarshalJSON() ([]byte, error)
func (*InternalAccountsInternalWebAvatarUploadURLReq) SetContentLength ¶
func (i *InternalAccountsInternalWebAvatarUploadURLReq) SetContentLength(contentLength int)
SetContentLength sets the ContentLength field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebAvatarUploadURLReq) SetContentType ¶
func (i *InternalAccountsInternalWebAvatarUploadURLReq) SetContentType(contentType string)
SetContentType sets the ContentType field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebAvatarUploadURLReq) String ¶
func (i *InternalAccountsInternalWebAvatarUploadURLReq) String() string
func (*InternalAccountsInternalWebAvatarUploadURLReq) UnmarshalJSON ¶
func (i *InternalAccountsInternalWebAvatarUploadURLReq) UnmarshalJSON(data []byte) error
type InternalAccountsInternalWebAvatarUploadURLResponse ¶
type InternalAccountsInternalWebAvatarUploadURLResponse struct {
// Key is the storage key for the uploaded file.
Key *string `json:"key,omitempty" url:"key,omitempty"`
// PublicURL is the public CDN URL of the avatar after upload.
PublicURL *string `json:"public_url,omitempty" url:"public_url,omitempty"`
// UploadURL is the presigned S3 URL for direct browser upload.
UploadURL *string `json:"upload_url,omitempty" url:"upload_url,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAccountsInternalWebAvatarUploadURLResponse) GetExtraProperties ¶
func (i *InternalAccountsInternalWebAvatarUploadURLResponse) GetExtraProperties() map[string]interface{}
func (*InternalAccountsInternalWebAvatarUploadURLResponse) GetKey ¶
func (i *InternalAccountsInternalWebAvatarUploadURLResponse) GetKey() *string
func (*InternalAccountsInternalWebAvatarUploadURLResponse) GetPublicURL ¶
func (i *InternalAccountsInternalWebAvatarUploadURLResponse) GetPublicURL() *string
func (*InternalAccountsInternalWebAvatarUploadURLResponse) GetUploadURL ¶
func (i *InternalAccountsInternalWebAvatarUploadURLResponse) GetUploadURL() *string
func (*InternalAccountsInternalWebAvatarUploadURLResponse) MarshalJSON ¶
func (i *InternalAccountsInternalWebAvatarUploadURLResponse) MarshalJSON() ([]byte, error)
func (*InternalAccountsInternalWebAvatarUploadURLResponse) SetKey ¶
func (i *InternalAccountsInternalWebAvatarUploadURLResponse) SetKey(key *string)
SetKey sets the Key field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebAvatarUploadURLResponse) SetPublicURL ¶
func (i *InternalAccountsInternalWebAvatarUploadURLResponse) SetPublicURL(publicURL *string)
SetPublicURL sets the PublicURL field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebAvatarUploadURLResponse) SetUploadURL ¶
func (i *InternalAccountsInternalWebAvatarUploadURLResponse) SetUploadURL(uploadURL *string)
SetUploadURL sets the UploadURL field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebAvatarUploadURLResponse) String ¶
func (i *InternalAccountsInternalWebAvatarUploadURLResponse) String() string
func (*InternalAccountsInternalWebAvatarUploadURLResponse) UnmarshalJSON ¶
func (i *InternalAccountsInternalWebAvatarUploadURLResponse) UnmarshalJSON(data []byte) error
type InternalAccountsInternalWebCaptchaGenerateResponse ¶
type InternalAccountsInternalWebCaptchaGenerateResponse struct {
// ImageB64 is the base64-encoded PNG captcha image.
ImageBase64 *string `json:"image_base64,omitempty" url:"image_base64,omitempty"`
// Token is the captcha verification token.
Token *string `json:"token,omitempty" url:"token,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAccountsInternalWebCaptchaGenerateResponse) GetExtraProperties ¶
func (i *InternalAccountsInternalWebCaptchaGenerateResponse) GetExtraProperties() map[string]interface{}
func (*InternalAccountsInternalWebCaptchaGenerateResponse) GetImageBase64 ¶
func (i *InternalAccountsInternalWebCaptchaGenerateResponse) GetImageBase64() *string
func (*InternalAccountsInternalWebCaptchaGenerateResponse) GetToken ¶
func (i *InternalAccountsInternalWebCaptchaGenerateResponse) GetToken() *string
func (*InternalAccountsInternalWebCaptchaGenerateResponse) MarshalJSON ¶
func (i *InternalAccountsInternalWebCaptchaGenerateResponse) MarshalJSON() ([]byte, error)
func (*InternalAccountsInternalWebCaptchaGenerateResponse) SetImageBase64 ¶
func (i *InternalAccountsInternalWebCaptchaGenerateResponse) SetImageBase64(imageBase64 *string)
SetImageBase64 sets the ImageBase64 field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebCaptchaGenerateResponse) SetToken ¶
func (i *InternalAccountsInternalWebCaptchaGenerateResponse) SetToken(token *string)
SetToken sets the Token field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebCaptchaGenerateResponse) String ¶
func (i *InternalAccountsInternalWebCaptchaGenerateResponse) String() string
func (*InternalAccountsInternalWebCaptchaGenerateResponse) UnmarshalJSON ¶
func (i *InternalAccountsInternalWebCaptchaGenerateResponse) UnmarshalJSON(data []byte) error
type InternalAccountsInternalWebDeleteUserSecretResponse ¶
type InternalAccountsInternalWebDeleteUserSecretResponse struct {
// Deleted indicates whether the secret was successfully deleted.
Deleted *bool `json:"deleted,omitempty" url:"deleted,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAccountsInternalWebDeleteUserSecretResponse) GetDeleted ¶
func (i *InternalAccountsInternalWebDeleteUserSecretResponse) GetDeleted() *bool
func (*InternalAccountsInternalWebDeleteUserSecretResponse) GetExtraProperties ¶
func (i *InternalAccountsInternalWebDeleteUserSecretResponse) GetExtraProperties() map[string]interface{}
func (*InternalAccountsInternalWebDeleteUserSecretResponse) MarshalJSON ¶
func (i *InternalAccountsInternalWebDeleteUserSecretResponse) MarshalJSON() ([]byte, error)
func (*InternalAccountsInternalWebDeleteUserSecretResponse) SetDeleted ¶
func (i *InternalAccountsInternalWebDeleteUserSecretResponse) SetDeleted(deleted *bool)
SetDeleted sets the Deleted field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebDeleteUserSecretResponse) String ¶
func (i *InternalAccountsInternalWebDeleteUserSecretResponse) String() string
func (*InternalAccountsInternalWebDeleteUserSecretResponse) UnmarshalJSON ¶
func (i *InternalAccountsInternalWebDeleteUserSecretResponse) UnmarshalJSON(data []byte) error
type InternalAccountsInternalWebDeletionConfirmReq ¶
type InternalAccountsInternalWebDeletionConfirmReq struct {
// Code is the 6-digit verification code sent to the user's bound contact method.
Code string `json:"code" url:"code"`
Preferences *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences `json:"preferences,omitempty" url:"preferences,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAccountsInternalWebDeletionConfirmReq) GetCode ¶
func (i *InternalAccountsInternalWebDeletionConfirmReq) GetCode() string
func (*InternalAccountsInternalWebDeletionConfirmReq) GetExtraProperties ¶
func (i *InternalAccountsInternalWebDeletionConfirmReq) GetExtraProperties() map[string]interface{}
func (*InternalAccountsInternalWebDeletionConfirmReq) GetPreferences ¶
func (i *InternalAccountsInternalWebDeletionConfirmReq) GetPreferences() *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences
func (*InternalAccountsInternalWebDeletionConfirmReq) MarshalJSON ¶
func (i *InternalAccountsInternalWebDeletionConfirmReq) MarshalJSON() ([]byte, error)
func (*InternalAccountsInternalWebDeletionConfirmReq) SetCode ¶
func (i *InternalAccountsInternalWebDeletionConfirmReq) SetCode(code string)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebDeletionConfirmReq) SetPreferences ¶
func (i *InternalAccountsInternalWebDeletionConfirmReq) SetPreferences(preferences *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences)
SetPreferences sets the Preferences field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebDeletionConfirmReq) String ¶
func (i *InternalAccountsInternalWebDeletionConfirmReq) String() string
func (*InternalAccountsInternalWebDeletionConfirmReq) UnmarshalJSON ¶
func (i *InternalAccountsInternalWebDeletionConfirmReq) UnmarshalJSON(data []byte) error
type InternalAccountsInternalWebEmailSendRequest ¶
type InternalAccountsInternalWebEmailSendRequest struct {
// CaptchaCode is the user's input for the captcha challenge.
CaptchaCode *string `json:"captcha_code,omitempty" url:"captcha_code,omitempty"`
// CaptchaToken is an optional captcha verification token from the frontend widget.
CaptchaToken *string `json:"captcha_token,omitempty" url:"captcha_token,omitempty"`
// Email is the email address to send the verification code to.
Email string `json:"email" url:"email"`
// contains filtered or unexported fields
}
func (*InternalAccountsInternalWebEmailSendRequest) GetCaptchaCode ¶
func (i *InternalAccountsInternalWebEmailSendRequest) GetCaptchaCode() *string
func (*InternalAccountsInternalWebEmailSendRequest) GetCaptchaToken ¶
func (i *InternalAccountsInternalWebEmailSendRequest) GetCaptchaToken() *string
func (*InternalAccountsInternalWebEmailSendRequest) GetEmail ¶
func (i *InternalAccountsInternalWebEmailSendRequest) GetEmail() string
func (*InternalAccountsInternalWebEmailSendRequest) GetExtraProperties ¶
func (i *InternalAccountsInternalWebEmailSendRequest) GetExtraProperties() map[string]interface{}
func (*InternalAccountsInternalWebEmailSendRequest) MarshalJSON ¶
func (i *InternalAccountsInternalWebEmailSendRequest) MarshalJSON() ([]byte, error)
func (*InternalAccountsInternalWebEmailSendRequest) SetCaptchaCode ¶
func (i *InternalAccountsInternalWebEmailSendRequest) SetCaptchaCode(captchaCode *string)
SetCaptchaCode sets the CaptchaCode field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebEmailSendRequest) SetCaptchaToken ¶
func (i *InternalAccountsInternalWebEmailSendRequest) SetCaptchaToken(captchaToken *string)
SetCaptchaToken sets the CaptchaToken field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebEmailSendRequest) SetEmail ¶
func (i *InternalAccountsInternalWebEmailSendRequest) SetEmail(email string)
SetEmail sets the Email field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebEmailSendRequest) String ¶
func (i *InternalAccountsInternalWebEmailSendRequest) String() string
func (*InternalAccountsInternalWebEmailSendRequest) UnmarshalJSON ¶
func (i *InternalAccountsInternalWebEmailSendRequest) UnmarshalJSON(data []byte) error
type InternalAccountsInternalWebEmailVerifyRequest ¶
type InternalAccountsInternalWebEmailVerifyRequest struct {
// Code is the verification code received via email.
Code string `json:"code" url:"code"`
// Email is the email address to verify.
Email string `json:"email" url:"email"`
Preferences *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences `json:"preferences,omitempty" url:"preferences,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAccountsInternalWebEmailVerifyRequest) GetCode ¶
func (i *InternalAccountsInternalWebEmailVerifyRequest) GetCode() string
func (*InternalAccountsInternalWebEmailVerifyRequest) GetEmail ¶
func (i *InternalAccountsInternalWebEmailVerifyRequest) GetEmail() string
func (*InternalAccountsInternalWebEmailVerifyRequest) GetExtraProperties ¶
func (i *InternalAccountsInternalWebEmailVerifyRequest) GetExtraProperties() map[string]interface{}
func (*InternalAccountsInternalWebEmailVerifyRequest) GetPreferences ¶
func (i *InternalAccountsInternalWebEmailVerifyRequest) GetPreferences() *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences
func (*InternalAccountsInternalWebEmailVerifyRequest) MarshalJSON ¶
func (i *InternalAccountsInternalWebEmailVerifyRequest) MarshalJSON() ([]byte, error)
func (*InternalAccountsInternalWebEmailVerifyRequest) SetCode ¶
func (i *InternalAccountsInternalWebEmailVerifyRequest) SetCode(code string)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebEmailVerifyRequest) SetEmail ¶
func (i *InternalAccountsInternalWebEmailVerifyRequest) SetEmail(email string)
SetEmail sets the Email field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebEmailVerifyRequest) SetPreferences ¶
func (i *InternalAccountsInternalWebEmailVerifyRequest) SetPreferences(preferences *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences)
SetPreferences sets the Preferences field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebEmailVerifyRequest) String ¶
func (i *InternalAccountsInternalWebEmailVerifyRequest) String() string
func (*InternalAccountsInternalWebEmailVerifyRequest) UnmarshalJSON ¶
func (i *InternalAccountsInternalWebEmailVerifyRequest) UnmarshalJSON(data []byte) error
type InternalAccountsInternalWebOauthExchangeReq ¶
type InternalAccountsInternalWebOauthExchangeReq struct {
// Code is the OAuth authorization code from the provider.
Code string `json:"code" url:"code"`
Preferences *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences `json:"preferences,omitempty" url:"preferences,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAccountsInternalWebOauthExchangeReq) GetCode ¶
func (i *InternalAccountsInternalWebOauthExchangeReq) GetCode() string
func (*InternalAccountsInternalWebOauthExchangeReq) GetExtraProperties ¶
func (i *InternalAccountsInternalWebOauthExchangeReq) GetExtraProperties() map[string]interface{}
func (*InternalAccountsInternalWebOauthExchangeReq) GetPreferences ¶
func (i *InternalAccountsInternalWebOauthExchangeReq) GetPreferences() *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences
func (*InternalAccountsInternalWebOauthExchangeReq) MarshalJSON ¶
func (i *InternalAccountsInternalWebOauthExchangeReq) MarshalJSON() ([]byte, error)
func (*InternalAccountsInternalWebOauthExchangeReq) SetCode ¶
func (i *InternalAccountsInternalWebOauthExchangeReq) SetCode(code string)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebOauthExchangeReq) SetPreferences ¶
func (i *InternalAccountsInternalWebOauthExchangeReq) SetPreferences(preferences *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences)
SetPreferences sets the Preferences field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebOauthExchangeReq) String ¶
func (i *InternalAccountsInternalWebOauthExchangeReq) String() string
func (*InternalAccountsInternalWebOauthExchangeReq) UnmarshalJSON ¶
func (i *InternalAccountsInternalWebOauthExchangeReq) UnmarshalJSON(data []byte) error
type InternalAccountsInternalWebPasswordAuthResponse ¶
type InternalAccountsInternalWebPasswordAuthResponse struct {
// IsNewUser indicates whether a new account was created (true for register, false for login/reset).
IsNewUser *bool `json:"is_new_user,omitempty" url:"is_new_user,omitempty"`
// User is the authenticated user object.
User any `json:"user,omitempty" url:"user,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAccountsInternalWebPasswordAuthResponse) GetExtraProperties ¶
func (i *InternalAccountsInternalWebPasswordAuthResponse) GetExtraProperties() map[string]interface{}
func (*InternalAccountsInternalWebPasswordAuthResponse) GetIsNewUser ¶
func (i *InternalAccountsInternalWebPasswordAuthResponse) GetIsNewUser() *bool
func (*InternalAccountsInternalWebPasswordAuthResponse) GetUser ¶
func (i *InternalAccountsInternalWebPasswordAuthResponse) GetUser() any
func (*InternalAccountsInternalWebPasswordAuthResponse) MarshalJSON ¶
func (i *InternalAccountsInternalWebPasswordAuthResponse) MarshalJSON() ([]byte, error)
func (*InternalAccountsInternalWebPasswordAuthResponse) SetIsNewUser ¶
func (i *InternalAccountsInternalWebPasswordAuthResponse) SetIsNewUser(isNewUser *bool)
SetIsNewUser sets the IsNewUser field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebPasswordAuthResponse) SetUser ¶
func (i *InternalAccountsInternalWebPasswordAuthResponse) SetUser(user any)
SetUser sets the User field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebPasswordAuthResponse) String ¶
func (i *InternalAccountsInternalWebPasswordAuthResponse) String() string
func (*InternalAccountsInternalWebPasswordAuthResponse) UnmarshalJSON ¶
func (i *InternalAccountsInternalWebPasswordAuthResponse) UnmarshalJSON(data []byte) error
type InternalAccountsInternalWebSetupRequest ¶
type InternalAccountsInternalWebSetupRequest struct {
// Email is the admin email address, used as login credential and notification address.
Email string `json:"email" url:"email"`
// Name is an optional display name; defaults to the email prefix if empty.
Name *string `json:"name,omitempty" url:"name,omitempty"`
// Password is the admin password, >= 8 characters with at least one letter and one digit.
Password string `json:"password" url:"password"`
Preferences *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences `json:"preferences,omitempty" url:"preferences,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAccountsInternalWebSetupRequest) GetEmail ¶
func (i *InternalAccountsInternalWebSetupRequest) GetEmail() string
func (*InternalAccountsInternalWebSetupRequest) GetExtraProperties ¶
func (i *InternalAccountsInternalWebSetupRequest) GetExtraProperties() map[string]interface{}
func (*InternalAccountsInternalWebSetupRequest) GetName ¶
func (i *InternalAccountsInternalWebSetupRequest) GetName() *string
func (*InternalAccountsInternalWebSetupRequest) GetPassword ¶
func (i *InternalAccountsInternalWebSetupRequest) GetPassword() string
func (*InternalAccountsInternalWebSetupRequest) GetPreferences ¶
func (i *InternalAccountsInternalWebSetupRequest) GetPreferences() *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences
func (*InternalAccountsInternalWebSetupRequest) MarshalJSON ¶
func (i *InternalAccountsInternalWebSetupRequest) MarshalJSON() ([]byte, error)
func (*InternalAccountsInternalWebSetupRequest) SetEmail ¶
func (i *InternalAccountsInternalWebSetupRequest) SetEmail(email string)
SetEmail sets the Email field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebSetupRequest) SetName ¶
func (i *InternalAccountsInternalWebSetupRequest) SetName(name *string)
SetName sets the Name field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebSetupRequest) SetPassword ¶
func (i *InternalAccountsInternalWebSetupRequest) SetPassword(password string)
SetPassword sets the Password field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebSetupRequest) SetPreferences ¶
func (i *InternalAccountsInternalWebSetupRequest) SetPreferences(preferences *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences)
SetPreferences sets the Preferences field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebSetupRequest) String ¶
func (i *InternalAccountsInternalWebSetupRequest) String() string
func (*InternalAccountsInternalWebSetupRequest) UnmarshalJSON ¶
func (i *InternalAccountsInternalWebSetupRequest) UnmarshalJSON(data []byte) error
type InternalAccountsInternalWebSmsSendRequest ¶
type InternalAccountsInternalWebSmsSendRequest struct {
// CaptchaCode is the user's input for the captcha challenge.
CaptchaCode *string `json:"captcha_code,omitempty" url:"captcha_code,omitempty"`
// CaptchaToken is an optional captcha verification token from the frontend widget.
CaptchaToken *string `json:"captcha_token,omitempty" url:"captcha_token,omitempty"`
// Phone is the mobile phone number to receive the verification code (E.164 format recommended).
Phone string `json:"phone" url:"phone"`
// contains filtered or unexported fields
}
func (*InternalAccountsInternalWebSmsSendRequest) GetCaptchaCode ¶
func (i *InternalAccountsInternalWebSmsSendRequest) GetCaptchaCode() *string
func (*InternalAccountsInternalWebSmsSendRequest) GetCaptchaToken ¶
func (i *InternalAccountsInternalWebSmsSendRequest) GetCaptchaToken() *string
func (*InternalAccountsInternalWebSmsSendRequest) GetExtraProperties ¶
func (i *InternalAccountsInternalWebSmsSendRequest) GetExtraProperties() map[string]interface{}
func (*InternalAccountsInternalWebSmsSendRequest) GetPhone ¶
func (i *InternalAccountsInternalWebSmsSendRequest) GetPhone() string
func (*InternalAccountsInternalWebSmsSendRequest) MarshalJSON ¶
func (i *InternalAccountsInternalWebSmsSendRequest) MarshalJSON() ([]byte, error)
func (*InternalAccountsInternalWebSmsSendRequest) SetCaptchaCode ¶
func (i *InternalAccountsInternalWebSmsSendRequest) SetCaptchaCode(captchaCode *string)
SetCaptchaCode sets the CaptchaCode field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebSmsSendRequest) SetCaptchaToken ¶
func (i *InternalAccountsInternalWebSmsSendRequest) SetCaptchaToken(captchaToken *string)
SetCaptchaToken sets the CaptchaToken field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebSmsSendRequest) SetPhone ¶
func (i *InternalAccountsInternalWebSmsSendRequest) SetPhone(phone string)
SetPhone sets the Phone field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebSmsSendRequest) String ¶
func (i *InternalAccountsInternalWebSmsSendRequest) String() string
func (*InternalAccountsInternalWebSmsSendRequest) UnmarshalJSON ¶
func (i *InternalAccountsInternalWebSmsSendRequest) UnmarshalJSON(data []byte) error
type InternalAccountsInternalWebSmsVerifyRequest ¶
type InternalAccountsInternalWebSmsVerifyRequest struct {
// Code is the verification code received via SMS.
Code string `json:"code" url:"code"`
// Phone is the mobile phone number to verify.
Phone string `json:"phone" url:"phone"`
Preferences *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences `json:"preferences,omitempty" url:"preferences,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAccountsInternalWebSmsVerifyRequest) GetCode ¶
func (i *InternalAccountsInternalWebSmsVerifyRequest) GetCode() string
func (*InternalAccountsInternalWebSmsVerifyRequest) GetExtraProperties ¶
func (i *InternalAccountsInternalWebSmsVerifyRequest) GetExtraProperties() map[string]interface{}
func (*InternalAccountsInternalWebSmsVerifyRequest) GetPhone ¶
func (i *InternalAccountsInternalWebSmsVerifyRequest) GetPhone() string
func (*InternalAccountsInternalWebSmsVerifyRequest) GetPreferences ¶
func (i *InternalAccountsInternalWebSmsVerifyRequest) GetPreferences() *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences
func (*InternalAccountsInternalWebSmsVerifyRequest) MarshalJSON ¶
func (i *InternalAccountsInternalWebSmsVerifyRequest) MarshalJSON() ([]byte, error)
func (*InternalAccountsInternalWebSmsVerifyRequest) SetCode ¶
func (i *InternalAccountsInternalWebSmsVerifyRequest) SetCode(code string)
SetCode sets the Code field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebSmsVerifyRequest) SetPhone ¶
func (i *InternalAccountsInternalWebSmsVerifyRequest) SetPhone(phone string)
SetPhone sets the Phone field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebSmsVerifyRequest) SetPreferences ¶
func (i *InternalAccountsInternalWebSmsVerifyRequest) SetPreferences(preferences *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences)
SetPreferences sets the Preferences field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebSmsVerifyRequest) String ¶
func (i *InternalAccountsInternalWebSmsVerifyRequest) String() string
func (*InternalAccountsInternalWebSmsVerifyRequest) UnmarshalJSON ¶
func (i *InternalAccountsInternalWebSmsVerifyRequest) UnmarshalJSON(data []byte) error
type InternalAccountsInternalWebSwitchUserReq ¶
type InternalAccountsInternalWebSwitchUserReq struct {
// UserID is the target user ID to switch to (must be session owner or a direct sub-user).
UserID int `json:"user_id" url:"user_id"`
// contains filtered or unexported fields
}
func (*InternalAccountsInternalWebSwitchUserReq) GetExtraProperties ¶
func (i *InternalAccountsInternalWebSwitchUserReq) GetExtraProperties() map[string]interface{}
func (*InternalAccountsInternalWebSwitchUserReq) GetUserID ¶
func (i *InternalAccountsInternalWebSwitchUserReq) GetUserID() int
func (*InternalAccountsInternalWebSwitchUserReq) MarshalJSON ¶
func (i *InternalAccountsInternalWebSwitchUserReq) MarshalJSON() ([]byte, error)
func (*InternalAccountsInternalWebSwitchUserReq) SetUserID ¶
func (i *InternalAccountsInternalWebSwitchUserReq) SetUserID(userID int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebSwitchUserReq) String ¶
func (i *InternalAccountsInternalWebSwitchUserReq) String() string
func (*InternalAccountsInternalWebSwitchUserReq) UnmarshalJSON ¶
func (i *InternalAccountsInternalWebSwitchUserReq) UnmarshalJSON(data []byte) error
type InternalAccountsInternalWebUpdateMeReq ¶
type InternalAccountsInternalWebUpdateMeReq struct {
// AvatarURL is the new avatar image URL (must be HTTPS).
AvatarURL *string `json:"avatar_url,omitempty" url:"avatar_url,omitempty"`
// Name is the new display name (will be sanitized and checked for uniqueness).
Name *string `json:"name,omitempty" url:"name,omitempty"`
Preferences *InternalAccountsInternalWebUserPreferencesReq `json:"preferences,omitempty" url:"preferences,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAccountsInternalWebUpdateMeReq) GetAvatarURL ¶
func (i *InternalAccountsInternalWebUpdateMeReq) GetAvatarURL() *string
func (*InternalAccountsInternalWebUpdateMeReq) GetExtraProperties ¶
func (i *InternalAccountsInternalWebUpdateMeReq) GetExtraProperties() map[string]interface{}
func (*InternalAccountsInternalWebUpdateMeReq) GetName ¶
func (i *InternalAccountsInternalWebUpdateMeReq) GetName() *string
func (*InternalAccountsInternalWebUpdateMeReq) GetPreferences ¶
func (i *InternalAccountsInternalWebUpdateMeReq) GetPreferences() *InternalAccountsInternalWebUserPreferencesReq
func (*InternalAccountsInternalWebUpdateMeReq) MarshalJSON ¶
func (i *InternalAccountsInternalWebUpdateMeReq) MarshalJSON() ([]byte, error)
func (*InternalAccountsInternalWebUpdateMeReq) SetAvatarURL ¶
func (i *InternalAccountsInternalWebUpdateMeReq) SetAvatarURL(avatarURL *string)
SetAvatarURL sets the AvatarURL field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebUpdateMeReq) SetName ¶
func (i *InternalAccountsInternalWebUpdateMeReq) SetName(name *string)
SetName sets the Name field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebUpdateMeReq) SetPreferences ¶
func (i *InternalAccountsInternalWebUpdateMeReq) SetPreferences(preferences *InternalAccountsInternalWebUserPreferencesReq)
SetPreferences sets the Preferences field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebUpdateMeReq) String ¶
func (i *InternalAccountsInternalWebUpdateMeReq) String() string
func (*InternalAccountsInternalWebUpdateMeReq) UnmarshalJSON ¶
func (i *InternalAccountsInternalWebUpdateMeReq) UnmarshalJSON(data []byte) error
type InternalAccountsInternalWebUpsertSecretReq ¶
type InternalAccountsInternalWebUpsertSecretReq struct {
// Description is an optional human-readable description of the secret (max 8KiB).
Description *string `json:"description,omitempty" url:"description,omitempty"`
// Value is the secret value to encrypt and store (max 64KiB).
Value *string `json:"value,omitempty" url:"value,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAccountsInternalWebUpsertSecretReq) GetDescription ¶
func (i *InternalAccountsInternalWebUpsertSecretReq) GetDescription() *string
func (*InternalAccountsInternalWebUpsertSecretReq) GetExtraProperties ¶
func (i *InternalAccountsInternalWebUpsertSecretReq) GetExtraProperties() map[string]interface{}
func (*InternalAccountsInternalWebUpsertSecretReq) GetValue ¶
func (i *InternalAccountsInternalWebUpsertSecretReq) GetValue() *string
func (*InternalAccountsInternalWebUpsertSecretReq) MarshalJSON ¶
func (i *InternalAccountsInternalWebUpsertSecretReq) MarshalJSON() ([]byte, error)
func (*InternalAccountsInternalWebUpsertSecretReq) SetDescription ¶
func (i *InternalAccountsInternalWebUpsertSecretReq) SetDescription(description *string)
SetDescription sets the Description field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebUpsertSecretReq) SetValue ¶
func (i *InternalAccountsInternalWebUpsertSecretReq) SetValue(value *string)
SetValue sets the Value field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebUpsertSecretReq) String ¶
func (i *InternalAccountsInternalWebUpsertSecretReq) String() string
func (*InternalAccountsInternalWebUpsertSecretReq) UnmarshalJSON ¶
func (i *InternalAccountsInternalWebUpsertSecretReq) UnmarshalJSON(data []byte) error
type InternalAccountsInternalWebUserPreferencesReq ¶
type InternalAccountsInternalWebUserPreferencesReq struct {
// Lang is the user's preferred language (e.g., "en", "zh").
Lang *string `json:"lang,omitempty" url:"lang,omitempty"`
// Theme is the user's preferred UI theme (e.g., "light", "dark").
Theme *string `json:"theme,omitempty" url:"theme,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAccountsInternalWebUserPreferencesReq) GetExtraProperties ¶
func (i *InternalAccountsInternalWebUserPreferencesReq) GetExtraProperties() map[string]interface{}
func (*InternalAccountsInternalWebUserPreferencesReq) GetLang ¶
func (i *InternalAccountsInternalWebUserPreferencesReq) GetLang() *string
func (*InternalAccountsInternalWebUserPreferencesReq) GetTheme ¶
func (i *InternalAccountsInternalWebUserPreferencesReq) GetTheme() *string
func (*InternalAccountsInternalWebUserPreferencesReq) MarshalJSON ¶
func (i *InternalAccountsInternalWebUserPreferencesReq) MarshalJSON() ([]byte, error)
func (*InternalAccountsInternalWebUserPreferencesReq) SetLang ¶
func (i *InternalAccountsInternalWebUserPreferencesReq) SetLang(lang *string)
SetLang sets the Lang field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebUserPreferencesReq) SetTheme ¶
func (i *InternalAccountsInternalWebUserPreferencesReq) SetTheme(theme *string)
SetTheme sets the Theme field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebUserPreferencesReq) String ¶
func (i *InternalAccountsInternalWebUserPreferencesReq) String() string
func (*InternalAccountsInternalWebUserPreferencesReq) UnmarshalJSON ¶
func (i *InternalAccountsInternalWebUserPreferencesReq) UnmarshalJSON(data []byte) error
type InternalAccountsInternalWebUserResponse ¶
type InternalAccountsInternalWebUserResponse struct {
// AvatarURL is the user's avatar image URL.
AvatarURL *string `json:"avatar_url,omitempty" url:"avatar_url,omitempty"`
// Email is the user's verified email address (nil if not set).
Email *string `json:"email,omitempty" url:"email,omitempty"`
// HasPassword indicates whether the user has set a password.
HasPassword *bool `json:"has_password,omitempty" url:"has_password,omitempty"`
// ID is the user's unique identifier.
ID *int `json:"id,omitempty" url:"id,omitempty"`
// Name is the user's display name.
Name *string `json:"name,omitempty" url:"name,omitempty"`
// ParentUserID is the parent user's ID for sub-accounts (nil for primary accounts).
ParentUserID *int `json:"parent_user_id,omitempty" url:"parent_user_id,omitempty"`
// Phone is the user's verified phone number (nil if not set).
Phone *string `json:"phone,omitempty" url:"phone,omitempty"`
Preferences *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences `json:"preferences,omitempty" url:"preferences,omitempty"`
// Role is the user's role (e.g., "user", "admin", "sub_user").
Role *string `json:"role,omitempty" url:"role,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAccountsInternalWebUserResponse) GetAvatarURL ¶
func (i *InternalAccountsInternalWebUserResponse) GetAvatarURL() *string
func (*InternalAccountsInternalWebUserResponse) GetEmail ¶
func (i *InternalAccountsInternalWebUserResponse) GetEmail() *string
func (*InternalAccountsInternalWebUserResponse) GetExtraProperties ¶
func (i *InternalAccountsInternalWebUserResponse) GetExtraProperties() map[string]interface{}
func (*InternalAccountsInternalWebUserResponse) GetHasPassword ¶
func (i *InternalAccountsInternalWebUserResponse) GetHasPassword() *bool
func (*InternalAccountsInternalWebUserResponse) GetID ¶
func (i *InternalAccountsInternalWebUserResponse) GetID() *int
func (*InternalAccountsInternalWebUserResponse) GetName ¶
func (i *InternalAccountsInternalWebUserResponse) GetName() *string
func (*InternalAccountsInternalWebUserResponse) GetParentUserID ¶
func (i *InternalAccountsInternalWebUserResponse) GetParentUserID() *int
func (*InternalAccountsInternalWebUserResponse) GetPhone ¶
func (i *InternalAccountsInternalWebUserResponse) GetPhone() *string
func (*InternalAccountsInternalWebUserResponse) GetPreferences ¶
func (i *InternalAccountsInternalWebUserResponse) GetPreferences() *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences
func (*InternalAccountsInternalWebUserResponse) GetRole ¶
func (i *InternalAccountsInternalWebUserResponse) GetRole() *string
func (*InternalAccountsInternalWebUserResponse) MarshalJSON ¶
func (i *InternalAccountsInternalWebUserResponse) MarshalJSON() ([]byte, error)
func (*InternalAccountsInternalWebUserResponse) SetAvatarURL ¶
func (i *InternalAccountsInternalWebUserResponse) SetAvatarURL(avatarURL *string)
SetAvatarURL sets the AvatarURL field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebUserResponse) SetEmail ¶
func (i *InternalAccountsInternalWebUserResponse) SetEmail(email *string)
SetEmail sets the Email field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebUserResponse) SetHasPassword ¶
func (i *InternalAccountsInternalWebUserResponse) SetHasPassword(hasPassword *bool)
SetHasPassword sets the HasPassword field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebUserResponse) SetID ¶
func (i *InternalAccountsInternalWebUserResponse) SetID(id *int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebUserResponse) SetName ¶
func (i *InternalAccountsInternalWebUserResponse) SetName(name *string)
SetName sets the Name field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebUserResponse) SetParentUserID ¶
func (i *InternalAccountsInternalWebUserResponse) SetParentUserID(parentUserID *int)
SetParentUserID sets the ParentUserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebUserResponse) SetPhone ¶
func (i *InternalAccountsInternalWebUserResponse) SetPhone(phone *string)
SetPhone sets the Phone field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebUserResponse) SetPreferences ¶
func (i *InternalAccountsInternalWebUserResponse) SetPreferences(preferences *GithubComMktAgiAixInternalAccountsInternalDomainUserPreferences)
SetPreferences sets the Preferences field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebUserResponse) SetRole ¶
func (i *InternalAccountsInternalWebUserResponse) SetRole(role *string)
SetRole sets the Role field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebUserResponse) String ¶
func (i *InternalAccountsInternalWebUserResponse) String() string
func (*InternalAccountsInternalWebUserResponse) UnmarshalJSON ¶
func (i *InternalAccountsInternalWebUserResponse) UnmarshalJSON(data []byte) error
type InternalAccountsInternalWebUserSecretResponse ¶
type InternalAccountsInternalWebUserSecretResponse struct {
// CreatedAt is the Unix timestamp of when the secret was created.
CreatedAt *int `json:"created_at,omitempty" url:"created_at,omitempty"`
// Description is a human-readable description of the secret.
Description *string `json:"description,omitempty" url:"description,omitempty"`
// Key is the unique key identifying this secret within the user's namespace.
Key *string `json:"key,omitempty" url:"key,omitempty"`
// UpdatedAt is the Unix timestamp of when the secret was last updated.
UpdatedAt *int `json:"updated_at,omitempty" url:"updated_at,omitempty"`
// UserID is the ID of the user who owns this secret.
UserID *int `json:"user_id,omitempty" url:"user_id,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAccountsInternalWebUserSecretResponse) GetCreatedAt ¶
func (i *InternalAccountsInternalWebUserSecretResponse) GetCreatedAt() *int
func (*InternalAccountsInternalWebUserSecretResponse) GetDescription ¶
func (i *InternalAccountsInternalWebUserSecretResponse) GetDescription() *string
func (*InternalAccountsInternalWebUserSecretResponse) GetExtraProperties ¶
func (i *InternalAccountsInternalWebUserSecretResponse) GetExtraProperties() map[string]interface{}
func (*InternalAccountsInternalWebUserSecretResponse) GetKey ¶
func (i *InternalAccountsInternalWebUserSecretResponse) GetKey() *string
func (*InternalAccountsInternalWebUserSecretResponse) GetUpdatedAt ¶
func (i *InternalAccountsInternalWebUserSecretResponse) GetUpdatedAt() *int
func (*InternalAccountsInternalWebUserSecretResponse) GetUserID ¶
func (i *InternalAccountsInternalWebUserSecretResponse) GetUserID() *int
func (*InternalAccountsInternalWebUserSecretResponse) MarshalJSON ¶
func (i *InternalAccountsInternalWebUserSecretResponse) MarshalJSON() ([]byte, error)
func (*InternalAccountsInternalWebUserSecretResponse) SetCreatedAt ¶
func (i *InternalAccountsInternalWebUserSecretResponse) SetCreatedAt(createdAt *int)
SetCreatedAt sets the CreatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebUserSecretResponse) SetDescription ¶
func (i *InternalAccountsInternalWebUserSecretResponse) SetDescription(description *string)
SetDescription sets the Description field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebUserSecretResponse) SetKey ¶
func (i *InternalAccountsInternalWebUserSecretResponse) SetKey(key *string)
SetKey sets the Key field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebUserSecretResponse) SetUpdatedAt ¶
func (i *InternalAccountsInternalWebUserSecretResponse) SetUpdatedAt(updatedAt *int)
SetUpdatedAt sets the UpdatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebUserSecretResponse) SetUserID ¶
func (i *InternalAccountsInternalWebUserSecretResponse) SetUserID(userID *int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebUserSecretResponse) String ¶
func (i *InternalAccountsInternalWebUserSecretResponse) String() string
func (*InternalAccountsInternalWebUserSecretResponse) UnmarshalJSON ¶
func (i *InternalAccountsInternalWebUserSecretResponse) UnmarshalJSON(data []byte) error
type InternalAccountsInternalWebUserSecretValueResponse ¶
type InternalAccountsInternalWebUserSecretValueResponse struct {
// CreatedAt is the Unix timestamp of when the secret was created.
CreatedAt *int `json:"created_at,omitempty" url:"created_at,omitempty"`
// Description is a human-readable description of the secret.
Description *string `json:"description,omitempty" url:"description,omitempty"`
// Key is the unique key identifying this secret within the user's namespace.
Key *string `json:"key,omitempty" url:"key,omitempty"`
// UpdatedAt is the Unix timestamp of when the secret was last updated.
UpdatedAt *int `json:"updated_at,omitempty" url:"updated_at,omitempty"`
// UserID is the ID of the user who owns this secret.
UserID *int `json:"user_id,omitempty" url:"user_id,omitempty"`
// Value is the decrypted secret value.
Value *string `json:"value,omitempty" url:"value,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAccountsInternalWebUserSecretValueResponse) GetCreatedAt ¶
func (i *InternalAccountsInternalWebUserSecretValueResponse) GetCreatedAt() *int
func (*InternalAccountsInternalWebUserSecretValueResponse) GetDescription ¶
func (i *InternalAccountsInternalWebUserSecretValueResponse) GetDescription() *string
func (*InternalAccountsInternalWebUserSecretValueResponse) GetExtraProperties ¶
func (i *InternalAccountsInternalWebUserSecretValueResponse) GetExtraProperties() map[string]interface{}
func (*InternalAccountsInternalWebUserSecretValueResponse) GetKey ¶
func (i *InternalAccountsInternalWebUserSecretValueResponse) GetKey() *string
func (*InternalAccountsInternalWebUserSecretValueResponse) GetUpdatedAt ¶
func (i *InternalAccountsInternalWebUserSecretValueResponse) GetUpdatedAt() *int
func (*InternalAccountsInternalWebUserSecretValueResponse) GetUserID ¶
func (i *InternalAccountsInternalWebUserSecretValueResponse) GetUserID() *int
func (*InternalAccountsInternalWebUserSecretValueResponse) GetValue ¶
func (i *InternalAccountsInternalWebUserSecretValueResponse) GetValue() *string
func (*InternalAccountsInternalWebUserSecretValueResponse) MarshalJSON ¶
func (i *InternalAccountsInternalWebUserSecretValueResponse) MarshalJSON() ([]byte, error)
func (*InternalAccountsInternalWebUserSecretValueResponse) SetCreatedAt ¶
func (i *InternalAccountsInternalWebUserSecretValueResponse) SetCreatedAt(createdAt *int)
SetCreatedAt sets the CreatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebUserSecretValueResponse) SetDescription ¶
func (i *InternalAccountsInternalWebUserSecretValueResponse) SetDescription(description *string)
SetDescription sets the Description field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebUserSecretValueResponse) SetKey ¶
func (i *InternalAccountsInternalWebUserSecretValueResponse) SetKey(key *string)
SetKey sets the Key field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebUserSecretValueResponse) SetUpdatedAt ¶
func (i *InternalAccountsInternalWebUserSecretValueResponse) SetUpdatedAt(updatedAt *int)
SetUpdatedAt sets the UpdatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebUserSecretValueResponse) SetUserID ¶
func (i *InternalAccountsInternalWebUserSecretValueResponse) SetUserID(userID *int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebUserSecretValueResponse) SetValue ¶
func (i *InternalAccountsInternalWebUserSecretValueResponse) SetValue(value *string)
SetValue sets the Value field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAccountsInternalWebUserSecretValueResponse) String ¶
func (i *InternalAccountsInternalWebUserSecretValueResponse) String() string
func (*InternalAccountsInternalWebUserSecretValueResponse) UnmarshalJSON ¶
func (i *InternalAccountsInternalWebUserSecretValueResponse) UnmarshalJSON(data []byte) error
type InternalAigatewayInternalWebAddModelGrantRequest ¶ added in v0.0.5
type InternalAigatewayInternalWebAddModelGrantRequest struct {
// UserID is the target user ID to grant model access.
UserID *int `json:"user_id,omitempty" url:"user_id,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAigatewayInternalWebAddModelGrantRequest) GetExtraProperties ¶ added in v0.0.5
func (i *InternalAigatewayInternalWebAddModelGrantRequest) GetExtraProperties() map[string]interface{}
func (*InternalAigatewayInternalWebAddModelGrantRequest) GetUserID ¶ added in v0.0.5
func (i *InternalAigatewayInternalWebAddModelGrantRequest) GetUserID() *int
func (*InternalAigatewayInternalWebAddModelGrantRequest) MarshalJSON ¶ added in v0.0.5
func (i *InternalAigatewayInternalWebAddModelGrantRequest) MarshalJSON() ([]byte, error)
func (*InternalAigatewayInternalWebAddModelGrantRequest) SetUserID ¶ added in v0.0.5
func (i *InternalAigatewayInternalWebAddModelGrantRequest) SetUserID(userID *int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebAddModelGrantRequest) String ¶ added in v0.0.5
func (i *InternalAigatewayInternalWebAddModelGrantRequest) String() string
func (*InternalAigatewayInternalWebAddModelGrantRequest) UnmarshalJSON ¶ added in v0.0.5
func (i *InternalAigatewayInternalWebAddModelGrantRequest) UnmarshalJSON(data []byte) error
type InternalAigatewayInternalWebAddRouteGrantRequest ¶ added in v0.0.5
type InternalAigatewayInternalWebAddRouteGrantRequest struct {
// UserID is the target user ID to grant route access.
UserID *int `json:"user_id,omitempty" url:"user_id,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAigatewayInternalWebAddRouteGrantRequest) GetExtraProperties ¶ added in v0.0.5
func (i *InternalAigatewayInternalWebAddRouteGrantRequest) GetExtraProperties() map[string]interface{}
func (*InternalAigatewayInternalWebAddRouteGrantRequest) GetUserID ¶ added in v0.0.5
func (i *InternalAigatewayInternalWebAddRouteGrantRequest) GetUserID() *int
func (*InternalAigatewayInternalWebAddRouteGrantRequest) MarshalJSON ¶ added in v0.0.5
func (i *InternalAigatewayInternalWebAddRouteGrantRequest) MarshalJSON() ([]byte, error)
func (*InternalAigatewayInternalWebAddRouteGrantRequest) SetUserID ¶ added in v0.0.5
func (i *InternalAigatewayInternalWebAddRouteGrantRequest) SetUserID(userID *int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebAddRouteGrantRequest) String ¶ added in v0.0.5
func (i *InternalAigatewayInternalWebAddRouteGrantRequest) String() string
func (*InternalAigatewayInternalWebAddRouteGrantRequest) UnmarshalJSON ¶ added in v0.0.5
func (i *InternalAigatewayInternalWebAddRouteGrantRequest) UnmarshalJSON(data []byte) error
type InternalAigatewayInternalWebCreateSessionRequest ¶
type InternalAigatewayInternalWebCreateSessionRequest struct {
// Title is an optional human-readable label for the session.
Title *string `json:"title,omitempty" url:"title,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAigatewayInternalWebCreateSessionRequest) GetExtraProperties ¶
func (i *InternalAigatewayInternalWebCreateSessionRequest) GetExtraProperties() map[string]interface{}
func (*InternalAigatewayInternalWebCreateSessionRequest) GetTitle ¶
func (i *InternalAigatewayInternalWebCreateSessionRequest) GetTitle() *string
func (*InternalAigatewayInternalWebCreateSessionRequest) MarshalJSON ¶
func (i *InternalAigatewayInternalWebCreateSessionRequest) MarshalJSON() ([]byte, error)
func (*InternalAigatewayInternalWebCreateSessionRequest) SetTitle ¶
func (i *InternalAigatewayInternalWebCreateSessionRequest) SetTitle(title *string)
SetTitle sets the Title field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebCreateSessionRequest) String ¶
func (i *InternalAigatewayInternalWebCreateSessionRequest) String() string
func (*InternalAigatewayInternalWebCreateSessionRequest) UnmarshalJSON ¶
func (i *InternalAigatewayInternalWebCreateSessionRequest) UnmarshalJSON(data []byte) error
type InternalAigatewayInternalWebListLogsResponse ¶
type InternalAigatewayInternalWebListLogsResponse struct {
// Data is the list of log entries.
Data []*InternalAigatewayInternalWebLlmReqLogItem `json:"data,omitempty" url:"data,omitempty"`
// Object is the object type (always "list").
Object *string `json:"object,omitempty" url:"object,omitempty"`
// Total is the total number of log entries.
Total *int `json:"total,omitempty" url:"total,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAigatewayInternalWebListLogsResponse) GetData ¶
func (i *InternalAigatewayInternalWebListLogsResponse) GetData() []*InternalAigatewayInternalWebLlmReqLogItem
func (*InternalAigatewayInternalWebListLogsResponse) GetExtraProperties ¶
func (i *InternalAigatewayInternalWebListLogsResponse) GetExtraProperties() map[string]interface{}
func (*InternalAigatewayInternalWebListLogsResponse) GetObject ¶
func (i *InternalAigatewayInternalWebListLogsResponse) GetObject() *string
func (*InternalAigatewayInternalWebListLogsResponse) GetTotal ¶
func (i *InternalAigatewayInternalWebListLogsResponse) GetTotal() *int
func (*InternalAigatewayInternalWebListLogsResponse) MarshalJSON ¶
func (i *InternalAigatewayInternalWebListLogsResponse) MarshalJSON() ([]byte, error)
func (*InternalAigatewayInternalWebListLogsResponse) SetData ¶
func (i *InternalAigatewayInternalWebListLogsResponse) SetData(data []*InternalAigatewayInternalWebLlmReqLogItem)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebListLogsResponse) SetObject ¶
func (i *InternalAigatewayInternalWebListLogsResponse) SetObject(object *string)
SetObject sets the Object field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebListLogsResponse) SetTotal ¶
func (i *InternalAigatewayInternalWebListLogsResponse) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebListLogsResponse) String ¶
func (i *InternalAigatewayInternalWebListLogsResponse) String() string
func (*InternalAigatewayInternalWebListLogsResponse) UnmarshalJSON ¶
func (i *InternalAigatewayInternalWebListLogsResponse) UnmarshalJSON(data []byte) error
type InternalAigatewayInternalWebListUsageResponse ¶
type InternalAigatewayInternalWebListUsageResponse struct {
// Data is the list of usage records.
Data []*InternalAigatewayInternalWebUsageRecordItem `json:"data,omitempty" url:"data,omitempty"`
// Object is the object type (always "list").
Object *string `json:"object,omitempty" url:"object,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAigatewayInternalWebListUsageResponse) GetData ¶
func (i *InternalAigatewayInternalWebListUsageResponse) GetData() []*InternalAigatewayInternalWebUsageRecordItem
func (*InternalAigatewayInternalWebListUsageResponse) GetExtraProperties ¶
func (i *InternalAigatewayInternalWebListUsageResponse) GetExtraProperties() map[string]interface{}
func (*InternalAigatewayInternalWebListUsageResponse) GetObject ¶
func (i *InternalAigatewayInternalWebListUsageResponse) GetObject() *string
func (*InternalAigatewayInternalWebListUsageResponse) MarshalJSON ¶
func (i *InternalAigatewayInternalWebListUsageResponse) MarshalJSON() ([]byte, error)
func (*InternalAigatewayInternalWebListUsageResponse) SetData ¶
func (i *InternalAigatewayInternalWebListUsageResponse) SetData(data []*InternalAigatewayInternalWebUsageRecordItem)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebListUsageResponse) SetObject ¶
func (i *InternalAigatewayInternalWebListUsageResponse) SetObject(object *string)
SetObject sets the Object field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebListUsageResponse) String ¶
func (i *InternalAigatewayInternalWebListUsageResponse) String() string
func (*InternalAigatewayInternalWebListUsageResponse) UnmarshalJSON ¶
func (i *InternalAigatewayInternalWebListUsageResponse) UnmarshalJSON(data []byte) error
type InternalAigatewayInternalWebLlmReqLogItem ¶
type InternalAigatewayInternalWebLlmReqLogItem struct {
// CacheHitTokens 是 prompt 缓存命中的 token 数,按 cache_hit_price 计费,不参与 input_price 计费。
CacheHitTokens *int `json:"cache_hit_tokens,omitempty" url:"cache_hit_tokens,omitempty"`
// CompletionTokens is the number of completion tokens.
CompletionTokens *int `json:"completion_tokens,omitempty" url:"completion_tokens,omitempty"`
// Cost is the request cost (yuan).
Cost *float64 `json:"cost,omitempty" url:"cost,omitempty"`
// CreatedAt is the creation timestamp (Unix seconds).
CreatedAt *int `json:"created_at,omitempty" url:"created_at,omitempty"`
// ID is the log entry ID.
ID *int `json:"id,omitempty" url:"id,omitempty"`
// LatencyMs is the total request latency in milliseconds.
LatencyMs *int `json:"latency_ms,omitempty" url:"latency_ms,omitempty"`
// ModelID is the model used.
ModelID *int `json:"model_id,omitempty" url:"model_id,omitempty"`
// PromptTokens is the number of prompt tokens.
PromptTokens *int `json:"prompt_tokens,omitempty" url:"prompt_tokens,omitempty"`
// ProviderID is the provider used.
ProviderID *int `json:"provider_id,omitempty" url:"provider_id,omitempty"`
// RequestID 是请求关联 ID(来自 X-Request-ID header 或自动生成),用于跨系统链路追踪。
RequestID *string `json:"request_id,omitempty" url:"request_id,omitempty"`
// Status is the HTTP status code.
Status *int `json:"status,omitempty" url:"status,omitempty"`
// Stream indicates whether this was a streaming request.
Stream *bool `json:"stream,omitempty" url:"stream,omitempty"`
// TotalTokens is the total token count.
TotalTokens *int `json:"total_tokens,omitempty" url:"total_tokens,omitempty"`
// TPS is the tokens per second throughput.
Tps *float64 `json:"tps,omitempty" url:"tps,omitempty"`
// TTFTMs is the time to first token in milliseconds (0 for non-streaming).
TtftMs *int `json:"ttft_ms,omitempty" url:"ttft_ms,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAigatewayInternalWebLlmReqLogItem) GetCacheHitTokens ¶
func (i *InternalAigatewayInternalWebLlmReqLogItem) GetCacheHitTokens() *int
func (*InternalAigatewayInternalWebLlmReqLogItem) GetCompletionTokens ¶
func (i *InternalAigatewayInternalWebLlmReqLogItem) GetCompletionTokens() *int
func (*InternalAigatewayInternalWebLlmReqLogItem) GetCost ¶
func (i *InternalAigatewayInternalWebLlmReqLogItem) GetCost() *float64
func (*InternalAigatewayInternalWebLlmReqLogItem) GetCreatedAt ¶
func (i *InternalAigatewayInternalWebLlmReqLogItem) GetCreatedAt() *int
func (*InternalAigatewayInternalWebLlmReqLogItem) GetExtraProperties ¶
func (i *InternalAigatewayInternalWebLlmReqLogItem) GetExtraProperties() map[string]interface{}
func (*InternalAigatewayInternalWebLlmReqLogItem) GetID ¶
func (i *InternalAigatewayInternalWebLlmReqLogItem) GetID() *int
func (*InternalAigatewayInternalWebLlmReqLogItem) GetLatencyMs ¶
func (i *InternalAigatewayInternalWebLlmReqLogItem) GetLatencyMs() *int
func (*InternalAigatewayInternalWebLlmReqLogItem) GetModelID ¶
func (i *InternalAigatewayInternalWebLlmReqLogItem) GetModelID() *int
func (*InternalAigatewayInternalWebLlmReqLogItem) GetPromptTokens ¶
func (i *InternalAigatewayInternalWebLlmReqLogItem) GetPromptTokens() *int
func (*InternalAigatewayInternalWebLlmReqLogItem) GetProviderID ¶
func (i *InternalAigatewayInternalWebLlmReqLogItem) GetProviderID() *int
func (*InternalAigatewayInternalWebLlmReqLogItem) GetRequestID ¶
func (i *InternalAigatewayInternalWebLlmReqLogItem) GetRequestID() *string
func (*InternalAigatewayInternalWebLlmReqLogItem) GetStatus ¶
func (i *InternalAigatewayInternalWebLlmReqLogItem) GetStatus() *int
func (*InternalAigatewayInternalWebLlmReqLogItem) GetStream ¶
func (i *InternalAigatewayInternalWebLlmReqLogItem) GetStream() *bool
func (*InternalAigatewayInternalWebLlmReqLogItem) GetTotalTokens ¶
func (i *InternalAigatewayInternalWebLlmReqLogItem) GetTotalTokens() *int
func (*InternalAigatewayInternalWebLlmReqLogItem) GetTps ¶
func (i *InternalAigatewayInternalWebLlmReqLogItem) GetTps() *float64
func (*InternalAigatewayInternalWebLlmReqLogItem) GetTtftMs ¶
func (i *InternalAigatewayInternalWebLlmReqLogItem) GetTtftMs() *int
func (*InternalAigatewayInternalWebLlmReqLogItem) MarshalJSON ¶
func (i *InternalAigatewayInternalWebLlmReqLogItem) MarshalJSON() ([]byte, error)
func (*InternalAigatewayInternalWebLlmReqLogItem) SetCacheHitTokens ¶
func (i *InternalAigatewayInternalWebLlmReqLogItem) SetCacheHitTokens(cacheHitTokens *int)
SetCacheHitTokens sets the CacheHitTokens field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebLlmReqLogItem) SetCompletionTokens ¶
func (i *InternalAigatewayInternalWebLlmReqLogItem) SetCompletionTokens(completionTokens *int)
SetCompletionTokens sets the CompletionTokens field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebLlmReqLogItem) SetCost ¶
func (i *InternalAigatewayInternalWebLlmReqLogItem) SetCost(cost *float64)
SetCost sets the Cost field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebLlmReqLogItem) SetCreatedAt ¶
func (i *InternalAigatewayInternalWebLlmReqLogItem) SetCreatedAt(createdAt *int)
SetCreatedAt sets the CreatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebLlmReqLogItem) SetID ¶
func (i *InternalAigatewayInternalWebLlmReqLogItem) SetID(id *int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebLlmReqLogItem) SetLatencyMs ¶
func (i *InternalAigatewayInternalWebLlmReqLogItem) SetLatencyMs(latencyMs *int)
SetLatencyMs sets the LatencyMs field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebLlmReqLogItem) SetModelID ¶
func (i *InternalAigatewayInternalWebLlmReqLogItem) SetModelID(modelID *int)
SetModelID sets the ModelID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebLlmReqLogItem) SetPromptTokens ¶
func (i *InternalAigatewayInternalWebLlmReqLogItem) SetPromptTokens(promptTokens *int)
SetPromptTokens sets the PromptTokens field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebLlmReqLogItem) SetProviderID ¶
func (i *InternalAigatewayInternalWebLlmReqLogItem) SetProviderID(providerID *int)
SetProviderID sets the ProviderID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebLlmReqLogItem) SetRequestID ¶
func (i *InternalAigatewayInternalWebLlmReqLogItem) SetRequestID(requestID *string)
SetRequestID sets the RequestID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebLlmReqLogItem) SetStatus ¶
func (i *InternalAigatewayInternalWebLlmReqLogItem) SetStatus(status *int)
SetStatus sets the Status field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebLlmReqLogItem) SetStream ¶
func (i *InternalAigatewayInternalWebLlmReqLogItem) SetStream(stream *bool)
SetStream sets the Stream field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebLlmReqLogItem) SetTotalTokens ¶
func (i *InternalAigatewayInternalWebLlmReqLogItem) SetTotalTokens(totalTokens *int)
SetTotalTokens sets the TotalTokens field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebLlmReqLogItem) SetTps ¶
func (i *InternalAigatewayInternalWebLlmReqLogItem) SetTps(tps *float64)
SetTps sets the Tps field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebLlmReqLogItem) SetTtftMs ¶
func (i *InternalAigatewayInternalWebLlmReqLogItem) SetTtftMs(ttftMs *int)
SetTtftMs sets the TtftMs field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebLlmReqLogItem) String ¶
func (i *InternalAigatewayInternalWebLlmReqLogItem) String() string
func (*InternalAigatewayInternalWebLlmReqLogItem) UnmarshalJSON ¶
func (i *InternalAigatewayInternalWebLlmReqLogItem) UnmarshalJSON(data []byte) error
type InternalAigatewayInternalWebMarketplaceListResponse ¶
type InternalAigatewayInternalWebMarketplaceListResponse struct {
Data []*InternalAigatewayInternalWebMarketplaceModelItem `json:"data,omitempty" url:"data,omitempty"`
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
Object *string `json:"object,omitempty" url:"object,omitempty"`
Page *int `json:"page,omitempty" url:"page,omitempty"`
Total *int `json:"total,omitempty" url:"total,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAigatewayInternalWebMarketplaceListResponse) GetExtraProperties ¶
func (i *InternalAigatewayInternalWebMarketplaceListResponse) GetExtraProperties() map[string]interface{}
func (*InternalAigatewayInternalWebMarketplaceListResponse) GetLimit ¶
func (i *InternalAigatewayInternalWebMarketplaceListResponse) GetLimit() *int
func (*InternalAigatewayInternalWebMarketplaceListResponse) GetObject ¶
func (i *InternalAigatewayInternalWebMarketplaceListResponse) GetObject() *string
func (*InternalAigatewayInternalWebMarketplaceListResponse) GetPage ¶
func (i *InternalAigatewayInternalWebMarketplaceListResponse) GetPage() *int
func (*InternalAigatewayInternalWebMarketplaceListResponse) GetTotal ¶
func (i *InternalAigatewayInternalWebMarketplaceListResponse) GetTotal() *int
func (*InternalAigatewayInternalWebMarketplaceListResponse) MarshalJSON ¶
func (i *InternalAigatewayInternalWebMarketplaceListResponse) MarshalJSON() ([]byte, error)
func (*InternalAigatewayInternalWebMarketplaceListResponse) SetData ¶
func (i *InternalAigatewayInternalWebMarketplaceListResponse) SetData(data []*InternalAigatewayInternalWebMarketplaceModelItem)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebMarketplaceListResponse) SetLimit ¶
func (i *InternalAigatewayInternalWebMarketplaceListResponse) SetLimit(limit *int)
SetLimit sets the Limit field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebMarketplaceListResponse) SetObject ¶
func (i *InternalAigatewayInternalWebMarketplaceListResponse) SetObject(object *string)
SetObject sets the Object field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebMarketplaceListResponse) SetPage ¶
func (i *InternalAigatewayInternalWebMarketplaceListResponse) SetPage(page *int)
SetPage sets the Page field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebMarketplaceListResponse) SetTotal ¶
func (i *InternalAigatewayInternalWebMarketplaceListResponse) SetTotal(total *int)
SetTotal sets the Total field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebMarketplaceListResponse) String ¶
func (i *InternalAigatewayInternalWebMarketplaceListResponse) String() string
func (*InternalAigatewayInternalWebMarketplaceListResponse) UnmarshalJSON ¶
func (i *InternalAigatewayInternalWebMarketplaceListResponse) UnmarshalJSON(data []byte) error
type InternalAigatewayInternalWebMarketplaceModelItem ¶
type InternalAigatewayInternalWebMarketplaceModelItem struct {
BuyoutPrice *float64 `json:"buyout_price,omitempty" url:"buyout_price,omitempty"`
Currency *string `json:"currency,omitempty" url:"currency,omitempty"`
Description *string `json:"description,omitempty" url:"description,omitempty"`
ID *int `json:"id,omitempty" url:"id,omitempty"`
InputPrice *float64 `json:"input_price,omitempty" url:"input_price,omitempty"`
IsPurchased *bool `json:"is_purchased,omitempty" url:"is_purchased,omitempty"`
ListedAt *int `json:"listed_at,omitempty" url:"listed_at,omitempty"`
Name *string `json:"name,omitempty" url:"name,omitempty"`
OutputPrice *float64 `json:"output_price,omitempty" url:"output_price,omitempty"`
OwnerName *string `json:"owner_name,omitempty" url:"owner_name,omitempty"`
TotalCalls *int `json:"total_calls,omitempty" url:"total_calls,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAigatewayInternalWebMarketplaceModelItem) GetBuyoutPrice ¶ added in v0.0.5
func (i *InternalAigatewayInternalWebMarketplaceModelItem) GetBuyoutPrice() *float64
func (*InternalAigatewayInternalWebMarketplaceModelItem) GetCurrency ¶
func (i *InternalAigatewayInternalWebMarketplaceModelItem) GetCurrency() *string
func (*InternalAigatewayInternalWebMarketplaceModelItem) GetDescription ¶
func (i *InternalAigatewayInternalWebMarketplaceModelItem) GetDescription() *string
func (*InternalAigatewayInternalWebMarketplaceModelItem) GetExtraProperties ¶
func (i *InternalAigatewayInternalWebMarketplaceModelItem) GetExtraProperties() map[string]interface{}
func (*InternalAigatewayInternalWebMarketplaceModelItem) GetID ¶
func (i *InternalAigatewayInternalWebMarketplaceModelItem) GetID() *int
func (*InternalAigatewayInternalWebMarketplaceModelItem) GetInputPrice ¶
func (i *InternalAigatewayInternalWebMarketplaceModelItem) GetInputPrice() *float64
func (*InternalAigatewayInternalWebMarketplaceModelItem) GetIsPurchased ¶ added in v0.0.5
func (i *InternalAigatewayInternalWebMarketplaceModelItem) GetIsPurchased() *bool
func (*InternalAigatewayInternalWebMarketplaceModelItem) GetListedAt ¶
func (i *InternalAigatewayInternalWebMarketplaceModelItem) GetListedAt() *int
func (*InternalAigatewayInternalWebMarketplaceModelItem) GetName ¶
func (i *InternalAigatewayInternalWebMarketplaceModelItem) GetName() *string
func (*InternalAigatewayInternalWebMarketplaceModelItem) GetOutputPrice ¶
func (i *InternalAigatewayInternalWebMarketplaceModelItem) GetOutputPrice() *float64
func (*InternalAigatewayInternalWebMarketplaceModelItem) GetOwnerName ¶
func (i *InternalAigatewayInternalWebMarketplaceModelItem) GetOwnerName() *string
func (*InternalAigatewayInternalWebMarketplaceModelItem) GetTotalCalls ¶
func (i *InternalAigatewayInternalWebMarketplaceModelItem) GetTotalCalls() *int
func (*InternalAigatewayInternalWebMarketplaceModelItem) MarshalJSON ¶
func (i *InternalAigatewayInternalWebMarketplaceModelItem) MarshalJSON() ([]byte, error)
func (*InternalAigatewayInternalWebMarketplaceModelItem) SetBuyoutPrice ¶ added in v0.0.5
func (i *InternalAigatewayInternalWebMarketplaceModelItem) SetBuyoutPrice(buyoutPrice *float64)
SetBuyoutPrice sets the BuyoutPrice field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebMarketplaceModelItem) SetCurrency ¶
func (i *InternalAigatewayInternalWebMarketplaceModelItem) SetCurrency(currency *string)
SetCurrency sets the Currency field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebMarketplaceModelItem) SetDescription ¶
func (i *InternalAigatewayInternalWebMarketplaceModelItem) SetDescription(description *string)
SetDescription sets the Description field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebMarketplaceModelItem) SetID ¶
func (i *InternalAigatewayInternalWebMarketplaceModelItem) SetID(id *int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebMarketplaceModelItem) SetInputPrice ¶
func (i *InternalAigatewayInternalWebMarketplaceModelItem) SetInputPrice(inputPrice *float64)
SetInputPrice sets the InputPrice field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebMarketplaceModelItem) SetIsPurchased ¶ added in v0.0.5
func (i *InternalAigatewayInternalWebMarketplaceModelItem) SetIsPurchased(isPurchased *bool)
SetIsPurchased sets the IsPurchased field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebMarketplaceModelItem) SetListedAt ¶
func (i *InternalAigatewayInternalWebMarketplaceModelItem) SetListedAt(listedAt *int)
SetListedAt sets the ListedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebMarketplaceModelItem) SetName ¶
func (i *InternalAigatewayInternalWebMarketplaceModelItem) SetName(name *string)
SetName sets the Name field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebMarketplaceModelItem) SetOutputPrice ¶
func (i *InternalAigatewayInternalWebMarketplaceModelItem) SetOutputPrice(outputPrice *float64)
SetOutputPrice sets the OutputPrice field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebMarketplaceModelItem) SetOwnerName ¶
func (i *InternalAigatewayInternalWebMarketplaceModelItem) SetOwnerName(ownerName *string)
SetOwnerName sets the OwnerName field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebMarketplaceModelItem) SetTotalCalls ¶
func (i *InternalAigatewayInternalWebMarketplaceModelItem) SetTotalCalls(totalCalls *int)
SetTotalCalls sets the TotalCalls field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebMarketplaceModelItem) String ¶
func (i *InternalAigatewayInternalWebMarketplaceModelItem) String() string
func (*InternalAigatewayInternalWebMarketplaceModelItem) UnmarshalJSON ¶
func (i *InternalAigatewayInternalWebMarketplaceModelItem) UnmarshalJSON(data []byte) error
type InternalAigatewayInternalWebSellerRevenueItem ¶
type InternalAigatewayInternalWebSellerRevenueItem struct {
CallsToday *int `json:"calls_today,omitempty" url:"calls_today,omitempty"`
CallsTotal *int `json:"calls_total,omitempty" url:"calls_total,omitempty"`
ModelID *int `json:"model_id,omitempty" url:"model_id,omitempty"`
ModelName *string `json:"model_name,omitempty" url:"model_name,omitempty"`
RevenueToday *float64 `json:"revenue_today,omitempty" url:"revenue_today,omitempty"`
RevenueTotal *float64 `json:"revenue_total,omitempty" url:"revenue_total,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAigatewayInternalWebSellerRevenueItem) GetCallsToday ¶
func (i *InternalAigatewayInternalWebSellerRevenueItem) GetCallsToday() *int
func (*InternalAigatewayInternalWebSellerRevenueItem) GetCallsTotal ¶
func (i *InternalAigatewayInternalWebSellerRevenueItem) GetCallsTotal() *int
func (*InternalAigatewayInternalWebSellerRevenueItem) GetExtraProperties ¶
func (i *InternalAigatewayInternalWebSellerRevenueItem) GetExtraProperties() map[string]interface{}
func (*InternalAigatewayInternalWebSellerRevenueItem) GetModelID ¶
func (i *InternalAigatewayInternalWebSellerRevenueItem) GetModelID() *int
func (*InternalAigatewayInternalWebSellerRevenueItem) GetModelName ¶
func (i *InternalAigatewayInternalWebSellerRevenueItem) GetModelName() *string
func (*InternalAigatewayInternalWebSellerRevenueItem) GetRevenueToday ¶
func (i *InternalAigatewayInternalWebSellerRevenueItem) GetRevenueToday() *float64
func (*InternalAigatewayInternalWebSellerRevenueItem) GetRevenueTotal ¶
func (i *InternalAigatewayInternalWebSellerRevenueItem) GetRevenueTotal() *float64
func (*InternalAigatewayInternalWebSellerRevenueItem) MarshalJSON ¶
func (i *InternalAigatewayInternalWebSellerRevenueItem) MarshalJSON() ([]byte, error)
func (*InternalAigatewayInternalWebSellerRevenueItem) SetCallsToday ¶
func (i *InternalAigatewayInternalWebSellerRevenueItem) SetCallsToday(callsToday *int)
SetCallsToday sets the CallsToday field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebSellerRevenueItem) SetCallsTotal ¶
func (i *InternalAigatewayInternalWebSellerRevenueItem) SetCallsTotal(callsTotal *int)
SetCallsTotal sets the CallsTotal field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebSellerRevenueItem) SetModelID ¶
func (i *InternalAigatewayInternalWebSellerRevenueItem) SetModelID(modelID *int)
SetModelID sets the ModelID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebSellerRevenueItem) SetModelName ¶
func (i *InternalAigatewayInternalWebSellerRevenueItem) SetModelName(modelName *string)
SetModelName sets the ModelName field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebSellerRevenueItem) SetRevenueToday ¶
func (i *InternalAigatewayInternalWebSellerRevenueItem) SetRevenueToday(revenueToday *float64)
SetRevenueToday sets the RevenueToday field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebSellerRevenueItem) SetRevenueTotal ¶
func (i *InternalAigatewayInternalWebSellerRevenueItem) SetRevenueTotal(revenueTotal *float64)
SetRevenueTotal sets the RevenueTotal field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebSellerRevenueItem) String ¶
func (i *InternalAigatewayInternalWebSellerRevenueItem) String() string
func (*InternalAigatewayInternalWebSellerRevenueItem) UnmarshalJSON ¶
func (i *InternalAigatewayInternalWebSellerRevenueItem) UnmarshalJSON(data []byte) error
type InternalAigatewayInternalWebSellerRevenueResponse ¶
type InternalAigatewayInternalWebSellerRevenueResponse struct {
Data []*InternalAigatewayInternalWebSellerRevenueItem `json:"data,omitempty" url:"data,omitempty"`
Object *string `json:"object,omitempty" url:"object,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAigatewayInternalWebSellerRevenueResponse) GetData ¶
func (i *InternalAigatewayInternalWebSellerRevenueResponse) GetData() []*InternalAigatewayInternalWebSellerRevenueItem
func (*InternalAigatewayInternalWebSellerRevenueResponse) GetExtraProperties ¶
func (i *InternalAigatewayInternalWebSellerRevenueResponse) GetExtraProperties() map[string]interface{}
func (*InternalAigatewayInternalWebSellerRevenueResponse) GetObject ¶
func (i *InternalAigatewayInternalWebSellerRevenueResponse) GetObject() *string
func (*InternalAigatewayInternalWebSellerRevenueResponse) MarshalJSON ¶
func (i *InternalAigatewayInternalWebSellerRevenueResponse) MarshalJSON() ([]byte, error)
func (*InternalAigatewayInternalWebSellerRevenueResponse) SetData ¶
func (i *InternalAigatewayInternalWebSellerRevenueResponse) SetData(data []*InternalAigatewayInternalWebSellerRevenueItem)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebSellerRevenueResponse) SetObject ¶
func (i *InternalAigatewayInternalWebSellerRevenueResponse) SetObject(object *string)
SetObject sets the Object field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebSellerRevenueResponse) String ¶
func (i *InternalAigatewayInternalWebSellerRevenueResponse) String() string
func (*InternalAigatewayInternalWebSellerRevenueResponse) UnmarshalJSON ¶
func (i *InternalAigatewayInternalWebSellerRevenueResponse) UnmarshalJSON(data []byte) error
type InternalAigatewayInternalWebTestModelRequest ¶
type InternalAigatewayInternalWebTestModelRequest struct {
// ModelName is the upstream model name (e.g. "gpt-4", "deepseek-chat").
ModelName string `json:"model_name" url:"model_name"`
// ProviderID is the provider to test against.
ProviderID int `json:"provider_id" url:"provider_id"`
// contains filtered or unexported fields
}
func (*InternalAigatewayInternalWebTestModelRequest) GetExtraProperties ¶
func (i *InternalAigatewayInternalWebTestModelRequest) GetExtraProperties() map[string]interface{}
func (*InternalAigatewayInternalWebTestModelRequest) GetModelName ¶
func (i *InternalAigatewayInternalWebTestModelRequest) GetModelName() string
func (*InternalAigatewayInternalWebTestModelRequest) GetProviderID ¶
func (i *InternalAigatewayInternalWebTestModelRequest) GetProviderID() int
func (*InternalAigatewayInternalWebTestModelRequest) MarshalJSON ¶
func (i *InternalAigatewayInternalWebTestModelRequest) MarshalJSON() ([]byte, error)
func (*InternalAigatewayInternalWebTestModelRequest) SetModelName ¶
func (i *InternalAigatewayInternalWebTestModelRequest) SetModelName(modelName string)
SetModelName sets the ModelName field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebTestModelRequest) SetProviderID ¶
func (i *InternalAigatewayInternalWebTestModelRequest) SetProviderID(providerID int)
SetProviderID sets the ProviderID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebTestModelRequest) String ¶
func (i *InternalAigatewayInternalWebTestModelRequest) String() string
func (*InternalAigatewayInternalWebTestModelRequest) UnmarshalJSON ¶
func (i *InternalAigatewayInternalWebTestModelRequest) UnmarshalJSON(data []byte) error
type InternalAigatewayInternalWebTestModelResponse ¶
type InternalAigatewayInternalWebTestModelResponse struct {
Error *string `json:"error,omitempty" url:"error,omitempty"`
LatencyMs *int `json:"latency_ms,omitempty" url:"latency_ms,omitempty"`
Response *string `json:"response,omitempty" url:"response,omitempty"`
Success *bool `json:"success,omitempty" url:"success,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAigatewayInternalWebTestModelResponse) GetError ¶
func (i *InternalAigatewayInternalWebTestModelResponse) GetError() *string
func (*InternalAigatewayInternalWebTestModelResponse) GetExtraProperties ¶
func (i *InternalAigatewayInternalWebTestModelResponse) GetExtraProperties() map[string]interface{}
func (*InternalAigatewayInternalWebTestModelResponse) GetLatencyMs ¶
func (i *InternalAigatewayInternalWebTestModelResponse) GetLatencyMs() *int
func (*InternalAigatewayInternalWebTestModelResponse) GetResponse ¶
func (i *InternalAigatewayInternalWebTestModelResponse) GetResponse() *string
func (*InternalAigatewayInternalWebTestModelResponse) GetSuccess ¶
func (i *InternalAigatewayInternalWebTestModelResponse) GetSuccess() *bool
func (*InternalAigatewayInternalWebTestModelResponse) MarshalJSON ¶
func (i *InternalAigatewayInternalWebTestModelResponse) MarshalJSON() ([]byte, error)
func (*InternalAigatewayInternalWebTestModelResponse) SetError ¶
func (i *InternalAigatewayInternalWebTestModelResponse) SetError(error_ *string)
SetError sets the Error field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebTestModelResponse) SetLatencyMs ¶
func (i *InternalAigatewayInternalWebTestModelResponse) SetLatencyMs(latencyMs *int)
SetLatencyMs sets the LatencyMs field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebTestModelResponse) SetResponse ¶
func (i *InternalAigatewayInternalWebTestModelResponse) SetResponse(response *string)
SetResponse sets the Response field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebTestModelResponse) SetSuccess ¶
func (i *InternalAigatewayInternalWebTestModelResponse) SetSuccess(success *bool)
SetSuccess sets the Success field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebTestModelResponse) String ¶
func (i *InternalAigatewayInternalWebTestModelResponse) String() string
func (*InternalAigatewayInternalWebTestModelResponse) UnmarshalJSON ¶
func (i *InternalAigatewayInternalWebTestModelResponse) UnmarshalJSON(data []byte) error
type InternalAigatewayInternalWebTestProviderRequest ¶
type InternalAigatewayInternalWebTestProviderRequest struct {
APIKey string `json:"api_key" url:"api_key"`
BaseURL *string `json:"base_url,omitempty" url:"base_url,omitempty"`
Protocol *string `json:"protocol,omitempty" url:"protocol,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAigatewayInternalWebTestProviderRequest) GetAPIKey ¶
func (i *InternalAigatewayInternalWebTestProviderRequest) GetAPIKey() string
func (*InternalAigatewayInternalWebTestProviderRequest) GetBaseURL ¶
func (i *InternalAigatewayInternalWebTestProviderRequest) GetBaseURL() *string
func (*InternalAigatewayInternalWebTestProviderRequest) GetExtraProperties ¶
func (i *InternalAigatewayInternalWebTestProviderRequest) GetExtraProperties() map[string]interface{}
func (*InternalAigatewayInternalWebTestProviderRequest) GetProtocol ¶
func (i *InternalAigatewayInternalWebTestProviderRequest) GetProtocol() *string
func (*InternalAigatewayInternalWebTestProviderRequest) MarshalJSON ¶
func (i *InternalAigatewayInternalWebTestProviderRequest) MarshalJSON() ([]byte, error)
func (*InternalAigatewayInternalWebTestProviderRequest) SetAPIKey ¶
func (i *InternalAigatewayInternalWebTestProviderRequest) SetAPIKey(apiKey string)
SetAPIKey sets the APIKey field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebTestProviderRequest) SetBaseURL ¶
func (i *InternalAigatewayInternalWebTestProviderRequest) SetBaseURL(baseURL *string)
SetBaseURL sets the BaseURL field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebTestProviderRequest) SetProtocol ¶
func (i *InternalAigatewayInternalWebTestProviderRequest) SetProtocol(protocol *string)
SetProtocol sets the Protocol field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebTestProviderRequest) String ¶
func (i *InternalAigatewayInternalWebTestProviderRequest) String() string
func (*InternalAigatewayInternalWebTestProviderRequest) UnmarshalJSON ¶
func (i *InternalAigatewayInternalWebTestProviderRequest) UnmarshalJSON(data []byte) error
type InternalAigatewayInternalWebTestProviderResponse ¶
type InternalAigatewayInternalWebTestProviderResponse struct {
Error *string `json:"error,omitempty" url:"error,omitempty"`
LatencyMs *int `json:"latency_ms,omitempty" url:"latency_ms,omitempty"`
Models []*InternalAigatewayInternalWebUpstreamModelItem `json:"models,omitempty" url:"models,omitempty"`
Success *bool `json:"success,omitempty" url:"success,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAigatewayInternalWebTestProviderResponse) GetError ¶
func (i *InternalAigatewayInternalWebTestProviderResponse) GetError() *string
func (*InternalAigatewayInternalWebTestProviderResponse) GetExtraProperties ¶
func (i *InternalAigatewayInternalWebTestProviderResponse) GetExtraProperties() map[string]interface{}
func (*InternalAigatewayInternalWebTestProviderResponse) GetLatencyMs ¶
func (i *InternalAigatewayInternalWebTestProviderResponse) GetLatencyMs() *int
func (*InternalAigatewayInternalWebTestProviderResponse) GetModels ¶
func (i *InternalAigatewayInternalWebTestProviderResponse) GetModels() []*InternalAigatewayInternalWebUpstreamModelItem
func (*InternalAigatewayInternalWebTestProviderResponse) GetSuccess ¶
func (i *InternalAigatewayInternalWebTestProviderResponse) GetSuccess() *bool
func (*InternalAigatewayInternalWebTestProviderResponse) MarshalJSON ¶
func (i *InternalAigatewayInternalWebTestProviderResponse) MarshalJSON() ([]byte, error)
func (*InternalAigatewayInternalWebTestProviderResponse) SetError ¶
func (i *InternalAigatewayInternalWebTestProviderResponse) SetError(error_ *string)
SetError sets the Error field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebTestProviderResponse) SetLatencyMs ¶
func (i *InternalAigatewayInternalWebTestProviderResponse) SetLatencyMs(latencyMs *int)
SetLatencyMs sets the LatencyMs field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebTestProviderResponse) SetModels ¶
func (i *InternalAigatewayInternalWebTestProviderResponse) SetModels(models []*InternalAigatewayInternalWebUpstreamModelItem)
SetModels sets the Models field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebTestProviderResponse) SetSuccess ¶
func (i *InternalAigatewayInternalWebTestProviderResponse) SetSuccess(success *bool)
SetSuccess sets the Success field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebTestProviderResponse) String ¶
func (i *InternalAigatewayInternalWebTestProviderResponse) String() string
func (*InternalAigatewayInternalWebTestProviderResponse) UnmarshalJSON ¶
func (i *InternalAigatewayInternalWebTestProviderResponse) UnmarshalJSON(data []byte) error
type InternalAigatewayInternalWebTopResourceItem ¶
type InternalAigatewayInternalWebTopResourceItem struct {
CallCount *int `json:"call_count,omitempty" url:"call_count,omitempty"`
ModelID *int `json:"model_id,omitempty" url:"model_id,omitempty"`
ModelName *string `json:"model_name,omitempty" url:"model_name,omitempty"`
OwnerUserID *int `json:"owner_user_id,omitempty" url:"owner_user_id,omitempty"`
TotalCost *float64 `json:"total_cost,omitempty" url:"total_cost,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAigatewayInternalWebTopResourceItem) GetCallCount ¶
func (i *InternalAigatewayInternalWebTopResourceItem) GetCallCount() *int
func (*InternalAigatewayInternalWebTopResourceItem) GetExtraProperties ¶
func (i *InternalAigatewayInternalWebTopResourceItem) GetExtraProperties() map[string]interface{}
func (*InternalAigatewayInternalWebTopResourceItem) GetModelID ¶
func (i *InternalAigatewayInternalWebTopResourceItem) GetModelID() *int
func (*InternalAigatewayInternalWebTopResourceItem) GetModelName ¶
func (i *InternalAigatewayInternalWebTopResourceItem) GetModelName() *string
func (*InternalAigatewayInternalWebTopResourceItem) GetOwnerUserID ¶
func (i *InternalAigatewayInternalWebTopResourceItem) GetOwnerUserID() *int
func (*InternalAigatewayInternalWebTopResourceItem) GetTotalCost ¶
func (i *InternalAigatewayInternalWebTopResourceItem) GetTotalCost() *float64
func (*InternalAigatewayInternalWebTopResourceItem) MarshalJSON ¶
func (i *InternalAigatewayInternalWebTopResourceItem) MarshalJSON() ([]byte, error)
func (*InternalAigatewayInternalWebTopResourceItem) SetCallCount ¶
func (i *InternalAigatewayInternalWebTopResourceItem) SetCallCount(callCount *int)
SetCallCount sets the CallCount field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebTopResourceItem) SetModelID ¶
func (i *InternalAigatewayInternalWebTopResourceItem) SetModelID(modelID *int)
SetModelID sets the ModelID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebTopResourceItem) SetModelName ¶
func (i *InternalAigatewayInternalWebTopResourceItem) SetModelName(modelName *string)
SetModelName sets the ModelName field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebTopResourceItem) SetOwnerUserID ¶
func (i *InternalAigatewayInternalWebTopResourceItem) SetOwnerUserID(ownerUserID *int)
SetOwnerUserID sets the OwnerUserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebTopResourceItem) SetTotalCost ¶
func (i *InternalAigatewayInternalWebTopResourceItem) SetTotalCost(totalCost *float64)
SetTotalCost sets the TotalCost field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebTopResourceItem) String ¶
func (i *InternalAigatewayInternalWebTopResourceItem) String() string
func (*InternalAigatewayInternalWebTopResourceItem) UnmarshalJSON ¶
func (i *InternalAigatewayInternalWebTopResourceItem) UnmarshalJSON(data []byte) error
type InternalAigatewayInternalWebTopResourcesResponse ¶
type InternalAigatewayInternalWebTopResourcesResponse struct {
Data []*InternalAigatewayInternalWebTopResourceItem `json:"data,omitempty" url:"data,omitempty"`
Object *string `json:"object,omitempty" url:"object,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAigatewayInternalWebTopResourcesResponse) GetData ¶
func (i *InternalAigatewayInternalWebTopResourcesResponse) GetData() []*InternalAigatewayInternalWebTopResourceItem
func (*InternalAigatewayInternalWebTopResourcesResponse) GetExtraProperties ¶
func (i *InternalAigatewayInternalWebTopResourcesResponse) GetExtraProperties() map[string]interface{}
func (*InternalAigatewayInternalWebTopResourcesResponse) GetObject ¶
func (i *InternalAigatewayInternalWebTopResourcesResponse) GetObject() *string
func (*InternalAigatewayInternalWebTopResourcesResponse) MarshalJSON ¶
func (i *InternalAigatewayInternalWebTopResourcesResponse) MarshalJSON() ([]byte, error)
func (*InternalAigatewayInternalWebTopResourcesResponse) SetData ¶
func (i *InternalAigatewayInternalWebTopResourcesResponse) SetData(data []*InternalAigatewayInternalWebTopResourceItem)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebTopResourcesResponse) SetObject ¶
func (i *InternalAigatewayInternalWebTopResourcesResponse) SetObject(object *string)
SetObject sets the Object field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebTopResourcesResponse) String ¶
func (i *InternalAigatewayInternalWebTopResourcesResponse) String() string
func (*InternalAigatewayInternalWebTopResourcesResponse) UnmarshalJSON ¶
func (i *InternalAigatewayInternalWebTopResourcesResponse) UnmarshalJSON(data []byte) error
type InternalAigatewayInternalWebUpdateSessionRequest ¶
type InternalAigatewayInternalWebUpdateSessionRequest struct {
// Title is the updated session title.
Title *string `json:"title,omitempty" url:"title,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAigatewayInternalWebUpdateSessionRequest) GetExtraProperties ¶
func (i *InternalAigatewayInternalWebUpdateSessionRequest) GetExtraProperties() map[string]interface{}
func (*InternalAigatewayInternalWebUpdateSessionRequest) GetTitle ¶
func (i *InternalAigatewayInternalWebUpdateSessionRequest) GetTitle() *string
func (*InternalAigatewayInternalWebUpdateSessionRequest) MarshalJSON ¶
func (i *InternalAigatewayInternalWebUpdateSessionRequest) MarshalJSON() ([]byte, error)
func (*InternalAigatewayInternalWebUpdateSessionRequest) SetTitle ¶
func (i *InternalAigatewayInternalWebUpdateSessionRequest) SetTitle(title *string)
SetTitle sets the Title field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUpdateSessionRequest) String ¶
func (i *InternalAigatewayInternalWebUpdateSessionRequest) String() string
func (*InternalAigatewayInternalWebUpdateSessionRequest) UnmarshalJSON ¶
func (i *InternalAigatewayInternalWebUpdateSessionRequest) UnmarshalJSON(data []byte) error
type InternalAigatewayInternalWebUpdateUserProviderRequest ¶
type InternalAigatewayInternalWebUpdateUserProviderRequest struct {
// APIKey is the new provider API key (leave empty to keep existing).
APIKey *string `json:"api_key,omitempty" url:"api_key,omitempty"`
// BaseURL is the optional custom API base URL.
BaseURL *string `json:"base_url,omitempty" url:"base_url,omitempty"`
// Enabled controls whether the provider is active.
Enabled *bool `json:"enabled,omitempty" url:"enabled,omitempty"`
// Name is the provider display name.
Name string `json:"name" url:"name"`
// Protocol is the API protocol (openai or anthropic).
Protocol *InternalAigatewayInternalWebUpdateUserProviderRequestProtocol `json:"protocol,omitempty" url:"protocol,omitempty"`
// Visibility is the provider visibility (private or public).
Visibility *string `json:"visibility,omitempty" url:"visibility,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAigatewayInternalWebUpdateUserProviderRequest) GetAPIKey ¶
func (i *InternalAigatewayInternalWebUpdateUserProviderRequest) GetAPIKey() *string
func (*InternalAigatewayInternalWebUpdateUserProviderRequest) GetBaseURL ¶
func (i *InternalAigatewayInternalWebUpdateUserProviderRequest) GetBaseURL() *string
func (*InternalAigatewayInternalWebUpdateUserProviderRequest) GetEnabled ¶
func (i *InternalAigatewayInternalWebUpdateUserProviderRequest) GetEnabled() *bool
func (*InternalAigatewayInternalWebUpdateUserProviderRequest) GetExtraProperties ¶
func (i *InternalAigatewayInternalWebUpdateUserProviderRequest) GetExtraProperties() map[string]interface{}
func (*InternalAigatewayInternalWebUpdateUserProviderRequest) GetName ¶
func (i *InternalAigatewayInternalWebUpdateUserProviderRequest) GetName() string
func (*InternalAigatewayInternalWebUpdateUserProviderRequest) GetProtocol ¶
func (*InternalAigatewayInternalWebUpdateUserProviderRequest) GetVisibility ¶
func (i *InternalAigatewayInternalWebUpdateUserProviderRequest) GetVisibility() *string
func (*InternalAigatewayInternalWebUpdateUserProviderRequest) MarshalJSON ¶
func (i *InternalAigatewayInternalWebUpdateUserProviderRequest) MarshalJSON() ([]byte, error)
func (*InternalAigatewayInternalWebUpdateUserProviderRequest) SetAPIKey ¶
func (i *InternalAigatewayInternalWebUpdateUserProviderRequest) SetAPIKey(apiKey *string)
SetAPIKey sets the APIKey field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUpdateUserProviderRequest) SetBaseURL ¶
func (i *InternalAigatewayInternalWebUpdateUserProviderRequest) SetBaseURL(baseURL *string)
SetBaseURL sets the BaseURL field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUpdateUserProviderRequest) SetEnabled ¶
func (i *InternalAigatewayInternalWebUpdateUserProviderRequest) SetEnabled(enabled *bool)
SetEnabled sets the Enabled field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUpdateUserProviderRequest) SetName ¶
func (i *InternalAigatewayInternalWebUpdateUserProviderRequest) SetName(name string)
SetName sets the Name field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUpdateUserProviderRequest) SetProtocol ¶
func (i *InternalAigatewayInternalWebUpdateUserProviderRequest) SetProtocol(protocol *InternalAigatewayInternalWebUpdateUserProviderRequestProtocol)
SetProtocol sets the Protocol field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUpdateUserProviderRequest) SetVisibility ¶
func (i *InternalAigatewayInternalWebUpdateUserProviderRequest) SetVisibility(visibility *string)
SetVisibility sets the Visibility field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUpdateUserProviderRequest) String ¶
func (i *InternalAigatewayInternalWebUpdateUserProviderRequest) String() string
func (*InternalAigatewayInternalWebUpdateUserProviderRequest) UnmarshalJSON ¶
func (i *InternalAigatewayInternalWebUpdateUserProviderRequest) UnmarshalJSON(data []byte) error
type InternalAigatewayInternalWebUpdateUserProviderRequestProtocol ¶
type InternalAigatewayInternalWebUpdateUserProviderRequestProtocol string
Protocol is the API protocol (openai or anthropic).
const ( InternalAigatewayInternalWebUpdateUserProviderRequestProtocolOpenai InternalAigatewayInternalWebUpdateUserProviderRequestProtocol = "openai" InternalAigatewayInternalWebUpdateUserProviderRequestProtocolAnthropic InternalAigatewayInternalWebUpdateUserProviderRequestProtocol = "anthropic" )
func NewInternalAigatewayInternalWebUpdateUserProviderRequestProtocolFromString ¶
func NewInternalAigatewayInternalWebUpdateUserProviderRequestProtocolFromString(s string) (InternalAigatewayInternalWebUpdateUserProviderRequestProtocol, error)
type InternalAigatewayInternalWebUpstreamModelItem ¶
type InternalAigatewayInternalWebUpstreamModelItem struct {
Created *int `json:"created,omitempty" url:"created,omitempty"`
ID *string `json:"id,omitempty" url:"id,omitempty"`
OwnedBy *string `json:"owned_by,omitempty" url:"owned_by,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAigatewayInternalWebUpstreamModelItem) GetCreated ¶
func (i *InternalAigatewayInternalWebUpstreamModelItem) GetCreated() *int
func (*InternalAigatewayInternalWebUpstreamModelItem) GetExtraProperties ¶
func (i *InternalAigatewayInternalWebUpstreamModelItem) GetExtraProperties() map[string]interface{}
func (*InternalAigatewayInternalWebUpstreamModelItem) GetID ¶
func (i *InternalAigatewayInternalWebUpstreamModelItem) GetID() *string
func (*InternalAigatewayInternalWebUpstreamModelItem) GetOwnedBy ¶
func (i *InternalAigatewayInternalWebUpstreamModelItem) GetOwnedBy() *string
func (*InternalAigatewayInternalWebUpstreamModelItem) MarshalJSON ¶
func (i *InternalAigatewayInternalWebUpstreamModelItem) MarshalJSON() ([]byte, error)
func (*InternalAigatewayInternalWebUpstreamModelItem) SetCreated ¶
func (i *InternalAigatewayInternalWebUpstreamModelItem) SetCreated(created *int)
SetCreated sets the Created field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUpstreamModelItem) SetID ¶
func (i *InternalAigatewayInternalWebUpstreamModelItem) SetID(id *string)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUpstreamModelItem) SetOwnedBy ¶
func (i *InternalAigatewayInternalWebUpstreamModelItem) SetOwnedBy(ownedBy *string)
SetOwnedBy sets the OwnedBy field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUpstreamModelItem) String ¶
func (i *InternalAigatewayInternalWebUpstreamModelItem) String() string
func (*InternalAigatewayInternalWebUpstreamModelItem) UnmarshalJSON ¶
func (i *InternalAigatewayInternalWebUpstreamModelItem) UnmarshalJSON(data []byte) error
type InternalAigatewayInternalWebUsageRecordItem ¶
type InternalAigatewayInternalWebUsageRecordItem struct {
// CallCount is the number of API calls.
CallCount *int `json:"call_count,omitempty" url:"call_count,omitempty"`
// CompletionTokens is the total completion tokens generated.
CompletionTokens *int `json:"completion_tokens,omitempty" url:"completion_tokens,omitempty"`
// ID is the record ID.
ID *int `json:"id,omitempty" url:"id,omitempty"`
// ModelID is the model that was used.
ModelID *int `json:"model_id,omitempty" url:"model_id,omitempty"`
// PromptTokens is the total prompt tokens consumed.
PromptTokens *int `json:"prompt_tokens,omitempty" url:"prompt_tokens,omitempty"`
// RecordDate is the date of this usage record (YYYY-MM-DD).
RecordDate *string `json:"record_date,omitempty" url:"record_date,omitempty"`
// TotalCost is the total cost (yuan).
TotalCost *float64 `json:"total_cost,omitempty" url:"total_cost,omitempty"`
// TotalTokens is the total tokens consumed.
TotalTokens *int `json:"total_tokens,omitempty" url:"total_tokens,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAigatewayInternalWebUsageRecordItem) GetCallCount ¶
func (i *InternalAigatewayInternalWebUsageRecordItem) GetCallCount() *int
func (*InternalAigatewayInternalWebUsageRecordItem) GetCompletionTokens ¶
func (i *InternalAigatewayInternalWebUsageRecordItem) GetCompletionTokens() *int
func (*InternalAigatewayInternalWebUsageRecordItem) GetExtraProperties ¶
func (i *InternalAigatewayInternalWebUsageRecordItem) GetExtraProperties() map[string]interface{}
func (*InternalAigatewayInternalWebUsageRecordItem) GetID ¶
func (i *InternalAigatewayInternalWebUsageRecordItem) GetID() *int
func (*InternalAigatewayInternalWebUsageRecordItem) GetModelID ¶
func (i *InternalAigatewayInternalWebUsageRecordItem) GetModelID() *int
func (*InternalAigatewayInternalWebUsageRecordItem) GetPromptTokens ¶
func (i *InternalAigatewayInternalWebUsageRecordItem) GetPromptTokens() *int
func (*InternalAigatewayInternalWebUsageRecordItem) GetRecordDate ¶
func (i *InternalAigatewayInternalWebUsageRecordItem) GetRecordDate() *string
func (*InternalAigatewayInternalWebUsageRecordItem) GetTotalCost ¶
func (i *InternalAigatewayInternalWebUsageRecordItem) GetTotalCost() *float64
func (*InternalAigatewayInternalWebUsageRecordItem) GetTotalTokens ¶
func (i *InternalAigatewayInternalWebUsageRecordItem) GetTotalTokens() *int
func (*InternalAigatewayInternalWebUsageRecordItem) MarshalJSON ¶
func (i *InternalAigatewayInternalWebUsageRecordItem) MarshalJSON() ([]byte, error)
func (*InternalAigatewayInternalWebUsageRecordItem) SetCallCount ¶
func (i *InternalAigatewayInternalWebUsageRecordItem) SetCallCount(callCount *int)
SetCallCount sets the CallCount field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUsageRecordItem) SetCompletionTokens ¶
func (i *InternalAigatewayInternalWebUsageRecordItem) SetCompletionTokens(completionTokens *int)
SetCompletionTokens sets the CompletionTokens field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUsageRecordItem) SetID ¶
func (i *InternalAigatewayInternalWebUsageRecordItem) SetID(id *int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUsageRecordItem) SetModelID ¶
func (i *InternalAigatewayInternalWebUsageRecordItem) SetModelID(modelID *int)
SetModelID sets the ModelID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUsageRecordItem) SetPromptTokens ¶
func (i *InternalAigatewayInternalWebUsageRecordItem) SetPromptTokens(promptTokens *int)
SetPromptTokens sets the PromptTokens field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUsageRecordItem) SetRecordDate ¶
func (i *InternalAigatewayInternalWebUsageRecordItem) SetRecordDate(recordDate *string)
SetRecordDate sets the RecordDate field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUsageRecordItem) SetTotalCost ¶
func (i *InternalAigatewayInternalWebUsageRecordItem) SetTotalCost(totalCost *float64)
SetTotalCost sets the TotalCost field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUsageRecordItem) SetTotalTokens ¶
func (i *InternalAigatewayInternalWebUsageRecordItem) SetTotalTokens(totalTokens *int)
SetTotalTokens sets the TotalTokens field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUsageRecordItem) String ¶
func (i *InternalAigatewayInternalWebUsageRecordItem) String() string
func (*InternalAigatewayInternalWebUsageRecordItem) UnmarshalJSON ¶
func (i *InternalAigatewayInternalWebUsageRecordItem) UnmarshalJSON(data []byte) error
type InternalAigatewayInternalWebUserModelRequest ¶
type InternalAigatewayInternalWebUserModelRequest struct {
// BillingMode is the billing mode: "token" (default) or "per_request".
BillingMode *string `json:"billing_mode,omitempty" url:"billing_mode,omitempty"`
// BuyoutPrice is the optional buyout price for marketplace purchase (NULL = not available).
BuyoutPrice *float64 `json:"buyout_price,omitempty" url:"buyout_price,omitempty"`
// CacheHitPrice is the cache hit price per 1M tokens (CNY). 0 means same as input_price.
CacheHitPrice *float64 `json:"cache_hit_price,omitempty" url:"cache_hit_price,omitempty"`
// Currency is the billing currency (CNY or USD, default CNY).
Currency *string `json:"currency,omitempty" url:"currency,omitempty"`
// Description is an optional human-readable description.
Description *string `json:"description,omitempty" url:"description,omitempty"`
// Enabled controls whether the model is active.
Enabled *bool `json:"enabled,omitempty" url:"enabled,omitempty"`
// InputPrice is the price per 1M input tokens (CNY).
InputPrice *float64 `json:"input_price,omitempty" url:"input_price,omitempty"`
// IsDefault indicates whether to set this as the user's default model.
IsDefault *bool `json:"is_default,omitempty" url:"is_default,omitempty"`
// MaxOutputTokens is the maximum output token count (0=system default).
MaxOutputTokens *int `json:"max_output_tokens,omitempty" url:"max_output_tokens,omitempty"`
// Name is the user-facing model identifier.
Name string `json:"name" url:"name"`
// OutputPrice is the price per 1M output tokens (CNY).
OutputPrice *float64 `json:"output_price,omitempty" url:"output_price,omitempty"`
// ProviderID is the associated provider ID.
ProviderID int `json:"provider_id" url:"provider_id"`
// UpstreamName is the upstream provider's model name (overrides Name if set).
UpstreamName *string `json:"upstream_name,omitempty" url:"upstream_name,omitempty"`
// Visibility is the model visibility (private or public).
Visibility *string `json:"visibility,omitempty" url:"visibility,omitempty"`
// WalletID is the optional bound wallet ID for receiving earnings.
WalletID *int `json:"wallet_id,omitempty" url:"wallet_id,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAigatewayInternalWebUserModelRequest) GetBillingMode ¶
func (i *InternalAigatewayInternalWebUserModelRequest) GetBillingMode() *string
func (*InternalAigatewayInternalWebUserModelRequest) GetBuyoutPrice ¶ added in v0.0.5
func (i *InternalAigatewayInternalWebUserModelRequest) GetBuyoutPrice() *float64
func (*InternalAigatewayInternalWebUserModelRequest) GetCacheHitPrice ¶
func (i *InternalAigatewayInternalWebUserModelRequest) GetCacheHitPrice() *float64
func (*InternalAigatewayInternalWebUserModelRequest) GetCurrency ¶
func (i *InternalAigatewayInternalWebUserModelRequest) GetCurrency() *string
func (*InternalAigatewayInternalWebUserModelRequest) GetDescription ¶
func (i *InternalAigatewayInternalWebUserModelRequest) GetDescription() *string
func (*InternalAigatewayInternalWebUserModelRequest) GetEnabled ¶
func (i *InternalAigatewayInternalWebUserModelRequest) GetEnabled() *bool
func (*InternalAigatewayInternalWebUserModelRequest) GetExtraProperties ¶
func (i *InternalAigatewayInternalWebUserModelRequest) GetExtraProperties() map[string]interface{}
func (*InternalAigatewayInternalWebUserModelRequest) GetInputPrice ¶
func (i *InternalAigatewayInternalWebUserModelRequest) GetInputPrice() *float64
func (*InternalAigatewayInternalWebUserModelRequest) GetIsDefault ¶
func (i *InternalAigatewayInternalWebUserModelRequest) GetIsDefault() *bool
func (*InternalAigatewayInternalWebUserModelRequest) GetMaxOutputTokens ¶
func (i *InternalAigatewayInternalWebUserModelRequest) GetMaxOutputTokens() *int
func (*InternalAigatewayInternalWebUserModelRequest) GetName ¶
func (i *InternalAigatewayInternalWebUserModelRequest) GetName() string
func (*InternalAigatewayInternalWebUserModelRequest) GetOutputPrice ¶
func (i *InternalAigatewayInternalWebUserModelRequest) GetOutputPrice() *float64
func (*InternalAigatewayInternalWebUserModelRequest) GetProviderID ¶
func (i *InternalAigatewayInternalWebUserModelRequest) GetProviderID() int
func (*InternalAigatewayInternalWebUserModelRequest) GetUpstreamName ¶
func (i *InternalAigatewayInternalWebUserModelRequest) GetUpstreamName() *string
func (*InternalAigatewayInternalWebUserModelRequest) GetVisibility ¶
func (i *InternalAigatewayInternalWebUserModelRequest) GetVisibility() *string
func (*InternalAigatewayInternalWebUserModelRequest) GetWalletID ¶
func (i *InternalAigatewayInternalWebUserModelRequest) GetWalletID() *int
func (*InternalAigatewayInternalWebUserModelRequest) MarshalJSON ¶
func (i *InternalAigatewayInternalWebUserModelRequest) MarshalJSON() ([]byte, error)
func (*InternalAigatewayInternalWebUserModelRequest) SetBillingMode ¶
func (i *InternalAigatewayInternalWebUserModelRequest) SetBillingMode(billingMode *string)
SetBillingMode sets the BillingMode field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserModelRequest) SetBuyoutPrice ¶ added in v0.0.5
func (i *InternalAigatewayInternalWebUserModelRequest) SetBuyoutPrice(buyoutPrice *float64)
SetBuyoutPrice sets the BuyoutPrice field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserModelRequest) SetCacheHitPrice ¶
func (i *InternalAigatewayInternalWebUserModelRequest) SetCacheHitPrice(cacheHitPrice *float64)
SetCacheHitPrice sets the CacheHitPrice field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserModelRequest) SetCurrency ¶
func (i *InternalAigatewayInternalWebUserModelRequest) SetCurrency(currency *string)
SetCurrency sets the Currency field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserModelRequest) SetDescription ¶
func (i *InternalAigatewayInternalWebUserModelRequest) SetDescription(description *string)
SetDescription sets the Description field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserModelRequest) SetEnabled ¶
func (i *InternalAigatewayInternalWebUserModelRequest) SetEnabled(enabled *bool)
SetEnabled sets the Enabled field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserModelRequest) SetInputPrice ¶
func (i *InternalAigatewayInternalWebUserModelRequest) SetInputPrice(inputPrice *float64)
SetInputPrice sets the InputPrice field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserModelRequest) SetIsDefault ¶
func (i *InternalAigatewayInternalWebUserModelRequest) SetIsDefault(isDefault *bool)
SetIsDefault sets the IsDefault field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserModelRequest) SetMaxOutputTokens ¶
func (i *InternalAigatewayInternalWebUserModelRequest) SetMaxOutputTokens(maxOutputTokens *int)
SetMaxOutputTokens sets the MaxOutputTokens field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserModelRequest) SetName ¶
func (i *InternalAigatewayInternalWebUserModelRequest) SetName(name string)
SetName sets the Name field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserModelRequest) SetOutputPrice ¶
func (i *InternalAigatewayInternalWebUserModelRequest) SetOutputPrice(outputPrice *float64)
SetOutputPrice sets the OutputPrice field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserModelRequest) SetProviderID ¶
func (i *InternalAigatewayInternalWebUserModelRequest) SetProviderID(providerID int)
SetProviderID sets the ProviderID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserModelRequest) SetUpstreamName ¶
func (i *InternalAigatewayInternalWebUserModelRequest) SetUpstreamName(upstreamName *string)
SetUpstreamName sets the UpstreamName field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserModelRequest) SetVisibility ¶
func (i *InternalAigatewayInternalWebUserModelRequest) SetVisibility(visibility *string)
SetVisibility sets the Visibility field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserModelRequest) SetWalletID ¶
func (i *InternalAigatewayInternalWebUserModelRequest) SetWalletID(walletID *int)
SetWalletID sets the WalletID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserModelRequest) String ¶
func (i *InternalAigatewayInternalWebUserModelRequest) String() string
func (*InternalAigatewayInternalWebUserModelRequest) UnmarshalJSON ¶
func (i *InternalAigatewayInternalWebUserModelRequest) UnmarshalJSON(data []byte) error
type InternalAigatewayInternalWebUserProviderRequest ¶
type InternalAigatewayInternalWebUserProviderRequest struct {
// APIKey is the provider API key (encrypted at rest).
APIKey string `json:"api_key" url:"api_key"`
// BaseURL is the optional custom API base URL.
BaseURL *string `json:"base_url,omitempty" url:"base_url,omitempty"`
// Enabled controls whether the provider is active.
Enabled *bool `json:"enabled,omitempty" url:"enabled,omitempty"`
// Name is the provider display name.
Name string `json:"name" url:"name"`
// Protocol is the API protocol (openai or anthropic).
Protocol *InternalAigatewayInternalWebUserProviderRequestProtocol `json:"protocol,omitempty" url:"protocol,omitempty"`
// Visibility is the provider visibility (private or public).
Visibility *string `json:"visibility,omitempty" url:"visibility,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAigatewayInternalWebUserProviderRequest) GetAPIKey ¶
func (i *InternalAigatewayInternalWebUserProviderRequest) GetAPIKey() string
func (*InternalAigatewayInternalWebUserProviderRequest) GetBaseURL ¶
func (i *InternalAigatewayInternalWebUserProviderRequest) GetBaseURL() *string
func (*InternalAigatewayInternalWebUserProviderRequest) GetEnabled ¶
func (i *InternalAigatewayInternalWebUserProviderRequest) GetEnabled() *bool
func (*InternalAigatewayInternalWebUserProviderRequest) GetExtraProperties ¶
func (i *InternalAigatewayInternalWebUserProviderRequest) GetExtraProperties() map[string]interface{}
func (*InternalAigatewayInternalWebUserProviderRequest) GetName ¶
func (i *InternalAigatewayInternalWebUserProviderRequest) GetName() string
func (*InternalAigatewayInternalWebUserProviderRequest) GetProtocol ¶
func (i *InternalAigatewayInternalWebUserProviderRequest) GetProtocol() *InternalAigatewayInternalWebUserProviderRequestProtocol
func (*InternalAigatewayInternalWebUserProviderRequest) GetVisibility ¶
func (i *InternalAigatewayInternalWebUserProviderRequest) GetVisibility() *string
func (*InternalAigatewayInternalWebUserProviderRequest) MarshalJSON ¶
func (i *InternalAigatewayInternalWebUserProviderRequest) MarshalJSON() ([]byte, error)
func (*InternalAigatewayInternalWebUserProviderRequest) SetAPIKey ¶
func (i *InternalAigatewayInternalWebUserProviderRequest) SetAPIKey(apiKey string)
SetAPIKey sets the APIKey field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserProviderRequest) SetBaseURL ¶
func (i *InternalAigatewayInternalWebUserProviderRequest) SetBaseURL(baseURL *string)
SetBaseURL sets the BaseURL field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserProviderRequest) SetEnabled ¶
func (i *InternalAigatewayInternalWebUserProviderRequest) SetEnabled(enabled *bool)
SetEnabled sets the Enabled field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserProviderRequest) SetName ¶
func (i *InternalAigatewayInternalWebUserProviderRequest) SetName(name string)
SetName sets the Name field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserProviderRequest) SetProtocol ¶
func (i *InternalAigatewayInternalWebUserProviderRequest) SetProtocol(protocol *InternalAigatewayInternalWebUserProviderRequestProtocol)
SetProtocol sets the Protocol field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserProviderRequest) SetVisibility ¶
func (i *InternalAigatewayInternalWebUserProviderRequest) SetVisibility(visibility *string)
SetVisibility sets the Visibility field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserProviderRequest) String ¶
func (i *InternalAigatewayInternalWebUserProviderRequest) String() string
func (*InternalAigatewayInternalWebUserProviderRequest) UnmarshalJSON ¶
func (i *InternalAigatewayInternalWebUserProviderRequest) UnmarshalJSON(data []byte) error
type InternalAigatewayInternalWebUserProviderRequestProtocol ¶
type InternalAigatewayInternalWebUserProviderRequestProtocol string
Protocol is the API protocol (openai or anthropic).
const ( InternalAigatewayInternalWebUserProviderRequestProtocolOpenai InternalAigatewayInternalWebUserProviderRequestProtocol = "openai" InternalAigatewayInternalWebUserProviderRequestProtocolAnthropic InternalAigatewayInternalWebUserProviderRequestProtocol = "anthropic" )
func NewInternalAigatewayInternalWebUserProviderRequestProtocolFromString ¶
func NewInternalAigatewayInternalWebUserProviderRequestProtocolFromString(s string) (InternalAigatewayInternalWebUserProviderRequestProtocol, error)
type InternalAigatewayInternalWebUserProviderResponse ¶
type InternalAigatewayInternalWebUserProviderResponse struct {
// APIKey is the masked API key (last 4 characters visible).
APIKey *string `json:"api_key,omitempty" url:"api_key,omitempty"`
// BaseURL is the API base URL.
BaseURL *string `json:"base_url,omitempty" url:"base_url,omitempty"`
// CreatedAt is the creation timestamp (Unix seconds).
CreatedAt *int `json:"created_at,omitempty" url:"created_at,omitempty"`
// Enabled indicates whether the provider is active.
Enabled *bool `json:"enabled,omitempty" url:"enabled,omitempty"`
// ID is the provider ID.
ID *int `json:"id,omitempty" url:"id,omitempty"`
// Name is the provider display name.
Name *string `json:"name,omitempty" url:"name,omitempty"`
// Protocol is the API protocol.
Protocol *string `json:"protocol,omitempty" url:"protocol,omitempty"`
// UpdatedAt is the last update timestamp (Unix seconds).
UpdatedAt *int `json:"updated_at,omitempty" url:"updated_at,omitempty"`
// UserID is the owner user ID.
UserID *int `json:"user_id,omitempty" url:"user_id,omitempty"`
// Visibility is the provider visibility.
Visibility *string `json:"visibility,omitempty" url:"visibility,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAigatewayInternalWebUserProviderResponse) GetAPIKey ¶
func (i *InternalAigatewayInternalWebUserProviderResponse) GetAPIKey() *string
func (*InternalAigatewayInternalWebUserProviderResponse) GetBaseURL ¶
func (i *InternalAigatewayInternalWebUserProviderResponse) GetBaseURL() *string
func (*InternalAigatewayInternalWebUserProviderResponse) GetCreatedAt ¶
func (i *InternalAigatewayInternalWebUserProviderResponse) GetCreatedAt() *int
func (*InternalAigatewayInternalWebUserProviderResponse) GetEnabled ¶
func (i *InternalAigatewayInternalWebUserProviderResponse) GetEnabled() *bool
func (*InternalAigatewayInternalWebUserProviderResponse) GetExtraProperties ¶
func (i *InternalAigatewayInternalWebUserProviderResponse) GetExtraProperties() map[string]interface{}
func (*InternalAigatewayInternalWebUserProviderResponse) GetID ¶
func (i *InternalAigatewayInternalWebUserProviderResponse) GetID() *int
func (*InternalAigatewayInternalWebUserProviderResponse) GetName ¶
func (i *InternalAigatewayInternalWebUserProviderResponse) GetName() *string
func (*InternalAigatewayInternalWebUserProviderResponse) GetProtocol ¶
func (i *InternalAigatewayInternalWebUserProviderResponse) GetProtocol() *string
func (*InternalAigatewayInternalWebUserProviderResponse) GetUpdatedAt ¶
func (i *InternalAigatewayInternalWebUserProviderResponse) GetUpdatedAt() *int
func (*InternalAigatewayInternalWebUserProviderResponse) GetUserID ¶
func (i *InternalAigatewayInternalWebUserProviderResponse) GetUserID() *int
func (*InternalAigatewayInternalWebUserProviderResponse) GetVisibility ¶
func (i *InternalAigatewayInternalWebUserProviderResponse) GetVisibility() *string
func (*InternalAigatewayInternalWebUserProviderResponse) MarshalJSON ¶
func (i *InternalAigatewayInternalWebUserProviderResponse) MarshalJSON() ([]byte, error)
func (*InternalAigatewayInternalWebUserProviderResponse) SetAPIKey ¶
func (i *InternalAigatewayInternalWebUserProviderResponse) SetAPIKey(apiKey *string)
SetAPIKey sets the APIKey field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserProviderResponse) SetBaseURL ¶
func (i *InternalAigatewayInternalWebUserProviderResponse) SetBaseURL(baseURL *string)
SetBaseURL sets the BaseURL field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserProviderResponse) SetCreatedAt ¶
func (i *InternalAigatewayInternalWebUserProviderResponse) SetCreatedAt(createdAt *int)
SetCreatedAt sets the CreatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserProviderResponse) SetEnabled ¶
func (i *InternalAigatewayInternalWebUserProviderResponse) SetEnabled(enabled *bool)
SetEnabled sets the Enabled field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserProviderResponse) SetID ¶
func (i *InternalAigatewayInternalWebUserProviderResponse) SetID(id *int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserProviderResponse) SetName ¶
func (i *InternalAigatewayInternalWebUserProviderResponse) SetName(name *string)
SetName sets the Name field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserProviderResponse) SetProtocol ¶
func (i *InternalAigatewayInternalWebUserProviderResponse) SetProtocol(protocol *string)
SetProtocol sets the Protocol field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserProviderResponse) SetUpdatedAt ¶
func (i *InternalAigatewayInternalWebUserProviderResponse) SetUpdatedAt(updatedAt *int)
SetUpdatedAt sets the UpdatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserProviderResponse) SetUserID ¶
func (i *InternalAigatewayInternalWebUserProviderResponse) SetUserID(userID *int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserProviderResponse) SetVisibility ¶
func (i *InternalAigatewayInternalWebUserProviderResponse) SetVisibility(visibility *string)
SetVisibility sets the Visibility field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserProviderResponse) String ¶
func (i *InternalAigatewayInternalWebUserProviderResponse) String() string
func (*InternalAigatewayInternalWebUserProviderResponse) UnmarshalJSON ¶
func (i *InternalAigatewayInternalWebUserProviderResponse) UnmarshalJSON(data []byte) error
type InternalAigatewayInternalWebUserRouteRequest ¶
type InternalAigatewayInternalWebUserRouteRequest struct {
// Algorithm is the routing algorithm (currently only targets[0] is used).
Algorithm *string `json:"algorithm,omitempty" url:"algorithm,omitempty"`
// Name is the route name (unique per user).
Name string `json:"name" url:"name"`
// Targets is the ordered list of model IDs for this route.
Targets []int `json:"targets" url:"targets"`
// Visibility is the route visibility (private or public).
Visibility *string `json:"visibility,omitempty" url:"visibility,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAigatewayInternalWebUserRouteRequest) GetAlgorithm ¶
func (i *InternalAigatewayInternalWebUserRouteRequest) GetAlgorithm() *string
func (*InternalAigatewayInternalWebUserRouteRequest) GetExtraProperties ¶
func (i *InternalAigatewayInternalWebUserRouteRequest) GetExtraProperties() map[string]interface{}
func (*InternalAigatewayInternalWebUserRouteRequest) GetName ¶
func (i *InternalAigatewayInternalWebUserRouteRequest) GetName() string
func (*InternalAigatewayInternalWebUserRouteRequest) GetTargets ¶
func (i *InternalAigatewayInternalWebUserRouteRequest) GetTargets() []int
func (*InternalAigatewayInternalWebUserRouteRequest) GetVisibility ¶
func (i *InternalAigatewayInternalWebUserRouteRequest) GetVisibility() *string
func (*InternalAigatewayInternalWebUserRouteRequest) MarshalJSON ¶
func (i *InternalAigatewayInternalWebUserRouteRequest) MarshalJSON() ([]byte, error)
func (*InternalAigatewayInternalWebUserRouteRequest) SetAlgorithm ¶
func (i *InternalAigatewayInternalWebUserRouteRequest) SetAlgorithm(algorithm *string)
SetAlgorithm sets the Algorithm field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserRouteRequest) SetName ¶
func (i *InternalAigatewayInternalWebUserRouteRequest) SetName(name string)
SetName sets the Name field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserRouteRequest) SetTargets ¶
func (i *InternalAigatewayInternalWebUserRouteRequest) SetTargets(targets []int)
SetTargets sets the Targets field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserRouteRequest) SetVisibility ¶
func (i *InternalAigatewayInternalWebUserRouteRequest) SetVisibility(visibility *string)
SetVisibility sets the Visibility field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserRouteRequest) String ¶
func (i *InternalAigatewayInternalWebUserRouteRequest) String() string
func (*InternalAigatewayInternalWebUserRouteRequest) UnmarshalJSON ¶
func (i *InternalAigatewayInternalWebUserRouteRequest) UnmarshalJSON(data []byte) error
type InternalAigatewayInternalWebUserRouteResponse ¶
type InternalAigatewayInternalWebUserRouteResponse struct {
// Algorithm is the routing algorithm.
Algorithm *string `json:"algorithm,omitempty" url:"algorithm,omitempty"`
// Description is an optional description.
Description *string `json:"description,omitempty" url:"description,omitempty"`
// ID is the route ID.
ID *int `json:"id,omitempty" url:"id,omitempty"`
// Name is the route name.
Name *string `json:"name,omitempty" url:"name,omitempty"`
// Targets is the ordered list of target model IDs.
Targets []int `json:"targets,omitempty" url:"targets,omitempty"`
// UserID is the owner user ID.
UserID *int `json:"user_id,omitempty" url:"user_id,omitempty"`
// Visibility is the route visibility.
Visibility *string `json:"visibility,omitempty" url:"visibility,omitempty"`
// contains filtered or unexported fields
}
func (*InternalAigatewayInternalWebUserRouteResponse) GetAlgorithm ¶
func (i *InternalAigatewayInternalWebUserRouteResponse) GetAlgorithm() *string
func (*InternalAigatewayInternalWebUserRouteResponse) GetDescription ¶
func (i *InternalAigatewayInternalWebUserRouteResponse) GetDescription() *string
func (*InternalAigatewayInternalWebUserRouteResponse) GetExtraProperties ¶
func (i *InternalAigatewayInternalWebUserRouteResponse) GetExtraProperties() map[string]interface{}
func (*InternalAigatewayInternalWebUserRouteResponse) GetID ¶
func (i *InternalAigatewayInternalWebUserRouteResponse) GetID() *int
func (*InternalAigatewayInternalWebUserRouteResponse) GetName ¶
func (i *InternalAigatewayInternalWebUserRouteResponse) GetName() *string
func (*InternalAigatewayInternalWebUserRouteResponse) GetTargets ¶
func (i *InternalAigatewayInternalWebUserRouteResponse) GetTargets() []int
func (*InternalAigatewayInternalWebUserRouteResponse) GetUserID ¶
func (i *InternalAigatewayInternalWebUserRouteResponse) GetUserID() *int
func (*InternalAigatewayInternalWebUserRouteResponse) GetVisibility ¶
func (i *InternalAigatewayInternalWebUserRouteResponse) GetVisibility() *string
func (*InternalAigatewayInternalWebUserRouteResponse) MarshalJSON ¶
func (i *InternalAigatewayInternalWebUserRouteResponse) MarshalJSON() ([]byte, error)
func (*InternalAigatewayInternalWebUserRouteResponse) SetAlgorithm ¶
func (i *InternalAigatewayInternalWebUserRouteResponse) SetAlgorithm(algorithm *string)
SetAlgorithm sets the Algorithm field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserRouteResponse) SetDescription ¶
func (i *InternalAigatewayInternalWebUserRouteResponse) SetDescription(description *string)
SetDescription sets the Description field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserRouteResponse) SetID ¶
func (i *InternalAigatewayInternalWebUserRouteResponse) SetID(id *int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserRouteResponse) SetName ¶
func (i *InternalAigatewayInternalWebUserRouteResponse) SetName(name *string)
SetName sets the Name field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserRouteResponse) SetTargets ¶
func (i *InternalAigatewayInternalWebUserRouteResponse) SetTargets(targets []int)
SetTargets sets the Targets field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserRouteResponse) SetUserID ¶
func (i *InternalAigatewayInternalWebUserRouteResponse) SetUserID(userID *int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserRouteResponse) SetVisibility ¶
func (i *InternalAigatewayInternalWebUserRouteResponse) SetVisibility(visibility *string)
SetVisibility sets the Visibility field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalAigatewayInternalWebUserRouteResponse) String ¶
func (i *InternalAigatewayInternalWebUserRouteResponse) String() string
func (*InternalAigatewayInternalWebUserRouteResponse) UnmarshalJSON ¶
func (i *InternalAigatewayInternalWebUserRouteResponse) UnmarshalJSON(data []byte) error
type InternalBugreportsInternalWebSubmitBugReportRequest ¶
type InternalBugreportsInternalWebSubmitBugReportRequest struct {
Context []int `json:"context,omitempty" url:"context,omitempty"`
Description *string `json:"description,omitempty" url:"description,omitempty"`
Label *string `json:"label,omitempty" url:"label,omitempty"`
Timestamp *int `json:"timestamp,omitempty" url:"timestamp,omitempty"`
Title *string `json:"title,omitempty" url:"title,omitempty"`
URL *string `json:"url,omitempty" url:"url,omitempty"`
// contains filtered or unexported fields
}
func (*InternalBugreportsInternalWebSubmitBugReportRequest) GetContext ¶ added in v0.0.5
func (i *InternalBugreportsInternalWebSubmitBugReportRequest) GetContext() []int
func (*InternalBugreportsInternalWebSubmitBugReportRequest) GetDescription ¶
func (i *InternalBugreportsInternalWebSubmitBugReportRequest) GetDescription() *string
func (*InternalBugreportsInternalWebSubmitBugReportRequest) GetExtraProperties ¶
func (i *InternalBugreportsInternalWebSubmitBugReportRequest) GetExtraProperties() map[string]interface{}
func (*InternalBugreportsInternalWebSubmitBugReportRequest) GetLabel ¶ added in v0.0.5
func (i *InternalBugreportsInternalWebSubmitBugReportRequest) GetLabel() *string
func (*InternalBugreportsInternalWebSubmitBugReportRequest) GetTimestamp ¶
func (i *InternalBugreportsInternalWebSubmitBugReportRequest) GetTimestamp() *int
func (*InternalBugreportsInternalWebSubmitBugReportRequest) GetTitle ¶
func (i *InternalBugreportsInternalWebSubmitBugReportRequest) GetTitle() *string
func (*InternalBugreportsInternalWebSubmitBugReportRequest) GetURL ¶
func (i *InternalBugreportsInternalWebSubmitBugReportRequest) GetURL() *string
func (*InternalBugreportsInternalWebSubmitBugReportRequest) MarshalJSON ¶
func (i *InternalBugreportsInternalWebSubmitBugReportRequest) MarshalJSON() ([]byte, error)
func (*InternalBugreportsInternalWebSubmitBugReportRequest) SetContext ¶ added in v0.0.5
func (i *InternalBugreportsInternalWebSubmitBugReportRequest) SetContext(context []int)
SetContext sets the Context field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalBugreportsInternalWebSubmitBugReportRequest) SetDescription ¶
func (i *InternalBugreportsInternalWebSubmitBugReportRequest) SetDescription(description *string)
SetDescription sets the Description field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalBugreportsInternalWebSubmitBugReportRequest) SetLabel ¶ added in v0.0.5
func (i *InternalBugreportsInternalWebSubmitBugReportRequest) SetLabel(label *string)
SetLabel sets the Label field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalBugreportsInternalWebSubmitBugReportRequest) SetTimestamp ¶
func (i *InternalBugreportsInternalWebSubmitBugReportRequest) SetTimestamp(timestamp *int)
SetTimestamp sets the Timestamp field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalBugreportsInternalWebSubmitBugReportRequest) SetTitle ¶
func (i *InternalBugreportsInternalWebSubmitBugReportRequest) SetTitle(title *string)
SetTitle sets the Title field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalBugreportsInternalWebSubmitBugReportRequest) SetURL ¶
func (i *InternalBugreportsInternalWebSubmitBugReportRequest) SetURL(url *string)
SetURL sets the URL field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalBugreportsInternalWebSubmitBugReportRequest) String ¶
func (i *InternalBugreportsInternalWebSubmitBugReportRequest) String() string
func (*InternalBugreportsInternalWebSubmitBugReportRequest) UnmarshalJSON ¶
func (i *InternalBugreportsInternalWebSubmitBugReportRequest) UnmarshalJSON(data []byte) error
type InternalBugreportsInternalWebUpdateBugReportRequest ¶
type InternalBugreportsInternalWebUpdateBugReportRequest struct {
ReviewNotes *string `json:"review_notes,omitempty" url:"review_notes,omitempty"`
Status *string `json:"status,omitempty" url:"status,omitempty"`
// contains filtered or unexported fields
}
func (*InternalBugreportsInternalWebUpdateBugReportRequest) GetExtraProperties ¶
func (i *InternalBugreportsInternalWebUpdateBugReportRequest) GetExtraProperties() map[string]interface{}
func (*InternalBugreportsInternalWebUpdateBugReportRequest) GetReviewNotes ¶
func (i *InternalBugreportsInternalWebUpdateBugReportRequest) GetReviewNotes() *string
func (*InternalBugreportsInternalWebUpdateBugReportRequest) GetStatus ¶
func (i *InternalBugreportsInternalWebUpdateBugReportRequest) GetStatus() *string
func (*InternalBugreportsInternalWebUpdateBugReportRequest) MarshalJSON ¶
func (i *InternalBugreportsInternalWebUpdateBugReportRequest) MarshalJSON() ([]byte, error)
func (*InternalBugreportsInternalWebUpdateBugReportRequest) SetReviewNotes ¶
func (i *InternalBugreportsInternalWebUpdateBugReportRequest) SetReviewNotes(reviewNotes *string)
SetReviewNotes sets the ReviewNotes field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalBugreportsInternalWebUpdateBugReportRequest) SetStatus ¶
func (i *InternalBugreportsInternalWebUpdateBugReportRequest) SetStatus(status *string)
SetStatus sets the Status field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalBugreportsInternalWebUpdateBugReportRequest) String ¶
func (i *InternalBugreportsInternalWebUpdateBugReportRequest) String() string
func (*InternalBugreportsInternalWebUpdateBugReportRequest) UnmarshalJSON ¶
func (i *InternalBugreportsInternalWebUpdateBugReportRequest) UnmarshalJSON(data []byte) error
type InternalBulletinInternalWebCreateBulletinReq ¶
type InternalBulletinInternalWebCreateBulletinReq struct {
Body *string `json:"body,omitempty" url:"body,omitempty"`
Category *string `json:"category,omitempty" url:"category,omitempty"`
ExpiresAt *int `json:"expires_at,omitempty" url:"expires_at,omitempty"`
ParentID *int `json:"parent_id,omitempty" url:"parent_id,omitempty"`
Section *string `json:"section,omitempty" url:"section,omitempty"`
SortOrder *int `json:"sort_order,omitempty" url:"sort_order,omitempty"`
Summary *string `json:"summary,omitempty" url:"summary,omitempty"`
Title *string `json:"title,omitempty" url:"title,omitempty"`
Type *string `json:"type,omitempty" url:"type,omitempty"`
Version *string `json:"version,omitempty" url:"version,omitempty"`
// contains filtered or unexported fields
}
func (*InternalBulletinInternalWebCreateBulletinReq) GetBody ¶
func (i *InternalBulletinInternalWebCreateBulletinReq) GetBody() *string
func (*InternalBulletinInternalWebCreateBulletinReq) GetCategory ¶
func (i *InternalBulletinInternalWebCreateBulletinReq) GetCategory() *string
func (*InternalBulletinInternalWebCreateBulletinReq) GetExpiresAt ¶
func (i *InternalBulletinInternalWebCreateBulletinReq) GetExpiresAt() *int
func (*InternalBulletinInternalWebCreateBulletinReq) GetExtraProperties ¶
func (i *InternalBulletinInternalWebCreateBulletinReq) GetExtraProperties() map[string]interface{}
func (*InternalBulletinInternalWebCreateBulletinReq) GetParentID ¶
func (i *InternalBulletinInternalWebCreateBulletinReq) GetParentID() *int
func (*InternalBulletinInternalWebCreateBulletinReq) GetSection ¶
func (i *InternalBulletinInternalWebCreateBulletinReq) GetSection() *string
func (*InternalBulletinInternalWebCreateBulletinReq) GetSortOrder ¶
func (i *InternalBulletinInternalWebCreateBulletinReq) GetSortOrder() *int
func (*InternalBulletinInternalWebCreateBulletinReq) GetSummary ¶
func (i *InternalBulletinInternalWebCreateBulletinReq) GetSummary() *string
func (*InternalBulletinInternalWebCreateBulletinReq) GetTitle ¶
func (i *InternalBulletinInternalWebCreateBulletinReq) GetTitle() *string
func (*InternalBulletinInternalWebCreateBulletinReq) GetType ¶
func (i *InternalBulletinInternalWebCreateBulletinReq) GetType() *string
func (*InternalBulletinInternalWebCreateBulletinReq) GetVersion ¶
func (i *InternalBulletinInternalWebCreateBulletinReq) GetVersion() *string
func (*InternalBulletinInternalWebCreateBulletinReq) MarshalJSON ¶
func (i *InternalBulletinInternalWebCreateBulletinReq) MarshalJSON() ([]byte, error)
func (*InternalBulletinInternalWebCreateBulletinReq) SetBody ¶
func (i *InternalBulletinInternalWebCreateBulletinReq) SetBody(body *string)
SetBody sets the Body field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalBulletinInternalWebCreateBulletinReq) SetCategory ¶
func (i *InternalBulletinInternalWebCreateBulletinReq) SetCategory(category *string)
SetCategory sets the Category field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalBulletinInternalWebCreateBulletinReq) SetExpiresAt ¶
func (i *InternalBulletinInternalWebCreateBulletinReq) SetExpiresAt(expiresAt *int)
SetExpiresAt sets the ExpiresAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalBulletinInternalWebCreateBulletinReq) SetParentID ¶
func (i *InternalBulletinInternalWebCreateBulletinReq) SetParentID(parentID *int)
SetParentID sets the ParentID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalBulletinInternalWebCreateBulletinReq) SetSection ¶
func (i *InternalBulletinInternalWebCreateBulletinReq) SetSection(section *string)
SetSection sets the Section field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalBulletinInternalWebCreateBulletinReq) SetSortOrder ¶
func (i *InternalBulletinInternalWebCreateBulletinReq) SetSortOrder(sortOrder *int)
SetSortOrder sets the SortOrder field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalBulletinInternalWebCreateBulletinReq) SetSummary ¶
func (i *InternalBulletinInternalWebCreateBulletinReq) SetSummary(summary *string)
SetSummary sets the Summary field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalBulletinInternalWebCreateBulletinReq) SetTitle ¶
func (i *InternalBulletinInternalWebCreateBulletinReq) SetTitle(title *string)
SetTitle sets the Title field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalBulletinInternalWebCreateBulletinReq) SetType ¶
func (i *InternalBulletinInternalWebCreateBulletinReq) SetType(type_ *string)
SetType sets the Type field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalBulletinInternalWebCreateBulletinReq) SetVersion ¶
func (i *InternalBulletinInternalWebCreateBulletinReq) SetVersion(version *string)
SetVersion sets the Version field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalBulletinInternalWebCreateBulletinReq) String ¶
func (i *InternalBulletinInternalWebCreateBulletinReq) String() string
func (*InternalBulletinInternalWebCreateBulletinReq) UnmarshalJSON ¶
func (i *InternalBulletinInternalWebCreateBulletinReq) UnmarshalJSON(data []byte) error
type InternalBulletinInternalWebUpdateBulletinReq ¶
type InternalBulletinInternalWebUpdateBulletinReq struct {
Body *string `json:"body,omitempty" url:"body,omitempty"`
Category *string `json:"category,omitempty" url:"category,omitempty"`
ExpiresAt *int `json:"expires_at,omitempty" url:"expires_at,omitempty"`
ParentID *int `json:"parent_id,omitempty" url:"parent_id,omitempty"`
Section *string `json:"section,omitempty" url:"section,omitempty"`
SortOrder *int `json:"sort_order,omitempty" url:"sort_order,omitempty"`
Summary *string `json:"summary,omitempty" url:"summary,omitempty"`
Title *string `json:"title,omitempty" url:"title,omitempty"`
Version *string `json:"version,omitempty" url:"version,omitempty"`
// contains filtered or unexported fields
}
func (*InternalBulletinInternalWebUpdateBulletinReq) GetBody ¶
func (i *InternalBulletinInternalWebUpdateBulletinReq) GetBody() *string
func (*InternalBulletinInternalWebUpdateBulletinReq) GetCategory ¶
func (i *InternalBulletinInternalWebUpdateBulletinReq) GetCategory() *string
func (*InternalBulletinInternalWebUpdateBulletinReq) GetExpiresAt ¶
func (i *InternalBulletinInternalWebUpdateBulletinReq) GetExpiresAt() *int
func (*InternalBulletinInternalWebUpdateBulletinReq) GetExtraProperties ¶
func (i *InternalBulletinInternalWebUpdateBulletinReq) GetExtraProperties() map[string]interface{}
func (*InternalBulletinInternalWebUpdateBulletinReq) GetParentID ¶
func (i *InternalBulletinInternalWebUpdateBulletinReq) GetParentID() *int
func (*InternalBulletinInternalWebUpdateBulletinReq) GetSection ¶
func (i *InternalBulletinInternalWebUpdateBulletinReq) GetSection() *string
func (*InternalBulletinInternalWebUpdateBulletinReq) GetSortOrder ¶
func (i *InternalBulletinInternalWebUpdateBulletinReq) GetSortOrder() *int
func (*InternalBulletinInternalWebUpdateBulletinReq) GetSummary ¶
func (i *InternalBulletinInternalWebUpdateBulletinReq) GetSummary() *string
func (*InternalBulletinInternalWebUpdateBulletinReq) GetTitle ¶
func (i *InternalBulletinInternalWebUpdateBulletinReq) GetTitle() *string
func (*InternalBulletinInternalWebUpdateBulletinReq) GetVersion ¶
func (i *InternalBulletinInternalWebUpdateBulletinReq) GetVersion() *string
func (*InternalBulletinInternalWebUpdateBulletinReq) MarshalJSON ¶
func (i *InternalBulletinInternalWebUpdateBulletinReq) MarshalJSON() ([]byte, error)
func (*InternalBulletinInternalWebUpdateBulletinReq) SetBody ¶
func (i *InternalBulletinInternalWebUpdateBulletinReq) SetBody(body *string)
SetBody sets the Body field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalBulletinInternalWebUpdateBulletinReq) SetCategory ¶
func (i *InternalBulletinInternalWebUpdateBulletinReq) SetCategory(category *string)
SetCategory sets the Category field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalBulletinInternalWebUpdateBulletinReq) SetExpiresAt ¶
func (i *InternalBulletinInternalWebUpdateBulletinReq) SetExpiresAt(expiresAt *int)
SetExpiresAt sets the ExpiresAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalBulletinInternalWebUpdateBulletinReq) SetParentID ¶
func (i *InternalBulletinInternalWebUpdateBulletinReq) SetParentID(parentID *int)
SetParentID sets the ParentID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalBulletinInternalWebUpdateBulletinReq) SetSection ¶
func (i *InternalBulletinInternalWebUpdateBulletinReq) SetSection(section *string)
SetSection sets the Section field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalBulletinInternalWebUpdateBulletinReq) SetSortOrder ¶
func (i *InternalBulletinInternalWebUpdateBulletinReq) SetSortOrder(sortOrder *int)
SetSortOrder sets the SortOrder field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalBulletinInternalWebUpdateBulletinReq) SetSummary ¶
func (i *InternalBulletinInternalWebUpdateBulletinReq) SetSummary(summary *string)
SetSummary sets the Summary field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalBulletinInternalWebUpdateBulletinReq) SetTitle ¶
func (i *InternalBulletinInternalWebUpdateBulletinReq) SetTitle(title *string)
SetTitle sets the Title field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalBulletinInternalWebUpdateBulletinReq) SetVersion ¶
func (i *InternalBulletinInternalWebUpdateBulletinReq) SetVersion(version *string)
SetVersion sets the Version field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalBulletinInternalWebUpdateBulletinReq) String ¶
func (i *InternalBulletinInternalWebUpdateBulletinReq) String() string
func (*InternalBulletinInternalWebUpdateBulletinReq) UnmarshalJSON ¶
func (i *InternalBulletinInternalWebUpdateBulletinReq) UnmarshalJSON(data []byte) error
type InternalCommentsInternalWebCommentListVo ¶
type InternalCommentsInternalWebCommentListVo struct {
Data []*GithubComMktAgiAixInternalCommentsInternalDomainComment `json:"data,omitempty" url:"data,omitempty"`
NextCursor *int `json:"next_cursor,omitempty" url:"next_cursor,omitempty"`
// contains filtered or unexported fields
}
func (*InternalCommentsInternalWebCommentListVo) GetData ¶
func (i *InternalCommentsInternalWebCommentListVo) GetData() []*GithubComMktAgiAixInternalCommentsInternalDomainComment
func (*InternalCommentsInternalWebCommentListVo) GetExtraProperties ¶
func (i *InternalCommentsInternalWebCommentListVo) GetExtraProperties() map[string]interface{}
func (*InternalCommentsInternalWebCommentListVo) GetNextCursor ¶
func (i *InternalCommentsInternalWebCommentListVo) GetNextCursor() *int
func (*InternalCommentsInternalWebCommentListVo) MarshalJSON ¶
func (i *InternalCommentsInternalWebCommentListVo) MarshalJSON() ([]byte, error)
func (*InternalCommentsInternalWebCommentListVo) SetData ¶
func (i *InternalCommentsInternalWebCommentListVo) SetData(data []*GithubComMktAgiAixInternalCommentsInternalDomainComment)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalCommentsInternalWebCommentListVo) SetNextCursor ¶
func (i *InternalCommentsInternalWebCommentListVo) SetNextCursor(nextCursor *int)
SetNextCursor sets the NextCursor field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalCommentsInternalWebCommentListVo) String ¶
func (i *InternalCommentsInternalWebCommentListVo) String() string
func (*InternalCommentsInternalWebCommentListVo) UnmarshalJSON ¶
func (i *InternalCommentsInternalWebCommentListVo) UnmarshalJSON(data []byte) error
type InternalCommentsInternalWebCommentTreeVo ¶
type InternalCommentsInternalWebCommentTreeVo struct {
Data []*GithubComMktAgiAixInternalCommentsInternalDomainCommentNode `json:"data,omitempty" url:"data,omitempty"`
NextCursor *int `json:"next_cursor,omitempty" url:"next_cursor,omitempty"`
// contains filtered or unexported fields
}
func (*InternalCommentsInternalWebCommentTreeVo) GetExtraProperties ¶
func (i *InternalCommentsInternalWebCommentTreeVo) GetExtraProperties() map[string]interface{}
func (*InternalCommentsInternalWebCommentTreeVo) GetNextCursor ¶
func (i *InternalCommentsInternalWebCommentTreeVo) GetNextCursor() *int
func (*InternalCommentsInternalWebCommentTreeVo) MarshalJSON ¶
func (i *InternalCommentsInternalWebCommentTreeVo) MarshalJSON() ([]byte, error)
func (*InternalCommentsInternalWebCommentTreeVo) SetData ¶
func (i *InternalCommentsInternalWebCommentTreeVo) SetData(data []*GithubComMktAgiAixInternalCommentsInternalDomainCommentNode)
SetData sets the Data field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalCommentsInternalWebCommentTreeVo) SetNextCursor ¶
func (i *InternalCommentsInternalWebCommentTreeVo) SetNextCursor(nextCursor *int)
SetNextCursor sets the NextCursor field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalCommentsInternalWebCommentTreeVo) String ¶
func (i *InternalCommentsInternalWebCommentTreeVo) String() string
func (*InternalCommentsInternalWebCommentTreeVo) UnmarshalJSON ¶
func (i *InternalCommentsInternalWebCommentTreeVo) UnmarshalJSON(data []byte) error
type InternalCommentsInternalWebCreateCommentReq ¶
type InternalCommentsInternalWebCreateCommentReq struct {
Body string `json:"body" url:"body"`
ParentID *int `json:"parent_id,omitempty" url:"parent_id,omitempty"`
TargetID int `json:"target_id" url:"target_id"`
TargetType string `json:"target_type" url:"target_type"`
// contains filtered or unexported fields
}
func (*InternalCommentsInternalWebCreateCommentReq) GetBody ¶
func (i *InternalCommentsInternalWebCreateCommentReq) GetBody() string
func (*InternalCommentsInternalWebCreateCommentReq) GetExtraProperties ¶
func (i *InternalCommentsInternalWebCreateCommentReq) GetExtraProperties() map[string]interface{}
func (*InternalCommentsInternalWebCreateCommentReq) GetParentID ¶
func (i *InternalCommentsInternalWebCreateCommentReq) GetParentID() *int
func (*InternalCommentsInternalWebCreateCommentReq) GetTargetID ¶
func (i *InternalCommentsInternalWebCreateCommentReq) GetTargetID() int
func (*InternalCommentsInternalWebCreateCommentReq) GetTargetType ¶
func (i *InternalCommentsInternalWebCreateCommentReq) GetTargetType() string
func (*InternalCommentsInternalWebCreateCommentReq) MarshalJSON ¶
func (i *InternalCommentsInternalWebCreateCommentReq) MarshalJSON() ([]byte, error)
func (*InternalCommentsInternalWebCreateCommentReq) SetBody ¶
func (i *InternalCommentsInternalWebCreateCommentReq) SetBody(body string)
SetBody sets the Body field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalCommentsInternalWebCreateCommentReq) SetParentID ¶
func (i *InternalCommentsInternalWebCreateCommentReq) SetParentID(parentID *int)
SetParentID sets the ParentID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalCommentsInternalWebCreateCommentReq) SetTargetID ¶
func (i *InternalCommentsInternalWebCreateCommentReq) SetTargetID(targetID int)
SetTargetID sets the TargetID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalCommentsInternalWebCreateCommentReq) SetTargetType ¶
func (i *InternalCommentsInternalWebCreateCommentReq) SetTargetType(targetType string)
SetTargetType sets the TargetType field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalCommentsInternalWebCreateCommentReq) String ¶
func (i *InternalCommentsInternalWebCreateCommentReq) String() string
func (*InternalCommentsInternalWebCreateCommentReq) UnmarshalJSON ¶
func (i *InternalCommentsInternalWebCreateCommentReq) UnmarshalJSON(data []byte) error
type InternalCommentsInternalWebUpdateCommentReq ¶
type InternalCommentsInternalWebUpdateCommentReq struct {
Body string `json:"body" url:"body"`
// contains filtered or unexported fields
}
func (*InternalCommentsInternalWebUpdateCommentReq) GetBody ¶
func (i *InternalCommentsInternalWebUpdateCommentReq) GetBody() string
func (*InternalCommentsInternalWebUpdateCommentReq) GetExtraProperties ¶
func (i *InternalCommentsInternalWebUpdateCommentReq) GetExtraProperties() map[string]interface{}
func (*InternalCommentsInternalWebUpdateCommentReq) MarshalJSON ¶
func (i *InternalCommentsInternalWebUpdateCommentReq) MarshalJSON() ([]byte, error)
func (*InternalCommentsInternalWebUpdateCommentReq) SetBody ¶
func (i *InternalCommentsInternalWebUpdateCommentReq) SetBody(body string)
SetBody sets the Body field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalCommentsInternalWebUpdateCommentReq) String ¶
func (i *InternalCommentsInternalWebUpdateCommentReq) String() string
func (*InternalCommentsInternalWebUpdateCommentReq) UnmarshalJSON ¶
func (i *InternalCommentsInternalWebUpdateCommentReq) UnmarshalJSON(data []byte) error
type InternalFilesInternalWebFileDeleteVo ¶
type InternalFilesInternalWebFileDeleteVo struct {
Deleted *bool `json:"deleted,omitempty" url:"deleted,omitempty"`
// contains filtered or unexported fields
}
func (*InternalFilesInternalWebFileDeleteVo) GetDeleted ¶
func (i *InternalFilesInternalWebFileDeleteVo) GetDeleted() *bool
func (*InternalFilesInternalWebFileDeleteVo) GetExtraProperties ¶
func (i *InternalFilesInternalWebFileDeleteVo) GetExtraProperties() map[string]interface{}
func (*InternalFilesInternalWebFileDeleteVo) MarshalJSON ¶
func (i *InternalFilesInternalWebFileDeleteVo) MarshalJSON() ([]byte, error)
func (*InternalFilesInternalWebFileDeleteVo) SetDeleted ¶
func (i *InternalFilesInternalWebFileDeleteVo) SetDeleted(deleted *bool)
SetDeleted sets the Deleted field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalFilesInternalWebFileDeleteVo) String ¶
func (i *InternalFilesInternalWebFileDeleteVo) String() string
func (*InternalFilesInternalWebFileDeleteVo) UnmarshalJSON ¶
func (i *InternalFilesInternalWebFileDeleteVo) UnmarshalJSON(data []byte) error
type InternalFilesInternalWebFileDownloadVo ¶
type InternalFilesInternalWebFileDownloadVo struct {
URL *string `json:"url,omitempty" url:"url,omitempty"`
// contains filtered or unexported fields
}
func (*InternalFilesInternalWebFileDownloadVo) GetExtraProperties ¶
func (i *InternalFilesInternalWebFileDownloadVo) GetExtraProperties() map[string]interface{}
func (*InternalFilesInternalWebFileDownloadVo) GetURL ¶
func (i *InternalFilesInternalWebFileDownloadVo) GetURL() *string
func (*InternalFilesInternalWebFileDownloadVo) MarshalJSON ¶
func (i *InternalFilesInternalWebFileDownloadVo) MarshalJSON() ([]byte, error)
func (*InternalFilesInternalWebFileDownloadVo) SetURL ¶
func (i *InternalFilesInternalWebFileDownloadVo) SetURL(url *string)
SetURL sets the URL field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalFilesInternalWebFileDownloadVo) String ¶
func (i *InternalFilesInternalWebFileDownloadVo) String() string
func (*InternalFilesInternalWebFileDownloadVo) UnmarshalJSON ¶
func (i *InternalFilesInternalWebFileDownloadVo) UnmarshalJSON(data []byte) error
type InternalFilesInternalWebFileResponse ¶
type InternalFilesInternalWebFileResponse struct {
// Business context ID
BizID *string `json:"biz_id,omitempty" url:"biz_id,omitempty"`
// Creation timestamp (Unix seconds)
CreatedAt *int `json:"created_at,omitempty" url:"created_at,omitempty"`
// ETag for cache validation
Etag *string `json:"etag,omitempty" url:"etag,omitempty"`
// File ID
ID *int `json:"id,omitempty" url:"id,omitempty"`
// MIME type
MimeType *string `json:"mime_type,omitempty" url:"mime_type,omitempty"`
// File name
Name *string `json:"name,omitempty" url:"name,omitempty"`
// File directory path
Path *string `json:"path,omitempty" url:"path,omitempty"`
// File size in bytes
Size *int `json:"size,omitempty" url:"size,omitempty"`
// Last update timestamp (Unix seconds)
UpdatedAt *int `json:"updated_at,omitempty" url:"updated_at,omitempty"`
// Owner user ID
UserID *int `json:"user_id,omitempty" url:"user_id,omitempty"`
// Visibility constant (domain.VisibilityPrivate|Public)
Visibility *string `json:"visibility,omitempty" url:"visibility,omitempty"`
// contains filtered or unexported fields
}
func (*InternalFilesInternalWebFileResponse) GetBizID ¶
func (i *InternalFilesInternalWebFileResponse) GetBizID() *string
func (*InternalFilesInternalWebFileResponse) GetCreatedAt ¶
func (i *InternalFilesInternalWebFileResponse) GetCreatedAt() *int
func (*InternalFilesInternalWebFileResponse) GetEtag ¶
func (i *InternalFilesInternalWebFileResponse) GetEtag() *string
func (*InternalFilesInternalWebFileResponse) GetExtraProperties ¶
func (i *InternalFilesInternalWebFileResponse) GetExtraProperties() map[string]interface{}
func (*InternalFilesInternalWebFileResponse) GetID ¶
func (i *InternalFilesInternalWebFileResponse) GetID() *int
func (*InternalFilesInternalWebFileResponse) GetMimeType ¶
func (i *InternalFilesInternalWebFileResponse) GetMimeType() *string
func (*InternalFilesInternalWebFileResponse) GetName ¶
func (i *InternalFilesInternalWebFileResponse) GetName() *string
func (*InternalFilesInternalWebFileResponse) GetPath ¶
func (i *InternalFilesInternalWebFileResponse) GetPath() *string
func (*InternalFilesInternalWebFileResponse) GetSize ¶
func (i *InternalFilesInternalWebFileResponse) GetSize() *int
func (*InternalFilesInternalWebFileResponse) GetUpdatedAt ¶
func (i *InternalFilesInternalWebFileResponse) GetUpdatedAt() *int
func (*InternalFilesInternalWebFileResponse) GetUserID ¶
func (i *InternalFilesInternalWebFileResponse) GetUserID() *int
func (*InternalFilesInternalWebFileResponse) GetVisibility ¶
func (i *InternalFilesInternalWebFileResponse) GetVisibility() *string
func (*InternalFilesInternalWebFileResponse) MarshalJSON ¶
func (i *InternalFilesInternalWebFileResponse) MarshalJSON() ([]byte, error)
func (*InternalFilesInternalWebFileResponse) SetBizID ¶
func (i *InternalFilesInternalWebFileResponse) SetBizID(bizID *string)
SetBizID sets the BizID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalFilesInternalWebFileResponse) SetCreatedAt ¶
func (i *InternalFilesInternalWebFileResponse) SetCreatedAt(createdAt *int)
SetCreatedAt sets the CreatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalFilesInternalWebFileResponse) SetEtag ¶
func (i *InternalFilesInternalWebFileResponse) SetEtag(etag *string)
SetEtag sets the Etag field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalFilesInternalWebFileResponse) SetID ¶
func (i *InternalFilesInternalWebFileResponse) SetID(id *int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalFilesInternalWebFileResponse) SetMimeType ¶
func (i *InternalFilesInternalWebFileResponse) SetMimeType(mimeType *string)
SetMimeType sets the MimeType field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalFilesInternalWebFileResponse) SetName ¶
func (i *InternalFilesInternalWebFileResponse) SetName(name *string)
SetName sets the Name field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalFilesInternalWebFileResponse) SetPath ¶
func (i *InternalFilesInternalWebFileResponse) SetPath(path *string)
SetPath sets the Path field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalFilesInternalWebFileResponse) SetSize ¶
func (i *InternalFilesInternalWebFileResponse) SetSize(size *int)
SetSize sets the Size field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalFilesInternalWebFileResponse) SetUpdatedAt ¶
func (i *InternalFilesInternalWebFileResponse) SetUpdatedAt(updatedAt *int)
SetUpdatedAt sets the UpdatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalFilesInternalWebFileResponse) SetUserID ¶
func (i *InternalFilesInternalWebFileResponse) SetUserID(userID *int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalFilesInternalWebFileResponse) SetVisibility ¶
func (i *InternalFilesInternalWebFileResponse) SetVisibility(visibility *string)
SetVisibility sets the Visibility field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalFilesInternalWebFileResponse) String ¶
func (i *InternalFilesInternalWebFileResponse) String() string
func (*InternalFilesInternalWebFileResponse) UnmarshalJSON ¶
func (i *InternalFilesInternalWebFileResponse) UnmarshalJSON(data []byte) error
type InternalFilesInternalWebIngestURLRequest ¶
type InternalFilesInternalWebIngestURLRequest struct {
// business context ID
BizID *string `json:"biz_id,omitempty" url:"biz_id,omitempty"`
// target directory path, defaults to "/"
DirPath *string `json:"dir_path,omitempty" url:"dir_path,omitempty"`
// target filename
Filename string `json:"filename" url:"filename"`
// source URL to download
URL string `json:"url" url:"url"`
// Visibility constant (domain.VisibilityPrivate|Public)
Visibility *string `json:"visibility,omitempty" url:"visibility,omitempty"`
// contains filtered or unexported fields
}
func (*InternalFilesInternalWebIngestURLRequest) GetBizID ¶
func (i *InternalFilesInternalWebIngestURLRequest) GetBizID() *string
func (*InternalFilesInternalWebIngestURLRequest) GetDirPath ¶
func (i *InternalFilesInternalWebIngestURLRequest) GetDirPath() *string
func (*InternalFilesInternalWebIngestURLRequest) GetExtraProperties ¶
func (i *InternalFilesInternalWebIngestURLRequest) GetExtraProperties() map[string]interface{}
func (*InternalFilesInternalWebIngestURLRequest) GetFilename ¶
func (i *InternalFilesInternalWebIngestURLRequest) GetFilename() string
func (*InternalFilesInternalWebIngestURLRequest) GetURL ¶
func (i *InternalFilesInternalWebIngestURLRequest) GetURL() string
func (*InternalFilesInternalWebIngestURLRequest) GetVisibility ¶
func (i *InternalFilesInternalWebIngestURLRequest) GetVisibility() *string
func (*InternalFilesInternalWebIngestURLRequest) MarshalJSON ¶
func (i *InternalFilesInternalWebIngestURLRequest) MarshalJSON() ([]byte, error)
func (*InternalFilesInternalWebIngestURLRequest) SetBizID ¶
func (i *InternalFilesInternalWebIngestURLRequest) SetBizID(bizID *string)
SetBizID sets the BizID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalFilesInternalWebIngestURLRequest) SetDirPath ¶
func (i *InternalFilesInternalWebIngestURLRequest) SetDirPath(dirPath *string)
SetDirPath sets the DirPath field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalFilesInternalWebIngestURLRequest) SetFilename ¶
func (i *InternalFilesInternalWebIngestURLRequest) SetFilename(filename string)
SetFilename sets the Filename field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalFilesInternalWebIngestURLRequest) SetURL ¶
func (i *InternalFilesInternalWebIngestURLRequest) SetURL(url string)
SetURL sets the URL field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalFilesInternalWebIngestURLRequest) SetVisibility ¶
func (i *InternalFilesInternalWebIngestURLRequest) SetVisibility(visibility *string)
SetVisibility sets the Visibility field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalFilesInternalWebIngestURLRequest) String ¶
func (i *InternalFilesInternalWebIngestURLRequest) String() string
func (*InternalFilesInternalWebIngestURLRequest) UnmarshalJSON ¶
func (i *InternalFilesInternalWebIngestURLRequest) UnmarshalJSON(data []byte) error
type InternalFilesInternalWebUpdateFileRequest ¶
type InternalFilesInternalWebUpdateFileRequest struct {
// New file name
Name *string `json:"name,omitempty" url:"name,omitempty"`
// New visibility (domain.VisibilityPrivate|Public)
Visibility *string `json:"visibility,omitempty" url:"visibility,omitempty"`
// contains filtered or unexported fields
}
func (*InternalFilesInternalWebUpdateFileRequest) GetExtraProperties ¶
func (i *InternalFilesInternalWebUpdateFileRequest) GetExtraProperties() map[string]interface{}
func (*InternalFilesInternalWebUpdateFileRequest) GetName ¶
func (i *InternalFilesInternalWebUpdateFileRequest) GetName() *string
func (*InternalFilesInternalWebUpdateFileRequest) GetVisibility ¶
func (i *InternalFilesInternalWebUpdateFileRequest) GetVisibility() *string
func (*InternalFilesInternalWebUpdateFileRequest) MarshalJSON ¶
func (i *InternalFilesInternalWebUpdateFileRequest) MarshalJSON() ([]byte, error)
func (*InternalFilesInternalWebUpdateFileRequest) SetName ¶
func (i *InternalFilesInternalWebUpdateFileRequest) SetName(name *string)
SetName sets the Name field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalFilesInternalWebUpdateFileRequest) SetVisibility ¶
func (i *InternalFilesInternalWebUpdateFileRequest) SetVisibility(visibility *string)
SetVisibility sets the Visibility field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalFilesInternalWebUpdateFileRequest) String ¶
func (i *InternalFilesInternalWebUpdateFileRequest) String() string
func (*InternalFilesInternalWebUpdateFileRequest) UnmarshalJSON ¶
func (i *InternalFilesInternalWebUpdateFileRequest) UnmarshalJSON(data []byte) error
type InternalIamInternalWebAPIKeyResponse ¶
type InternalIamInternalWebAPIKeyResponse struct {
// Enabled indicates whether the API key is active and usable.
Enabled *bool `json:"enabled,omitempty" url:"enabled,omitempty"`
// ID is the unique database identifier for the API key.
ID *int `json:"id,omitempty" url:"id,omitempty"`
// KeyPrefix is a short prefix for identifying the key.
KeyPrefix *string `json:"key_prefix,omitempty" url:"key_prefix,omitempty"`
// Scopes lists the permission scopes assigned to this key.
Scopes []string `json:"scopes,omitempty" url:"scopes,omitempty"`
// contains filtered or unexported fields
}
func (*InternalIamInternalWebAPIKeyResponse) GetEnabled ¶
func (i *InternalIamInternalWebAPIKeyResponse) GetEnabled() *bool
func (*InternalIamInternalWebAPIKeyResponse) GetExtraProperties ¶
func (i *InternalIamInternalWebAPIKeyResponse) GetExtraProperties() map[string]interface{}
func (*InternalIamInternalWebAPIKeyResponse) GetID ¶
func (i *InternalIamInternalWebAPIKeyResponse) GetID() *int
func (*InternalIamInternalWebAPIKeyResponse) GetKeyPrefix ¶
func (i *InternalIamInternalWebAPIKeyResponse) GetKeyPrefix() *string
func (*InternalIamInternalWebAPIKeyResponse) GetScopes ¶
func (i *InternalIamInternalWebAPIKeyResponse) GetScopes() []string
func (*InternalIamInternalWebAPIKeyResponse) MarshalJSON ¶
func (i *InternalIamInternalWebAPIKeyResponse) MarshalJSON() ([]byte, error)
func (*InternalIamInternalWebAPIKeyResponse) SetEnabled ¶
func (i *InternalIamInternalWebAPIKeyResponse) SetEnabled(enabled *bool)
SetEnabled sets the Enabled field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalIamInternalWebAPIKeyResponse) SetID ¶
func (i *InternalIamInternalWebAPIKeyResponse) SetID(id *int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalIamInternalWebAPIKeyResponse) SetKeyPrefix ¶
func (i *InternalIamInternalWebAPIKeyResponse) SetKeyPrefix(keyPrefix *string)
SetKeyPrefix sets the KeyPrefix field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalIamInternalWebAPIKeyResponse) SetScopes ¶
func (i *InternalIamInternalWebAPIKeyResponse) SetScopes(scopes []string)
SetScopes sets the Scopes field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalIamInternalWebAPIKeyResponse) String ¶
func (i *InternalIamInternalWebAPIKeyResponse) String() string
func (*InternalIamInternalWebAPIKeyResponse) UnmarshalJSON ¶
func (i *InternalIamInternalWebAPIKeyResponse) UnmarshalJSON(data []byte) error
type InternalIamInternalWebCreateAPIKeyRequest ¶
type InternalIamInternalWebCreateAPIKeyRequest struct {
// Scopes specifies the permission scopes for the API key. Defaults to all scopes when empty.
Scopes []string `json:"scopes,omitempty" url:"scopes,omitempty"`
// contains filtered or unexported fields
}
func (*InternalIamInternalWebCreateAPIKeyRequest) GetExtraProperties ¶
func (i *InternalIamInternalWebCreateAPIKeyRequest) GetExtraProperties() map[string]interface{}
func (*InternalIamInternalWebCreateAPIKeyRequest) GetScopes ¶
func (i *InternalIamInternalWebCreateAPIKeyRequest) GetScopes() []string
func (*InternalIamInternalWebCreateAPIKeyRequest) MarshalJSON ¶
func (i *InternalIamInternalWebCreateAPIKeyRequest) MarshalJSON() ([]byte, error)
func (*InternalIamInternalWebCreateAPIKeyRequest) SetScopes ¶
func (i *InternalIamInternalWebCreateAPIKeyRequest) SetScopes(scopes []string)
SetScopes sets the Scopes field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalIamInternalWebCreateAPIKeyRequest) String ¶
func (i *InternalIamInternalWebCreateAPIKeyRequest) String() string
func (*InternalIamInternalWebCreateAPIKeyRequest) UnmarshalJSON ¶
func (i *InternalIamInternalWebCreateAPIKeyRequest) UnmarshalJSON(data []byte) error
type InternalIamInternalWebCreateAPIKeyResponse ¶
type InternalIamInternalWebCreateAPIKeyResponse struct {
// APIKey is the raw API key value. Only returned once at creation time.
APIKey *string `json:"api_key,omitempty" url:"api_key,omitempty"`
// ID is the unique database identifier for the API key.
ID *int `json:"id,omitempty" url:"id,omitempty"`
// KeyPrefix is a short prefix for identifying the key in listings.
KeyPrefix *string `json:"key_prefix,omitempty" url:"key_prefix,omitempty"`
// Scopes lists the permission scopes assigned to this key.
Scopes []string `json:"scopes,omitempty" url:"scopes,omitempty"`
// contains filtered or unexported fields
}
func (*InternalIamInternalWebCreateAPIKeyResponse) GetAPIKey ¶
func (i *InternalIamInternalWebCreateAPIKeyResponse) GetAPIKey() *string
func (*InternalIamInternalWebCreateAPIKeyResponse) GetExtraProperties ¶
func (i *InternalIamInternalWebCreateAPIKeyResponse) GetExtraProperties() map[string]interface{}
func (*InternalIamInternalWebCreateAPIKeyResponse) GetID ¶
func (i *InternalIamInternalWebCreateAPIKeyResponse) GetID() *int
func (*InternalIamInternalWebCreateAPIKeyResponse) GetKeyPrefix ¶
func (i *InternalIamInternalWebCreateAPIKeyResponse) GetKeyPrefix() *string
func (*InternalIamInternalWebCreateAPIKeyResponse) GetScopes ¶
func (i *InternalIamInternalWebCreateAPIKeyResponse) GetScopes() []string
func (*InternalIamInternalWebCreateAPIKeyResponse) MarshalJSON ¶
func (i *InternalIamInternalWebCreateAPIKeyResponse) MarshalJSON() ([]byte, error)
func (*InternalIamInternalWebCreateAPIKeyResponse) SetAPIKey ¶
func (i *InternalIamInternalWebCreateAPIKeyResponse) SetAPIKey(apiKey *string)
SetAPIKey sets the APIKey field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalIamInternalWebCreateAPIKeyResponse) SetID ¶
func (i *InternalIamInternalWebCreateAPIKeyResponse) SetID(id *int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalIamInternalWebCreateAPIKeyResponse) SetKeyPrefix ¶
func (i *InternalIamInternalWebCreateAPIKeyResponse) SetKeyPrefix(keyPrefix *string)
SetKeyPrefix sets the KeyPrefix field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalIamInternalWebCreateAPIKeyResponse) SetScopes ¶
func (i *InternalIamInternalWebCreateAPIKeyResponse) SetScopes(scopes []string)
SetScopes sets the Scopes field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalIamInternalWebCreateAPIKeyResponse) String ¶
func (i *InternalIamInternalWebCreateAPIKeyResponse) String() string
func (*InternalIamInternalWebCreateAPIKeyResponse) UnmarshalJSON ¶
func (i *InternalIamInternalWebCreateAPIKeyResponse) UnmarshalJSON(data []byte) error
type InternalIamInternalWebGrantAccessRequest ¶ added in v0.0.5
type InternalIamInternalWebGrantAccessRequest struct {
// resource primary key
ResourceID int `json:"resource_id" url:"resource_id"`
// "aigateway_model" | "aigateway_route" | "files_file"
ResourceType string `json:"resource_type" url:"resource_type"`
// target user ID
UserID int `json:"user_id" url:"user_id"`
// contains filtered or unexported fields
}
func (*InternalIamInternalWebGrantAccessRequest) GetExtraProperties ¶ added in v0.0.5
func (i *InternalIamInternalWebGrantAccessRequest) GetExtraProperties() map[string]interface{}
func (*InternalIamInternalWebGrantAccessRequest) GetResourceID ¶ added in v0.0.5
func (i *InternalIamInternalWebGrantAccessRequest) GetResourceID() int
func (*InternalIamInternalWebGrantAccessRequest) GetResourceType ¶ added in v0.0.5
func (i *InternalIamInternalWebGrantAccessRequest) GetResourceType() string
func (*InternalIamInternalWebGrantAccessRequest) GetUserID ¶ added in v0.0.5
func (i *InternalIamInternalWebGrantAccessRequest) GetUserID() int
func (*InternalIamInternalWebGrantAccessRequest) MarshalJSON ¶ added in v0.0.5
func (i *InternalIamInternalWebGrantAccessRequest) MarshalJSON() ([]byte, error)
func (*InternalIamInternalWebGrantAccessRequest) SetResourceID ¶ added in v0.0.5
func (i *InternalIamInternalWebGrantAccessRequest) SetResourceID(resourceID int)
SetResourceID sets the ResourceID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalIamInternalWebGrantAccessRequest) SetResourceType ¶ added in v0.0.5
func (i *InternalIamInternalWebGrantAccessRequest) SetResourceType(resourceType string)
SetResourceType sets the ResourceType field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalIamInternalWebGrantAccessRequest) SetUserID ¶ added in v0.0.5
func (i *InternalIamInternalWebGrantAccessRequest) SetUserID(userID int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalIamInternalWebGrantAccessRequest) String ¶ added in v0.0.5
func (i *InternalIamInternalWebGrantAccessRequest) String() string
func (*InternalIamInternalWebGrantAccessRequest) UnmarshalJSON ¶ added in v0.0.5
func (i *InternalIamInternalWebGrantAccessRequest) UnmarshalJSON(data []byte) error
type InternalMessagingInternalWebAddParticipantReq ¶
type InternalMessagingInternalWebAddParticipantReq struct {
// Role is the participant's role (e.g. "member", "admin").
Role *string `json:"role,omitempty" url:"role,omitempty"`
// UserID is the user to add as a participant.
UserID *int `json:"user_id,omitempty" url:"user_id,omitempty"`
// contains filtered or unexported fields
}
func (*InternalMessagingInternalWebAddParticipantReq) GetExtraProperties ¶
func (i *InternalMessagingInternalWebAddParticipantReq) GetExtraProperties() map[string]interface{}
func (*InternalMessagingInternalWebAddParticipantReq) GetRole ¶
func (i *InternalMessagingInternalWebAddParticipantReq) GetRole() *string
func (*InternalMessagingInternalWebAddParticipantReq) GetUserID ¶
func (i *InternalMessagingInternalWebAddParticipantReq) GetUserID() *int
func (*InternalMessagingInternalWebAddParticipantReq) MarshalJSON ¶
func (i *InternalMessagingInternalWebAddParticipantReq) MarshalJSON() ([]byte, error)
func (*InternalMessagingInternalWebAddParticipantReq) SetRole ¶
func (i *InternalMessagingInternalWebAddParticipantReq) SetRole(role *string)
SetRole sets the Role field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalMessagingInternalWebAddParticipantReq) SetUserID ¶
func (i *InternalMessagingInternalWebAddParticipantReq) SetUserID(userID *int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalMessagingInternalWebAddParticipantReq) String ¶
func (i *InternalMessagingInternalWebAddParticipantReq) String() string
func (*InternalMessagingInternalWebAddParticipantReq) UnmarshalJSON ¶
func (i *InternalMessagingInternalWebAddParticipantReq) UnmarshalJSON(data []byte) error
type InternalMessagingInternalWebCreateConversationReq ¶
type InternalMessagingInternalWebCreateConversationReq struct {
// ParticipantIDs lists the initial participant user IDs to add.
ParticipantIDs []int `json:"participant_ids,omitempty" url:"participant_ids,omitempty"`
// Title is the conversation display title.
Title *string `json:"title,omitempty" url:"title,omitempty"`
// Type is the conversation type (e.g. "direct", "group").
Type *string `json:"type,omitempty" url:"type,omitempty"`
// contains filtered or unexported fields
}
func (*InternalMessagingInternalWebCreateConversationReq) GetExtraProperties ¶
func (i *InternalMessagingInternalWebCreateConversationReq) GetExtraProperties() map[string]interface{}
func (*InternalMessagingInternalWebCreateConversationReq) GetParticipantIDs ¶
func (i *InternalMessagingInternalWebCreateConversationReq) GetParticipantIDs() []int
func (*InternalMessagingInternalWebCreateConversationReq) GetTitle ¶
func (i *InternalMessagingInternalWebCreateConversationReq) GetTitle() *string
func (*InternalMessagingInternalWebCreateConversationReq) GetType ¶
func (i *InternalMessagingInternalWebCreateConversationReq) GetType() *string
func (*InternalMessagingInternalWebCreateConversationReq) MarshalJSON ¶
func (i *InternalMessagingInternalWebCreateConversationReq) MarshalJSON() ([]byte, error)
func (*InternalMessagingInternalWebCreateConversationReq) SetParticipantIDs ¶
func (i *InternalMessagingInternalWebCreateConversationReq) SetParticipantIDs(participantIDs []int)
SetParticipantIDs sets the ParticipantIDs field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalMessagingInternalWebCreateConversationReq) SetTitle ¶
func (i *InternalMessagingInternalWebCreateConversationReq) SetTitle(title *string)
SetTitle sets the Title field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalMessagingInternalWebCreateConversationReq) SetType ¶
func (i *InternalMessagingInternalWebCreateConversationReq) SetType(type_ *string)
SetType sets the Type field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalMessagingInternalWebCreateConversationReq) String ¶
func (i *InternalMessagingInternalWebCreateConversationReq) String() string
func (*InternalMessagingInternalWebCreateConversationReq) UnmarshalJSON ¶
func (i *InternalMessagingInternalWebCreateConversationReq) UnmarshalJSON(data []byte) error
type InternalMessagingInternalWebMarkReadReq ¶
type InternalMessagingInternalWebMarkReadReq struct {
// ConvID identifies the conversation to mark as read.
ConvID *int `json:"conv_id,omitempty" url:"conv_id,omitempty"`
// Seq is the sequence number up to which messages are marked as read.
Seq *int `json:"seq,omitempty" url:"seq,omitempty"`
// contains filtered or unexported fields
}
func (*InternalMessagingInternalWebMarkReadReq) GetConvID ¶
func (i *InternalMessagingInternalWebMarkReadReq) GetConvID() *int
func (*InternalMessagingInternalWebMarkReadReq) GetExtraProperties ¶
func (i *InternalMessagingInternalWebMarkReadReq) GetExtraProperties() map[string]interface{}
func (*InternalMessagingInternalWebMarkReadReq) GetSeq ¶
func (i *InternalMessagingInternalWebMarkReadReq) GetSeq() *int
func (*InternalMessagingInternalWebMarkReadReq) MarshalJSON ¶
func (i *InternalMessagingInternalWebMarkReadReq) MarshalJSON() ([]byte, error)
func (*InternalMessagingInternalWebMarkReadReq) SetConvID ¶
func (i *InternalMessagingInternalWebMarkReadReq) SetConvID(convID *int)
SetConvID sets the ConvID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalMessagingInternalWebMarkReadReq) SetSeq ¶
func (i *InternalMessagingInternalWebMarkReadReq) SetSeq(seq *int)
SetSeq sets the Seq field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalMessagingInternalWebMarkReadReq) String ¶
func (i *InternalMessagingInternalWebMarkReadReq) String() string
func (*InternalMessagingInternalWebMarkReadReq) UnmarshalJSON ¶
func (i *InternalMessagingInternalWebMarkReadReq) UnmarshalJSON(data []byte) error
type InternalMessagingInternalWebRegisterDeviceReq ¶
type InternalMessagingInternalWebRegisterDeviceReq struct {
// DeviceID is the unique identifier of the device.
DeviceID *string `json:"device_id,omitempty" url:"device_id,omitempty"`
// Platform is the device platform (e.g. "ios", "android", "web").
Platform *string `json:"platform,omitempty" url:"platform,omitempty"`
// PushToken is the push notification service token for the device.
PushToken *string `json:"push_token,omitempty" url:"push_token,omitempty"`
// contains filtered or unexported fields
}
func (*InternalMessagingInternalWebRegisterDeviceReq) GetDeviceID ¶
func (i *InternalMessagingInternalWebRegisterDeviceReq) GetDeviceID() *string
func (*InternalMessagingInternalWebRegisterDeviceReq) GetExtraProperties ¶
func (i *InternalMessagingInternalWebRegisterDeviceReq) GetExtraProperties() map[string]interface{}
func (*InternalMessagingInternalWebRegisterDeviceReq) GetPlatform ¶
func (i *InternalMessagingInternalWebRegisterDeviceReq) GetPlatform() *string
func (*InternalMessagingInternalWebRegisterDeviceReq) GetPushToken ¶
func (i *InternalMessagingInternalWebRegisterDeviceReq) GetPushToken() *string
func (*InternalMessagingInternalWebRegisterDeviceReq) MarshalJSON ¶
func (i *InternalMessagingInternalWebRegisterDeviceReq) MarshalJSON() ([]byte, error)
func (*InternalMessagingInternalWebRegisterDeviceReq) SetDeviceID ¶
func (i *InternalMessagingInternalWebRegisterDeviceReq) SetDeviceID(deviceID *string)
SetDeviceID sets the DeviceID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalMessagingInternalWebRegisterDeviceReq) SetPlatform ¶
func (i *InternalMessagingInternalWebRegisterDeviceReq) SetPlatform(platform *string)
SetPlatform sets the Platform field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalMessagingInternalWebRegisterDeviceReq) SetPushToken ¶
func (i *InternalMessagingInternalWebRegisterDeviceReq) SetPushToken(pushToken *string)
SetPushToken sets the PushToken field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalMessagingInternalWebRegisterDeviceReq) String ¶
func (i *InternalMessagingInternalWebRegisterDeviceReq) String() string
func (*InternalMessagingInternalWebRegisterDeviceReq) UnmarshalJSON ¶
func (i *InternalMessagingInternalWebRegisterDeviceReq) UnmarshalJSON(data []byte) error
type InternalMessagingInternalWebSendMessageReq ¶
type InternalMessagingInternalWebSendMessageReq struct {
// Content is the message body text.
Content *string `json:"content,omitempty" url:"content,omitempty"`
// ContentType indicates the message format (e.g. "text", "markdown").
ContentType *string `json:"content_type,omitempty" url:"content_type,omitempty"`
// MentionedUserIDs is the list of user IDs @-mentioned in this message.
// Optional, defaults to empty when not provided.
// @Interaction 客户端传入被 @ 的用户 ID 列表(由前端 @ 选人组件生成)。空数组或无此字段表示无提及。后续 AI 网关据此判断是否 @了 AI 从而触发 LLM 调用。
MentionedUserIDs []int `json:"mentioned_user_ids,omitempty" url:"mentioned_user_ids,omitempty"`
// Metadata carries optional structured metadata attached to the message.
Metadata *string `json:"metadata,omitempty" url:"metadata,omitempty"`
// ReplyToSeq references the sequence number of the message being replied to.
ReplyToSeq *int `json:"reply_to_seq,omitempty" url:"reply_to_seq,omitempty"`
// contains filtered or unexported fields
}
func (*InternalMessagingInternalWebSendMessageReq) GetContent ¶
func (i *InternalMessagingInternalWebSendMessageReq) GetContent() *string
func (*InternalMessagingInternalWebSendMessageReq) GetContentType ¶
func (i *InternalMessagingInternalWebSendMessageReq) GetContentType() *string
func (*InternalMessagingInternalWebSendMessageReq) GetExtraProperties ¶
func (i *InternalMessagingInternalWebSendMessageReq) GetExtraProperties() map[string]interface{}
func (*InternalMessagingInternalWebSendMessageReq) GetMentionedUserIDs ¶
func (i *InternalMessagingInternalWebSendMessageReq) GetMentionedUserIDs() []int
func (*InternalMessagingInternalWebSendMessageReq) GetMetadata ¶
func (i *InternalMessagingInternalWebSendMessageReq) GetMetadata() *string
func (*InternalMessagingInternalWebSendMessageReq) GetReplyToSeq ¶
func (i *InternalMessagingInternalWebSendMessageReq) GetReplyToSeq() *int
func (*InternalMessagingInternalWebSendMessageReq) MarshalJSON ¶
func (i *InternalMessagingInternalWebSendMessageReq) MarshalJSON() ([]byte, error)
func (*InternalMessagingInternalWebSendMessageReq) SetContent ¶
func (i *InternalMessagingInternalWebSendMessageReq) SetContent(content *string)
SetContent sets the Content field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalMessagingInternalWebSendMessageReq) SetContentType ¶
func (i *InternalMessagingInternalWebSendMessageReq) SetContentType(contentType *string)
SetContentType sets the ContentType field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalMessagingInternalWebSendMessageReq) SetMentionedUserIDs ¶
func (i *InternalMessagingInternalWebSendMessageReq) SetMentionedUserIDs(mentionedUserIDs []int)
SetMentionedUserIDs sets the MentionedUserIDs field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalMessagingInternalWebSendMessageReq) SetMetadata ¶
func (i *InternalMessagingInternalWebSendMessageReq) SetMetadata(metadata *string)
SetMetadata sets the Metadata field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalMessagingInternalWebSendMessageReq) SetReplyToSeq ¶
func (i *InternalMessagingInternalWebSendMessageReq) SetReplyToSeq(replyToSeq *int)
SetReplyToSeq sets the ReplyToSeq field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalMessagingInternalWebSendMessageReq) String ¶
func (i *InternalMessagingInternalWebSendMessageReq) String() string
func (*InternalMessagingInternalWebSendMessageReq) UnmarshalJSON ¶
func (i *InternalMessagingInternalWebSendMessageReq) UnmarshalJSON(data []byte) error
type InternalNotificationsInternalWebAdminSendReq ¶
type InternalNotificationsInternalWebAdminSendReq struct {
ActionText *string `json:"action_text,omitempty" url:"action_text,omitempty"`
ActionURL *string `json:"action_url,omitempty" url:"action_url,omitempty"`
Body string `json:"body" url:"body"`
Metadata *string `json:"metadata,omitempty" url:"metadata,omitempty"`
Title string `json:"title" url:"title"`
Type string `json:"type" url:"type"`
UserID int `json:"user_id" url:"user_id"`
// contains filtered or unexported fields
}
func (*InternalNotificationsInternalWebAdminSendReq) GetActionText ¶
func (i *InternalNotificationsInternalWebAdminSendReq) GetActionText() *string
func (*InternalNotificationsInternalWebAdminSendReq) GetActionURL ¶
func (i *InternalNotificationsInternalWebAdminSendReq) GetActionURL() *string
func (*InternalNotificationsInternalWebAdminSendReq) GetBody ¶
func (i *InternalNotificationsInternalWebAdminSendReq) GetBody() string
func (*InternalNotificationsInternalWebAdminSendReq) GetExtraProperties ¶
func (i *InternalNotificationsInternalWebAdminSendReq) GetExtraProperties() map[string]interface{}
func (*InternalNotificationsInternalWebAdminSendReq) GetMetadata ¶
func (i *InternalNotificationsInternalWebAdminSendReq) GetMetadata() *string
func (*InternalNotificationsInternalWebAdminSendReq) GetTitle ¶
func (i *InternalNotificationsInternalWebAdminSendReq) GetTitle() string
func (*InternalNotificationsInternalWebAdminSendReq) GetType ¶
func (i *InternalNotificationsInternalWebAdminSendReq) GetType() string
func (*InternalNotificationsInternalWebAdminSendReq) GetUserID ¶
func (i *InternalNotificationsInternalWebAdminSendReq) GetUserID() int
func (*InternalNotificationsInternalWebAdminSendReq) MarshalJSON ¶
func (i *InternalNotificationsInternalWebAdminSendReq) MarshalJSON() ([]byte, error)
func (*InternalNotificationsInternalWebAdminSendReq) SetActionText ¶
func (i *InternalNotificationsInternalWebAdminSendReq) SetActionText(actionText *string)
SetActionText sets the ActionText field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalNotificationsInternalWebAdminSendReq) SetActionURL ¶
func (i *InternalNotificationsInternalWebAdminSendReq) SetActionURL(actionURL *string)
SetActionURL sets the ActionURL field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalNotificationsInternalWebAdminSendReq) SetBody ¶
func (i *InternalNotificationsInternalWebAdminSendReq) SetBody(body string)
SetBody sets the Body field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalNotificationsInternalWebAdminSendReq) SetMetadata ¶
func (i *InternalNotificationsInternalWebAdminSendReq) SetMetadata(metadata *string)
SetMetadata sets the Metadata field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalNotificationsInternalWebAdminSendReq) SetTitle ¶
func (i *InternalNotificationsInternalWebAdminSendReq) SetTitle(title string)
SetTitle sets the Title field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalNotificationsInternalWebAdminSendReq) SetType ¶
func (i *InternalNotificationsInternalWebAdminSendReq) SetType(type_ string)
SetType sets the Type field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalNotificationsInternalWebAdminSendReq) SetUserID ¶
func (i *InternalNotificationsInternalWebAdminSendReq) SetUserID(userID int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalNotificationsInternalWebAdminSendReq) String ¶
func (i *InternalNotificationsInternalWebAdminSendReq) String() string
func (*InternalNotificationsInternalWebAdminSendReq) UnmarshalJSON ¶
func (i *InternalNotificationsInternalWebAdminSendReq) UnmarshalJSON(data []byte) error
type InternalNotificationsInternalWebSetPreferenceReq ¶
type InternalNotificationsInternalWebSetPreferenceReq struct {
Channel string `json:"channel" url:"channel"`
Enabled *bool `json:"enabled,omitempty" url:"enabled,omitempty"`
Type string `json:"type" url:"type"`
// contains filtered or unexported fields
}
func (*InternalNotificationsInternalWebSetPreferenceReq) GetChannel ¶
func (i *InternalNotificationsInternalWebSetPreferenceReq) GetChannel() string
func (*InternalNotificationsInternalWebSetPreferenceReq) GetEnabled ¶
func (i *InternalNotificationsInternalWebSetPreferenceReq) GetEnabled() *bool
func (*InternalNotificationsInternalWebSetPreferenceReq) GetExtraProperties ¶
func (i *InternalNotificationsInternalWebSetPreferenceReq) GetExtraProperties() map[string]interface{}
func (*InternalNotificationsInternalWebSetPreferenceReq) GetType ¶
func (i *InternalNotificationsInternalWebSetPreferenceReq) GetType() string
func (*InternalNotificationsInternalWebSetPreferenceReq) MarshalJSON ¶
func (i *InternalNotificationsInternalWebSetPreferenceReq) MarshalJSON() ([]byte, error)
func (*InternalNotificationsInternalWebSetPreferenceReq) SetChannel ¶
func (i *InternalNotificationsInternalWebSetPreferenceReq) SetChannel(channel string)
SetChannel sets the Channel field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalNotificationsInternalWebSetPreferenceReq) SetEnabled ¶
func (i *InternalNotificationsInternalWebSetPreferenceReq) SetEnabled(enabled *bool)
SetEnabled sets the Enabled field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalNotificationsInternalWebSetPreferenceReq) SetType ¶
func (i *InternalNotificationsInternalWebSetPreferenceReq) SetType(type_ string)
SetType sets the Type field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalNotificationsInternalWebSetPreferenceReq) String ¶
func (i *InternalNotificationsInternalWebSetPreferenceReq) String() string
func (*InternalNotificationsInternalWebSetPreferenceReq) UnmarshalJSON ¶
func (i *InternalNotificationsInternalWebSetPreferenceReq) UnmarshalJSON(data []byte) error
type InternalPaymentsInternalWebBalanceTransactionV2Response ¶
type InternalPaymentsInternalWebBalanceTransactionV2Response struct {
// Amount is the transaction amount as a string.
Amount *string `json:"amount,omitempty" url:"amount,omitempty"`
// BalanceAfter is the wallet balance after this transaction.
BalanceAfter *string `json:"balance_after,omitempty" url:"balance_after,omitempty"`
// BalanceBefore is the wallet balance before this transaction.
BalanceBefore *string `json:"balance_before,omitempty" url:"balance_before,omitempty"`
// CreatedAt is the creation Unix timestamp.
CreatedAt *int `json:"created_at,omitempty" url:"created_at,omitempty"`
// Currency is the ISO currency code.
Currency *string `json:"currency,omitempty" url:"currency,omitempty"`
// Direction indicates whether this is a credit or debit.
Direction *string `json:"direction,omitempty" url:"direction,omitempty"`
// ID is the transaction's unique identifier.
ID *int `json:"id,omitempty" url:"id,omitempty"`
// IdempotencyKey uniquely identifies this transaction for idempotent processing.
IdempotencyKey *string `json:"idempotency_key,omitempty" url:"idempotency_key,omitempty"`
// Metadata is optional extra JSON data.
Metadata any `json:"metadata,omitempty" url:"metadata,omitempty"`
// Note is an optional human-readable note.
Note *string `json:"note,omitempty" url:"note,omitempty"`
// ReferenceID is the identifier of the referenced entity.
ReferenceID any `json:"reference_id,omitempty" url:"reference_id,omitempty"`
// ReferenceType is the type of the referenced entity.
ReferenceType *string `json:"reference_type,omitempty" url:"reference_type,omitempty"`
// TransactionNo is the unique transaction number.
TransactionNo *string `json:"transaction_no,omitempty" url:"transaction_no,omitempty"`
// Type is the transaction type (e.g. "topup", "consume", "refund", "adjust").
Type *string `json:"type,omitempty" url:"type,omitempty"`
// UserID is the owner's user ID.
UserID *int `json:"user_id,omitempty" url:"user_id,omitempty"`
// WalletID is the wallet this transaction belongs to.
WalletID *int `json:"wallet_id,omitempty" url:"wallet_id,omitempty"`
// contains filtered or unexported fields
}
func (*InternalPaymentsInternalWebBalanceTransactionV2Response) GetAmount ¶
func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) GetAmount() *string
func (*InternalPaymentsInternalWebBalanceTransactionV2Response) GetBalanceAfter ¶
func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) GetBalanceAfter() *string
func (*InternalPaymentsInternalWebBalanceTransactionV2Response) GetBalanceBefore ¶
func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) GetBalanceBefore() *string
func (*InternalPaymentsInternalWebBalanceTransactionV2Response) GetCreatedAt ¶
func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) GetCreatedAt() *int
func (*InternalPaymentsInternalWebBalanceTransactionV2Response) GetCurrency ¶
func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) GetCurrency() *string
func (*InternalPaymentsInternalWebBalanceTransactionV2Response) GetDirection ¶
func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) GetDirection() *string
func (*InternalPaymentsInternalWebBalanceTransactionV2Response) GetExtraProperties ¶
func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) GetExtraProperties() map[string]interface{}
func (*InternalPaymentsInternalWebBalanceTransactionV2Response) GetID ¶
func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) GetID() *int
func (*InternalPaymentsInternalWebBalanceTransactionV2Response) GetIdempotencyKey ¶
func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) GetIdempotencyKey() *string
func (*InternalPaymentsInternalWebBalanceTransactionV2Response) GetMetadata ¶
func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) GetMetadata() any
func (*InternalPaymentsInternalWebBalanceTransactionV2Response) GetNote ¶
func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) GetNote() *string
func (*InternalPaymentsInternalWebBalanceTransactionV2Response) GetReferenceID ¶
func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) GetReferenceID() any
func (*InternalPaymentsInternalWebBalanceTransactionV2Response) GetReferenceType ¶
func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) GetReferenceType() *string
func (*InternalPaymentsInternalWebBalanceTransactionV2Response) GetTransactionNo ¶
func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) GetTransactionNo() *string
func (*InternalPaymentsInternalWebBalanceTransactionV2Response) GetType ¶
func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) GetType() *string
func (*InternalPaymentsInternalWebBalanceTransactionV2Response) GetUserID ¶
func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) GetUserID() *int
func (*InternalPaymentsInternalWebBalanceTransactionV2Response) GetWalletID ¶
func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) GetWalletID() *int
func (*InternalPaymentsInternalWebBalanceTransactionV2Response) MarshalJSON ¶
func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) MarshalJSON() ([]byte, error)
func (*InternalPaymentsInternalWebBalanceTransactionV2Response) SetAmount ¶
func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) SetAmount(amount *string)
SetAmount sets the Amount field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebBalanceTransactionV2Response) SetBalanceAfter ¶
func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) SetBalanceAfter(balanceAfter *string)
SetBalanceAfter sets the BalanceAfter field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebBalanceTransactionV2Response) SetBalanceBefore ¶
func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) SetBalanceBefore(balanceBefore *string)
SetBalanceBefore sets the BalanceBefore field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebBalanceTransactionV2Response) SetCreatedAt ¶
func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) SetCreatedAt(createdAt *int)
SetCreatedAt sets the CreatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebBalanceTransactionV2Response) SetCurrency ¶
func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) SetCurrency(currency *string)
SetCurrency sets the Currency field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebBalanceTransactionV2Response) SetDirection ¶
func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) SetDirection(direction *string)
SetDirection sets the Direction field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebBalanceTransactionV2Response) SetID ¶
func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) SetID(id *int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebBalanceTransactionV2Response) SetIdempotencyKey ¶
func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) SetIdempotencyKey(idempotencyKey *string)
SetIdempotencyKey sets the IdempotencyKey field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebBalanceTransactionV2Response) SetMetadata ¶
func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) SetMetadata(metadata any)
SetMetadata sets the Metadata field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebBalanceTransactionV2Response) SetNote ¶
func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) SetNote(note *string)
SetNote sets the Note field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebBalanceTransactionV2Response) SetReferenceID ¶
func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) SetReferenceID(referenceID any)
SetReferenceID sets the ReferenceID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebBalanceTransactionV2Response) SetReferenceType ¶
func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) SetReferenceType(referenceType *string)
SetReferenceType sets the ReferenceType field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebBalanceTransactionV2Response) SetTransactionNo ¶
func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) SetTransactionNo(transactionNo *string)
SetTransactionNo sets the TransactionNo field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebBalanceTransactionV2Response) SetType ¶
func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) SetType(type_ *string)
SetType sets the Type field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebBalanceTransactionV2Response) SetUserID ¶
func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) SetUserID(userID *int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebBalanceTransactionV2Response) SetWalletID ¶
func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) SetWalletID(walletID *int)
SetWalletID sets the WalletID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebBalanceTransactionV2Response) String ¶
func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) String() string
func (*InternalPaymentsInternalWebBalanceTransactionV2Response) UnmarshalJSON ¶
func (i *InternalPaymentsInternalWebBalanceTransactionV2Response) UnmarshalJSON(data []byte) error
type InternalPaymentsInternalWebCreateOrderRequest ¶
type InternalPaymentsInternalWebCreateOrderRequest struct {
// Amount is the top-up amount in CNY.
Amount *float64 `json:"amount,omitempty" url:"amount,omitempty"`
// Method selects the payment provider (e.g. "alipay"); defaults to the
// handler's DefaultMethod when omitted.
Method *string `json:"method,omitempty" url:"method,omitempty"`
// ProductID is the optional product identifier for the top-up.
ProductID *int `json:"product_id,omitempty" url:"product_id,omitempty"`
// contains filtered or unexported fields
}
func (*InternalPaymentsInternalWebCreateOrderRequest) GetAmount ¶
func (i *InternalPaymentsInternalWebCreateOrderRequest) GetAmount() *float64
func (*InternalPaymentsInternalWebCreateOrderRequest) GetExtraProperties ¶
func (i *InternalPaymentsInternalWebCreateOrderRequest) GetExtraProperties() map[string]interface{}
func (*InternalPaymentsInternalWebCreateOrderRequest) GetMethod ¶
func (i *InternalPaymentsInternalWebCreateOrderRequest) GetMethod() *string
func (*InternalPaymentsInternalWebCreateOrderRequest) GetProductID ¶
func (i *InternalPaymentsInternalWebCreateOrderRequest) GetProductID() *int
func (*InternalPaymentsInternalWebCreateOrderRequest) MarshalJSON ¶
func (i *InternalPaymentsInternalWebCreateOrderRequest) MarshalJSON() ([]byte, error)
func (*InternalPaymentsInternalWebCreateOrderRequest) SetAmount ¶
func (i *InternalPaymentsInternalWebCreateOrderRequest) SetAmount(amount *float64)
SetAmount sets the Amount field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebCreateOrderRequest) SetMethod ¶
func (i *InternalPaymentsInternalWebCreateOrderRequest) SetMethod(method *string)
SetMethod sets the Method field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebCreateOrderRequest) SetProductID ¶
func (i *InternalPaymentsInternalWebCreateOrderRequest) SetProductID(productID *int)
SetProductID sets the ProductID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebCreateOrderRequest) String ¶
func (i *InternalPaymentsInternalWebCreateOrderRequest) String() string
func (*InternalPaymentsInternalWebCreateOrderRequest) UnmarshalJSON ¶
func (i *InternalPaymentsInternalWebCreateOrderRequest) UnmarshalJSON(data []byte) error
type InternalPaymentsInternalWebTransferToMainRequest ¶
type InternalPaymentsInternalWebTransferToMainRequest struct {
// IdempotencyKey prevents duplicate transfers.
IdempotencyKey string `json:"idempotency_key" url:"idempotency_key"`
// contains filtered or unexported fields
}
func (*InternalPaymentsInternalWebTransferToMainRequest) GetExtraProperties ¶
func (i *InternalPaymentsInternalWebTransferToMainRequest) GetExtraProperties() map[string]interface{}
func (*InternalPaymentsInternalWebTransferToMainRequest) GetIdempotencyKey ¶
func (i *InternalPaymentsInternalWebTransferToMainRequest) GetIdempotencyKey() string
func (*InternalPaymentsInternalWebTransferToMainRequest) MarshalJSON ¶
func (i *InternalPaymentsInternalWebTransferToMainRequest) MarshalJSON() ([]byte, error)
func (*InternalPaymentsInternalWebTransferToMainRequest) SetIdempotencyKey ¶
func (i *InternalPaymentsInternalWebTransferToMainRequest) SetIdempotencyKey(idempotencyKey string)
SetIdempotencyKey sets the IdempotencyKey field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebTransferToMainRequest) String ¶
func (i *InternalPaymentsInternalWebTransferToMainRequest) String() string
func (*InternalPaymentsInternalWebTransferToMainRequest) UnmarshalJSON ¶
func (i *InternalPaymentsInternalWebTransferToMainRequest) UnmarshalJSON(data []byte) error
type InternalPaymentsInternalWebWalletConvertRequest ¶
type InternalPaymentsInternalWebWalletConvertRequest struct {
// TargetCurrency is the target ISO currency code.
TargetCurrency string `json:"target_currency" url:"target_currency"`
// contains filtered or unexported fields
}
func (*InternalPaymentsInternalWebWalletConvertRequest) GetExtraProperties ¶
func (i *InternalPaymentsInternalWebWalletConvertRequest) GetExtraProperties() map[string]interface{}
func (*InternalPaymentsInternalWebWalletConvertRequest) GetTargetCurrency ¶
func (i *InternalPaymentsInternalWebWalletConvertRequest) GetTargetCurrency() string
func (*InternalPaymentsInternalWebWalletConvertRequest) MarshalJSON ¶
func (i *InternalPaymentsInternalWebWalletConvertRequest) MarshalJSON() ([]byte, error)
func (*InternalPaymentsInternalWebWalletConvertRequest) SetTargetCurrency ¶
func (i *InternalPaymentsInternalWebWalletConvertRequest) SetTargetCurrency(targetCurrency string)
SetTargetCurrency sets the TargetCurrency field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebWalletConvertRequest) String ¶
func (i *InternalPaymentsInternalWebWalletConvertRequest) String() string
func (*InternalPaymentsInternalWebWalletConvertRequest) UnmarshalJSON ¶
func (i *InternalPaymentsInternalWebWalletConvertRequest) UnmarshalJSON(data []byte) error
type InternalPaymentsInternalWebWalletTransferEnvelope ¶
type InternalPaymentsInternalWebWalletTransferEnvelope struct {
// BalanceTransactions lists the associated ledger entries.
BalanceTransactions []*InternalPaymentsInternalWebBalanceTransactionV2Response `json:"balance_transactions,omitempty" url:"balance_transactions,omitempty"`
Transfer *InternalPaymentsInternalWebWalletTransferV2Response `json:"transfer,omitempty" url:"transfer,omitempty"`
// TransferNo is the unique transfer number.
TransferNo *int `json:"transfer_no,omitempty" url:"transfer_no,omitempty"`
// contains filtered or unexported fields
}
func (*InternalPaymentsInternalWebWalletTransferEnvelope) GetBalanceTransactions ¶
func (i *InternalPaymentsInternalWebWalletTransferEnvelope) GetBalanceTransactions() []*InternalPaymentsInternalWebBalanceTransactionV2Response
func (*InternalPaymentsInternalWebWalletTransferEnvelope) GetExtraProperties ¶
func (i *InternalPaymentsInternalWebWalletTransferEnvelope) GetExtraProperties() map[string]interface{}
func (*InternalPaymentsInternalWebWalletTransferEnvelope) GetTransfer ¶
func (i *InternalPaymentsInternalWebWalletTransferEnvelope) GetTransfer() *InternalPaymentsInternalWebWalletTransferV2Response
func (*InternalPaymentsInternalWebWalletTransferEnvelope) GetTransferNo ¶
func (i *InternalPaymentsInternalWebWalletTransferEnvelope) GetTransferNo() *int
func (*InternalPaymentsInternalWebWalletTransferEnvelope) MarshalJSON ¶
func (i *InternalPaymentsInternalWebWalletTransferEnvelope) MarshalJSON() ([]byte, error)
func (*InternalPaymentsInternalWebWalletTransferEnvelope) SetBalanceTransactions ¶
func (i *InternalPaymentsInternalWebWalletTransferEnvelope) SetBalanceTransactions(balanceTransactions []*InternalPaymentsInternalWebBalanceTransactionV2Response)
SetBalanceTransactions sets the BalanceTransactions field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebWalletTransferEnvelope) SetTransfer ¶
func (i *InternalPaymentsInternalWebWalletTransferEnvelope) SetTransfer(transfer *InternalPaymentsInternalWebWalletTransferV2Response)
SetTransfer sets the Transfer field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebWalletTransferEnvelope) SetTransferNo ¶
func (i *InternalPaymentsInternalWebWalletTransferEnvelope) SetTransferNo(transferNo *int)
SetTransferNo sets the TransferNo field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebWalletTransferEnvelope) String ¶
func (i *InternalPaymentsInternalWebWalletTransferEnvelope) String() string
func (*InternalPaymentsInternalWebWalletTransferEnvelope) UnmarshalJSON ¶
func (i *InternalPaymentsInternalWebWalletTransferEnvelope) UnmarshalJSON(data []byte) error
type InternalPaymentsInternalWebWalletTransferRequest ¶
type InternalPaymentsInternalWebWalletTransferRequest struct {
// Amount is the transfer amount as a string.
Amount string `json:"amount" url:"amount"`
// IdempotencyKey prevents duplicate transfers.
IdempotencyKey string `json:"idempotency_key" url:"idempotency_key"`
// Note is an optional note for the transfer.
Note *string `json:"note,omitempty" url:"note,omitempty"`
// ToWalletID is the ID of the destination wallet.
ToWalletID int `json:"to_wallet_id" url:"to_wallet_id"`
// contains filtered or unexported fields
}
func (*InternalPaymentsInternalWebWalletTransferRequest) GetAmount ¶
func (i *InternalPaymentsInternalWebWalletTransferRequest) GetAmount() string
func (*InternalPaymentsInternalWebWalletTransferRequest) GetExtraProperties ¶
func (i *InternalPaymentsInternalWebWalletTransferRequest) GetExtraProperties() map[string]interface{}
func (*InternalPaymentsInternalWebWalletTransferRequest) GetIdempotencyKey ¶
func (i *InternalPaymentsInternalWebWalletTransferRequest) GetIdempotencyKey() string
func (*InternalPaymentsInternalWebWalletTransferRequest) GetNote ¶
func (i *InternalPaymentsInternalWebWalletTransferRequest) GetNote() *string
func (*InternalPaymentsInternalWebWalletTransferRequest) GetToWalletID ¶
func (i *InternalPaymentsInternalWebWalletTransferRequest) GetToWalletID() int
func (*InternalPaymentsInternalWebWalletTransferRequest) MarshalJSON ¶
func (i *InternalPaymentsInternalWebWalletTransferRequest) MarshalJSON() ([]byte, error)
func (*InternalPaymentsInternalWebWalletTransferRequest) SetAmount ¶
func (i *InternalPaymentsInternalWebWalletTransferRequest) SetAmount(amount string)
SetAmount sets the Amount field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebWalletTransferRequest) SetIdempotencyKey ¶
func (i *InternalPaymentsInternalWebWalletTransferRequest) SetIdempotencyKey(idempotencyKey string)
SetIdempotencyKey sets the IdempotencyKey field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebWalletTransferRequest) SetNote ¶
func (i *InternalPaymentsInternalWebWalletTransferRequest) SetNote(note *string)
SetNote sets the Note field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebWalletTransferRequest) SetToWalletID ¶
func (i *InternalPaymentsInternalWebWalletTransferRequest) SetToWalletID(toWalletID int)
SetToWalletID sets the ToWalletID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebWalletTransferRequest) String ¶
func (i *InternalPaymentsInternalWebWalletTransferRequest) String() string
func (*InternalPaymentsInternalWebWalletTransferRequest) UnmarshalJSON ¶
func (i *InternalPaymentsInternalWebWalletTransferRequest) UnmarshalJSON(data []byte) error
type InternalPaymentsInternalWebWalletTransferV2Response ¶
type InternalPaymentsInternalWebWalletTransferV2Response struct {
// Amount is the transferred amount as a string.
Amount *string `json:"amount,omitempty" url:"amount,omitempty"`
// BalanceTransactions lists the associated ledger entries.
BalanceTransactions []*InternalPaymentsInternalWebBalanceTransactionV2Response `json:"balance_transactions,omitempty" url:"balance_transactions,omitempty"`
// CreatedAt is the creation Unix timestamp.
CreatedAt *int `json:"created_at,omitempty" url:"created_at,omitempty"`
// Currency is the ISO currency code.
Currency *string `json:"currency,omitempty" url:"currency,omitempty"`
// FromWalletID is the source wallet ID.
FromWalletID *int `json:"from_wallet_id,omitempty" url:"from_wallet_id,omitempty"`
// Note is an optional human-readable note.
Note *string `json:"note,omitempty" url:"note,omitempty"`
// Status is the transfer status.
Status *string `json:"status,omitempty" url:"status,omitempty"`
// ToWalletID is the destination wallet ID.
ToWalletID *int `json:"to_wallet_id,omitempty" url:"to_wallet_id,omitempty"`
// TransferNo is the unique transfer number.
TransferNo *int `json:"transfer_no,omitempty" url:"transfer_no,omitempty"`
// contains filtered or unexported fields
}
func (*InternalPaymentsInternalWebWalletTransferV2Response) GetAmount ¶
func (i *InternalPaymentsInternalWebWalletTransferV2Response) GetAmount() *string
func (*InternalPaymentsInternalWebWalletTransferV2Response) GetBalanceTransactions ¶
func (i *InternalPaymentsInternalWebWalletTransferV2Response) GetBalanceTransactions() []*InternalPaymentsInternalWebBalanceTransactionV2Response
func (*InternalPaymentsInternalWebWalletTransferV2Response) GetCreatedAt ¶
func (i *InternalPaymentsInternalWebWalletTransferV2Response) GetCreatedAt() *int
func (*InternalPaymentsInternalWebWalletTransferV2Response) GetCurrency ¶
func (i *InternalPaymentsInternalWebWalletTransferV2Response) GetCurrency() *string
func (*InternalPaymentsInternalWebWalletTransferV2Response) GetExtraProperties ¶
func (i *InternalPaymentsInternalWebWalletTransferV2Response) GetExtraProperties() map[string]interface{}
func (*InternalPaymentsInternalWebWalletTransferV2Response) GetFromWalletID ¶
func (i *InternalPaymentsInternalWebWalletTransferV2Response) GetFromWalletID() *int
func (*InternalPaymentsInternalWebWalletTransferV2Response) GetNote ¶
func (i *InternalPaymentsInternalWebWalletTransferV2Response) GetNote() *string
func (*InternalPaymentsInternalWebWalletTransferV2Response) GetStatus ¶
func (i *InternalPaymentsInternalWebWalletTransferV2Response) GetStatus() *string
func (*InternalPaymentsInternalWebWalletTransferV2Response) GetToWalletID ¶
func (i *InternalPaymentsInternalWebWalletTransferV2Response) GetToWalletID() *int
func (*InternalPaymentsInternalWebWalletTransferV2Response) GetTransferNo ¶
func (i *InternalPaymentsInternalWebWalletTransferV2Response) GetTransferNo() *int
func (*InternalPaymentsInternalWebWalletTransferV2Response) MarshalJSON ¶
func (i *InternalPaymentsInternalWebWalletTransferV2Response) MarshalJSON() ([]byte, error)
func (*InternalPaymentsInternalWebWalletTransferV2Response) SetAmount ¶
func (i *InternalPaymentsInternalWebWalletTransferV2Response) SetAmount(amount *string)
SetAmount sets the Amount field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebWalletTransferV2Response) SetBalanceTransactions ¶
func (i *InternalPaymentsInternalWebWalletTransferV2Response) SetBalanceTransactions(balanceTransactions []*InternalPaymentsInternalWebBalanceTransactionV2Response)
SetBalanceTransactions sets the BalanceTransactions field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebWalletTransferV2Response) SetCreatedAt ¶
func (i *InternalPaymentsInternalWebWalletTransferV2Response) SetCreatedAt(createdAt *int)
SetCreatedAt sets the CreatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebWalletTransferV2Response) SetCurrency ¶
func (i *InternalPaymentsInternalWebWalletTransferV2Response) SetCurrency(currency *string)
SetCurrency sets the Currency field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebWalletTransferV2Response) SetFromWalletID ¶
func (i *InternalPaymentsInternalWebWalletTransferV2Response) SetFromWalletID(fromWalletID *int)
SetFromWalletID sets the FromWalletID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebWalletTransferV2Response) SetNote ¶
func (i *InternalPaymentsInternalWebWalletTransferV2Response) SetNote(note *string)
SetNote sets the Note field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebWalletTransferV2Response) SetStatus ¶
func (i *InternalPaymentsInternalWebWalletTransferV2Response) SetStatus(status *string)
SetStatus sets the Status field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebWalletTransferV2Response) SetToWalletID ¶
func (i *InternalPaymentsInternalWebWalletTransferV2Response) SetToWalletID(toWalletID *int)
SetToWalletID sets the ToWalletID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebWalletTransferV2Response) SetTransferNo ¶
func (i *InternalPaymentsInternalWebWalletTransferV2Response) SetTransferNo(transferNo *int)
SetTransferNo sets the TransferNo field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebWalletTransferV2Response) String ¶
func (i *InternalPaymentsInternalWebWalletTransferV2Response) String() string
func (*InternalPaymentsInternalWebWalletTransferV2Response) UnmarshalJSON ¶
func (i *InternalPaymentsInternalWebWalletTransferV2Response) UnmarshalJSON(data []byte) error
type InternalPaymentsInternalWebWalletV2Response ¶
type InternalPaymentsInternalWebWalletV2Response struct {
// Balance is the current balance as a string (3 decimal places) to avoid precision loss.
Balance *string `json:"balance,omitempty" url:"balance,omitempty"`
// CreatedAt is the creation Unix timestamp.
CreatedAt *int `json:"created_at,omitempty" url:"created_at,omitempty"`
// Currency is the ISO currency code.
Currency *string `json:"currency,omitempty" url:"currency,omitempty"`
// ID is the wallet's unique identifier.
ID *int `json:"id,omitempty" url:"id,omitempty"`
// Kind is the wallet type identifier.
Kind *string `json:"kind,omitempty" url:"kind,omitempty"`
// Name is the display name of the wallet.
Name *string `json:"name,omitempty" url:"name,omitempty"`
// UpdatedAt is the last update Unix timestamp.
UpdatedAt *int `json:"updated_at,omitempty" url:"updated_at,omitempty"`
// UserID is the owner's user ID.
UserID *int `json:"user_id,omitempty" url:"user_id,omitempty"`
// Version is the optimistic-lock version number.
Version *int `json:"version,omitempty" url:"version,omitempty"`
// contains filtered or unexported fields
}
func (*InternalPaymentsInternalWebWalletV2Response) GetBalance ¶
func (i *InternalPaymentsInternalWebWalletV2Response) GetBalance() *string
func (*InternalPaymentsInternalWebWalletV2Response) GetCreatedAt ¶
func (i *InternalPaymentsInternalWebWalletV2Response) GetCreatedAt() *int
func (*InternalPaymentsInternalWebWalletV2Response) GetCurrency ¶
func (i *InternalPaymentsInternalWebWalletV2Response) GetCurrency() *string
func (*InternalPaymentsInternalWebWalletV2Response) GetExtraProperties ¶
func (i *InternalPaymentsInternalWebWalletV2Response) GetExtraProperties() map[string]interface{}
func (*InternalPaymentsInternalWebWalletV2Response) GetID ¶
func (i *InternalPaymentsInternalWebWalletV2Response) GetID() *int
func (*InternalPaymentsInternalWebWalletV2Response) GetKind ¶
func (i *InternalPaymentsInternalWebWalletV2Response) GetKind() *string
func (*InternalPaymentsInternalWebWalletV2Response) GetName ¶
func (i *InternalPaymentsInternalWebWalletV2Response) GetName() *string
func (*InternalPaymentsInternalWebWalletV2Response) GetUpdatedAt ¶
func (i *InternalPaymentsInternalWebWalletV2Response) GetUpdatedAt() *int
func (*InternalPaymentsInternalWebWalletV2Response) GetUserID ¶
func (i *InternalPaymentsInternalWebWalletV2Response) GetUserID() *int
func (*InternalPaymentsInternalWebWalletV2Response) GetVersion ¶
func (i *InternalPaymentsInternalWebWalletV2Response) GetVersion() *int
func (*InternalPaymentsInternalWebWalletV2Response) MarshalJSON ¶
func (i *InternalPaymentsInternalWebWalletV2Response) MarshalJSON() ([]byte, error)
func (*InternalPaymentsInternalWebWalletV2Response) SetBalance ¶
func (i *InternalPaymentsInternalWebWalletV2Response) SetBalance(balance *string)
SetBalance sets the Balance field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebWalletV2Response) SetCreatedAt ¶
func (i *InternalPaymentsInternalWebWalletV2Response) SetCreatedAt(createdAt *int)
SetCreatedAt sets the CreatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebWalletV2Response) SetCurrency ¶
func (i *InternalPaymentsInternalWebWalletV2Response) SetCurrency(currency *string)
SetCurrency sets the Currency field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebWalletV2Response) SetID ¶
func (i *InternalPaymentsInternalWebWalletV2Response) SetID(id *int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebWalletV2Response) SetKind ¶
func (i *InternalPaymentsInternalWebWalletV2Response) SetKind(kind *string)
SetKind sets the Kind field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebWalletV2Response) SetName ¶
func (i *InternalPaymentsInternalWebWalletV2Response) SetName(name *string)
SetName sets the Name field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebWalletV2Response) SetUpdatedAt ¶
func (i *InternalPaymentsInternalWebWalletV2Response) SetUpdatedAt(updatedAt *int)
SetUpdatedAt sets the UpdatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebWalletV2Response) SetUserID ¶
func (i *InternalPaymentsInternalWebWalletV2Response) SetUserID(userID *int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebWalletV2Response) SetVersion ¶
func (i *InternalPaymentsInternalWebWalletV2Response) SetVersion(version *int)
SetVersion sets the Version field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalPaymentsInternalWebWalletV2Response) String ¶
func (i *InternalPaymentsInternalWebWalletV2Response) String() string
func (*InternalPaymentsInternalWebWalletV2Response) UnmarshalJSON ¶
func (i *InternalPaymentsInternalWebWalletV2Response) UnmarshalJSON(data []byte) error
type InternalServerError ¶
type InternalServerError struct {
*core.APIError
Body *GithubComMktAgiAixInternalPkgGinxCodeResp
}
Internal Server Error
func (*InternalServerError) MarshalJSON ¶
func (i *InternalServerError) MarshalJSON() ([]byte, error)
func (*InternalServerError) UnmarshalJSON ¶
func (i *InternalServerError) UnmarshalJSON(data []byte) error
func (*InternalServerError) Unwrap ¶
func (i *InternalServerError) Unwrap() error
type InternalSystemInternalWebSetConfigRequest ¶
type InternalSystemInternalWebSetConfigRequest struct {
Description *string `json:"description,omitempty" url:"description,omitempty"`
Value string `json:"value" url:"value"`
// contains filtered or unexported fields
}
func (*InternalSystemInternalWebSetConfigRequest) GetDescription ¶
func (i *InternalSystemInternalWebSetConfigRequest) GetDescription() *string
func (*InternalSystemInternalWebSetConfigRequest) GetExtraProperties ¶
func (i *InternalSystemInternalWebSetConfigRequest) GetExtraProperties() map[string]interface{}
func (*InternalSystemInternalWebSetConfigRequest) GetValue ¶
func (i *InternalSystemInternalWebSetConfigRequest) GetValue() string
func (*InternalSystemInternalWebSetConfigRequest) MarshalJSON ¶
func (i *InternalSystemInternalWebSetConfigRequest) MarshalJSON() ([]byte, error)
func (*InternalSystemInternalWebSetConfigRequest) SetDescription ¶
func (i *InternalSystemInternalWebSetConfigRequest) SetDescription(description *string)
SetDescription sets the Description field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalSystemInternalWebSetConfigRequest) SetValue ¶
func (i *InternalSystemInternalWebSetConfigRequest) SetValue(value string)
SetValue sets the Value field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalSystemInternalWebSetConfigRequest) String ¶
func (i *InternalSystemInternalWebSetConfigRequest) String() string
func (*InternalSystemInternalWebSetConfigRequest) UnmarshalJSON ¶
func (i *InternalSystemInternalWebSetConfigRequest) UnmarshalJSON(data []byte) error
type InternalWisdomInternalWebAddRelationRequest ¶
type InternalWisdomInternalWebAddRelationRequest struct {
// 置信度
Confidence *string `json:"confidence,omitempty" url:"confidence,omitempty"`
// 关系类型
Relation string `json:"relation" url:"relation"`
// 目标节点
TargetID int `json:"target_id" url:"target_id"`
// 权重
Weight *float64 `json:"weight,omitempty" url:"weight,omitempty"`
// contains filtered or unexported fields
}
func (*InternalWisdomInternalWebAddRelationRequest) GetConfidence ¶
func (i *InternalWisdomInternalWebAddRelationRequest) GetConfidence() *string
func (*InternalWisdomInternalWebAddRelationRequest) GetExtraProperties ¶
func (i *InternalWisdomInternalWebAddRelationRequest) GetExtraProperties() map[string]interface{}
func (*InternalWisdomInternalWebAddRelationRequest) GetRelation ¶
func (i *InternalWisdomInternalWebAddRelationRequest) GetRelation() string
func (*InternalWisdomInternalWebAddRelationRequest) GetTargetID ¶
func (i *InternalWisdomInternalWebAddRelationRequest) GetTargetID() int
func (*InternalWisdomInternalWebAddRelationRequest) GetWeight ¶
func (i *InternalWisdomInternalWebAddRelationRequest) GetWeight() *float64
func (*InternalWisdomInternalWebAddRelationRequest) MarshalJSON ¶
func (i *InternalWisdomInternalWebAddRelationRequest) MarshalJSON() ([]byte, error)
func (*InternalWisdomInternalWebAddRelationRequest) SetConfidence ¶
func (i *InternalWisdomInternalWebAddRelationRequest) SetConfidence(confidence *string)
SetConfidence sets the Confidence field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebAddRelationRequest) SetRelation ¶
func (i *InternalWisdomInternalWebAddRelationRequest) SetRelation(relation string)
SetRelation sets the Relation field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebAddRelationRequest) SetTargetID ¶
func (i *InternalWisdomInternalWebAddRelationRequest) SetTargetID(targetID int)
SetTargetID sets the TargetID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebAddRelationRequest) SetWeight ¶
func (i *InternalWisdomInternalWebAddRelationRequest) SetWeight(weight *float64)
SetWeight sets the Weight field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebAddRelationRequest) String ¶
func (i *InternalWisdomInternalWebAddRelationRequest) String() string
func (*InternalWisdomInternalWebAddRelationRequest) UnmarshalJSON ¶
func (i *InternalWisdomInternalWebAddRelationRequest) UnmarshalJSON(data []byte) error
type InternalWisdomInternalWebCommunityResponse ¶
type InternalWisdomInternalWebCommunityResponse struct {
// 置信度
Confidence *float64 `json:"confidence,omitempty" url:"confidence,omitempty"`
// 创建时间
CreatedAt *int `json:"created_at,omitempty" url:"created_at,omitempty"`
// 防御
Defencer *string `json:"defencer,omitempty" url:"defencer,omitempty"`
// 描述
Description *string `json:"description,omitempty" url:"description,omitempty"`
// 主键
ID *int `json:"id,omitempty" url:"id,omitempty"`
// 指令
Instructions *string `json:"instructions,omitempty" url:"instructions,omitempty"`
// 标签
Label *string `json:"label,omitempty" url:"label,omitempty"`
// 成员数
MemberCount *int `json:"member_count,omitempty" url:"member_count,omitempty"`
// 模块度
Modularity *float64 `json:"modularity,omitempty" url:"modularity,omitempty"`
// 承诺
Promise *string `json:"promise,omitempty" url:"promise,omitempty"`
// 扩展属性
Props []int `json:"props,omitempty" url:"props,omitempty"`
// 反思
Reflector *string `json:"reflector,omitempty" url:"reflector,omitempty"`
// 决议值
Resolution *float64 `json:"resolution,omitempty" url:"resolution,omitempty"`
// 标识
Slug *string `json:"slug,omitempty" url:"slug,omitempty"`
// 风格
Style *string `json:"style,omitempty" url:"style,omitempty"`
// 更新时间
UpdatedAt *int `json:"updated_at,omitempty" url:"updated_at,omitempty"`
// 所属用户
UserID *int `json:"user_id,omitempty" url:"user_id,omitempty"`
// 可见性
Visibility *string `json:"visibility,omitempty" url:"visibility,omitempty"`
// 期望能力
WantCapability *string `json:"want_capability,omitempty" url:"want_capability,omitempty"`
// contains filtered or unexported fields
}
func (*InternalWisdomInternalWebCommunityResponse) GetConfidence ¶
func (i *InternalWisdomInternalWebCommunityResponse) GetConfidence() *float64
func (*InternalWisdomInternalWebCommunityResponse) GetCreatedAt ¶
func (i *InternalWisdomInternalWebCommunityResponse) GetCreatedAt() *int
func (*InternalWisdomInternalWebCommunityResponse) GetDefencer ¶
func (i *InternalWisdomInternalWebCommunityResponse) GetDefencer() *string
func (*InternalWisdomInternalWebCommunityResponse) GetDescription ¶
func (i *InternalWisdomInternalWebCommunityResponse) GetDescription() *string
func (*InternalWisdomInternalWebCommunityResponse) GetExtraProperties ¶
func (i *InternalWisdomInternalWebCommunityResponse) GetExtraProperties() map[string]interface{}
func (*InternalWisdomInternalWebCommunityResponse) GetID ¶
func (i *InternalWisdomInternalWebCommunityResponse) GetID() *int
func (*InternalWisdomInternalWebCommunityResponse) GetInstructions ¶
func (i *InternalWisdomInternalWebCommunityResponse) GetInstructions() *string
func (*InternalWisdomInternalWebCommunityResponse) GetLabel ¶
func (i *InternalWisdomInternalWebCommunityResponse) GetLabel() *string
func (*InternalWisdomInternalWebCommunityResponse) GetMemberCount ¶
func (i *InternalWisdomInternalWebCommunityResponse) GetMemberCount() *int
func (*InternalWisdomInternalWebCommunityResponse) GetModularity ¶
func (i *InternalWisdomInternalWebCommunityResponse) GetModularity() *float64
func (*InternalWisdomInternalWebCommunityResponse) GetPromise ¶
func (i *InternalWisdomInternalWebCommunityResponse) GetPromise() *string
func (*InternalWisdomInternalWebCommunityResponse) GetProps ¶
func (i *InternalWisdomInternalWebCommunityResponse) GetProps() []int
func (*InternalWisdomInternalWebCommunityResponse) GetReflector ¶
func (i *InternalWisdomInternalWebCommunityResponse) GetReflector() *string
func (*InternalWisdomInternalWebCommunityResponse) GetResolution ¶
func (i *InternalWisdomInternalWebCommunityResponse) GetResolution() *float64
func (*InternalWisdomInternalWebCommunityResponse) GetSlug ¶
func (i *InternalWisdomInternalWebCommunityResponse) GetSlug() *string
func (*InternalWisdomInternalWebCommunityResponse) GetStyle ¶
func (i *InternalWisdomInternalWebCommunityResponse) GetStyle() *string
func (*InternalWisdomInternalWebCommunityResponse) GetUpdatedAt ¶
func (i *InternalWisdomInternalWebCommunityResponse) GetUpdatedAt() *int
func (*InternalWisdomInternalWebCommunityResponse) GetUserID ¶
func (i *InternalWisdomInternalWebCommunityResponse) GetUserID() *int
func (*InternalWisdomInternalWebCommunityResponse) GetVisibility ¶
func (i *InternalWisdomInternalWebCommunityResponse) GetVisibility() *string
func (*InternalWisdomInternalWebCommunityResponse) GetWantCapability ¶
func (i *InternalWisdomInternalWebCommunityResponse) GetWantCapability() *string
func (*InternalWisdomInternalWebCommunityResponse) MarshalJSON ¶
func (i *InternalWisdomInternalWebCommunityResponse) MarshalJSON() ([]byte, error)
func (*InternalWisdomInternalWebCommunityResponse) SetConfidence ¶
func (i *InternalWisdomInternalWebCommunityResponse) SetConfidence(confidence *float64)
SetConfidence sets the Confidence field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCommunityResponse) SetCreatedAt ¶
func (i *InternalWisdomInternalWebCommunityResponse) SetCreatedAt(createdAt *int)
SetCreatedAt sets the CreatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCommunityResponse) SetDefencer ¶
func (i *InternalWisdomInternalWebCommunityResponse) SetDefencer(defencer *string)
SetDefencer sets the Defencer field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCommunityResponse) SetDescription ¶
func (i *InternalWisdomInternalWebCommunityResponse) SetDescription(description *string)
SetDescription sets the Description field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCommunityResponse) SetID ¶
func (i *InternalWisdomInternalWebCommunityResponse) SetID(id *int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCommunityResponse) SetInstructions ¶
func (i *InternalWisdomInternalWebCommunityResponse) SetInstructions(instructions *string)
SetInstructions sets the Instructions field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCommunityResponse) SetLabel ¶
func (i *InternalWisdomInternalWebCommunityResponse) SetLabel(label *string)
SetLabel sets the Label field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCommunityResponse) SetMemberCount ¶
func (i *InternalWisdomInternalWebCommunityResponse) SetMemberCount(memberCount *int)
SetMemberCount sets the MemberCount field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCommunityResponse) SetModularity ¶
func (i *InternalWisdomInternalWebCommunityResponse) SetModularity(modularity *float64)
SetModularity sets the Modularity field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCommunityResponse) SetPromise ¶
func (i *InternalWisdomInternalWebCommunityResponse) SetPromise(promise *string)
SetPromise sets the Promise field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCommunityResponse) SetProps ¶
func (i *InternalWisdomInternalWebCommunityResponse) SetProps(props []int)
SetProps sets the Props field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCommunityResponse) SetReflector ¶
func (i *InternalWisdomInternalWebCommunityResponse) SetReflector(reflector *string)
SetReflector sets the Reflector field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCommunityResponse) SetResolution ¶
func (i *InternalWisdomInternalWebCommunityResponse) SetResolution(resolution *float64)
SetResolution sets the Resolution field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCommunityResponse) SetSlug ¶
func (i *InternalWisdomInternalWebCommunityResponse) SetSlug(slug *string)
SetSlug sets the Slug field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCommunityResponse) SetStyle ¶
func (i *InternalWisdomInternalWebCommunityResponse) SetStyle(style *string)
SetStyle sets the Style field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCommunityResponse) SetUpdatedAt ¶
func (i *InternalWisdomInternalWebCommunityResponse) SetUpdatedAt(updatedAt *int)
SetUpdatedAt sets the UpdatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCommunityResponse) SetUserID ¶
func (i *InternalWisdomInternalWebCommunityResponse) SetUserID(userID *int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCommunityResponse) SetVisibility ¶
func (i *InternalWisdomInternalWebCommunityResponse) SetVisibility(visibility *string)
SetVisibility sets the Visibility field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCommunityResponse) SetWantCapability ¶
func (i *InternalWisdomInternalWebCommunityResponse) SetWantCapability(wantCapability *string)
SetWantCapability sets the WantCapability field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCommunityResponse) String ¶
func (i *InternalWisdomInternalWebCommunityResponse) String() string
func (*InternalWisdomInternalWebCommunityResponse) UnmarshalJSON ¶
func (i *InternalWisdomInternalWebCommunityResponse) UnmarshalJSON(data []byte) error
type InternalWisdomInternalWebCreateCommunityRequest ¶
type InternalWisdomInternalWebCreateCommunityRequest struct {
// 防御
Defencer *string `json:"defencer,omitempty" url:"defencer,omitempty"`
// 描述
Description *string `json:"description,omitempty" url:"description,omitempty"`
// 指令
Instructions *string `json:"instructions,omitempty" url:"instructions,omitempty"`
// 标签
Label *string `json:"label,omitempty" url:"label,omitempty"`
// 承诺
Promise *string `json:"promise,omitempty" url:"promise,omitempty"`
// 扩展属性
Props []int `json:"props,omitempty" url:"props,omitempty"`
// 标识
Slug *string `json:"slug,omitempty" url:"slug,omitempty"`
// 风格
Style *string `json:"style,omitempty" url:"style,omitempty"`
// 可见性
Visibility *string `json:"visibility,omitempty" url:"visibility,omitempty"`
// 期望能力
WantCapability *string `json:"want_capability,omitempty" url:"want_capability,omitempty"`
// contains filtered or unexported fields
}
func (*InternalWisdomInternalWebCreateCommunityRequest) GetDefencer ¶
func (i *InternalWisdomInternalWebCreateCommunityRequest) GetDefencer() *string
func (*InternalWisdomInternalWebCreateCommunityRequest) GetDescription ¶
func (i *InternalWisdomInternalWebCreateCommunityRequest) GetDescription() *string
func (*InternalWisdomInternalWebCreateCommunityRequest) GetExtraProperties ¶
func (i *InternalWisdomInternalWebCreateCommunityRequest) GetExtraProperties() map[string]interface{}
func (*InternalWisdomInternalWebCreateCommunityRequest) GetInstructions ¶
func (i *InternalWisdomInternalWebCreateCommunityRequest) GetInstructions() *string
func (*InternalWisdomInternalWebCreateCommunityRequest) GetLabel ¶
func (i *InternalWisdomInternalWebCreateCommunityRequest) GetLabel() *string
func (*InternalWisdomInternalWebCreateCommunityRequest) GetPromise ¶
func (i *InternalWisdomInternalWebCreateCommunityRequest) GetPromise() *string
func (*InternalWisdomInternalWebCreateCommunityRequest) GetProps ¶
func (i *InternalWisdomInternalWebCreateCommunityRequest) GetProps() []int
func (*InternalWisdomInternalWebCreateCommunityRequest) GetSlug ¶
func (i *InternalWisdomInternalWebCreateCommunityRequest) GetSlug() *string
func (*InternalWisdomInternalWebCreateCommunityRequest) GetStyle ¶
func (i *InternalWisdomInternalWebCreateCommunityRequest) GetStyle() *string
func (*InternalWisdomInternalWebCreateCommunityRequest) GetVisibility ¶
func (i *InternalWisdomInternalWebCreateCommunityRequest) GetVisibility() *string
func (*InternalWisdomInternalWebCreateCommunityRequest) GetWantCapability ¶
func (i *InternalWisdomInternalWebCreateCommunityRequest) GetWantCapability() *string
func (*InternalWisdomInternalWebCreateCommunityRequest) MarshalJSON ¶
func (i *InternalWisdomInternalWebCreateCommunityRequest) MarshalJSON() ([]byte, error)
func (*InternalWisdomInternalWebCreateCommunityRequest) SetDefencer ¶
func (i *InternalWisdomInternalWebCreateCommunityRequest) SetDefencer(defencer *string)
SetDefencer sets the Defencer field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCreateCommunityRequest) SetDescription ¶
func (i *InternalWisdomInternalWebCreateCommunityRequest) SetDescription(description *string)
SetDescription sets the Description field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCreateCommunityRequest) SetInstructions ¶
func (i *InternalWisdomInternalWebCreateCommunityRequest) SetInstructions(instructions *string)
SetInstructions sets the Instructions field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCreateCommunityRequest) SetLabel ¶
func (i *InternalWisdomInternalWebCreateCommunityRequest) SetLabel(label *string)
SetLabel sets the Label field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCreateCommunityRequest) SetPromise ¶
func (i *InternalWisdomInternalWebCreateCommunityRequest) SetPromise(promise *string)
SetPromise sets the Promise field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCreateCommunityRequest) SetProps ¶
func (i *InternalWisdomInternalWebCreateCommunityRequest) SetProps(props []int)
SetProps sets the Props field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCreateCommunityRequest) SetSlug ¶
func (i *InternalWisdomInternalWebCreateCommunityRequest) SetSlug(slug *string)
SetSlug sets the Slug field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCreateCommunityRequest) SetStyle ¶
func (i *InternalWisdomInternalWebCreateCommunityRequest) SetStyle(style *string)
SetStyle sets the Style field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCreateCommunityRequest) SetVisibility ¶
func (i *InternalWisdomInternalWebCreateCommunityRequest) SetVisibility(visibility *string)
SetVisibility sets the Visibility field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCreateCommunityRequest) SetWantCapability ¶
func (i *InternalWisdomInternalWebCreateCommunityRequest) SetWantCapability(wantCapability *string)
SetWantCapability sets the WantCapability field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCreateCommunityRequest) String ¶
func (i *InternalWisdomInternalWebCreateCommunityRequest) String() string
func (*InternalWisdomInternalWebCreateCommunityRequest) UnmarshalJSON ¶
func (i *InternalWisdomInternalWebCreateCommunityRequest) UnmarshalJSON(data []byte) error
type InternalWisdomInternalWebCreateWisdomRequest ¶
type InternalWisdomInternalWebCreateWisdomRequest struct {
// 正文
Body *string `json:"body,omitempty" url:"body,omitempty"`
// 变更日志
Changelog *string `json:"changelog,omitempty" url:"changelog,omitempty"`
// 所属社区
CommunityID *int `json:"community_id,omitempty" url:"community_id,omitempty"`
// 防御
Defencer *string `json:"defencer,omitempty" url:"defencer,omitempty"`
// 描述
Description *string `json:"description,omitempty" url:"description,omitempty"`
// 分类
Kind *string `json:"kind,omitempty" url:"kind,omitempty"`
// 承诺
Promise *string `json:"promise,omitempty" url:"promise,omitempty"`
// 扩展属性
Props []int `json:"props,omitempty" url:"props,omitempty"`
// 标识
Slug *string `json:"slug,omitempty" url:"slug,omitempty"`
// 标题
Title *string `json:"title,omitempty" url:"title,omitempty"`
// 类型
Type *string `json:"type,omitempty" url:"type,omitempty"`
// contains filtered or unexported fields
}
func (*InternalWisdomInternalWebCreateWisdomRequest) GetBody ¶
func (i *InternalWisdomInternalWebCreateWisdomRequest) GetBody() *string
func (*InternalWisdomInternalWebCreateWisdomRequest) GetChangelog ¶
func (i *InternalWisdomInternalWebCreateWisdomRequest) GetChangelog() *string
func (*InternalWisdomInternalWebCreateWisdomRequest) GetCommunityID ¶
func (i *InternalWisdomInternalWebCreateWisdomRequest) GetCommunityID() *int
func (*InternalWisdomInternalWebCreateWisdomRequest) GetDefencer ¶
func (i *InternalWisdomInternalWebCreateWisdomRequest) GetDefencer() *string
func (*InternalWisdomInternalWebCreateWisdomRequest) GetDescription ¶
func (i *InternalWisdomInternalWebCreateWisdomRequest) GetDescription() *string
func (*InternalWisdomInternalWebCreateWisdomRequest) GetExtraProperties ¶
func (i *InternalWisdomInternalWebCreateWisdomRequest) GetExtraProperties() map[string]interface{}
func (*InternalWisdomInternalWebCreateWisdomRequest) GetKind ¶
func (i *InternalWisdomInternalWebCreateWisdomRequest) GetKind() *string
func (*InternalWisdomInternalWebCreateWisdomRequest) GetPromise ¶
func (i *InternalWisdomInternalWebCreateWisdomRequest) GetPromise() *string
func (*InternalWisdomInternalWebCreateWisdomRequest) GetProps ¶
func (i *InternalWisdomInternalWebCreateWisdomRequest) GetProps() []int
func (*InternalWisdomInternalWebCreateWisdomRequest) GetSlug ¶
func (i *InternalWisdomInternalWebCreateWisdomRequest) GetSlug() *string
func (*InternalWisdomInternalWebCreateWisdomRequest) GetTitle ¶
func (i *InternalWisdomInternalWebCreateWisdomRequest) GetTitle() *string
func (*InternalWisdomInternalWebCreateWisdomRequest) GetType ¶
func (i *InternalWisdomInternalWebCreateWisdomRequest) GetType() *string
func (*InternalWisdomInternalWebCreateWisdomRequest) MarshalJSON ¶
func (i *InternalWisdomInternalWebCreateWisdomRequest) MarshalJSON() ([]byte, error)
func (*InternalWisdomInternalWebCreateWisdomRequest) SetBody ¶
func (i *InternalWisdomInternalWebCreateWisdomRequest) SetBody(body *string)
SetBody sets the Body field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCreateWisdomRequest) SetChangelog ¶
func (i *InternalWisdomInternalWebCreateWisdomRequest) SetChangelog(changelog *string)
SetChangelog sets the Changelog field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCreateWisdomRequest) SetCommunityID ¶
func (i *InternalWisdomInternalWebCreateWisdomRequest) SetCommunityID(communityID *int)
SetCommunityID sets the CommunityID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCreateWisdomRequest) SetDefencer ¶
func (i *InternalWisdomInternalWebCreateWisdomRequest) SetDefencer(defencer *string)
SetDefencer sets the Defencer field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCreateWisdomRequest) SetDescription ¶
func (i *InternalWisdomInternalWebCreateWisdomRequest) SetDescription(description *string)
SetDescription sets the Description field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCreateWisdomRequest) SetKind ¶
func (i *InternalWisdomInternalWebCreateWisdomRequest) SetKind(kind *string)
SetKind sets the Kind field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCreateWisdomRequest) SetPromise ¶
func (i *InternalWisdomInternalWebCreateWisdomRequest) SetPromise(promise *string)
SetPromise sets the Promise field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCreateWisdomRequest) SetProps ¶
func (i *InternalWisdomInternalWebCreateWisdomRequest) SetProps(props []int)
SetProps sets the Props field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCreateWisdomRequest) SetSlug ¶
func (i *InternalWisdomInternalWebCreateWisdomRequest) SetSlug(slug *string)
SetSlug sets the Slug field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCreateWisdomRequest) SetTitle ¶
func (i *InternalWisdomInternalWebCreateWisdomRequest) SetTitle(title *string)
SetTitle sets the Title field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCreateWisdomRequest) SetType ¶
func (i *InternalWisdomInternalWebCreateWisdomRequest) SetType(type_ *string)
SetType sets the Type field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebCreateWisdomRequest) String ¶
func (i *InternalWisdomInternalWebCreateWisdomRequest) String() string
func (*InternalWisdomInternalWebCreateWisdomRequest) UnmarshalJSON ¶
func (i *InternalWisdomInternalWebCreateWisdomRequest) UnmarshalJSON(data []byte) error
type InternalWisdomInternalWebGraphResponse ¶
type InternalWisdomInternalWebGraphResponse struct {
// 边列表
Edges []*InternalWisdomInternalWebRelationResponse `json:"edges,omitempty" url:"edges,omitempty"`
// 节点列表
Nodes []*InternalWisdomInternalWebWisdomResponse `json:"nodes,omitempty" url:"nodes,omitempty"`
// contains filtered or unexported fields
}
func (*InternalWisdomInternalWebGraphResponse) GetEdges ¶
func (i *InternalWisdomInternalWebGraphResponse) GetEdges() []*InternalWisdomInternalWebRelationResponse
func (*InternalWisdomInternalWebGraphResponse) GetExtraProperties ¶
func (i *InternalWisdomInternalWebGraphResponse) GetExtraProperties() map[string]interface{}
func (*InternalWisdomInternalWebGraphResponse) GetNodes ¶
func (i *InternalWisdomInternalWebGraphResponse) GetNodes() []*InternalWisdomInternalWebWisdomResponse
func (*InternalWisdomInternalWebGraphResponse) MarshalJSON ¶
func (i *InternalWisdomInternalWebGraphResponse) MarshalJSON() ([]byte, error)
func (*InternalWisdomInternalWebGraphResponse) SetEdges ¶
func (i *InternalWisdomInternalWebGraphResponse) SetEdges(edges []*InternalWisdomInternalWebRelationResponse)
SetEdges sets the Edges field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebGraphResponse) SetNodes ¶
func (i *InternalWisdomInternalWebGraphResponse) SetNodes(nodes []*InternalWisdomInternalWebWisdomResponse)
SetNodes sets the Nodes field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebGraphResponse) String ¶
func (i *InternalWisdomInternalWebGraphResponse) String() string
func (*InternalWisdomInternalWebGraphResponse) UnmarshalJSON ¶
func (i *InternalWisdomInternalWebGraphResponse) UnmarshalJSON(data []byte) error
type InternalWisdomInternalWebLogResponse ¶
type InternalWisdomInternalWebLogResponse struct {
// 操作类型
Action *string `json:"action,omitempty" url:"action,omitempty"`
// 创建时间
CreatedAt *int `json:"created_at,omitempty" url:"created_at,omitempty"`
// 详情
Detail *string `json:"detail,omitempty" url:"detail,omitempty"`
// 主键
ID *int `json:"id,omitempty" url:"id,omitempty"`
// 操作者
UserID *int `json:"user_id,omitempty" url:"user_id,omitempty"`
// 操作者名
Username *string `json:"username,omitempty" url:"username,omitempty"`
// 内容节点
WisdomID *int `json:"wisdom_id,omitempty" url:"wisdom_id,omitempty"`
// contains filtered or unexported fields
}
func (*InternalWisdomInternalWebLogResponse) GetAction ¶
func (i *InternalWisdomInternalWebLogResponse) GetAction() *string
func (*InternalWisdomInternalWebLogResponse) GetCreatedAt ¶
func (i *InternalWisdomInternalWebLogResponse) GetCreatedAt() *int
func (*InternalWisdomInternalWebLogResponse) GetDetail ¶
func (i *InternalWisdomInternalWebLogResponse) GetDetail() *string
func (*InternalWisdomInternalWebLogResponse) GetExtraProperties ¶
func (i *InternalWisdomInternalWebLogResponse) GetExtraProperties() map[string]interface{}
func (*InternalWisdomInternalWebLogResponse) GetID ¶
func (i *InternalWisdomInternalWebLogResponse) GetID() *int
func (*InternalWisdomInternalWebLogResponse) GetUserID ¶
func (i *InternalWisdomInternalWebLogResponse) GetUserID() *int
func (*InternalWisdomInternalWebLogResponse) GetUsername ¶
func (i *InternalWisdomInternalWebLogResponse) GetUsername() *string
func (*InternalWisdomInternalWebLogResponse) GetWisdomID ¶
func (i *InternalWisdomInternalWebLogResponse) GetWisdomID() *int
func (*InternalWisdomInternalWebLogResponse) MarshalJSON ¶
func (i *InternalWisdomInternalWebLogResponse) MarshalJSON() ([]byte, error)
func (*InternalWisdomInternalWebLogResponse) SetAction ¶
func (i *InternalWisdomInternalWebLogResponse) SetAction(action *string)
SetAction sets the Action field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebLogResponse) SetCreatedAt ¶
func (i *InternalWisdomInternalWebLogResponse) SetCreatedAt(createdAt *int)
SetCreatedAt sets the CreatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebLogResponse) SetDetail ¶
func (i *InternalWisdomInternalWebLogResponse) SetDetail(detail *string)
SetDetail sets the Detail field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebLogResponse) SetID ¶
func (i *InternalWisdomInternalWebLogResponse) SetID(id *int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebLogResponse) SetUserID ¶
func (i *InternalWisdomInternalWebLogResponse) SetUserID(userID *int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebLogResponse) SetUsername ¶
func (i *InternalWisdomInternalWebLogResponse) SetUsername(username *string)
SetUsername sets the Username field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebLogResponse) SetWisdomID ¶
func (i *InternalWisdomInternalWebLogResponse) SetWisdomID(wisdomID *int)
SetWisdomID sets the WisdomID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebLogResponse) String ¶
func (i *InternalWisdomInternalWebLogResponse) String() string
func (*InternalWisdomInternalWebLogResponse) UnmarshalJSON ¶
func (i *InternalWisdomInternalWebLogResponse) UnmarshalJSON(data []byte) error
type InternalWisdomInternalWebRelationEdgeResponse ¶
type InternalWisdomInternalWebRelationEdgeResponse struct {
// 置信度
Confidence *string `json:"confidence,omitempty" url:"confidence,omitempty"`
// 主键
ID *int `json:"id,omitempty" url:"id,omitempty"`
// 承诺
Promise *string `json:"promise,omitempty" url:"promise,omitempty"`
// 关系类型
Relation *string `json:"relation,omitempty" url:"relation,omitempty"`
// 标题
Title *string `json:"title,omitempty" url:"title,omitempty"`
// 权重
Weight *float64 `json:"weight,omitempty" url:"weight,omitempty"`
// 内容节点
WisdomID *int `json:"wisdom_id,omitempty" url:"wisdom_id,omitempty"`
// contains filtered or unexported fields
}
func (*InternalWisdomInternalWebRelationEdgeResponse) GetConfidence ¶
func (i *InternalWisdomInternalWebRelationEdgeResponse) GetConfidence() *string
func (*InternalWisdomInternalWebRelationEdgeResponse) GetExtraProperties ¶
func (i *InternalWisdomInternalWebRelationEdgeResponse) GetExtraProperties() map[string]interface{}
func (*InternalWisdomInternalWebRelationEdgeResponse) GetID ¶
func (i *InternalWisdomInternalWebRelationEdgeResponse) GetID() *int
func (*InternalWisdomInternalWebRelationEdgeResponse) GetPromise ¶
func (i *InternalWisdomInternalWebRelationEdgeResponse) GetPromise() *string
func (*InternalWisdomInternalWebRelationEdgeResponse) GetRelation ¶
func (i *InternalWisdomInternalWebRelationEdgeResponse) GetRelation() *string
func (*InternalWisdomInternalWebRelationEdgeResponse) GetTitle ¶
func (i *InternalWisdomInternalWebRelationEdgeResponse) GetTitle() *string
func (*InternalWisdomInternalWebRelationEdgeResponse) GetWeight ¶
func (i *InternalWisdomInternalWebRelationEdgeResponse) GetWeight() *float64
func (*InternalWisdomInternalWebRelationEdgeResponse) GetWisdomID ¶
func (i *InternalWisdomInternalWebRelationEdgeResponse) GetWisdomID() *int
func (*InternalWisdomInternalWebRelationEdgeResponse) MarshalJSON ¶
func (i *InternalWisdomInternalWebRelationEdgeResponse) MarshalJSON() ([]byte, error)
func (*InternalWisdomInternalWebRelationEdgeResponse) SetConfidence ¶
func (i *InternalWisdomInternalWebRelationEdgeResponse) SetConfidence(confidence *string)
SetConfidence sets the Confidence field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebRelationEdgeResponse) SetID ¶
func (i *InternalWisdomInternalWebRelationEdgeResponse) SetID(id *int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebRelationEdgeResponse) SetPromise ¶
func (i *InternalWisdomInternalWebRelationEdgeResponse) SetPromise(promise *string)
SetPromise sets the Promise field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebRelationEdgeResponse) SetRelation ¶
func (i *InternalWisdomInternalWebRelationEdgeResponse) SetRelation(relation *string)
SetRelation sets the Relation field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebRelationEdgeResponse) SetTitle ¶
func (i *InternalWisdomInternalWebRelationEdgeResponse) SetTitle(title *string)
SetTitle sets the Title field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebRelationEdgeResponse) SetWeight ¶
func (i *InternalWisdomInternalWebRelationEdgeResponse) SetWeight(weight *float64)
SetWeight sets the Weight field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebRelationEdgeResponse) SetWisdomID ¶
func (i *InternalWisdomInternalWebRelationEdgeResponse) SetWisdomID(wisdomID *int)
SetWisdomID sets the WisdomID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebRelationEdgeResponse) String ¶
func (i *InternalWisdomInternalWebRelationEdgeResponse) String() string
func (*InternalWisdomInternalWebRelationEdgeResponse) UnmarshalJSON ¶
func (i *InternalWisdomInternalWebRelationEdgeResponse) UnmarshalJSON(data []byte) error
type InternalWisdomInternalWebRelationResponse ¶
type InternalWisdomInternalWebRelationResponse struct {
// 置信度
Confidence *string `json:"confidence,omitempty" url:"confidence,omitempty"`
// 创建时间
CreatedAt *int `json:"created_at,omitempty" url:"created_at,omitempty"`
// 主键
ID *int `json:"id,omitempty" url:"id,omitempty"`
// 扩展属性
Props []int `json:"props,omitempty" url:"props,omitempty"`
// 关系类型
Relation *string `json:"relation,omitempty" url:"relation,omitempty"`
// 源节点
SourceID *int `json:"source_id,omitempty" url:"source_id,omitempty"`
// 目标节点
TargetID *int `json:"target_id,omitempty" url:"target_id,omitempty"`
// 权重
Weight *float64 `json:"weight,omitempty" url:"weight,omitempty"`
// contains filtered or unexported fields
}
func (*InternalWisdomInternalWebRelationResponse) GetConfidence ¶
func (i *InternalWisdomInternalWebRelationResponse) GetConfidence() *string
func (*InternalWisdomInternalWebRelationResponse) GetCreatedAt ¶
func (i *InternalWisdomInternalWebRelationResponse) GetCreatedAt() *int
func (*InternalWisdomInternalWebRelationResponse) GetExtraProperties ¶
func (i *InternalWisdomInternalWebRelationResponse) GetExtraProperties() map[string]interface{}
func (*InternalWisdomInternalWebRelationResponse) GetID ¶
func (i *InternalWisdomInternalWebRelationResponse) GetID() *int
func (*InternalWisdomInternalWebRelationResponse) GetProps ¶
func (i *InternalWisdomInternalWebRelationResponse) GetProps() []int
func (*InternalWisdomInternalWebRelationResponse) GetRelation ¶
func (i *InternalWisdomInternalWebRelationResponse) GetRelation() *string
func (*InternalWisdomInternalWebRelationResponse) GetSourceID ¶
func (i *InternalWisdomInternalWebRelationResponse) GetSourceID() *int
func (*InternalWisdomInternalWebRelationResponse) GetTargetID ¶
func (i *InternalWisdomInternalWebRelationResponse) GetTargetID() *int
func (*InternalWisdomInternalWebRelationResponse) GetWeight ¶
func (i *InternalWisdomInternalWebRelationResponse) GetWeight() *float64
func (*InternalWisdomInternalWebRelationResponse) MarshalJSON ¶
func (i *InternalWisdomInternalWebRelationResponse) MarshalJSON() ([]byte, error)
func (*InternalWisdomInternalWebRelationResponse) SetConfidence ¶
func (i *InternalWisdomInternalWebRelationResponse) SetConfidence(confidence *string)
SetConfidence sets the Confidence field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebRelationResponse) SetCreatedAt ¶
func (i *InternalWisdomInternalWebRelationResponse) SetCreatedAt(createdAt *int)
SetCreatedAt sets the CreatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebRelationResponse) SetID ¶
func (i *InternalWisdomInternalWebRelationResponse) SetID(id *int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebRelationResponse) SetProps ¶
func (i *InternalWisdomInternalWebRelationResponse) SetProps(props []int)
SetProps sets the Props field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebRelationResponse) SetRelation ¶
func (i *InternalWisdomInternalWebRelationResponse) SetRelation(relation *string)
SetRelation sets the Relation field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebRelationResponse) SetSourceID ¶
func (i *InternalWisdomInternalWebRelationResponse) SetSourceID(sourceID *int)
SetSourceID sets the SourceID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebRelationResponse) SetTargetID ¶
func (i *InternalWisdomInternalWebRelationResponse) SetTargetID(targetID *int)
SetTargetID sets the TargetID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebRelationResponse) SetWeight ¶
func (i *InternalWisdomInternalWebRelationResponse) SetWeight(weight *float64)
SetWeight sets the Weight field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebRelationResponse) String ¶
func (i *InternalWisdomInternalWebRelationResponse) String() string
func (*InternalWisdomInternalWebRelationResponse) UnmarshalJSON ¶
func (i *InternalWisdomInternalWebRelationResponse) UnmarshalJSON(data []byte) error
type InternalWisdomInternalWebTriggerStatusVo ¶
type InternalWisdomInternalWebTriggerStatusVo struct {
Status *string `json:"status,omitempty" url:"status,omitempty"`
// contains filtered or unexported fields
}
func (*InternalWisdomInternalWebTriggerStatusVo) GetExtraProperties ¶
func (i *InternalWisdomInternalWebTriggerStatusVo) GetExtraProperties() map[string]interface{}
func (*InternalWisdomInternalWebTriggerStatusVo) GetStatus ¶
func (i *InternalWisdomInternalWebTriggerStatusVo) GetStatus() *string
func (*InternalWisdomInternalWebTriggerStatusVo) MarshalJSON ¶
func (i *InternalWisdomInternalWebTriggerStatusVo) MarshalJSON() ([]byte, error)
func (*InternalWisdomInternalWebTriggerStatusVo) SetStatus ¶
func (i *InternalWisdomInternalWebTriggerStatusVo) SetStatus(status *string)
SetStatus sets the Status field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebTriggerStatusVo) String ¶
func (i *InternalWisdomInternalWebTriggerStatusVo) String() string
func (*InternalWisdomInternalWebTriggerStatusVo) UnmarshalJSON ¶
func (i *InternalWisdomInternalWebTriggerStatusVo) UnmarshalJSON(data []byte) error
type InternalWisdomInternalWebUpdateCommunityRequest ¶
type InternalWisdomInternalWebUpdateCommunityRequest struct {
// 防御
Defencer *string `json:"defencer,omitempty" url:"defencer,omitempty"`
// 描述
Description *string `json:"description,omitempty" url:"description,omitempty"`
// 指令
Instructions *string `json:"instructions,omitempty" url:"instructions,omitempty"`
// 标签
Label *string `json:"label,omitempty" url:"label,omitempty"`
// 承诺
Promise *string `json:"promise,omitempty" url:"promise,omitempty"`
// 扩展属性
Props []int `json:"props,omitempty" url:"props,omitempty"`
// 标识
Slug *string `json:"slug,omitempty" url:"slug,omitempty"`
// 风格
Style *string `json:"style,omitempty" url:"style,omitempty"`
// 可见性
Visibility *string `json:"visibility,omitempty" url:"visibility,omitempty"`
// 期望能力
WantCapability *string `json:"want_capability,omitempty" url:"want_capability,omitempty"`
// contains filtered or unexported fields
}
func (*InternalWisdomInternalWebUpdateCommunityRequest) GetDefencer ¶
func (i *InternalWisdomInternalWebUpdateCommunityRequest) GetDefencer() *string
func (*InternalWisdomInternalWebUpdateCommunityRequest) GetDescription ¶
func (i *InternalWisdomInternalWebUpdateCommunityRequest) GetDescription() *string
func (*InternalWisdomInternalWebUpdateCommunityRequest) GetExtraProperties ¶
func (i *InternalWisdomInternalWebUpdateCommunityRequest) GetExtraProperties() map[string]interface{}
func (*InternalWisdomInternalWebUpdateCommunityRequest) GetInstructions ¶
func (i *InternalWisdomInternalWebUpdateCommunityRequest) GetInstructions() *string
func (*InternalWisdomInternalWebUpdateCommunityRequest) GetLabel ¶
func (i *InternalWisdomInternalWebUpdateCommunityRequest) GetLabel() *string
func (*InternalWisdomInternalWebUpdateCommunityRequest) GetPromise ¶
func (i *InternalWisdomInternalWebUpdateCommunityRequest) GetPromise() *string
func (*InternalWisdomInternalWebUpdateCommunityRequest) GetProps ¶
func (i *InternalWisdomInternalWebUpdateCommunityRequest) GetProps() []int
func (*InternalWisdomInternalWebUpdateCommunityRequest) GetSlug ¶
func (i *InternalWisdomInternalWebUpdateCommunityRequest) GetSlug() *string
func (*InternalWisdomInternalWebUpdateCommunityRequest) GetStyle ¶
func (i *InternalWisdomInternalWebUpdateCommunityRequest) GetStyle() *string
func (*InternalWisdomInternalWebUpdateCommunityRequest) GetVisibility ¶
func (i *InternalWisdomInternalWebUpdateCommunityRequest) GetVisibility() *string
func (*InternalWisdomInternalWebUpdateCommunityRequest) GetWantCapability ¶
func (i *InternalWisdomInternalWebUpdateCommunityRequest) GetWantCapability() *string
func (*InternalWisdomInternalWebUpdateCommunityRequest) MarshalJSON ¶
func (i *InternalWisdomInternalWebUpdateCommunityRequest) MarshalJSON() ([]byte, error)
func (*InternalWisdomInternalWebUpdateCommunityRequest) SetDefencer ¶
func (i *InternalWisdomInternalWebUpdateCommunityRequest) SetDefencer(defencer *string)
SetDefencer sets the Defencer field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebUpdateCommunityRequest) SetDescription ¶
func (i *InternalWisdomInternalWebUpdateCommunityRequest) SetDescription(description *string)
SetDescription sets the Description field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebUpdateCommunityRequest) SetInstructions ¶
func (i *InternalWisdomInternalWebUpdateCommunityRequest) SetInstructions(instructions *string)
SetInstructions sets the Instructions field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebUpdateCommunityRequest) SetLabel ¶
func (i *InternalWisdomInternalWebUpdateCommunityRequest) SetLabel(label *string)
SetLabel sets the Label field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebUpdateCommunityRequest) SetPromise ¶
func (i *InternalWisdomInternalWebUpdateCommunityRequest) SetPromise(promise *string)
SetPromise sets the Promise field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebUpdateCommunityRequest) SetProps ¶
func (i *InternalWisdomInternalWebUpdateCommunityRequest) SetProps(props []int)
SetProps sets the Props field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebUpdateCommunityRequest) SetSlug ¶
func (i *InternalWisdomInternalWebUpdateCommunityRequest) SetSlug(slug *string)
SetSlug sets the Slug field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebUpdateCommunityRequest) SetStyle ¶
func (i *InternalWisdomInternalWebUpdateCommunityRequest) SetStyle(style *string)
SetStyle sets the Style field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebUpdateCommunityRequest) SetVisibility ¶
func (i *InternalWisdomInternalWebUpdateCommunityRequest) SetVisibility(visibility *string)
SetVisibility sets the Visibility field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebUpdateCommunityRequest) SetWantCapability ¶
func (i *InternalWisdomInternalWebUpdateCommunityRequest) SetWantCapability(wantCapability *string)
SetWantCapability sets the WantCapability field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebUpdateCommunityRequest) String ¶
func (i *InternalWisdomInternalWebUpdateCommunityRequest) String() string
func (*InternalWisdomInternalWebUpdateCommunityRequest) UnmarshalJSON ¶
func (i *InternalWisdomInternalWebUpdateCommunityRequest) UnmarshalJSON(data []byte) error
type InternalWisdomInternalWebUpdateWisdomRequest ¶
type InternalWisdomInternalWebUpdateWisdomRequest struct {
// 正文
Body *string `json:"body,omitempty" url:"body,omitempty"`
// 变更日志
Changelog *string `json:"changelog,omitempty" url:"changelog,omitempty"`
// 所属社区
CommunityID *int `json:"community_id,omitempty" url:"community_id,omitempty"`
// 防御
Defencer *string `json:"defencer,omitempty" url:"defencer,omitempty"`
// 描述
Description *string `json:"description,omitempty" url:"description,omitempty"`
// 分类
Kind *string `json:"kind,omitempty" url:"kind,omitempty"`
// 承诺
Promise *string `json:"promise,omitempty" url:"promise,omitempty"`
// 扩展属性
Props []int `json:"props,omitempty" url:"props,omitempty"`
// 反思
Reflector *string `json:"reflector,omitempty" url:"reflector,omitempty"`
// 标识
Slug *string `json:"slug,omitempty" url:"slug,omitempty"`
// 标题
Title *string `json:"title,omitempty" url:"title,omitempty"`
// 类型
Type *string `json:"type,omitempty" url:"type,omitempty"`
// 版本号
Version int `json:"version" url:"version"`
// contains filtered or unexported fields
}
func (*InternalWisdomInternalWebUpdateWisdomRequest) GetBody ¶
func (i *InternalWisdomInternalWebUpdateWisdomRequest) GetBody() *string
func (*InternalWisdomInternalWebUpdateWisdomRequest) GetChangelog ¶
func (i *InternalWisdomInternalWebUpdateWisdomRequest) GetChangelog() *string
func (*InternalWisdomInternalWebUpdateWisdomRequest) GetCommunityID ¶
func (i *InternalWisdomInternalWebUpdateWisdomRequest) GetCommunityID() *int
func (*InternalWisdomInternalWebUpdateWisdomRequest) GetDefencer ¶
func (i *InternalWisdomInternalWebUpdateWisdomRequest) GetDefencer() *string
func (*InternalWisdomInternalWebUpdateWisdomRequest) GetDescription ¶
func (i *InternalWisdomInternalWebUpdateWisdomRequest) GetDescription() *string
func (*InternalWisdomInternalWebUpdateWisdomRequest) GetExtraProperties ¶
func (i *InternalWisdomInternalWebUpdateWisdomRequest) GetExtraProperties() map[string]interface{}
func (*InternalWisdomInternalWebUpdateWisdomRequest) GetKind ¶
func (i *InternalWisdomInternalWebUpdateWisdomRequest) GetKind() *string
func (*InternalWisdomInternalWebUpdateWisdomRequest) GetPromise ¶
func (i *InternalWisdomInternalWebUpdateWisdomRequest) GetPromise() *string
func (*InternalWisdomInternalWebUpdateWisdomRequest) GetProps ¶
func (i *InternalWisdomInternalWebUpdateWisdomRequest) GetProps() []int
func (*InternalWisdomInternalWebUpdateWisdomRequest) GetReflector ¶
func (i *InternalWisdomInternalWebUpdateWisdomRequest) GetReflector() *string
func (*InternalWisdomInternalWebUpdateWisdomRequest) GetSlug ¶
func (i *InternalWisdomInternalWebUpdateWisdomRequest) GetSlug() *string
func (*InternalWisdomInternalWebUpdateWisdomRequest) GetTitle ¶
func (i *InternalWisdomInternalWebUpdateWisdomRequest) GetTitle() *string
func (*InternalWisdomInternalWebUpdateWisdomRequest) GetType ¶
func (i *InternalWisdomInternalWebUpdateWisdomRequest) GetType() *string
func (*InternalWisdomInternalWebUpdateWisdomRequest) GetVersion ¶
func (i *InternalWisdomInternalWebUpdateWisdomRequest) GetVersion() int
func (*InternalWisdomInternalWebUpdateWisdomRequest) MarshalJSON ¶
func (i *InternalWisdomInternalWebUpdateWisdomRequest) MarshalJSON() ([]byte, error)
func (*InternalWisdomInternalWebUpdateWisdomRequest) SetBody ¶
func (i *InternalWisdomInternalWebUpdateWisdomRequest) SetBody(body *string)
SetBody sets the Body field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebUpdateWisdomRequest) SetChangelog ¶
func (i *InternalWisdomInternalWebUpdateWisdomRequest) SetChangelog(changelog *string)
SetChangelog sets the Changelog field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebUpdateWisdomRequest) SetCommunityID ¶
func (i *InternalWisdomInternalWebUpdateWisdomRequest) SetCommunityID(communityID *int)
SetCommunityID sets the CommunityID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebUpdateWisdomRequest) SetDefencer ¶
func (i *InternalWisdomInternalWebUpdateWisdomRequest) SetDefencer(defencer *string)
SetDefencer sets the Defencer field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebUpdateWisdomRequest) SetDescription ¶
func (i *InternalWisdomInternalWebUpdateWisdomRequest) SetDescription(description *string)
SetDescription sets the Description field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebUpdateWisdomRequest) SetKind ¶
func (i *InternalWisdomInternalWebUpdateWisdomRequest) SetKind(kind *string)
SetKind sets the Kind field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebUpdateWisdomRequest) SetPromise ¶
func (i *InternalWisdomInternalWebUpdateWisdomRequest) SetPromise(promise *string)
SetPromise sets the Promise field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebUpdateWisdomRequest) SetProps ¶
func (i *InternalWisdomInternalWebUpdateWisdomRequest) SetProps(props []int)
SetProps sets the Props field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebUpdateWisdomRequest) SetReflector ¶
func (i *InternalWisdomInternalWebUpdateWisdomRequest) SetReflector(reflector *string)
SetReflector sets the Reflector field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebUpdateWisdomRequest) SetSlug ¶
func (i *InternalWisdomInternalWebUpdateWisdomRequest) SetSlug(slug *string)
SetSlug sets the Slug field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebUpdateWisdomRequest) SetTitle ¶
func (i *InternalWisdomInternalWebUpdateWisdomRequest) SetTitle(title *string)
SetTitle sets the Title field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebUpdateWisdomRequest) SetType ¶
func (i *InternalWisdomInternalWebUpdateWisdomRequest) SetType(type_ *string)
SetType sets the Type field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebUpdateWisdomRequest) SetVersion ¶
func (i *InternalWisdomInternalWebUpdateWisdomRequest) SetVersion(version int)
SetVersion sets the Version field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebUpdateWisdomRequest) String ¶
func (i *InternalWisdomInternalWebUpdateWisdomRequest) String() string
func (*InternalWisdomInternalWebUpdateWisdomRequest) UnmarshalJSON ¶
func (i *InternalWisdomInternalWebUpdateWisdomRequest) UnmarshalJSON(data []byte) error
type InternalWisdomInternalWebWisdomDeleteVo ¶
type InternalWisdomInternalWebWisdomDeleteVo struct {
Deleted *bool `json:"deleted,omitempty" url:"deleted,omitempty"`
// contains filtered or unexported fields
}
func (*InternalWisdomInternalWebWisdomDeleteVo) GetDeleted ¶
func (i *InternalWisdomInternalWebWisdomDeleteVo) GetDeleted() *bool
func (*InternalWisdomInternalWebWisdomDeleteVo) GetExtraProperties ¶
func (i *InternalWisdomInternalWebWisdomDeleteVo) GetExtraProperties() map[string]interface{}
func (*InternalWisdomInternalWebWisdomDeleteVo) MarshalJSON ¶
func (i *InternalWisdomInternalWebWisdomDeleteVo) MarshalJSON() ([]byte, error)
func (*InternalWisdomInternalWebWisdomDeleteVo) SetDeleted ¶
func (i *InternalWisdomInternalWebWisdomDeleteVo) SetDeleted(deleted *bool)
SetDeleted sets the Deleted field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebWisdomDeleteVo) String ¶
func (i *InternalWisdomInternalWebWisdomDeleteVo) String() string
func (*InternalWisdomInternalWebWisdomDeleteVo) UnmarshalJSON ¶
func (i *InternalWisdomInternalWebWisdomDeleteVo) UnmarshalJSON(data []byte) error
type InternalWisdomInternalWebWisdomResponse ¶
type InternalWisdomInternalWebWisdomResponse struct {
// 正文
Body *string `json:"body,omitempty" url:"body,omitempty"`
// 变更日志
Changelog *string `json:"changelog,omitempty" url:"changelog,omitempty"`
// 所属社区
CommunityID *int `json:"community_id,omitempty" url:"community_id,omitempty"`
// 置信度
Confidence *float64 `json:"confidence,omitempty" url:"confidence,omitempty"`
// 创建时间
CreatedAt *int `json:"created_at,omitempty" url:"created_at,omitempty"`
// 防御
Defencer *string `json:"defencer,omitempty" url:"defencer,omitempty"`
// 描述
Description *string `json:"description,omitempty" url:"description,omitempty"`
// 主键
ID *int `json:"id,omitempty" url:"id,omitempty"`
// 分类
Kind *string `json:"kind,omitempty" url:"kind,omitempty"`
// 前文
PreBody *string `json:"pre_body,omitempty" url:"pre_body,omitempty"`
// 承诺
Promise *string `json:"promise,omitempty" url:"promise,omitempty"`
// 扩展属性
Props []int `json:"props,omitempty" url:"props,omitempty"`
// 引用次数
ReferenceCount *int `json:"reference_count,omitempty" url:"reference_count,omitempty"`
// 反思
Reflector *string `json:"reflector,omitempty" url:"reflector,omitempty"`
// 修订号
Rev *int `json:"rev,omitempty" url:"rev,omitempty"`
// 搜索命中
SearchHitCount *int `json:"search_hit_count,omitempty" url:"search_hit_count,omitempty"`
// 标识
Slug *string `json:"slug,omitempty" url:"slug,omitempty"`
// 标题
Title *string `json:"title,omitempty" url:"title,omitempty"`
// 类型
Type *string `json:"type,omitempty" url:"type,omitempty"`
// 更新时间
UpdatedAt *int `json:"updated_at,omitempty" url:"updated_at,omitempty"`
// 所属用户
UserID *int `json:"user_id,omitempty" url:"user_id,omitempty"`
// 用户名
Username *string `json:"username,omitempty" url:"username,omitempty"`
// 版本号
Version *int `json:"version,omitempty" url:"version,omitempty"`
// contains filtered or unexported fields
}
func (*InternalWisdomInternalWebWisdomResponse) GetBody ¶
func (i *InternalWisdomInternalWebWisdomResponse) GetBody() *string
func (*InternalWisdomInternalWebWisdomResponse) GetChangelog ¶
func (i *InternalWisdomInternalWebWisdomResponse) GetChangelog() *string
func (*InternalWisdomInternalWebWisdomResponse) GetCommunityID ¶
func (i *InternalWisdomInternalWebWisdomResponse) GetCommunityID() *int
func (*InternalWisdomInternalWebWisdomResponse) GetConfidence ¶
func (i *InternalWisdomInternalWebWisdomResponse) GetConfidence() *float64
func (*InternalWisdomInternalWebWisdomResponse) GetCreatedAt ¶
func (i *InternalWisdomInternalWebWisdomResponse) GetCreatedAt() *int
func (*InternalWisdomInternalWebWisdomResponse) GetDefencer ¶
func (i *InternalWisdomInternalWebWisdomResponse) GetDefencer() *string
func (*InternalWisdomInternalWebWisdomResponse) GetDescription ¶
func (i *InternalWisdomInternalWebWisdomResponse) GetDescription() *string
func (*InternalWisdomInternalWebWisdomResponse) GetExtraProperties ¶
func (i *InternalWisdomInternalWebWisdomResponse) GetExtraProperties() map[string]interface{}
func (*InternalWisdomInternalWebWisdomResponse) GetID ¶
func (i *InternalWisdomInternalWebWisdomResponse) GetID() *int
func (*InternalWisdomInternalWebWisdomResponse) GetKind ¶
func (i *InternalWisdomInternalWebWisdomResponse) GetKind() *string
func (*InternalWisdomInternalWebWisdomResponse) GetPreBody ¶
func (i *InternalWisdomInternalWebWisdomResponse) GetPreBody() *string
func (*InternalWisdomInternalWebWisdomResponse) GetPromise ¶
func (i *InternalWisdomInternalWebWisdomResponse) GetPromise() *string
func (*InternalWisdomInternalWebWisdomResponse) GetProps ¶
func (i *InternalWisdomInternalWebWisdomResponse) GetProps() []int
func (*InternalWisdomInternalWebWisdomResponse) GetReferenceCount ¶
func (i *InternalWisdomInternalWebWisdomResponse) GetReferenceCount() *int
func (*InternalWisdomInternalWebWisdomResponse) GetReflector ¶
func (i *InternalWisdomInternalWebWisdomResponse) GetReflector() *string
func (*InternalWisdomInternalWebWisdomResponse) GetRev ¶
func (i *InternalWisdomInternalWebWisdomResponse) GetRev() *int
func (*InternalWisdomInternalWebWisdomResponse) GetSearchHitCount ¶
func (i *InternalWisdomInternalWebWisdomResponse) GetSearchHitCount() *int
func (*InternalWisdomInternalWebWisdomResponse) GetSlug ¶
func (i *InternalWisdomInternalWebWisdomResponse) GetSlug() *string
func (*InternalWisdomInternalWebWisdomResponse) GetTitle ¶
func (i *InternalWisdomInternalWebWisdomResponse) GetTitle() *string
func (*InternalWisdomInternalWebWisdomResponse) GetType ¶
func (i *InternalWisdomInternalWebWisdomResponse) GetType() *string
func (*InternalWisdomInternalWebWisdomResponse) GetUpdatedAt ¶
func (i *InternalWisdomInternalWebWisdomResponse) GetUpdatedAt() *int
func (*InternalWisdomInternalWebWisdomResponse) GetUserID ¶
func (i *InternalWisdomInternalWebWisdomResponse) GetUserID() *int
func (*InternalWisdomInternalWebWisdomResponse) GetUsername ¶
func (i *InternalWisdomInternalWebWisdomResponse) GetUsername() *string
func (*InternalWisdomInternalWebWisdomResponse) GetVersion ¶
func (i *InternalWisdomInternalWebWisdomResponse) GetVersion() *int
func (*InternalWisdomInternalWebWisdomResponse) MarshalJSON ¶
func (i *InternalWisdomInternalWebWisdomResponse) MarshalJSON() ([]byte, error)
func (*InternalWisdomInternalWebWisdomResponse) SetBody ¶
func (i *InternalWisdomInternalWebWisdomResponse) SetBody(body *string)
SetBody sets the Body field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebWisdomResponse) SetChangelog ¶
func (i *InternalWisdomInternalWebWisdomResponse) SetChangelog(changelog *string)
SetChangelog sets the Changelog field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebWisdomResponse) SetCommunityID ¶
func (i *InternalWisdomInternalWebWisdomResponse) SetCommunityID(communityID *int)
SetCommunityID sets the CommunityID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebWisdomResponse) SetConfidence ¶
func (i *InternalWisdomInternalWebWisdomResponse) SetConfidence(confidence *float64)
SetConfidence sets the Confidence field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebWisdomResponse) SetCreatedAt ¶
func (i *InternalWisdomInternalWebWisdomResponse) SetCreatedAt(createdAt *int)
SetCreatedAt sets the CreatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebWisdomResponse) SetDefencer ¶
func (i *InternalWisdomInternalWebWisdomResponse) SetDefencer(defencer *string)
SetDefencer sets the Defencer field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebWisdomResponse) SetDescription ¶
func (i *InternalWisdomInternalWebWisdomResponse) SetDescription(description *string)
SetDescription sets the Description field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebWisdomResponse) SetID ¶
func (i *InternalWisdomInternalWebWisdomResponse) SetID(id *int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebWisdomResponse) SetKind ¶
func (i *InternalWisdomInternalWebWisdomResponse) SetKind(kind *string)
SetKind sets the Kind field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebWisdomResponse) SetPreBody ¶
func (i *InternalWisdomInternalWebWisdomResponse) SetPreBody(preBody *string)
SetPreBody sets the PreBody field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebWisdomResponse) SetPromise ¶
func (i *InternalWisdomInternalWebWisdomResponse) SetPromise(promise *string)
SetPromise sets the Promise field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebWisdomResponse) SetProps ¶
func (i *InternalWisdomInternalWebWisdomResponse) SetProps(props []int)
SetProps sets the Props field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebWisdomResponse) SetReferenceCount ¶
func (i *InternalWisdomInternalWebWisdomResponse) SetReferenceCount(referenceCount *int)
SetReferenceCount sets the ReferenceCount field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebWisdomResponse) SetReflector ¶
func (i *InternalWisdomInternalWebWisdomResponse) SetReflector(reflector *string)
SetReflector sets the Reflector field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebWisdomResponse) SetRev ¶
func (i *InternalWisdomInternalWebWisdomResponse) SetRev(rev *int)
SetRev sets the Rev field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebWisdomResponse) SetSearchHitCount ¶
func (i *InternalWisdomInternalWebWisdomResponse) SetSearchHitCount(searchHitCount *int)
SetSearchHitCount sets the SearchHitCount field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebWisdomResponse) SetSlug ¶
func (i *InternalWisdomInternalWebWisdomResponse) SetSlug(slug *string)
SetSlug sets the Slug field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebWisdomResponse) SetTitle ¶
func (i *InternalWisdomInternalWebWisdomResponse) SetTitle(title *string)
SetTitle sets the Title field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebWisdomResponse) SetType ¶
func (i *InternalWisdomInternalWebWisdomResponse) SetType(type_ *string)
SetType sets the Type field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebWisdomResponse) SetUpdatedAt ¶
func (i *InternalWisdomInternalWebWisdomResponse) SetUpdatedAt(updatedAt *int)
SetUpdatedAt sets the UpdatedAt field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebWisdomResponse) SetUserID ¶
func (i *InternalWisdomInternalWebWisdomResponse) SetUserID(userID *int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebWisdomResponse) SetUsername ¶
func (i *InternalWisdomInternalWebWisdomResponse) SetUsername(username *string)
SetUsername sets the Username field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebWisdomResponse) SetVersion ¶
func (i *InternalWisdomInternalWebWisdomResponse) SetVersion(version *int)
SetVersion sets the Version field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebWisdomResponse) String ¶
func (i *InternalWisdomInternalWebWisdomResponse) String() string
func (*InternalWisdomInternalWebWisdomResponse) UnmarshalJSON ¶
func (i *InternalWisdomInternalWebWisdomResponse) UnmarshalJSON(data []byte) error
type InternalWisdomInternalWebWisdomWithContextResponse ¶
type InternalWisdomInternalWebWisdomWithContextResponse struct {
// 入边
Incoming []*InternalWisdomInternalWebRelationEdgeResponse `json:"incoming,omitempty" url:"incoming,omitempty"`
// 出边
Outgoing []*InternalWisdomInternalWebRelationEdgeResponse `json:"outgoing,omitempty" url:"outgoing,omitempty"`
Wisdom *InternalWisdomInternalWebWisdomResponse `json:"wisdom,omitempty" url:"wisdom,omitempty"`
// contains filtered or unexported fields
}
func (*InternalWisdomInternalWebWisdomWithContextResponse) GetExtraProperties ¶
func (i *InternalWisdomInternalWebWisdomWithContextResponse) GetExtraProperties() map[string]interface{}
func (*InternalWisdomInternalWebWisdomWithContextResponse) GetIncoming ¶
func (i *InternalWisdomInternalWebWisdomWithContextResponse) GetIncoming() []*InternalWisdomInternalWebRelationEdgeResponse
func (*InternalWisdomInternalWebWisdomWithContextResponse) GetOutgoing ¶
func (i *InternalWisdomInternalWebWisdomWithContextResponse) GetOutgoing() []*InternalWisdomInternalWebRelationEdgeResponse
func (*InternalWisdomInternalWebWisdomWithContextResponse) GetWisdom ¶
func (i *InternalWisdomInternalWebWisdomWithContextResponse) GetWisdom() *InternalWisdomInternalWebWisdomResponse
func (*InternalWisdomInternalWebWisdomWithContextResponse) MarshalJSON ¶
func (i *InternalWisdomInternalWebWisdomWithContextResponse) MarshalJSON() ([]byte, error)
func (*InternalWisdomInternalWebWisdomWithContextResponse) SetIncoming ¶
func (i *InternalWisdomInternalWebWisdomWithContextResponse) SetIncoming(incoming []*InternalWisdomInternalWebRelationEdgeResponse)
SetIncoming sets the Incoming field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebWisdomWithContextResponse) SetOutgoing ¶
func (i *InternalWisdomInternalWebWisdomWithContextResponse) SetOutgoing(outgoing []*InternalWisdomInternalWebRelationEdgeResponse)
SetOutgoing sets the Outgoing field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebWisdomWithContextResponse) SetWisdom ¶
func (i *InternalWisdomInternalWebWisdomWithContextResponse) SetWisdom(wisdom *InternalWisdomInternalWebWisdomResponse)
SetWisdom sets the Wisdom field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*InternalWisdomInternalWebWisdomWithContextResponse) String ¶
func (i *InternalWisdomInternalWebWisdomWithContextResponse) String() string
func (*InternalWisdomInternalWebWisdomWithContextResponse) UnmarshalJSON ¶
func (i *InternalWisdomInternalWebWisdomWithContextResponse) UnmarshalJSON(data []byte) error
type NotFoundError ¶
Not Found
func (*NotFoundError) MarshalJSON ¶
func (n *NotFoundError) MarshalJSON() ([]byte, error)
func (*NotFoundError) UnmarshalJSON ¶
func (n *NotFoundError) UnmarshalJSON(data []byte) error
func (*NotFoundError) Unwrap ¶
func (n *NotFoundError) Unwrap() error
type PatchAdminBugReportsIDRequest ¶
type PatchAdminBugReportsIDRequest struct {
// Bug report ID
ID int `json:"-" url:"-"`
Body *PatchAdminBugReportsIDRequestBody `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*PatchAdminBugReportsIDRequest) MarshalJSON ¶
func (p *PatchAdminBugReportsIDRequest) MarshalJSON() ([]byte, error)
func (*PatchAdminBugReportsIDRequest) SetID ¶
func (p *PatchAdminBugReportsIDRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*PatchAdminBugReportsIDRequest) UnmarshalJSON ¶
func (p *PatchAdminBugReportsIDRequest) UnmarshalJSON(data []byte) error
type PatchAdminBugReportsIDRequestBody ¶
type PatchAdminBugReportsIDRequestBody struct {
StringUnknownMap map[string]any
// Update payload
InternalBugreportsInternalWebUpdateBugReportRequest *InternalBugreportsInternalWebUpdateBugReportRequest
// contains filtered or unexported fields
}
func (*PatchAdminBugReportsIDRequestBody) Accept ¶
func (p *PatchAdminBugReportsIDRequestBody) Accept(visitor PatchAdminBugReportsIDRequestBodyVisitor) error
func (*PatchAdminBugReportsIDRequestBody) GetInternalBugreportsInternalWebUpdateBugReportRequest ¶
func (p *PatchAdminBugReportsIDRequestBody) GetInternalBugreportsInternalWebUpdateBugReportRequest() *InternalBugreportsInternalWebUpdateBugReportRequest
func (*PatchAdminBugReportsIDRequestBody) GetStringUnknownMap ¶
func (p *PatchAdminBugReportsIDRequestBody) GetStringUnknownMap() map[string]any
func (PatchAdminBugReportsIDRequestBody) MarshalJSON ¶
func (p PatchAdminBugReportsIDRequestBody) MarshalJSON() ([]byte, error)
func (*PatchAdminBugReportsIDRequestBody) UnmarshalJSON ¶
func (p *PatchAdminBugReportsIDRequestBody) UnmarshalJSON(data []byte) error
type PatchAdminBugReportsIDRequestBodyVisitor ¶
type PatchAdminBugReportsIDRequestBodyVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalBugreportsInternalWebUpdateBugReportRequest(*InternalBugreportsInternalWebUpdateBugReportRequest) error
}
type PatchAdminFilesIDRequest ¶
type PatchAdminFilesIDRequest struct {
// File ID
ID int `json:"-" url:"-"`
Body *PatchAdminFilesIDRequestBody `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*PatchAdminFilesIDRequest) MarshalJSON ¶
func (p *PatchAdminFilesIDRequest) MarshalJSON() ([]byte, error)
func (*PatchAdminFilesIDRequest) SetID ¶
func (p *PatchAdminFilesIDRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*PatchAdminFilesIDRequest) UnmarshalJSON ¶
func (p *PatchAdminFilesIDRequest) UnmarshalJSON(data []byte) error
type PatchAdminFilesIDRequestBody ¶
type PatchAdminFilesIDRequestBody struct {
StringUnknownMap map[string]any
// Update request
InternalFilesInternalWebUpdateFileRequest *InternalFilesInternalWebUpdateFileRequest
// contains filtered or unexported fields
}
func (*PatchAdminFilesIDRequestBody) Accept ¶
func (p *PatchAdminFilesIDRequestBody) Accept(visitor PatchAdminFilesIDRequestBodyVisitor) error
func (*PatchAdminFilesIDRequestBody) GetInternalFilesInternalWebUpdateFileRequest ¶
func (p *PatchAdminFilesIDRequestBody) GetInternalFilesInternalWebUpdateFileRequest() *InternalFilesInternalWebUpdateFileRequest
func (*PatchAdminFilesIDRequestBody) GetStringUnknownMap ¶
func (p *PatchAdminFilesIDRequestBody) GetStringUnknownMap() map[string]any
func (PatchAdminFilesIDRequestBody) MarshalJSON ¶
func (p PatchAdminFilesIDRequestBody) MarshalJSON() ([]byte, error)
func (*PatchAdminFilesIDRequestBody) UnmarshalJSON ¶
func (p *PatchAdminFilesIDRequestBody) UnmarshalJSON(data []byte) error
type PatchAdminFilesIDRequestBodyVisitor ¶
type PatchAdminFilesIDRequestBodyVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalFilesInternalWebUpdateFileRequest(*InternalFilesInternalWebUpdateFileRequest) error
}
type PatchGatewaySessionsIDRequest ¶
type PatchGatewaySessionsIDRequest struct {
// Session ID
ID int `json:"-" url:"-"`
Body *PatchGatewaySessionsIDRequestBody `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*PatchGatewaySessionsIDRequest) MarshalJSON ¶
func (p *PatchGatewaySessionsIDRequest) MarshalJSON() ([]byte, error)
func (*PatchGatewaySessionsIDRequest) SetID ¶
func (p *PatchGatewaySessionsIDRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*PatchGatewaySessionsIDRequest) UnmarshalJSON ¶
func (p *PatchGatewaySessionsIDRequest) UnmarshalJSON(data []byte) error
type PatchGatewaySessionsIDRequestBody ¶
type PatchGatewaySessionsIDRequestBody struct {
StringUnknownMap map[string]any
// Updated title
InternalAigatewayInternalWebUpdateSessionRequest *InternalAigatewayInternalWebUpdateSessionRequest
// contains filtered or unexported fields
}
func (*PatchGatewaySessionsIDRequestBody) Accept ¶
func (p *PatchGatewaySessionsIDRequestBody) Accept(visitor PatchGatewaySessionsIDRequestBodyVisitor) error
func (*PatchGatewaySessionsIDRequestBody) GetInternalAigatewayInternalWebUpdateSessionRequest ¶
func (p *PatchGatewaySessionsIDRequestBody) GetInternalAigatewayInternalWebUpdateSessionRequest() *InternalAigatewayInternalWebUpdateSessionRequest
func (*PatchGatewaySessionsIDRequestBody) GetStringUnknownMap ¶
func (p *PatchGatewaySessionsIDRequestBody) GetStringUnknownMap() map[string]any
func (PatchGatewaySessionsIDRequestBody) MarshalJSON ¶
func (p PatchGatewaySessionsIDRequestBody) MarshalJSON() ([]byte, error)
func (*PatchGatewaySessionsIDRequestBody) UnmarshalJSON ¶
func (p *PatchGatewaySessionsIDRequestBody) UnmarshalJSON(data []byte) error
type PatchGatewaySessionsIDRequestBodyVisitor ¶
type PatchGatewaySessionsIDRequestBodyVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalAigatewayInternalWebUpdateSessionRequest(*InternalAigatewayInternalWebUpdateSessionRequest) error
}
type PatchUserMeRequest ¶
type PatchUserMeRequest struct {
StringUnknownMap map[string]any
// Fields to update
InternalAccountsInternalWebUpdateMeReq *InternalAccountsInternalWebUpdateMeReq
// contains filtered or unexported fields
}
func (*PatchUserMeRequest) Accept ¶
func (p *PatchUserMeRequest) Accept(visitor PatchUserMeRequestVisitor) error
func (*PatchUserMeRequest) GetInternalAccountsInternalWebUpdateMeReq ¶
func (p *PatchUserMeRequest) GetInternalAccountsInternalWebUpdateMeReq() *InternalAccountsInternalWebUpdateMeReq
func (*PatchUserMeRequest) GetStringUnknownMap ¶
func (p *PatchUserMeRequest) GetStringUnknownMap() map[string]any
func (PatchUserMeRequest) MarshalJSON ¶
func (p PatchUserMeRequest) MarshalJSON() ([]byte, error)
func (*PatchUserMeRequest) UnmarshalJSON ¶
func (p *PatchUserMeRequest) UnmarshalJSON(data []byte) error
type PatchUserMeRequestVisitor ¶
type PatchUserMeRequestVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalAccountsInternalWebUpdateMeReq(*InternalAccountsInternalWebUpdateMeReq) error
}
type PatchWisdomCommunityIDRequest ¶
type PatchWisdomCommunityIDRequest struct {
// Community ID
ID int `json:"-" url:"-"`
Body *PatchWisdomCommunityIDRequestBody `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*PatchWisdomCommunityIDRequest) MarshalJSON ¶
func (p *PatchWisdomCommunityIDRequest) MarshalJSON() ([]byte, error)
func (*PatchWisdomCommunityIDRequest) SetID ¶
func (p *PatchWisdomCommunityIDRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*PatchWisdomCommunityIDRequest) UnmarshalJSON ¶
func (p *PatchWisdomCommunityIDRequest) UnmarshalJSON(data []byte) error
type PatchWisdomCommunityIDRequestBody ¶
type PatchWisdomCommunityIDRequestBody struct {
StringUnknownMap map[string]any
// Update community request
InternalWisdomInternalWebUpdateCommunityRequest *InternalWisdomInternalWebUpdateCommunityRequest
// contains filtered or unexported fields
}
func (*PatchWisdomCommunityIDRequestBody) Accept ¶
func (p *PatchWisdomCommunityIDRequestBody) Accept(visitor PatchWisdomCommunityIDRequestBodyVisitor) error
func (*PatchWisdomCommunityIDRequestBody) GetInternalWisdomInternalWebUpdateCommunityRequest ¶
func (p *PatchWisdomCommunityIDRequestBody) GetInternalWisdomInternalWebUpdateCommunityRequest() *InternalWisdomInternalWebUpdateCommunityRequest
func (*PatchWisdomCommunityIDRequestBody) GetStringUnknownMap ¶
func (p *PatchWisdomCommunityIDRequestBody) GetStringUnknownMap() map[string]any
func (PatchWisdomCommunityIDRequestBody) MarshalJSON ¶
func (p PatchWisdomCommunityIDRequestBody) MarshalJSON() ([]byte, error)
func (*PatchWisdomCommunityIDRequestBody) UnmarshalJSON ¶
func (p *PatchWisdomCommunityIDRequestBody) UnmarshalJSON(data []byte) error
type PatchWisdomCommunityIDRequestBodyVisitor ¶
type PatchWisdomCommunityIDRequestBodyVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalWisdomInternalWebUpdateCommunityRequest(*InternalWisdomInternalWebUpdateCommunityRequest) error
}
type PatchWisdomIDRequest ¶
type PatchWisdomIDRequest struct {
// Content ID
ID int `json:"-" url:"-"`
Body *PatchWisdomIDRequestBody `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*PatchWisdomIDRequest) MarshalJSON ¶
func (p *PatchWisdomIDRequest) MarshalJSON() ([]byte, error)
func (*PatchWisdomIDRequest) SetID ¶
func (p *PatchWisdomIDRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*PatchWisdomIDRequest) UnmarshalJSON ¶
func (p *PatchWisdomIDRequest) UnmarshalJSON(data []byte) error
type PatchWisdomIDRequestBody ¶
type PatchWisdomIDRequestBody struct {
StringUnknownMap map[string]any
// Update content request
InternalWisdomInternalWebUpdateWisdomRequest *InternalWisdomInternalWebUpdateWisdomRequest
// contains filtered or unexported fields
}
func (*PatchWisdomIDRequestBody) Accept ¶
func (p *PatchWisdomIDRequestBody) Accept(visitor PatchWisdomIDRequestBodyVisitor) error
func (*PatchWisdomIDRequestBody) GetInternalWisdomInternalWebUpdateWisdomRequest ¶
func (p *PatchWisdomIDRequestBody) GetInternalWisdomInternalWebUpdateWisdomRequest() *InternalWisdomInternalWebUpdateWisdomRequest
func (*PatchWisdomIDRequestBody) GetStringUnknownMap ¶
func (p *PatchWisdomIDRequestBody) GetStringUnknownMap() map[string]any
func (PatchWisdomIDRequestBody) MarshalJSON ¶
func (p PatchWisdomIDRequestBody) MarshalJSON() ([]byte, error)
func (*PatchWisdomIDRequestBody) UnmarshalJSON ¶
func (p *PatchWisdomIDRequestBody) UnmarshalJSON(data []byte) error
type PatchWisdomIDRequestBodyVisitor ¶
type PatchWisdomIDRequestBodyVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalWisdomInternalWebUpdateWisdomRequest(*InternalWisdomInternalWebUpdateWisdomRequest) error
}
type PaymentRequiredError ¶
type PaymentRequiredError struct {
*core.APIError
Body *GithubComMktAgiAixInternalPkgGinxCodeResp
}
Payment Required
func (*PaymentRequiredError) MarshalJSON ¶
func (p *PaymentRequiredError) MarshalJSON() ([]byte, error)
func (*PaymentRequiredError) UnmarshalJSON ¶
func (p *PaymentRequiredError) UnmarshalJSON(data []byte) error
func (*PaymentRequiredError) Unwrap ¶
func (p *PaymentRequiredError) Unwrap() error
type PostAPIV1AdminNotificationsRequest ¶
type PostAPIV1AdminNotificationsRequest struct {
StringUnknownMap map[string]any
// Notification details
InternalNotificationsInternalWebAdminSendReq *InternalNotificationsInternalWebAdminSendReq
// contains filtered or unexported fields
}
func (*PostAPIV1AdminNotificationsRequest) Accept ¶
func (p *PostAPIV1AdminNotificationsRequest) Accept(visitor PostAPIV1AdminNotificationsRequestVisitor) error
func (*PostAPIV1AdminNotificationsRequest) GetInternalNotificationsInternalWebAdminSendReq ¶
func (p *PostAPIV1AdminNotificationsRequest) GetInternalNotificationsInternalWebAdminSendReq() *InternalNotificationsInternalWebAdminSendReq
func (*PostAPIV1AdminNotificationsRequest) GetStringUnknownMap ¶
func (p *PostAPIV1AdminNotificationsRequest) GetStringUnknownMap() map[string]any
func (PostAPIV1AdminNotificationsRequest) MarshalJSON ¶
func (p PostAPIV1AdminNotificationsRequest) MarshalJSON() ([]byte, error)
func (*PostAPIV1AdminNotificationsRequest) UnmarshalJSON ¶
func (p *PostAPIV1AdminNotificationsRequest) UnmarshalJSON(data []byte) error
type PostAPIV1AdminNotificationsRequestVisitor ¶
type PostAPIV1AdminNotificationsRequestVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalNotificationsInternalWebAdminSendReq(*InternalNotificationsInternalWebAdminSendReq) error
}
type PostAPIV1CommentsRequest ¶
type PostAPIV1CommentsRequest struct {
StringUnknownMap map[string]any
// Comment payload
InternalCommentsInternalWebCreateCommentReq *InternalCommentsInternalWebCreateCommentReq
// contains filtered or unexported fields
}
func (*PostAPIV1CommentsRequest) Accept ¶
func (p *PostAPIV1CommentsRequest) Accept(visitor PostAPIV1CommentsRequestVisitor) error
func (*PostAPIV1CommentsRequest) GetInternalCommentsInternalWebCreateCommentReq ¶
func (p *PostAPIV1CommentsRequest) GetInternalCommentsInternalWebCreateCommentReq() *InternalCommentsInternalWebCreateCommentReq
func (*PostAPIV1CommentsRequest) GetStringUnknownMap ¶
func (p *PostAPIV1CommentsRequest) GetStringUnknownMap() map[string]any
func (PostAPIV1CommentsRequest) MarshalJSON ¶
func (p PostAPIV1CommentsRequest) MarshalJSON() ([]byte, error)
func (*PostAPIV1CommentsRequest) UnmarshalJSON ¶
func (p *PostAPIV1CommentsRequest) UnmarshalJSON(data []byte) error
type PostAPIV1CommentsRequestVisitor ¶
type PostAPIV1CommentsRequestVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalCommentsInternalWebCreateCommentReq(*InternalCommentsInternalWebCreateCommentReq) error
}
type PostAPIV1NotificationsIDReadRequest ¶
type PostAPIV1NotificationsIDReadRequest struct {
// Notification ID
ID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*PostAPIV1NotificationsIDReadRequest) SetID ¶
func (p *PostAPIV1NotificationsIDReadRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type PostAPIV1PaymentOrdersRequest ¶
type PostAPIV1PaymentOrdersRequest struct {
// Device type: mobile, tablet, desktop, or unknown
DeviceType *string `json:"-" url:"-"`
Body *PostAPIV1PaymentOrdersRequestBody `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*PostAPIV1PaymentOrdersRequest) MarshalJSON ¶
func (p *PostAPIV1PaymentOrdersRequest) MarshalJSON() ([]byte, error)
func (*PostAPIV1PaymentOrdersRequest) SetDeviceType ¶
func (p *PostAPIV1PaymentOrdersRequest) SetDeviceType(deviceType *string)
SetDeviceType sets the DeviceType field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*PostAPIV1PaymentOrdersRequest) UnmarshalJSON ¶
func (p *PostAPIV1PaymentOrdersRequest) UnmarshalJSON(data []byte) error
type PostAPIV1PaymentOrdersRequestBody ¶
type PostAPIV1PaymentOrdersRequestBody struct {
StringUnknownMap map[string]any
// Top-up amount and optional product ID
InternalPaymentsInternalWebCreateOrderRequest *InternalPaymentsInternalWebCreateOrderRequest
// contains filtered or unexported fields
}
func (*PostAPIV1PaymentOrdersRequestBody) Accept ¶
func (p *PostAPIV1PaymentOrdersRequestBody) Accept(visitor PostAPIV1PaymentOrdersRequestBodyVisitor) error
func (*PostAPIV1PaymentOrdersRequestBody) GetInternalPaymentsInternalWebCreateOrderRequest ¶
func (p *PostAPIV1PaymentOrdersRequestBody) GetInternalPaymentsInternalWebCreateOrderRequest() *InternalPaymentsInternalWebCreateOrderRequest
func (*PostAPIV1PaymentOrdersRequestBody) GetStringUnknownMap ¶
func (p *PostAPIV1PaymentOrdersRequestBody) GetStringUnknownMap() map[string]any
func (PostAPIV1PaymentOrdersRequestBody) MarshalJSON ¶
func (p PostAPIV1PaymentOrdersRequestBody) MarshalJSON() ([]byte, error)
func (*PostAPIV1PaymentOrdersRequestBody) UnmarshalJSON ¶
func (p *PostAPIV1PaymentOrdersRequestBody) UnmarshalJSON(data []byte) error
type PostAPIV1PaymentOrdersRequestBodyVisitor ¶
type PostAPIV1PaymentOrdersRequestBodyVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalPaymentsInternalWebCreateOrderRequest(*InternalPaymentsInternalWebCreateOrderRequest) error
}
type PostAPIV1PaymentWalletsIDConvertCurrencyRequest ¶
type PostAPIV1PaymentWalletsIDConvertCurrencyRequest struct {
// Source wallet ID
ID int `json:"-" url:"-"`
Body *PostAPIV1PaymentWalletsIDConvertCurrencyRequestBody `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*PostAPIV1PaymentWalletsIDConvertCurrencyRequest) MarshalJSON ¶
func (p *PostAPIV1PaymentWalletsIDConvertCurrencyRequest) MarshalJSON() ([]byte, error)
func (*PostAPIV1PaymentWalletsIDConvertCurrencyRequest) SetID ¶
func (p *PostAPIV1PaymentWalletsIDConvertCurrencyRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*PostAPIV1PaymentWalletsIDConvertCurrencyRequest) UnmarshalJSON ¶
func (p *PostAPIV1PaymentWalletsIDConvertCurrencyRequest) UnmarshalJSON(data []byte) error
type PostAPIV1PaymentWalletsIDConvertCurrencyRequestBody ¶
type PostAPIV1PaymentWalletsIDConvertCurrencyRequestBody struct {
StringUnknownMap map[string]any
// Target currency and idempotency key
InternalPaymentsInternalWebWalletConvertRequest *InternalPaymentsInternalWebWalletConvertRequest
// contains filtered or unexported fields
}
func (*PostAPIV1PaymentWalletsIDConvertCurrencyRequestBody) GetInternalPaymentsInternalWebWalletConvertRequest ¶
func (p *PostAPIV1PaymentWalletsIDConvertCurrencyRequestBody) GetInternalPaymentsInternalWebWalletConvertRequest() *InternalPaymentsInternalWebWalletConvertRequest
func (*PostAPIV1PaymentWalletsIDConvertCurrencyRequestBody) GetStringUnknownMap ¶
func (p *PostAPIV1PaymentWalletsIDConvertCurrencyRequestBody) GetStringUnknownMap() map[string]any
func (PostAPIV1PaymentWalletsIDConvertCurrencyRequestBody) MarshalJSON ¶
func (p PostAPIV1PaymentWalletsIDConvertCurrencyRequestBody) MarshalJSON() ([]byte, error)
func (*PostAPIV1PaymentWalletsIDConvertCurrencyRequestBody) UnmarshalJSON ¶
func (p *PostAPIV1PaymentWalletsIDConvertCurrencyRequestBody) UnmarshalJSON(data []byte) error
type PostAPIV1PaymentWalletsIDConvertCurrencyRequestBodyVisitor ¶
type PostAPIV1PaymentWalletsIDConvertCurrencyRequestBodyVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalPaymentsInternalWebWalletConvertRequest(*InternalPaymentsInternalWebWalletConvertRequest) error
}
type PostAPIV1PaymentWalletsIDTransferRequest ¶
type PostAPIV1PaymentWalletsIDTransferRequest struct {
// Source wallet ID
ID int `json:"-" url:"-"`
Body *PostAPIV1PaymentWalletsIDTransferRequestBody `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*PostAPIV1PaymentWalletsIDTransferRequest) MarshalJSON ¶
func (p *PostAPIV1PaymentWalletsIDTransferRequest) MarshalJSON() ([]byte, error)
func (*PostAPIV1PaymentWalletsIDTransferRequest) SetID ¶
func (p *PostAPIV1PaymentWalletsIDTransferRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*PostAPIV1PaymentWalletsIDTransferRequest) UnmarshalJSON ¶
func (p *PostAPIV1PaymentWalletsIDTransferRequest) UnmarshalJSON(data []byte) error
type PostAPIV1PaymentWalletsIDTransferRequestBody ¶
type PostAPIV1PaymentWalletsIDTransferRequestBody struct {
StringUnknownMap map[string]any
// Transfer details
InternalPaymentsInternalWebWalletTransferRequest *InternalPaymentsInternalWebWalletTransferRequest
// contains filtered or unexported fields
}
func (*PostAPIV1PaymentWalletsIDTransferRequestBody) Accept ¶
func (p *PostAPIV1PaymentWalletsIDTransferRequestBody) Accept(visitor PostAPIV1PaymentWalletsIDTransferRequestBodyVisitor) error
func (*PostAPIV1PaymentWalletsIDTransferRequestBody) GetInternalPaymentsInternalWebWalletTransferRequest ¶
func (p *PostAPIV1PaymentWalletsIDTransferRequestBody) GetInternalPaymentsInternalWebWalletTransferRequest() *InternalPaymentsInternalWebWalletTransferRequest
func (*PostAPIV1PaymentWalletsIDTransferRequestBody) GetStringUnknownMap ¶
func (p *PostAPIV1PaymentWalletsIDTransferRequestBody) GetStringUnknownMap() map[string]any
func (PostAPIV1PaymentWalletsIDTransferRequestBody) MarshalJSON ¶
func (p PostAPIV1PaymentWalletsIDTransferRequestBody) MarshalJSON() ([]byte, error)
func (*PostAPIV1PaymentWalletsIDTransferRequestBody) UnmarshalJSON ¶
func (p *PostAPIV1PaymentWalletsIDTransferRequestBody) UnmarshalJSON(data []byte) error
type PostAPIV1PaymentWalletsIDTransferRequestBodyVisitor ¶
type PostAPIV1PaymentWalletsIDTransferRequestBodyVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalPaymentsInternalWebWalletTransferRequest(*InternalPaymentsInternalWebWalletTransferRequest) error
}
type PostAPIV1PaymentWalletsIDTransferToMainRequest ¶
type PostAPIV1PaymentWalletsIDTransferToMainRequest struct {
// Revenue wallet ID
ID int `json:"-" url:"-"`
Body *PostAPIV1PaymentWalletsIDTransferToMainRequestBody `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*PostAPIV1PaymentWalletsIDTransferToMainRequest) MarshalJSON ¶
func (p *PostAPIV1PaymentWalletsIDTransferToMainRequest) MarshalJSON() ([]byte, error)
func (*PostAPIV1PaymentWalletsIDTransferToMainRequest) SetID ¶
func (p *PostAPIV1PaymentWalletsIDTransferToMainRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*PostAPIV1PaymentWalletsIDTransferToMainRequest) UnmarshalJSON ¶
func (p *PostAPIV1PaymentWalletsIDTransferToMainRequest) UnmarshalJSON(data []byte) error
type PostAPIV1PaymentWalletsIDTransferToMainRequestBody ¶
type PostAPIV1PaymentWalletsIDTransferToMainRequestBody struct {
StringUnknownMap map[string]any
// Transfer details
InternalPaymentsInternalWebTransferToMainRequest *InternalPaymentsInternalWebTransferToMainRequest
// contains filtered or unexported fields
}
func (*PostAPIV1PaymentWalletsIDTransferToMainRequestBody) Accept ¶
func (p *PostAPIV1PaymentWalletsIDTransferToMainRequestBody) Accept(visitor PostAPIV1PaymentWalletsIDTransferToMainRequestBodyVisitor) error
func (*PostAPIV1PaymentWalletsIDTransferToMainRequestBody) GetInternalPaymentsInternalWebTransferToMainRequest ¶
func (p *PostAPIV1PaymentWalletsIDTransferToMainRequestBody) GetInternalPaymentsInternalWebTransferToMainRequest() *InternalPaymentsInternalWebTransferToMainRequest
func (*PostAPIV1PaymentWalletsIDTransferToMainRequestBody) GetStringUnknownMap ¶
func (p *PostAPIV1PaymentWalletsIDTransferToMainRequestBody) GetStringUnknownMap() map[string]any
func (PostAPIV1PaymentWalletsIDTransferToMainRequestBody) MarshalJSON ¶
func (p PostAPIV1PaymentWalletsIDTransferToMainRequestBody) MarshalJSON() ([]byte, error)
func (*PostAPIV1PaymentWalletsIDTransferToMainRequestBody) UnmarshalJSON ¶
func (p *PostAPIV1PaymentWalletsIDTransferToMainRequestBody) UnmarshalJSON(data []byte) error
type PostAPIV1PaymentWalletsIDTransferToMainRequestBodyVisitor ¶
type PostAPIV1PaymentWalletsIDTransferToMainRequestBodyVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalPaymentsInternalWebTransferToMainRequest(*InternalPaymentsInternalWebTransferToMainRequest) error
}
type PostAdminBugReportsIDPublishRequest ¶
type PostAdminBugReportsIDPublishRequest struct {
// Bug report ID (must be in reviewed status)
ID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*PostAdminBugReportsIDPublishRequest) SetID ¶
func (p *PostAdminBugReportsIDPublishRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type PostAdminBulletinsIDArchiveRequest ¶
type PostAdminBulletinsIDArchiveRequest struct {
// Bulletin ID
ID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*PostAdminBulletinsIDArchiveRequest) SetID ¶
func (p *PostAdminBulletinsIDArchiveRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type PostAdminBulletinsIDPublishRequest ¶
type PostAdminBulletinsIDPublishRequest struct {
// Bulletin ID
ID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*PostAdminBulletinsIDPublishRequest) SetID ¶
func (p *PostAdminBulletinsIDPublishRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type PostAdminBulletinsRequest ¶
type PostAdminBulletinsRequest struct {
StringUnknownMap map[string]any
// Bulletin to create
InternalBulletinInternalWebCreateBulletinReq *InternalBulletinInternalWebCreateBulletinReq
// contains filtered or unexported fields
}
func (*PostAdminBulletinsRequest) Accept ¶
func (p *PostAdminBulletinsRequest) Accept(visitor PostAdminBulletinsRequestVisitor) error
func (*PostAdminBulletinsRequest) GetInternalBulletinInternalWebCreateBulletinReq ¶ added in v0.0.5
func (p *PostAdminBulletinsRequest) GetInternalBulletinInternalWebCreateBulletinReq() *InternalBulletinInternalWebCreateBulletinReq
func (*PostAdminBulletinsRequest) GetStringUnknownMap ¶
func (p *PostAdminBulletinsRequest) GetStringUnknownMap() map[string]any
func (PostAdminBulletinsRequest) MarshalJSON ¶
func (p PostAdminBulletinsRequest) MarshalJSON() ([]byte, error)
func (*PostAdminBulletinsRequest) UnmarshalJSON ¶
func (p *PostAdminBulletinsRequest) UnmarshalJSON(data []byte) error
type PostAdminBulletinsRequestVisitor ¶
type PostAdminBulletinsRequestVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalBulletinInternalWebCreateBulletinReq(*InternalBulletinInternalWebCreateBulletinReq) error
}
type PostAdminFilesIngestURLRequest ¶
type PostAdminFilesIngestURLRequest struct {
StringUnknownMap map[string]any
// Ingest request
InternalFilesInternalWebIngestURLRequest *InternalFilesInternalWebIngestURLRequest
// contains filtered or unexported fields
}
func (*PostAdminFilesIngestURLRequest) Accept ¶
func (p *PostAdminFilesIngestURLRequest) Accept(visitor PostAdminFilesIngestURLRequestVisitor) error
func (*PostAdminFilesIngestURLRequest) GetInternalFilesInternalWebIngestURLRequest ¶
func (p *PostAdminFilesIngestURLRequest) GetInternalFilesInternalWebIngestURLRequest() *InternalFilesInternalWebIngestURLRequest
func (*PostAdminFilesIngestURLRequest) GetStringUnknownMap ¶
func (p *PostAdminFilesIngestURLRequest) GetStringUnknownMap() map[string]any
func (PostAdminFilesIngestURLRequest) MarshalJSON ¶
func (p PostAdminFilesIngestURLRequest) MarshalJSON() ([]byte, error)
func (*PostAdminFilesIngestURLRequest) UnmarshalJSON ¶
func (p *PostAdminFilesIngestURLRequest) UnmarshalJSON(data []byte) error
type PostAdminFilesIngestURLRequestVisitor ¶
type PostAdminFilesIngestURLRequestVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalFilesInternalWebIngestURLRequest(*InternalFilesInternalWebIngestURLRequest) error
}
type PostAdminSysConfigKeyReloadRequest ¶
type PostAdminSysConfigKeyReloadRequest struct {
// 配置键
Key string `json:"-" url:"-"`
Body map[string]any `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*PostAdminSysConfigKeyReloadRequest) MarshalJSON ¶
func (p *PostAdminSysConfigKeyReloadRequest) MarshalJSON() ([]byte, error)
func (*PostAdminSysConfigKeyReloadRequest) SetKey ¶
func (p *PostAdminSysConfigKeyReloadRequest) SetKey(key string)
SetKey sets the Key field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*PostAdminSysConfigKeyReloadRequest) UnmarshalJSON ¶
func (p *PostAdminSysConfigKeyReloadRequest) UnmarshalJSON(data []byte) error
type PostAuthEmailSendRequest ¶
type PostAuthEmailSendRequest struct {
StringUnknownMap map[string]any
// Email address, optional captcha_token and captcha_code
InternalAccountsInternalWebEmailSendRequest *InternalAccountsInternalWebEmailSendRequest
// contains filtered or unexported fields
}
func (*PostAuthEmailSendRequest) Accept ¶
func (p *PostAuthEmailSendRequest) Accept(visitor PostAuthEmailSendRequestVisitor) error
func (*PostAuthEmailSendRequest) GetInternalAccountsInternalWebEmailSendRequest ¶
func (p *PostAuthEmailSendRequest) GetInternalAccountsInternalWebEmailSendRequest() *InternalAccountsInternalWebEmailSendRequest
func (*PostAuthEmailSendRequest) GetStringUnknownMap ¶
func (p *PostAuthEmailSendRequest) GetStringUnknownMap() map[string]any
func (PostAuthEmailSendRequest) MarshalJSON ¶
func (p PostAuthEmailSendRequest) MarshalJSON() ([]byte, error)
func (*PostAuthEmailSendRequest) UnmarshalJSON ¶
func (p *PostAuthEmailSendRequest) UnmarshalJSON(data []byte) error
type PostAuthEmailSendRequestVisitor ¶
type PostAuthEmailSendRequestVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalAccountsInternalWebEmailSendRequest(*InternalAccountsInternalWebEmailSendRequest) error
}
type PostAuthEmailVerifyRequest ¶
type PostAuthEmailVerifyRequest struct {
StringUnknownMap map[string]any
// Email and verification code
InternalAccountsInternalWebEmailVerifyRequest *InternalAccountsInternalWebEmailVerifyRequest
// contains filtered or unexported fields
}
func (*PostAuthEmailVerifyRequest) Accept ¶
func (p *PostAuthEmailVerifyRequest) Accept(visitor PostAuthEmailVerifyRequestVisitor) error
func (*PostAuthEmailVerifyRequest) GetInternalAccountsInternalWebEmailVerifyRequest ¶
func (p *PostAuthEmailVerifyRequest) GetInternalAccountsInternalWebEmailVerifyRequest() *InternalAccountsInternalWebEmailVerifyRequest
func (*PostAuthEmailVerifyRequest) GetStringUnknownMap ¶
func (p *PostAuthEmailVerifyRequest) GetStringUnknownMap() map[string]any
func (PostAuthEmailVerifyRequest) MarshalJSON ¶
func (p PostAuthEmailVerifyRequest) MarshalJSON() ([]byte, error)
func (*PostAuthEmailVerifyRequest) UnmarshalJSON ¶
func (p *PostAuthEmailVerifyRequest) UnmarshalJSON(data []byte) error
type PostAuthEmailVerifyRequestVisitor ¶
type PostAuthEmailVerifyRequestVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalAccountsInternalWebEmailVerifyRequest(*InternalAccountsInternalWebEmailVerifyRequest) error
}
type PostAuthGithubRequest ¶
type PostAuthGithubRequest struct {
StringUnknownMap map[string]any
// GitHub authorization code
InternalAccountsInternalWebOauthExchangeReq *InternalAccountsInternalWebOauthExchangeReq
// contains filtered or unexported fields
}
func (*PostAuthGithubRequest) Accept ¶
func (p *PostAuthGithubRequest) Accept(visitor PostAuthGithubRequestVisitor) error
func (*PostAuthGithubRequest) GetInternalAccountsInternalWebOauthExchangeReq ¶
func (p *PostAuthGithubRequest) GetInternalAccountsInternalWebOauthExchangeReq() *InternalAccountsInternalWebOauthExchangeReq
func (*PostAuthGithubRequest) GetStringUnknownMap ¶
func (p *PostAuthGithubRequest) GetStringUnknownMap() map[string]any
func (PostAuthGithubRequest) MarshalJSON ¶
func (p PostAuthGithubRequest) MarshalJSON() ([]byte, error)
func (*PostAuthGithubRequest) UnmarshalJSON ¶
func (p *PostAuthGithubRequest) UnmarshalJSON(data []byte) error
type PostAuthGithubRequestVisitor ¶
type PostAuthGithubRequestVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalAccountsInternalWebOauthExchangeReq(*InternalAccountsInternalWebOauthExchangeReq) error
}
type PostAuthGoogleRequest ¶
type PostAuthGoogleRequest struct {
StringUnknownMap map[string]any
// Google authorization code
InternalAccountsInternalWebOauthExchangeReq *InternalAccountsInternalWebOauthExchangeReq
// contains filtered or unexported fields
}
func (*PostAuthGoogleRequest) Accept ¶
func (p *PostAuthGoogleRequest) Accept(visitor PostAuthGoogleRequestVisitor) error
func (*PostAuthGoogleRequest) GetInternalAccountsInternalWebOauthExchangeReq ¶
func (p *PostAuthGoogleRequest) GetInternalAccountsInternalWebOauthExchangeReq() *InternalAccountsInternalWebOauthExchangeReq
func (*PostAuthGoogleRequest) GetStringUnknownMap ¶
func (p *PostAuthGoogleRequest) GetStringUnknownMap() map[string]any
func (PostAuthGoogleRequest) MarshalJSON ¶
func (p PostAuthGoogleRequest) MarshalJSON() ([]byte, error)
func (*PostAuthGoogleRequest) UnmarshalJSON ¶
func (p *PostAuthGoogleRequest) UnmarshalJSON(data []byte) error
type PostAuthGoogleRequestVisitor ¶
type PostAuthGoogleRequestVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalAccountsInternalWebOauthExchangeReq(*InternalAccountsInternalWebOauthExchangeReq) error
}
type PostAuthSmsSendRequest ¶
type PostAuthSmsSendRequest struct {
StringUnknownMap map[string]any
// Phone number, optional captcha_token and captcha_code
InternalAccountsInternalWebSmsSendRequest *InternalAccountsInternalWebSmsSendRequest
// contains filtered or unexported fields
}
func (*PostAuthSmsSendRequest) Accept ¶
func (p *PostAuthSmsSendRequest) Accept(visitor PostAuthSmsSendRequestVisitor) error
func (*PostAuthSmsSendRequest) GetInternalAccountsInternalWebSmsSendRequest ¶
func (p *PostAuthSmsSendRequest) GetInternalAccountsInternalWebSmsSendRequest() *InternalAccountsInternalWebSmsSendRequest
func (*PostAuthSmsSendRequest) GetStringUnknownMap ¶
func (p *PostAuthSmsSendRequest) GetStringUnknownMap() map[string]any
func (PostAuthSmsSendRequest) MarshalJSON ¶
func (p PostAuthSmsSendRequest) MarshalJSON() ([]byte, error)
func (*PostAuthSmsSendRequest) UnmarshalJSON ¶
func (p *PostAuthSmsSendRequest) UnmarshalJSON(data []byte) error
type PostAuthSmsSendRequestVisitor ¶
type PostAuthSmsSendRequestVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalAccountsInternalWebSmsSendRequest(*InternalAccountsInternalWebSmsSendRequest) error
}
type PostAuthSmsVerifyRequest ¶
type PostAuthSmsVerifyRequest struct {
StringUnknownMap map[string]any
// Phone and verification code
InternalAccountsInternalWebSmsVerifyRequest *InternalAccountsInternalWebSmsVerifyRequest
// contains filtered or unexported fields
}
func (*PostAuthSmsVerifyRequest) Accept ¶
func (p *PostAuthSmsVerifyRequest) Accept(visitor PostAuthSmsVerifyRequestVisitor) error
func (*PostAuthSmsVerifyRequest) GetInternalAccountsInternalWebSmsVerifyRequest ¶
func (p *PostAuthSmsVerifyRequest) GetInternalAccountsInternalWebSmsVerifyRequest() *InternalAccountsInternalWebSmsVerifyRequest
func (*PostAuthSmsVerifyRequest) GetStringUnknownMap ¶
func (p *PostAuthSmsVerifyRequest) GetStringUnknownMap() map[string]any
func (PostAuthSmsVerifyRequest) MarshalJSON ¶
func (p PostAuthSmsVerifyRequest) MarshalJSON() ([]byte, error)
func (*PostAuthSmsVerifyRequest) UnmarshalJSON ¶
func (p *PostAuthSmsVerifyRequest) UnmarshalJSON(data []byte) error
type PostAuthSmsVerifyRequestVisitor ¶
type PostAuthSmsVerifyRequestVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalAccountsInternalWebSmsVerifyRequest(*InternalAccountsInternalWebSmsVerifyRequest) error
}
type PostBugReportsRequest ¶
type PostBugReportsRequest struct {
StringUnknownMap map[string]any
// Bug report payload
InternalBugreportsInternalWebSubmitBugReportRequest *InternalBugreportsInternalWebSubmitBugReportRequest
// contains filtered or unexported fields
}
func (*PostBugReportsRequest) Accept ¶
func (p *PostBugReportsRequest) Accept(visitor PostBugReportsRequestVisitor) error
func (*PostBugReportsRequest) GetInternalBugreportsInternalWebSubmitBugReportRequest ¶
func (p *PostBugReportsRequest) GetInternalBugreportsInternalWebSubmitBugReportRequest() *InternalBugreportsInternalWebSubmitBugReportRequest
func (*PostBugReportsRequest) GetStringUnknownMap ¶
func (p *PostBugReportsRequest) GetStringUnknownMap() map[string]any
func (PostBugReportsRequest) MarshalJSON ¶
func (p PostBugReportsRequest) MarshalJSON() ([]byte, error)
func (*PostBugReportsRequest) UnmarshalJSON ¶
func (p *PostBugReportsRequest) UnmarshalJSON(data []byte) error
type PostBugReportsRequestVisitor ¶
type PostBugReportsRequestVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalBugreportsInternalWebSubmitBugReportRequest(*InternalBugreportsInternalWebSubmitBugReportRequest) error
}
type PostGatewaySessionsRequest ¶
type PostGatewaySessionsRequest struct {
StringUnknownMap map[string]any
// Session details
InternalAigatewayInternalWebCreateSessionRequest *InternalAigatewayInternalWebCreateSessionRequest
// contains filtered or unexported fields
}
func (*PostGatewaySessionsRequest) Accept ¶
func (p *PostGatewaySessionsRequest) Accept(visitor PostGatewaySessionsRequestVisitor) error
func (*PostGatewaySessionsRequest) GetInternalAigatewayInternalWebCreateSessionRequest ¶
func (p *PostGatewaySessionsRequest) GetInternalAigatewayInternalWebCreateSessionRequest() *InternalAigatewayInternalWebCreateSessionRequest
func (*PostGatewaySessionsRequest) GetStringUnknownMap ¶
func (p *PostGatewaySessionsRequest) GetStringUnknownMap() map[string]any
func (PostGatewaySessionsRequest) MarshalJSON ¶
func (p PostGatewaySessionsRequest) MarshalJSON() ([]byte, error)
func (*PostGatewaySessionsRequest) UnmarshalJSON ¶
func (p *PostGatewaySessionsRequest) UnmarshalJSON(data []byte) error
type PostGatewaySessionsRequestVisitor ¶
type PostGatewaySessionsRequestVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalAigatewayInternalWebCreateSessionRequest(*InternalAigatewayInternalWebCreateSessionRequest) error
}
type PostGatewayUserIDModelsIDGrantsRequest ¶ added in v0.0.5
type PostGatewayUserIDModelsIDGrantsRequest struct {
// User ID
UserID int `json:"-" url:"-"`
// Model ID
ID int `json:"-" url:"-"`
Body *PostGatewayUserIDModelsIDGrantsRequestBody `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*PostGatewayUserIDModelsIDGrantsRequest) MarshalJSON ¶ added in v0.0.5
func (p *PostGatewayUserIDModelsIDGrantsRequest) MarshalJSON() ([]byte, error)
func (*PostGatewayUserIDModelsIDGrantsRequest) SetID ¶ added in v0.0.5
func (p *PostGatewayUserIDModelsIDGrantsRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*PostGatewayUserIDModelsIDGrantsRequest) SetUserID ¶ added in v0.0.5
func (p *PostGatewayUserIDModelsIDGrantsRequest) SetUserID(userID int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*PostGatewayUserIDModelsIDGrantsRequest) UnmarshalJSON ¶ added in v0.0.5
func (p *PostGatewayUserIDModelsIDGrantsRequest) UnmarshalJSON(data []byte) error
type PostGatewayUserIDModelsIDGrantsRequestBody ¶ added in v0.0.5
type PostGatewayUserIDModelsIDGrantsRequestBody struct {
StringUnknownMap map[string]any
// Target user ID
InternalAigatewayInternalWebAddModelGrantRequest *InternalAigatewayInternalWebAddModelGrantRequest
// contains filtered or unexported fields
}
func (*PostGatewayUserIDModelsIDGrantsRequestBody) Accept ¶ added in v0.0.5
func (p *PostGatewayUserIDModelsIDGrantsRequestBody) Accept(visitor PostGatewayUserIDModelsIDGrantsRequestBodyVisitor) error
func (*PostGatewayUserIDModelsIDGrantsRequestBody) GetInternalAigatewayInternalWebAddModelGrantRequest ¶ added in v0.0.5
func (p *PostGatewayUserIDModelsIDGrantsRequestBody) GetInternalAigatewayInternalWebAddModelGrantRequest() *InternalAigatewayInternalWebAddModelGrantRequest
func (*PostGatewayUserIDModelsIDGrantsRequestBody) GetStringUnknownMap ¶ added in v0.0.5
func (p *PostGatewayUserIDModelsIDGrantsRequestBody) GetStringUnknownMap() map[string]any
func (PostGatewayUserIDModelsIDGrantsRequestBody) MarshalJSON ¶ added in v0.0.5
func (p PostGatewayUserIDModelsIDGrantsRequestBody) MarshalJSON() ([]byte, error)
func (*PostGatewayUserIDModelsIDGrantsRequestBody) UnmarshalJSON ¶ added in v0.0.5
func (p *PostGatewayUserIDModelsIDGrantsRequestBody) UnmarshalJSON(data []byte) error
type PostGatewayUserIDModelsIDGrantsRequestBodyVisitor ¶ added in v0.0.5
type PostGatewayUserIDModelsIDGrantsRequestBodyVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalAigatewayInternalWebAddModelGrantRequest(*InternalAigatewayInternalWebAddModelGrantRequest) error
}
type PostGatewayUserIDModelsIDListRequest ¶
type PostGatewayUserIDModelsIDListRequest struct {
// User ID
UserID int `json:"-" url:"-"`
// Model ID
ID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*PostGatewayUserIDModelsIDListRequest) SetID ¶
func (p *PostGatewayUserIDModelsIDListRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*PostGatewayUserIDModelsIDListRequest) SetUserID ¶
func (p *PostGatewayUserIDModelsIDListRequest) SetUserID(userID int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type PostGatewayUserIDModelsIDUnlistRequest ¶
type PostGatewayUserIDModelsIDUnlistRequest struct {
// User ID
UserID int `json:"-" url:"-"`
// Model ID
ID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*PostGatewayUserIDModelsIDUnlistRequest) SetID ¶
func (p *PostGatewayUserIDModelsIDUnlistRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*PostGatewayUserIDModelsIDUnlistRequest) SetUserID ¶
func (p *PostGatewayUserIDModelsIDUnlistRequest) SetUserID(userID int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type PostGatewayUserIDModelsRequest ¶
type PostGatewayUserIDModelsRequest struct {
// User ID
UserID int `json:"-" url:"-"`
Body *PostGatewayUserIDModelsRequestBody `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*PostGatewayUserIDModelsRequest) MarshalJSON ¶
func (p *PostGatewayUserIDModelsRequest) MarshalJSON() ([]byte, error)
func (*PostGatewayUserIDModelsRequest) SetUserID ¶
func (p *PostGatewayUserIDModelsRequest) SetUserID(userID int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*PostGatewayUserIDModelsRequest) UnmarshalJSON ¶
func (p *PostGatewayUserIDModelsRequest) UnmarshalJSON(data []byte) error
type PostGatewayUserIDModelsRequestBody ¶
type PostGatewayUserIDModelsRequestBody struct {
StringUnknownMap map[string]any
// Model details
InternalAigatewayInternalWebUserModelRequest *InternalAigatewayInternalWebUserModelRequest
// contains filtered or unexported fields
}
func (*PostGatewayUserIDModelsRequestBody) Accept ¶
func (p *PostGatewayUserIDModelsRequestBody) Accept(visitor PostGatewayUserIDModelsRequestBodyVisitor) error
func (*PostGatewayUserIDModelsRequestBody) GetInternalAigatewayInternalWebUserModelRequest ¶
func (p *PostGatewayUserIDModelsRequestBody) GetInternalAigatewayInternalWebUserModelRequest() *InternalAigatewayInternalWebUserModelRequest
func (*PostGatewayUserIDModelsRequestBody) GetStringUnknownMap ¶
func (p *PostGatewayUserIDModelsRequestBody) GetStringUnknownMap() map[string]any
func (PostGatewayUserIDModelsRequestBody) MarshalJSON ¶
func (p PostGatewayUserIDModelsRequestBody) MarshalJSON() ([]byte, error)
func (*PostGatewayUserIDModelsRequestBody) UnmarshalJSON ¶
func (p *PostGatewayUserIDModelsRequestBody) UnmarshalJSON(data []byte) error
type PostGatewayUserIDModelsRequestBodyVisitor ¶
type PostGatewayUserIDModelsRequestBodyVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalAigatewayInternalWebUserModelRequest(*InternalAigatewayInternalWebUserModelRequest) error
}
type PostGatewayUserIDProvidersIDTestRequest ¶
type PostGatewayUserIDProvidersIDTestRequest struct {
// User ID
UserID int `json:"-" url:"-"`
// Provider ID
ID int `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*PostGatewayUserIDProvidersIDTestRequest) SetID ¶
func (p *PostGatewayUserIDProvidersIDTestRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*PostGatewayUserIDProvidersIDTestRequest) SetUserID ¶
func (p *PostGatewayUserIDProvidersIDTestRequest) SetUserID(userID int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
type PostGatewayUserIDProvidersRequest ¶
type PostGatewayUserIDProvidersRequest struct {
// User ID
UserID int `json:"-" url:"-"`
Body *PostGatewayUserIDProvidersRequestBody `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*PostGatewayUserIDProvidersRequest) MarshalJSON ¶
func (p *PostGatewayUserIDProvidersRequest) MarshalJSON() ([]byte, error)
func (*PostGatewayUserIDProvidersRequest) SetUserID ¶
func (p *PostGatewayUserIDProvidersRequest) SetUserID(userID int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*PostGatewayUserIDProvidersRequest) UnmarshalJSON ¶
func (p *PostGatewayUserIDProvidersRequest) UnmarshalJSON(data []byte) error
type PostGatewayUserIDProvidersRequestBody ¶
type PostGatewayUserIDProvidersRequestBody struct {
StringUnknownMap map[string]any
// Provider details
InternalAigatewayInternalWebUserProviderRequest *InternalAigatewayInternalWebUserProviderRequest
// contains filtered or unexported fields
}
func (*PostGatewayUserIDProvidersRequestBody) Accept ¶
func (p *PostGatewayUserIDProvidersRequestBody) Accept(visitor PostGatewayUserIDProvidersRequestBodyVisitor) error
func (*PostGatewayUserIDProvidersRequestBody) GetInternalAigatewayInternalWebUserProviderRequest ¶
func (p *PostGatewayUserIDProvidersRequestBody) GetInternalAigatewayInternalWebUserProviderRequest() *InternalAigatewayInternalWebUserProviderRequest
func (*PostGatewayUserIDProvidersRequestBody) GetStringUnknownMap ¶
func (p *PostGatewayUserIDProvidersRequestBody) GetStringUnknownMap() map[string]any
func (PostGatewayUserIDProvidersRequestBody) MarshalJSON ¶
func (p PostGatewayUserIDProvidersRequestBody) MarshalJSON() ([]byte, error)
func (*PostGatewayUserIDProvidersRequestBody) UnmarshalJSON ¶
func (p *PostGatewayUserIDProvidersRequestBody) UnmarshalJSON(data []byte) error
type PostGatewayUserIDProvidersRequestBodyVisitor ¶
type PostGatewayUserIDProvidersRequestBodyVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalAigatewayInternalWebUserProviderRequest(*InternalAigatewayInternalWebUserProviderRequest) error
}
type PostGatewayUserIDProvidersTestRequest ¶
type PostGatewayUserIDProvidersTestRequest struct {
// User ID
UserID int `json:"-" url:"-"`
Body *PostGatewayUserIDProvidersTestRequestBody `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*PostGatewayUserIDProvidersTestRequest) MarshalJSON ¶
func (p *PostGatewayUserIDProvidersTestRequest) MarshalJSON() ([]byte, error)
func (*PostGatewayUserIDProvidersTestRequest) SetUserID ¶
func (p *PostGatewayUserIDProvidersTestRequest) SetUserID(userID int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*PostGatewayUserIDProvidersTestRequest) UnmarshalJSON ¶
func (p *PostGatewayUserIDProvidersTestRequest) UnmarshalJSON(data []byte) error
type PostGatewayUserIDProvidersTestRequestBody ¶
type PostGatewayUserIDProvidersTestRequestBody struct {
StringUnknownMap map[string]any
// Provider connection params
InternalAigatewayInternalWebTestProviderRequest *InternalAigatewayInternalWebTestProviderRequest
// contains filtered or unexported fields
}
func (*PostGatewayUserIDProvidersTestRequestBody) Accept ¶
func (p *PostGatewayUserIDProvidersTestRequestBody) Accept(visitor PostGatewayUserIDProvidersTestRequestBodyVisitor) error
func (*PostGatewayUserIDProvidersTestRequestBody) GetInternalAigatewayInternalWebTestProviderRequest ¶
func (p *PostGatewayUserIDProvidersTestRequestBody) GetInternalAigatewayInternalWebTestProviderRequest() *InternalAigatewayInternalWebTestProviderRequest
func (*PostGatewayUserIDProvidersTestRequestBody) GetStringUnknownMap ¶
func (p *PostGatewayUserIDProvidersTestRequestBody) GetStringUnknownMap() map[string]any
func (PostGatewayUserIDProvidersTestRequestBody) MarshalJSON ¶
func (p PostGatewayUserIDProvidersTestRequestBody) MarshalJSON() ([]byte, error)
func (*PostGatewayUserIDProvidersTestRequestBody) UnmarshalJSON ¶
func (p *PostGatewayUserIDProvidersTestRequestBody) UnmarshalJSON(data []byte) error
type PostGatewayUserIDProvidersTestRequestBodyVisitor ¶
type PostGatewayUserIDProvidersTestRequestBodyVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalAigatewayInternalWebTestProviderRequest(*InternalAigatewayInternalWebTestProviderRequest) error
}
type PostGatewayUserIDRoutesIDGrantsRequest ¶ added in v0.0.5
type PostGatewayUserIDRoutesIDGrantsRequest struct {
// User ID
UserID int `json:"-" url:"-"`
// Route ID
ID int `json:"-" url:"-"`
Body *PostGatewayUserIDRoutesIDGrantsRequestBody `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*PostGatewayUserIDRoutesIDGrantsRequest) MarshalJSON ¶ added in v0.0.5
func (p *PostGatewayUserIDRoutesIDGrantsRequest) MarshalJSON() ([]byte, error)
func (*PostGatewayUserIDRoutesIDGrantsRequest) SetID ¶ added in v0.0.5
func (p *PostGatewayUserIDRoutesIDGrantsRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*PostGatewayUserIDRoutesIDGrantsRequest) SetUserID ¶ added in v0.0.5
func (p *PostGatewayUserIDRoutesIDGrantsRequest) SetUserID(userID int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*PostGatewayUserIDRoutesIDGrantsRequest) UnmarshalJSON ¶ added in v0.0.5
func (p *PostGatewayUserIDRoutesIDGrantsRequest) UnmarshalJSON(data []byte) error
type PostGatewayUserIDRoutesIDGrantsRequestBody ¶ added in v0.0.5
type PostGatewayUserIDRoutesIDGrantsRequestBody struct {
StringUnknownMap map[string]any
// Target user ID
InternalAigatewayInternalWebAddRouteGrantRequest *InternalAigatewayInternalWebAddRouteGrantRequest
// contains filtered or unexported fields
}
func (*PostGatewayUserIDRoutesIDGrantsRequestBody) Accept ¶ added in v0.0.5
func (p *PostGatewayUserIDRoutesIDGrantsRequestBody) Accept(visitor PostGatewayUserIDRoutesIDGrantsRequestBodyVisitor) error
func (*PostGatewayUserIDRoutesIDGrantsRequestBody) GetInternalAigatewayInternalWebAddRouteGrantRequest ¶ added in v0.0.5
func (p *PostGatewayUserIDRoutesIDGrantsRequestBody) GetInternalAigatewayInternalWebAddRouteGrantRequest() *InternalAigatewayInternalWebAddRouteGrantRequest
func (*PostGatewayUserIDRoutesIDGrantsRequestBody) GetStringUnknownMap ¶ added in v0.0.5
func (p *PostGatewayUserIDRoutesIDGrantsRequestBody) GetStringUnknownMap() map[string]any
func (PostGatewayUserIDRoutesIDGrantsRequestBody) MarshalJSON ¶ added in v0.0.5
func (p PostGatewayUserIDRoutesIDGrantsRequestBody) MarshalJSON() ([]byte, error)
func (*PostGatewayUserIDRoutesIDGrantsRequestBody) UnmarshalJSON ¶ added in v0.0.5
func (p *PostGatewayUserIDRoutesIDGrantsRequestBody) UnmarshalJSON(data []byte) error
type PostGatewayUserIDRoutesIDGrantsRequestBodyVisitor ¶ added in v0.0.5
type PostGatewayUserIDRoutesIDGrantsRequestBodyVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalAigatewayInternalWebAddRouteGrantRequest(*InternalAigatewayInternalWebAddRouteGrantRequest) error
}
type PostGatewayUserIDRoutesRequest ¶
type PostGatewayUserIDRoutesRequest struct {
// User ID
UserID int `json:"-" url:"-"`
Body *PostGatewayUserIDRoutesRequestBody `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*PostGatewayUserIDRoutesRequest) MarshalJSON ¶
func (p *PostGatewayUserIDRoutesRequest) MarshalJSON() ([]byte, error)
func (*PostGatewayUserIDRoutesRequest) SetUserID ¶
func (p *PostGatewayUserIDRoutesRequest) SetUserID(userID int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*PostGatewayUserIDRoutesRequest) UnmarshalJSON ¶
func (p *PostGatewayUserIDRoutesRequest) UnmarshalJSON(data []byte) error
type PostGatewayUserIDRoutesRequestBody ¶
type PostGatewayUserIDRoutesRequestBody struct {
StringUnknownMap map[string]any
// Route details
InternalAigatewayInternalWebUserRouteRequest *InternalAigatewayInternalWebUserRouteRequest
// contains filtered or unexported fields
}
func (*PostGatewayUserIDRoutesRequestBody) Accept ¶
func (p *PostGatewayUserIDRoutesRequestBody) Accept(visitor PostGatewayUserIDRoutesRequestBodyVisitor) error
func (*PostGatewayUserIDRoutesRequestBody) GetInternalAigatewayInternalWebUserRouteRequest ¶
func (p *PostGatewayUserIDRoutesRequestBody) GetInternalAigatewayInternalWebUserRouteRequest() *InternalAigatewayInternalWebUserRouteRequest
func (*PostGatewayUserIDRoutesRequestBody) GetStringUnknownMap ¶
func (p *PostGatewayUserIDRoutesRequestBody) GetStringUnknownMap() map[string]any
func (PostGatewayUserIDRoutesRequestBody) MarshalJSON ¶
func (p PostGatewayUserIDRoutesRequestBody) MarshalJSON() ([]byte, error)
func (*PostGatewayUserIDRoutesRequestBody) UnmarshalJSON ¶
func (p *PostGatewayUserIDRoutesRequestBody) UnmarshalJSON(data []byte) error
type PostGatewayUserIDRoutesRequestBodyVisitor ¶
type PostGatewayUserIDRoutesRequestBodyVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalAigatewayInternalWebUserRouteRequest(*InternalAigatewayInternalWebUserRouteRequest) error
}
type PostGatewayUserIDTestModelRequest ¶
type PostGatewayUserIDTestModelRequest struct {
// User ID or username
UserID int `json:"-" url:"-"`
Body *PostGatewayUserIDTestModelRequestBody `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*PostGatewayUserIDTestModelRequest) MarshalJSON ¶
func (p *PostGatewayUserIDTestModelRequest) MarshalJSON() ([]byte, error)
func (*PostGatewayUserIDTestModelRequest) SetUserID ¶
func (p *PostGatewayUserIDTestModelRequest) SetUserID(userID int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*PostGatewayUserIDTestModelRequest) UnmarshalJSON ¶
func (p *PostGatewayUserIDTestModelRequest) UnmarshalJSON(data []byte) error
type PostGatewayUserIDTestModelRequestBody ¶
type PostGatewayUserIDTestModelRequestBody struct {
StringUnknownMap map[string]any
// Test parameters
InternalAigatewayInternalWebTestModelRequest *InternalAigatewayInternalWebTestModelRequest
// contains filtered or unexported fields
}
func (*PostGatewayUserIDTestModelRequestBody) Accept ¶
func (p *PostGatewayUserIDTestModelRequestBody) Accept(visitor PostGatewayUserIDTestModelRequestBodyVisitor) error
func (*PostGatewayUserIDTestModelRequestBody) GetInternalAigatewayInternalWebTestModelRequest ¶
func (p *PostGatewayUserIDTestModelRequestBody) GetInternalAigatewayInternalWebTestModelRequest() *InternalAigatewayInternalWebTestModelRequest
func (*PostGatewayUserIDTestModelRequestBody) GetStringUnknownMap ¶
func (p *PostGatewayUserIDTestModelRequestBody) GetStringUnknownMap() map[string]any
func (PostGatewayUserIDTestModelRequestBody) MarshalJSON ¶
func (p PostGatewayUserIDTestModelRequestBody) MarshalJSON() ([]byte, error)
func (*PostGatewayUserIDTestModelRequestBody) UnmarshalJSON ¶
func (p *PostGatewayUserIDTestModelRequestBody) UnmarshalJSON(data []byte) error
type PostGatewayUserIDTestModelRequestBodyVisitor ¶
type PostGatewayUserIDTestModelRequestBodyVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalAigatewayInternalWebTestModelRequest(*InternalAigatewayInternalWebTestModelRequest) error
}
type PostIamAPIKeysRequest ¶
type PostIamAPIKeysRequest struct {
StringUnknownMap map[string]any
// Requested scopes
InternalIamInternalWebCreateAPIKeyRequest *InternalIamInternalWebCreateAPIKeyRequest
// contains filtered or unexported fields
}
func (*PostIamAPIKeysRequest) Accept ¶
func (p *PostIamAPIKeysRequest) Accept(visitor PostIamAPIKeysRequestVisitor) error
func (*PostIamAPIKeysRequest) GetInternalIamInternalWebCreateAPIKeyRequest ¶
func (p *PostIamAPIKeysRequest) GetInternalIamInternalWebCreateAPIKeyRequest() *InternalIamInternalWebCreateAPIKeyRequest
func (*PostIamAPIKeysRequest) GetStringUnknownMap ¶
func (p *PostIamAPIKeysRequest) GetStringUnknownMap() map[string]any
func (PostIamAPIKeysRequest) MarshalJSON ¶
func (p PostIamAPIKeysRequest) MarshalJSON() ([]byte, error)
func (*PostIamAPIKeysRequest) UnmarshalJSON ¶
func (p *PostIamAPIKeysRequest) UnmarshalJSON(data []byte) error
type PostIamAPIKeysRequestVisitor ¶
type PostIamAPIKeysRequestVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalIamInternalWebCreateAPIKeyRequest(*InternalIamInternalWebCreateAPIKeyRequest) error
}
type PostIamGrantsRequest ¶ added in v0.0.5
type PostIamGrantsRequest struct {
StringUnknownMap map[string]any
// Resource access grant request
InternalIamInternalWebGrantAccessRequest *InternalIamInternalWebGrantAccessRequest
// contains filtered or unexported fields
}
func (*PostIamGrantsRequest) Accept ¶ added in v0.0.5
func (p *PostIamGrantsRequest) Accept(visitor PostIamGrantsRequestVisitor) error
func (*PostIamGrantsRequest) GetInternalIamInternalWebGrantAccessRequest ¶ added in v0.0.5
func (p *PostIamGrantsRequest) GetInternalIamInternalWebGrantAccessRequest() *InternalIamInternalWebGrantAccessRequest
func (*PostIamGrantsRequest) GetStringUnknownMap ¶ added in v0.0.5
func (p *PostIamGrantsRequest) GetStringUnknownMap() map[string]any
func (PostIamGrantsRequest) MarshalJSON ¶ added in v0.0.5
func (p PostIamGrantsRequest) MarshalJSON() ([]byte, error)
func (*PostIamGrantsRequest) UnmarshalJSON ¶ added in v0.0.5
func (p *PostIamGrantsRequest) UnmarshalJSON(data []byte) error
type PostIamGrantsRequestVisitor ¶ added in v0.0.5
type PostIamGrantsRequestVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalIamInternalWebGrantAccessRequest(*InternalIamInternalWebGrantAccessRequest) error
}
type PostMessagesRequest ¶
type PostMessagesRequest struct {
StringUnknownMap map[string]any
// Anthropic Messages parameters
AnthropicMessageRequest *AnthropicMessageRequest
// contains filtered or unexported fields
}
func (*PostMessagesRequest) Accept ¶
func (p *PostMessagesRequest) Accept(visitor PostMessagesRequestVisitor) error
func (*PostMessagesRequest) GetAnthropicMessageRequest ¶
func (p *PostMessagesRequest) GetAnthropicMessageRequest() *AnthropicMessageRequest
func (*PostMessagesRequest) GetStringUnknownMap ¶
func (p *PostMessagesRequest) GetStringUnknownMap() map[string]any
func (PostMessagesRequest) MarshalJSON ¶
func (p PostMessagesRequest) MarshalJSON() ([]byte, error)
func (*PostMessagesRequest) UnmarshalJSON ¶
func (p *PostMessagesRequest) UnmarshalJSON(data []byte) error
type PostMessagesRequestVisitor ¶
type PostMessagesRequestVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitAnthropicMessageRequest(*AnthropicMessageRequest) error
}
type PostMessagingConversationsConvIDMessagesRequest ¶
type PostMessagingConversationsConvIDMessagesRequest struct {
// Conversation ID
ConvID int `json:"-" url:"-"`
Body *PostMessagingConversationsConvIDMessagesRequestBody `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*PostMessagingConversationsConvIDMessagesRequest) MarshalJSON ¶
func (p *PostMessagingConversationsConvIDMessagesRequest) MarshalJSON() ([]byte, error)
func (*PostMessagingConversationsConvIDMessagesRequest) SetConvID ¶
func (p *PostMessagingConversationsConvIDMessagesRequest) SetConvID(convID int)
SetConvID sets the ConvID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*PostMessagingConversationsConvIDMessagesRequest) UnmarshalJSON ¶
func (p *PostMessagingConversationsConvIDMessagesRequest) UnmarshalJSON(data []byte) error
type PostMessagingConversationsConvIDMessagesRequestBody ¶
type PostMessagingConversationsConvIDMessagesRequestBody struct {
StringUnknownMap map[string]any
// Message content
InternalMessagingInternalWebSendMessageReq *InternalMessagingInternalWebSendMessageReq
// contains filtered or unexported fields
}
func (*PostMessagingConversationsConvIDMessagesRequestBody) GetInternalMessagingInternalWebSendMessageReq ¶
func (p *PostMessagingConversationsConvIDMessagesRequestBody) GetInternalMessagingInternalWebSendMessageReq() *InternalMessagingInternalWebSendMessageReq
func (*PostMessagingConversationsConvIDMessagesRequestBody) GetStringUnknownMap ¶
func (p *PostMessagingConversationsConvIDMessagesRequestBody) GetStringUnknownMap() map[string]any
func (PostMessagingConversationsConvIDMessagesRequestBody) MarshalJSON ¶
func (p PostMessagingConversationsConvIDMessagesRequestBody) MarshalJSON() ([]byte, error)
func (*PostMessagingConversationsConvIDMessagesRequestBody) UnmarshalJSON ¶
func (p *PostMessagingConversationsConvIDMessagesRequestBody) UnmarshalJSON(data []byte) error
type PostMessagingConversationsConvIDMessagesRequestBodyVisitor ¶
type PostMessagingConversationsConvIDMessagesRequestBodyVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalMessagingInternalWebSendMessageReq(*InternalMessagingInternalWebSendMessageReq) error
}
type PostMessagingConversationsConvIDParticipantsRequest ¶
type PostMessagingConversationsConvIDParticipantsRequest struct {
// Conversation ID
ConvID int `json:"-" url:"-"`
Body *PostMessagingConversationsConvIDParticipantsRequestBody `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*PostMessagingConversationsConvIDParticipantsRequest) MarshalJSON ¶
func (p *PostMessagingConversationsConvIDParticipantsRequest) MarshalJSON() ([]byte, error)
func (*PostMessagingConversationsConvIDParticipantsRequest) SetConvID ¶
func (p *PostMessagingConversationsConvIDParticipantsRequest) SetConvID(convID int)
SetConvID sets the ConvID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*PostMessagingConversationsConvIDParticipantsRequest) UnmarshalJSON ¶
func (p *PostMessagingConversationsConvIDParticipantsRequest) UnmarshalJSON(data []byte) error
type PostMessagingConversationsConvIDParticipantsRequestBody ¶
type PostMessagingConversationsConvIDParticipantsRequestBody struct {
StringUnknownMap map[string]any
// Participant details
InternalMessagingInternalWebAddParticipantReq *InternalMessagingInternalWebAddParticipantReq
// contains filtered or unexported fields
}
func (*PostMessagingConversationsConvIDParticipantsRequestBody) GetInternalMessagingInternalWebAddParticipantReq ¶
func (p *PostMessagingConversationsConvIDParticipantsRequestBody) GetInternalMessagingInternalWebAddParticipantReq() *InternalMessagingInternalWebAddParticipantReq
func (*PostMessagingConversationsConvIDParticipantsRequestBody) GetStringUnknownMap ¶
func (p *PostMessagingConversationsConvIDParticipantsRequestBody) GetStringUnknownMap() map[string]any
func (PostMessagingConversationsConvIDParticipantsRequestBody) MarshalJSON ¶
func (p PostMessagingConversationsConvIDParticipantsRequestBody) MarshalJSON() ([]byte, error)
func (*PostMessagingConversationsConvIDParticipantsRequestBody) UnmarshalJSON ¶
func (p *PostMessagingConversationsConvIDParticipantsRequestBody) UnmarshalJSON(data []byte) error
type PostMessagingConversationsConvIDParticipantsRequestBodyVisitor ¶
type PostMessagingConversationsConvIDParticipantsRequestBodyVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalMessagingInternalWebAddParticipantReq(*InternalMessagingInternalWebAddParticipantReq) error
}
type PostMessagingConversationsRequest ¶
type PostMessagingConversationsRequest struct {
StringUnknownMap map[string]any
// Conversation details
InternalMessagingInternalWebCreateConversationReq *InternalMessagingInternalWebCreateConversationReq
// contains filtered or unexported fields
}
func (*PostMessagingConversationsRequest) Accept ¶
func (p *PostMessagingConversationsRequest) Accept(visitor PostMessagingConversationsRequestVisitor) error
func (*PostMessagingConversationsRequest) GetInternalMessagingInternalWebCreateConversationReq ¶
func (p *PostMessagingConversationsRequest) GetInternalMessagingInternalWebCreateConversationReq() *InternalMessagingInternalWebCreateConversationReq
func (*PostMessagingConversationsRequest) GetStringUnknownMap ¶
func (p *PostMessagingConversationsRequest) GetStringUnknownMap() map[string]any
func (PostMessagingConversationsRequest) MarshalJSON ¶
func (p PostMessagingConversationsRequest) MarshalJSON() ([]byte, error)
func (*PostMessagingConversationsRequest) UnmarshalJSON ¶
func (p *PostMessagingConversationsRequest) UnmarshalJSON(data []byte) error
type PostMessagingConversationsRequestVisitor ¶
type PostMessagingConversationsRequestVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalMessagingInternalWebCreateConversationReq(*InternalMessagingInternalWebCreateConversationReq) error
}
type PostMessagingDevicesRequest ¶
type PostMessagingDevicesRequest struct {
StringUnknownMap map[string]any
// Device details
InternalMessagingInternalWebRegisterDeviceReq *InternalMessagingInternalWebRegisterDeviceReq
// contains filtered or unexported fields
}
func (*PostMessagingDevicesRequest) Accept ¶
func (p *PostMessagingDevicesRequest) Accept(visitor PostMessagingDevicesRequestVisitor) error
func (*PostMessagingDevicesRequest) GetInternalMessagingInternalWebRegisterDeviceReq ¶
func (p *PostMessagingDevicesRequest) GetInternalMessagingInternalWebRegisterDeviceReq() *InternalMessagingInternalWebRegisterDeviceReq
func (*PostMessagingDevicesRequest) GetStringUnknownMap ¶
func (p *PostMessagingDevicesRequest) GetStringUnknownMap() map[string]any
func (PostMessagingDevicesRequest) MarshalJSON ¶
func (p PostMessagingDevicesRequest) MarshalJSON() ([]byte, error)
func (*PostMessagingDevicesRequest) UnmarshalJSON ¶
func (p *PostMessagingDevicesRequest) UnmarshalJSON(data []byte) error
type PostMessagingDevicesRequestVisitor ¶
type PostMessagingDevicesRequestVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalMessagingInternalWebRegisterDeviceReq(*InternalMessagingInternalWebRegisterDeviceReq) error
}
type PostMessagingReadRequest ¶
type PostMessagingReadRequest struct {
StringUnknownMap map[string]any
// Read marker
InternalMessagingInternalWebMarkReadReq *InternalMessagingInternalWebMarkReadReq
// contains filtered or unexported fields
}
func (*PostMessagingReadRequest) Accept ¶
func (p *PostMessagingReadRequest) Accept(visitor PostMessagingReadRequestVisitor) error
func (*PostMessagingReadRequest) GetInternalMessagingInternalWebMarkReadReq ¶
func (p *PostMessagingReadRequest) GetInternalMessagingInternalWebMarkReadReq() *InternalMessagingInternalWebMarkReadReq
func (*PostMessagingReadRequest) GetStringUnknownMap ¶
func (p *PostMessagingReadRequest) GetStringUnknownMap() map[string]any
func (PostMessagingReadRequest) MarshalJSON ¶
func (p PostMessagingReadRequest) MarshalJSON() ([]byte, error)
func (*PostMessagingReadRequest) UnmarshalJSON ¶
func (p *PostMessagingReadRequest) UnmarshalJSON(data []byte) error
type PostMessagingReadRequestVisitor ¶
type PostMessagingReadRequestVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalMessagingInternalWebMarkReadReq(*InternalMessagingInternalWebMarkReadReq) error
}
type PostSetupRequest ¶
type PostSetupRequest struct {
StringUnknownMap map[string]any
// Admin credentials
InternalAccountsInternalWebSetupRequest *InternalAccountsInternalWebSetupRequest
// contains filtered or unexported fields
}
func (*PostSetupRequest) Accept ¶
func (p *PostSetupRequest) Accept(visitor PostSetupRequestVisitor) error
func (*PostSetupRequest) GetInternalAccountsInternalWebSetupRequest ¶
func (p *PostSetupRequest) GetInternalAccountsInternalWebSetupRequest() *InternalAccountsInternalWebSetupRequest
func (*PostSetupRequest) GetStringUnknownMap ¶
func (p *PostSetupRequest) GetStringUnknownMap() map[string]any
func (PostSetupRequest) MarshalJSON ¶
func (p PostSetupRequest) MarshalJSON() ([]byte, error)
func (*PostSetupRequest) UnmarshalJSON ¶
func (p *PostSetupRequest) UnmarshalJSON(data []byte) error
type PostSetupRequestVisitor ¶
type PostSetupRequestVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalAccountsInternalWebSetupRequest(*InternalAccountsInternalWebSetupRequest) error
}
type PostUserMeAvatarUploadURLRequest ¶
type PostUserMeAvatarUploadURLRequest struct {
StringUnknownMap map[string]any
// Upload parameters
InternalAccountsInternalWebAvatarUploadURLReq *InternalAccountsInternalWebAvatarUploadURLReq
// contains filtered or unexported fields
}
func (*PostUserMeAvatarUploadURLRequest) Accept ¶
func (p *PostUserMeAvatarUploadURLRequest) Accept(visitor PostUserMeAvatarUploadURLRequestVisitor) error
func (*PostUserMeAvatarUploadURLRequest) GetInternalAccountsInternalWebAvatarUploadURLReq ¶
func (p *PostUserMeAvatarUploadURLRequest) GetInternalAccountsInternalWebAvatarUploadURLReq() *InternalAccountsInternalWebAvatarUploadURLReq
func (*PostUserMeAvatarUploadURLRequest) GetStringUnknownMap ¶
func (p *PostUserMeAvatarUploadURLRequest) GetStringUnknownMap() map[string]any
func (PostUserMeAvatarUploadURLRequest) MarshalJSON ¶
func (p PostUserMeAvatarUploadURLRequest) MarshalJSON() ([]byte, error)
func (*PostUserMeAvatarUploadURLRequest) UnmarshalJSON ¶
func (p *PostUserMeAvatarUploadURLRequest) UnmarshalJSON(data []byte) error
type PostUserMeAvatarUploadURLRequestVisitor ¶
type PostUserMeAvatarUploadURLRequestVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalAccountsInternalWebAvatarUploadURLReq(*InternalAccountsInternalWebAvatarUploadURLReq) error
}
type PostUserMeDeletionConfirmRequest ¶
type PostUserMeDeletionConfirmRequest struct {
StringUnknownMap map[string]any
// Confirmation code
InternalAccountsInternalWebDeletionConfirmReq *InternalAccountsInternalWebDeletionConfirmReq
// contains filtered or unexported fields
}
func (*PostUserMeDeletionConfirmRequest) Accept ¶
func (p *PostUserMeDeletionConfirmRequest) Accept(visitor PostUserMeDeletionConfirmRequestVisitor) error
func (*PostUserMeDeletionConfirmRequest) GetInternalAccountsInternalWebDeletionConfirmReq ¶
func (p *PostUserMeDeletionConfirmRequest) GetInternalAccountsInternalWebDeletionConfirmReq() *InternalAccountsInternalWebDeletionConfirmReq
func (*PostUserMeDeletionConfirmRequest) GetStringUnknownMap ¶
func (p *PostUserMeDeletionConfirmRequest) GetStringUnknownMap() map[string]any
func (PostUserMeDeletionConfirmRequest) MarshalJSON ¶
func (p PostUserMeDeletionConfirmRequest) MarshalJSON() ([]byte, error)
func (*PostUserMeDeletionConfirmRequest) UnmarshalJSON ¶
func (p *PostUserMeDeletionConfirmRequest) UnmarshalJSON(data []byte) error
type PostUserMeDeletionConfirmRequestVisitor ¶
type PostUserMeDeletionConfirmRequestVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalAccountsInternalWebDeletionConfirmReq(*InternalAccountsInternalWebDeletionConfirmReq) error
}
type PostUserSwitchRequest ¶
type PostUserSwitchRequest struct {
StringUnknownMap map[string]any
// Target user
InternalAccountsInternalWebSwitchUserReq *InternalAccountsInternalWebSwitchUserReq
// contains filtered or unexported fields
}
func (*PostUserSwitchRequest) Accept ¶
func (p *PostUserSwitchRequest) Accept(visitor PostUserSwitchRequestVisitor) error
func (*PostUserSwitchRequest) GetInternalAccountsInternalWebSwitchUserReq ¶
func (p *PostUserSwitchRequest) GetInternalAccountsInternalWebSwitchUserReq() *InternalAccountsInternalWebSwitchUserReq
func (*PostUserSwitchRequest) GetStringUnknownMap ¶
func (p *PostUserSwitchRequest) GetStringUnknownMap() map[string]any
func (PostUserSwitchRequest) MarshalJSON ¶
func (p PostUserSwitchRequest) MarshalJSON() ([]byte, error)
func (*PostUserSwitchRequest) UnmarshalJSON ¶
func (p *PostUserSwitchRequest) UnmarshalJSON(data []byte) error
type PostUserSwitchRequestVisitor ¶
type PostUserSwitchRequestVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalAccountsInternalWebSwitchUserReq(*InternalAccountsInternalWebSwitchUserReq) error
}
type PostWisdomCommunityRequest ¶
type PostWisdomCommunityRequest struct {
StringUnknownMap map[string]any
// Create community request
InternalWisdomInternalWebCreateCommunityRequest *InternalWisdomInternalWebCreateCommunityRequest
// contains filtered or unexported fields
}
func (*PostWisdomCommunityRequest) Accept ¶
func (p *PostWisdomCommunityRequest) Accept(visitor PostWisdomCommunityRequestVisitor) error
func (*PostWisdomCommunityRequest) GetInternalWisdomInternalWebCreateCommunityRequest ¶
func (p *PostWisdomCommunityRequest) GetInternalWisdomInternalWebCreateCommunityRequest() *InternalWisdomInternalWebCreateCommunityRequest
func (*PostWisdomCommunityRequest) GetStringUnknownMap ¶
func (p *PostWisdomCommunityRequest) GetStringUnknownMap() map[string]any
func (PostWisdomCommunityRequest) MarshalJSON ¶
func (p PostWisdomCommunityRequest) MarshalJSON() ([]byte, error)
func (*PostWisdomCommunityRequest) UnmarshalJSON ¶
func (p *PostWisdomCommunityRequest) UnmarshalJSON(data []byte) error
type PostWisdomCommunityRequestVisitor ¶
type PostWisdomCommunityRequestVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalWisdomInternalWebCreateCommunityRequest(*InternalWisdomInternalWebCreateCommunityRequest) error
}
type PostWisdomIDRelationsRequest ¶
type PostWisdomIDRelationsRequest struct {
// Source content ID
ID int `json:"-" url:"-"`
Body *PostWisdomIDRelationsRequestBody `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*PostWisdomIDRelationsRequest) MarshalJSON ¶
func (p *PostWisdomIDRelationsRequest) MarshalJSON() ([]byte, error)
func (*PostWisdomIDRelationsRequest) SetID ¶
func (p *PostWisdomIDRelationsRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*PostWisdomIDRelationsRequest) UnmarshalJSON ¶
func (p *PostWisdomIDRelationsRequest) UnmarshalJSON(data []byte) error
type PostWisdomIDRelationsRequestBody ¶
type PostWisdomIDRelationsRequestBody struct {
StringUnknownMap map[string]any
// Add relation request
InternalWisdomInternalWebAddRelationRequest *InternalWisdomInternalWebAddRelationRequest
// contains filtered or unexported fields
}
func (*PostWisdomIDRelationsRequestBody) Accept ¶
func (p *PostWisdomIDRelationsRequestBody) Accept(visitor PostWisdomIDRelationsRequestBodyVisitor) error
func (*PostWisdomIDRelationsRequestBody) GetInternalWisdomInternalWebAddRelationRequest ¶
func (p *PostWisdomIDRelationsRequestBody) GetInternalWisdomInternalWebAddRelationRequest() *InternalWisdomInternalWebAddRelationRequest
func (*PostWisdomIDRelationsRequestBody) GetStringUnknownMap ¶
func (p *PostWisdomIDRelationsRequestBody) GetStringUnknownMap() map[string]any
func (PostWisdomIDRelationsRequestBody) MarshalJSON ¶
func (p PostWisdomIDRelationsRequestBody) MarshalJSON() ([]byte, error)
func (*PostWisdomIDRelationsRequestBody) UnmarshalJSON ¶
func (p *PostWisdomIDRelationsRequestBody) UnmarshalJSON(data []byte) error
type PostWisdomIDRelationsRequestBodyVisitor ¶
type PostWisdomIDRelationsRequestBodyVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalWisdomInternalWebAddRelationRequest(*InternalWisdomInternalWebAddRelationRequest) error
}
type PostWisdomRequest ¶
type PostWisdomRequest struct {
StringUnknownMap map[string]any
// Create content request
InternalWisdomInternalWebCreateWisdomRequest *InternalWisdomInternalWebCreateWisdomRequest
// contains filtered or unexported fields
}
func (*PostWisdomRequest) Accept ¶
func (p *PostWisdomRequest) Accept(visitor PostWisdomRequestVisitor) error
func (*PostWisdomRequest) GetInternalWisdomInternalWebCreateWisdomRequest ¶
func (p *PostWisdomRequest) GetInternalWisdomInternalWebCreateWisdomRequest() *InternalWisdomInternalWebCreateWisdomRequest
func (*PostWisdomRequest) GetStringUnknownMap ¶
func (p *PostWisdomRequest) GetStringUnknownMap() map[string]any
func (PostWisdomRequest) MarshalJSON ¶
func (p PostWisdomRequest) MarshalJSON() ([]byte, error)
func (*PostWisdomRequest) UnmarshalJSON ¶
func (p *PostWisdomRequest) UnmarshalJSON(data []byte) error
type PostWisdomRequestVisitor ¶
type PostWisdomRequestVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalWisdomInternalWebCreateWisdomRequest(*InternalWisdomInternalWebCreateWisdomRequest) error
}
type PutAPIV1CommentsIDRequest ¶
type PutAPIV1CommentsIDRequest struct {
// Comment ID
ID int `json:"-" url:"-"`
Body *PutAPIV1CommentsIDRequestBody `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*PutAPIV1CommentsIDRequest) MarshalJSON ¶
func (p *PutAPIV1CommentsIDRequest) MarshalJSON() ([]byte, error)
func (*PutAPIV1CommentsIDRequest) SetID ¶
func (p *PutAPIV1CommentsIDRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*PutAPIV1CommentsIDRequest) UnmarshalJSON ¶
func (p *PutAPIV1CommentsIDRequest) UnmarshalJSON(data []byte) error
type PutAPIV1CommentsIDRequestBody ¶
type PutAPIV1CommentsIDRequestBody struct {
StringUnknownMap map[string]any
// Updated body
InternalCommentsInternalWebUpdateCommentReq *InternalCommentsInternalWebUpdateCommentReq
// contains filtered or unexported fields
}
func (*PutAPIV1CommentsIDRequestBody) Accept ¶
func (p *PutAPIV1CommentsIDRequestBody) Accept(visitor PutAPIV1CommentsIDRequestBodyVisitor) error
func (*PutAPIV1CommentsIDRequestBody) GetInternalCommentsInternalWebUpdateCommentReq ¶
func (p *PutAPIV1CommentsIDRequestBody) GetInternalCommentsInternalWebUpdateCommentReq() *InternalCommentsInternalWebUpdateCommentReq
func (*PutAPIV1CommentsIDRequestBody) GetStringUnknownMap ¶
func (p *PutAPIV1CommentsIDRequestBody) GetStringUnknownMap() map[string]any
func (PutAPIV1CommentsIDRequestBody) MarshalJSON ¶
func (p PutAPIV1CommentsIDRequestBody) MarshalJSON() ([]byte, error)
func (*PutAPIV1CommentsIDRequestBody) UnmarshalJSON ¶
func (p *PutAPIV1CommentsIDRequestBody) UnmarshalJSON(data []byte) error
type PutAPIV1CommentsIDRequestBodyVisitor ¶
type PutAPIV1CommentsIDRequestBodyVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalCommentsInternalWebUpdateCommentReq(*InternalCommentsInternalWebUpdateCommentReq) error
}
type PutAPIV1NotificationsPreferencesRequest ¶
type PutAPIV1NotificationsPreferencesRequest struct {
StringUnknownMap map[string]any
// Preference settings
InternalNotificationsInternalWebSetPreferenceReq *InternalNotificationsInternalWebSetPreferenceReq
// contains filtered or unexported fields
}
func (*PutAPIV1NotificationsPreferencesRequest) Accept ¶
func (p *PutAPIV1NotificationsPreferencesRequest) Accept(visitor PutAPIV1NotificationsPreferencesRequestVisitor) error
func (*PutAPIV1NotificationsPreferencesRequest) GetInternalNotificationsInternalWebSetPreferenceReq ¶
func (p *PutAPIV1NotificationsPreferencesRequest) GetInternalNotificationsInternalWebSetPreferenceReq() *InternalNotificationsInternalWebSetPreferenceReq
func (*PutAPIV1NotificationsPreferencesRequest) GetStringUnknownMap ¶
func (p *PutAPIV1NotificationsPreferencesRequest) GetStringUnknownMap() map[string]any
func (PutAPIV1NotificationsPreferencesRequest) MarshalJSON ¶
func (p PutAPIV1NotificationsPreferencesRequest) MarshalJSON() ([]byte, error)
func (*PutAPIV1NotificationsPreferencesRequest) UnmarshalJSON ¶
func (p *PutAPIV1NotificationsPreferencesRequest) UnmarshalJSON(data []byte) error
type PutAPIV1NotificationsPreferencesRequestVisitor ¶
type PutAPIV1NotificationsPreferencesRequestVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalNotificationsInternalWebSetPreferenceReq(*InternalNotificationsInternalWebSetPreferenceReq) error
}
type PutAdminBulletinsIDRequest ¶
type PutAdminBulletinsIDRequest struct {
// Bulletin ID
ID int `json:"-" url:"-"`
Body *PutAdminBulletinsIDRequestBody `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*PutAdminBulletinsIDRequest) MarshalJSON ¶
func (p *PutAdminBulletinsIDRequest) MarshalJSON() ([]byte, error)
func (*PutAdminBulletinsIDRequest) SetID ¶
func (p *PutAdminBulletinsIDRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*PutAdminBulletinsIDRequest) UnmarshalJSON ¶
func (p *PutAdminBulletinsIDRequest) UnmarshalJSON(data []byte) error
type PutAdminBulletinsIDRequestBody ¶
type PutAdminBulletinsIDRequestBody struct {
StringUnknownMap map[string]any
// Updated bulletin fields
InternalBulletinInternalWebUpdateBulletinReq *InternalBulletinInternalWebUpdateBulletinReq
// contains filtered or unexported fields
}
func (*PutAdminBulletinsIDRequestBody) Accept ¶
func (p *PutAdminBulletinsIDRequestBody) Accept(visitor PutAdminBulletinsIDRequestBodyVisitor) error
func (*PutAdminBulletinsIDRequestBody) GetInternalBulletinInternalWebUpdateBulletinReq ¶ added in v0.0.5
func (p *PutAdminBulletinsIDRequestBody) GetInternalBulletinInternalWebUpdateBulletinReq() *InternalBulletinInternalWebUpdateBulletinReq
func (*PutAdminBulletinsIDRequestBody) GetStringUnknownMap ¶
func (p *PutAdminBulletinsIDRequestBody) GetStringUnknownMap() map[string]any
func (PutAdminBulletinsIDRequestBody) MarshalJSON ¶
func (p PutAdminBulletinsIDRequestBody) MarshalJSON() ([]byte, error)
func (*PutAdminBulletinsIDRequestBody) UnmarshalJSON ¶
func (p *PutAdminBulletinsIDRequestBody) UnmarshalJSON(data []byte) error
type PutAdminBulletinsIDRequestBodyVisitor ¶
type PutAdminBulletinsIDRequestBodyVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalBulletinInternalWebUpdateBulletinReq(*InternalBulletinInternalWebUpdateBulletinReq) error
}
type PutAdminSysConfigKeyRequest ¶
type PutAdminSysConfigKeyRequest struct {
// 配置键
Key string `json:"-" url:"-"`
Body *PutAdminSysConfigKeyRequestBody `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*PutAdminSysConfigKeyRequest) MarshalJSON ¶
func (p *PutAdminSysConfigKeyRequest) MarshalJSON() ([]byte, error)
func (*PutAdminSysConfigKeyRequest) SetKey ¶
func (p *PutAdminSysConfigKeyRequest) SetKey(key string)
SetKey sets the Key field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*PutAdminSysConfigKeyRequest) UnmarshalJSON ¶
func (p *PutAdminSysConfigKeyRequest) UnmarshalJSON(data []byte) error
type PutAdminSysConfigKeyRequestBody ¶
type PutAdminSysConfigKeyRequestBody struct {
StringUnknownMap map[string]any
// 配置值
InternalSystemInternalWebSetConfigRequest *InternalSystemInternalWebSetConfigRequest
// contains filtered or unexported fields
}
func (*PutAdminSysConfigKeyRequestBody) Accept ¶
func (p *PutAdminSysConfigKeyRequestBody) Accept(visitor PutAdminSysConfigKeyRequestBodyVisitor) error
func (*PutAdminSysConfigKeyRequestBody) GetInternalSystemInternalWebSetConfigRequest ¶
func (p *PutAdminSysConfigKeyRequestBody) GetInternalSystemInternalWebSetConfigRequest() *InternalSystemInternalWebSetConfigRequest
func (*PutAdminSysConfigKeyRequestBody) GetStringUnknownMap ¶
func (p *PutAdminSysConfigKeyRequestBody) GetStringUnknownMap() map[string]any
func (PutAdminSysConfigKeyRequestBody) MarshalJSON ¶
func (p PutAdminSysConfigKeyRequestBody) MarshalJSON() ([]byte, error)
func (*PutAdminSysConfigKeyRequestBody) UnmarshalJSON ¶
func (p *PutAdminSysConfigKeyRequestBody) UnmarshalJSON(data []byte) error
type PutAdminSysConfigKeyRequestBodyVisitor ¶
type PutAdminSysConfigKeyRequestBodyVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalSystemInternalWebSetConfigRequest(*InternalSystemInternalWebSetConfigRequest) error
}
type PutGatewayUserIDModelsIDRequest ¶
type PutGatewayUserIDModelsIDRequest struct {
// User ID
UserID int `json:"-" url:"-"`
// Model ID
ID int `json:"-" url:"-"`
Body *PutGatewayUserIDModelsIDRequestBody `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*PutGatewayUserIDModelsIDRequest) MarshalJSON ¶
func (p *PutGatewayUserIDModelsIDRequest) MarshalJSON() ([]byte, error)
func (*PutGatewayUserIDModelsIDRequest) SetID ¶
func (p *PutGatewayUserIDModelsIDRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*PutGatewayUserIDModelsIDRequest) SetUserID ¶
func (p *PutGatewayUserIDModelsIDRequest) SetUserID(userID int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*PutGatewayUserIDModelsIDRequest) UnmarshalJSON ¶
func (p *PutGatewayUserIDModelsIDRequest) UnmarshalJSON(data []byte) error
type PutGatewayUserIDModelsIDRequestBody ¶
type PutGatewayUserIDModelsIDRequestBody struct {
StringUnknownMap map[string]any
// Model details
InternalAigatewayInternalWebUserModelRequest *InternalAigatewayInternalWebUserModelRequest
// contains filtered or unexported fields
}
func (*PutGatewayUserIDModelsIDRequestBody) Accept ¶
func (p *PutGatewayUserIDModelsIDRequestBody) Accept(visitor PutGatewayUserIDModelsIDRequestBodyVisitor) error
func (*PutGatewayUserIDModelsIDRequestBody) GetInternalAigatewayInternalWebUserModelRequest ¶
func (p *PutGatewayUserIDModelsIDRequestBody) GetInternalAigatewayInternalWebUserModelRequest() *InternalAigatewayInternalWebUserModelRequest
func (*PutGatewayUserIDModelsIDRequestBody) GetStringUnknownMap ¶
func (p *PutGatewayUserIDModelsIDRequestBody) GetStringUnknownMap() map[string]any
func (PutGatewayUserIDModelsIDRequestBody) MarshalJSON ¶
func (p PutGatewayUserIDModelsIDRequestBody) MarshalJSON() ([]byte, error)
func (*PutGatewayUserIDModelsIDRequestBody) UnmarshalJSON ¶
func (p *PutGatewayUserIDModelsIDRequestBody) UnmarshalJSON(data []byte) error
type PutGatewayUserIDModelsIDRequestBodyVisitor ¶
type PutGatewayUserIDModelsIDRequestBodyVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalAigatewayInternalWebUserModelRequest(*InternalAigatewayInternalWebUserModelRequest) error
}
type PutGatewayUserIDProvidersIDRequest ¶
type PutGatewayUserIDProvidersIDRequest struct {
// User ID
UserID int `json:"-" url:"-"`
// Provider ID
ID int `json:"-" url:"-"`
Body *PutGatewayUserIDProvidersIDRequestBody `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*PutGatewayUserIDProvidersIDRequest) MarshalJSON ¶
func (p *PutGatewayUserIDProvidersIDRequest) MarshalJSON() ([]byte, error)
func (*PutGatewayUserIDProvidersIDRequest) SetID ¶
func (p *PutGatewayUserIDProvidersIDRequest) SetID(id int)
SetID sets the ID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*PutGatewayUserIDProvidersIDRequest) SetUserID ¶
func (p *PutGatewayUserIDProvidersIDRequest) SetUserID(userID int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*PutGatewayUserIDProvidersIDRequest) UnmarshalJSON ¶
func (p *PutGatewayUserIDProvidersIDRequest) UnmarshalJSON(data []byte) error
type PutGatewayUserIDProvidersIDRequestBody ¶
type PutGatewayUserIDProvidersIDRequestBody struct {
StringUnknownMap map[string]any
// Provider details
InternalAigatewayInternalWebUpdateUserProviderRequest *InternalAigatewayInternalWebUpdateUserProviderRequest
// contains filtered or unexported fields
}
func (*PutGatewayUserIDProvidersIDRequestBody) Accept ¶
func (p *PutGatewayUserIDProvidersIDRequestBody) Accept(visitor PutGatewayUserIDProvidersIDRequestBodyVisitor) error
func (*PutGatewayUserIDProvidersIDRequestBody) GetInternalAigatewayInternalWebUpdateUserProviderRequest ¶
func (p *PutGatewayUserIDProvidersIDRequestBody) GetInternalAigatewayInternalWebUpdateUserProviderRequest() *InternalAigatewayInternalWebUpdateUserProviderRequest
func (*PutGatewayUserIDProvidersIDRequestBody) GetStringUnknownMap ¶
func (p *PutGatewayUserIDProvidersIDRequestBody) GetStringUnknownMap() map[string]any
func (PutGatewayUserIDProvidersIDRequestBody) MarshalJSON ¶
func (p PutGatewayUserIDProvidersIDRequestBody) MarshalJSON() ([]byte, error)
func (*PutGatewayUserIDProvidersIDRequestBody) UnmarshalJSON ¶
func (p *PutGatewayUserIDProvidersIDRequestBody) UnmarshalJSON(data []byte) error
type PutGatewayUserIDProvidersIDRequestBodyVisitor ¶
type PutGatewayUserIDProvidersIDRequestBodyVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalAigatewayInternalWebUpdateUserProviderRequest(*InternalAigatewayInternalWebUpdateUserProviderRequest) error
}
type PutSecretsUserIDKeyRequest ¶
type PutSecretsUserIDKeyRequest struct {
// User ID
UserID int `json:"-" url:"-"`
// Secret key
Key string `json:"-" url:"-"`
Body *PutSecretsUserIDKeyRequestBody `json:"-" url:"-"`
// contains filtered or unexported fields
}
func (*PutSecretsUserIDKeyRequest) MarshalJSON ¶
func (p *PutSecretsUserIDKeyRequest) MarshalJSON() ([]byte, error)
func (*PutSecretsUserIDKeyRequest) SetKey ¶
func (p *PutSecretsUserIDKeyRequest) SetKey(key string)
SetKey sets the Key field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*PutSecretsUserIDKeyRequest) SetUserID ¶
func (p *PutSecretsUserIDKeyRequest) SetUserID(userID int)
SetUserID sets the UserID field and marks it as non-optional; this prevents an empty or null value for this field from being omitted during serialization.
func (*PutSecretsUserIDKeyRequest) UnmarshalJSON ¶
func (p *PutSecretsUserIDKeyRequest) UnmarshalJSON(data []byte) error
type PutSecretsUserIDKeyRequestBody ¶
type PutSecretsUserIDKeyRequestBody struct {
StringUnknownMap map[string]any
// Secret value and description
InternalAccountsInternalWebUpsertSecretReq *InternalAccountsInternalWebUpsertSecretReq
// contains filtered or unexported fields
}
func (*PutSecretsUserIDKeyRequestBody) Accept ¶
func (p *PutSecretsUserIDKeyRequestBody) Accept(visitor PutSecretsUserIDKeyRequestBodyVisitor) error
func (*PutSecretsUserIDKeyRequestBody) GetInternalAccountsInternalWebUpsertSecretReq ¶
func (p *PutSecretsUserIDKeyRequestBody) GetInternalAccountsInternalWebUpsertSecretReq() *InternalAccountsInternalWebUpsertSecretReq
func (*PutSecretsUserIDKeyRequestBody) GetStringUnknownMap ¶
func (p *PutSecretsUserIDKeyRequestBody) GetStringUnknownMap() map[string]any
func (PutSecretsUserIDKeyRequestBody) MarshalJSON ¶
func (p PutSecretsUserIDKeyRequestBody) MarshalJSON() ([]byte, error)
func (*PutSecretsUserIDKeyRequestBody) UnmarshalJSON ¶
func (p *PutSecretsUserIDKeyRequestBody) UnmarshalJSON(data []byte) error
type PutSecretsUserIDKeyRequestBodyVisitor ¶
type PutSecretsUserIDKeyRequestBodyVisitor interface {
VisitStringUnknownMap(map[string]any) error
VisitInternalAccountsInternalWebUpsertSecretReq(*InternalAccountsInternalWebUpsertSecretReq) error
}
type TooManyRequestsError ¶
type TooManyRequestsError struct {
*core.APIError
Body *GithubComMktAgiAixInternalPkgGinxCodeResp
}
Too Many Requests
func (*TooManyRequestsError) MarshalJSON ¶
func (t *TooManyRequestsError) MarshalJSON() ([]byte, error)
func (*TooManyRequestsError) UnmarshalJSON ¶
func (t *TooManyRequestsError) UnmarshalJSON(data []byte) error
func (*TooManyRequestsError) Unwrap ¶
func (t *TooManyRequestsError) Unwrap() error
type UnauthorizedError ¶
type UnauthorizedError struct {
}
Unauthorized
func (*UnauthorizedError) MarshalJSON ¶
func (u *UnauthorizedError) MarshalJSON() ([]byte, error)
func (*UnauthorizedError) UnmarshalJSON ¶
func (u *UnauthorizedError) UnmarshalJSON(data []byte) error
func (*UnauthorizedError) Unwrap ¶
func (u *UnauthorizedError) Unwrap() error
type UnprocessableEntityError ¶
type UnprocessableEntityError struct {
*core.APIError
Body *GithubComMktAgiAixInternalPkgGinxCodeResp
}
Unprocessable Entity
func (*UnprocessableEntityError) MarshalJSON ¶
func (u *UnprocessableEntityError) MarshalJSON() ([]byte, error)
func (*UnprocessableEntityError) UnmarshalJSON ¶
func (u *UnprocessableEntityError) UnmarshalJSON(data []byte) error
func (*UnprocessableEntityError) Unwrap ¶
func (u *UnprocessableEntityError) Unwrap() error
Source Files
¶
- admin.go
- admin_bulletins.go
- admin_marketplace.go
- admin_revenue.go
- auth.go
- bug_reports.go
- bulletins.go
- chat.go
- comments.go
- conversations.go
- devices.go
- environments.go
- error_codes.go
- errors.go
- file_param.go
- files.go
- gateway.go
- iam.go
- marketplace.go
- messages.go
- notifications.go
- payments.go
- pointer.go
- sessions.go
- types.go
- user.go
- user_gateway.go
- user_models.go
- user_providers.go
- user_routes.go
- user_secrets.go
- wallets.go
- wisdom.go
- wisdom_community.go
- wisdom_community_public.go
- wisdom_public.go