Versions in this module Expand all Collapse all v1 v1.2.4 Mar 19, 2026 Changes in this version + type APIClient struct + IndividualPolicyControlEventsSubscriptionDocumentApi *IndividualPolicyControlEventsSubscriptionDocumentApiService + PolicyControlEventsSubscriptionCollectionApi *PolicyControlEventsSubscriptionCollectionApiService + func NewAPIClient(cfg *Configuration) *APIClient + 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 DeletePcEventExposureSubscError struct + Location string + ProblemDetails models.ProblemDetails + RedirectResponse models.RedirectResponse + Var3gppSbiTargetNfId string + type DeletePcEventExposureSubscRequest struct + SubscriptionId *string + func (r *DeletePcEventExposureSubscRequest) SetSubscriptionId(SubscriptionId string) + type DeletePcEventExposureSubscResponse struct + type GetPcEventExposureSubscError struct + Location string + ProblemDetails models.ProblemDetails + RedirectResponse models.RedirectResponse + Var3gppSbiTargetNfId string + type GetPcEventExposureSubscRequest struct + SubscriptionId *string + func (r *GetPcEventExposureSubscRequest) SetSubscriptionId(SubscriptionId string) + type GetPcEventExposureSubscResponse struct + PcEventExposureSubsc models.PcEventExposureSubsc + type IndividualPolicyControlEventsSubscriptionDocumentApiService service + func (a *IndividualPolicyControlEventsSubscriptionDocumentApiService) DeletePcEventExposureSubsc(ctx context.Context, request *DeletePcEventExposureSubscRequest) (*DeletePcEventExposureSubscResponse, error) + func (a *IndividualPolicyControlEventsSubscriptionDocumentApiService) GetPcEventExposureSubsc(ctx context.Context, request *GetPcEventExposureSubscRequest) (*GetPcEventExposureSubscResponse, error) + func (a *IndividualPolicyControlEventsSubscriptionDocumentApiService) PutPcEventExposureSubsc(ctx context.Context, request *PutPcEventExposureSubscRequest) (*PutPcEventExposureSubscResponse, error) + type PolicyControlEventsSubscriptionCollectionApiService service + func (a *PolicyControlEventsSubscriptionCollectionApiService) PostPcEventExposureSubsc(ctx context.Context, request *PostPcEventExposureSubscRequest) (*PostPcEventExposureSubscResponse, error) + func (a *PolicyControlEventsSubscriptionCollectionApiService) PostPcEventExposureSubscPcEventNotificationPost(ctx context.Context, uri string, ...) (*PostPcEventExposureSubscPcEventNotificationPostResponse, error) + type PostPcEventExposureSubscError struct + ProblemDetails models.ProblemDetails + type PostPcEventExposureSubscPcEventNotificationPostError struct + Location string + ProblemDetails models.ProblemDetails + RedirectResponse models.RedirectResponse + Var3gppSbiTargetNfId string + type PostPcEventExposureSubscPcEventNotificationPostRequest struct + PcEventExposureNotif *models.PcEventExposureNotif + func (r *PostPcEventExposureSubscPcEventNotificationPostRequest) SetPcEventExposureNotif(PcEventExposureNotif models.PcEventExposureNotif) + type PostPcEventExposureSubscPcEventNotificationPostResponse struct + type PostPcEventExposureSubscRequest struct + PcEventExposureSubsc *models.PcEventExposureSubsc + func (r *PostPcEventExposureSubscRequest) SetPcEventExposureSubsc(PcEventExposureSubsc models.PcEventExposureSubsc) + type PostPcEventExposureSubscResponse struct + Location string + PcEventExposureSubsc models.PcEventExposureSubsc + type PutPcEventExposureSubscError struct + Location string + ProblemDetails models.ProblemDetails + RedirectResponse models.RedirectResponse + Var3gppSbiTargetNfId string + type PutPcEventExposureSubscRequest struct + PcEventExposureSubsc *models.PcEventExposureSubsc + SubscriptionId *string + func (r *PutPcEventExposureSubscRequest) SetPcEventExposureSubsc(PcEventExposureSubsc models.PcEventExposureSubsc) + func (r *PutPcEventExposureSubscRequest) SetSubscriptionId(SubscriptionId string) + type PutPcEventExposureSubscResponse struct + PcEventExposureSubsc models.PcEventExposureSubsc