Versions in this module Expand all Collapse all v1 v1.2.4 Mar 19, 2026 Changes in this version + type APIClient struct + IndividualMBSPolicyDocumentApi *IndividualMBSPolicyDocumentApiService + MBSPoliciesCollectionApi *MBSPoliciesCollectionApiService + 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 CreateMBSPolicyError struct + Location string + PcfMbsPolicyAuthorizationMbsExtProblemDetails models.PcfMbsPolicyAuthorizationMbsExtProblemDetails + ProblemDetails models.ProblemDetails + RedirectResponse models.RedirectResponse + Var3gppSbiTargetNfId string + type CreateMBSPolicyRequest struct + MbsPolicyCtxtData *models.MbsPolicyCtxtData + func (r *CreateMBSPolicyRequest) SetMbsPolicyCtxtData(MbsPolicyCtxtData models.MbsPolicyCtxtData) + type CreateMBSPolicyResponse struct + Location string + MbsPolicyData models.MbsPolicyData + type DeleteIndMBSPolicyError struct + Location string + ProblemDetails models.ProblemDetails + RedirectResponse models.RedirectResponse + Var3gppSbiTargetNfId string + type DeleteIndMBSPolicyRequest struct + MbsPolicyId *string + func (r *DeleteIndMBSPolicyRequest) SetMbsPolicyId(MbsPolicyId string) + type DeleteIndMBSPolicyResponse struct + type GetIndMBSPolicyError struct + Location string + ProblemDetails models.ProblemDetails + RedirectResponse models.RedirectResponse + Var3gppSbiTargetNfId string + type GetIndMBSPolicyRequest struct + MbsPolicyId *string + func (r *GetIndMBSPolicyRequest) SetMbsPolicyId(MbsPolicyId string) + type GetIndMBSPolicyResponse struct + MbsPolicyData models.MbsPolicyData + type IndividualMBSPolicyDocumentApiService service + func (a *IndividualMBSPolicyDocumentApiService) DeleteIndMBSPolicy(ctx context.Context, request *DeleteIndMBSPolicyRequest) (*DeleteIndMBSPolicyResponse, error) + func (a *IndividualMBSPolicyDocumentApiService) GetIndMBSPolicy(ctx context.Context, request *GetIndMBSPolicyRequest) (*GetIndMBSPolicyResponse, error) + func (a *IndividualMBSPolicyDocumentApiService) UpdateIndMBSPolicy(ctx context.Context, request *UpdateIndMBSPolicyRequest) (*UpdateIndMBSPolicyResponse, error) + type MBSPoliciesCollectionApiService service + func (a *MBSPoliciesCollectionApiService) CreateMBSPolicy(ctx context.Context, request *CreateMBSPolicyRequest) (*CreateMBSPolicyResponse, error) + type UpdateIndMBSPolicyError struct + Location string + PcfMbsPolicyAuthorizationMbsExtProblemDetails models.PcfMbsPolicyAuthorizationMbsExtProblemDetails + ProblemDetails models.ProblemDetails + RedirectResponse models.RedirectResponse + Var3gppSbiTargetNfId string + type UpdateIndMBSPolicyRequest struct + MbsPolicyCtxtDataUpdate *models.MbsPolicyCtxtDataUpdate + MbsPolicyId *string + func (r *UpdateIndMBSPolicyRequest) SetMbsPolicyCtxtDataUpdate(MbsPolicyCtxtDataUpdate models.MbsPolicyCtxtDataUpdate) + func (r *UpdateIndMBSPolicyRequest) SetMbsPolicyId(MbsPolicyId string) + type UpdateIndMBSPolicyResponse struct + MbsPolicyData models.MbsPolicyData