Versions in this module Expand all Collapse all v1 v1.2.4 Mar 19, 2026 Changes in this version + type APIClient struct + BDTPoliciesCollectionApi *BDTPoliciesCollectionApiService + IndividualBDTPolicyDocumentApi *IndividualBDTPolicyDocumentApiService + func NewAPIClient(cfg *Configuration) *APIClient + type BDTPoliciesCollectionApiService service + func (a *BDTPoliciesCollectionApiService) CreateBDTPolicy(ctx context.Context, request *CreateBDTPolicyRequest) (*CreateBDTPolicyResponse, error) + func (a *BDTPoliciesCollectionApiService) CreateBDTPolicyBdtNotificationPost(ctx context.Context, uri string, ...) (*CreateBDTPolicyBdtNotificationPostResponse, error) + type Configuration struct + MetricsHook openapi.RequestMetricsHook + func NewConfiguration() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + func (c *Configuration) BasePath() string + func (c *Configuration) DefaultHeader() map[string]string + func (c *Configuration) HTTPClient() *http.Client + func (c *Configuration) Host() string + func (c *Configuration) Metrics() openapi.RequestMetricsHook + func (c *Configuration) SetBasePath(apiRoot string) + func (c *Configuration) SetHTTPClient(client *http.Client) + func (c *Configuration) SetHost(host string) + func (c *Configuration) SetMetrics(h openapi.RequestMetricsHook) + func (c *Configuration) SetUserAgent(userAgent string) + func (c *Configuration) UserAgent() string + type CreateBDTPolicyBdtNotificationPostError struct + Location string + ProblemDetails models.ProblemDetails + RedirectResponse models.RedirectResponse + Var3gppSbiTargetNfId string + type CreateBDTPolicyBdtNotificationPostRequest struct + PcfBdtPolicyControlNotification *models.PcfBdtPolicyControlNotification + func (r *CreateBDTPolicyBdtNotificationPostRequest) SetPcfBdtPolicyControlNotification(PcfBdtPolicyControlNotification models.PcfBdtPolicyControlNotification) + type CreateBDTPolicyBdtNotificationPostResponse struct + type CreateBDTPolicyError struct + Location string + ProblemDetails models.ProblemDetails + type CreateBDTPolicyRequest struct + BdtReqData *models.BdtReqData + func (r *CreateBDTPolicyRequest) SetBdtReqData(BdtReqData models.BdtReqData) + type CreateBDTPolicyResponse struct + BdtPolicy models.BdtPolicy + Location string + type GetBDTPolicyError struct + Location string + ProblemDetails models.ProblemDetails + RedirectResponse models.RedirectResponse + Var3gppSbiTargetNfId string + type GetBDTPolicyRequest struct + BdtPolicyId *string + func (r *GetBDTPolicyRequest) SetBdtPolicyId(BdtPolicyId string) + type GetBDTPolicyResponse struct + BdtPolicy models.BdtPolicy + type IndividualBDTPolicyDocumentApiService service + func (a *IndividualBDTPolicyDocumentApiService) GetBDTPolicy(ctx context.Context, request *GetBDTPolicyRequest) (*GetBDTPolicyResponse, error) + func (a *IndividualBDTPolicyDocumentApiService) UpdateBDTPolicy(ctx context.Context, request *UpdateBDTPolicyRequest) (*UpdateBDTPolicyResponse, error) + type UpdateBDTPolicyError struct + Location string + ProblemDetails models.ProblemDetails + RedirectResponse models.RedirectResponse + Var3gppSbiTargetNfId string + type UpdateBDTPolicyRequest struct + BdtPolicyId *string + PatchBdtPolicy *models.PatchBdtPolicy + func (r *UpdateBDTPolicyRequest) SetBdtPolicyId(BdtPolicyId string) + func (r *UpdateBDTPolicyRequest) SetPatchBdtPolicy(PatchBdtPolicy models.PatchBdtPolicy) + type UpdateBDTPolicyResponse struct + BdtPolicy models.BdtPolicy