Versions in this module Expand all Collapse all v1 v1.0.0 Mar 29, 2023 Changes in this version + var AllowedAccessTypeEnumValues = []AccessType + var AllowedAcuFailureReasonAnyOfEnumValues = []AcuFailureReasonAnyOf + var AllowedAcuFlagAnyOfEnumValues = []AcuFlagAnyOf + var AllowedEACModeAnyOfEnumValues = []EACModeAnyOf + var AllowedNFTypeAnyOfEnumValues = []NFTypeAnyOf + var AllowedPatchOperationAnyOfEnumValues = []PatchOperationAnyOf + var AllowedSACEventTriggerAnyOfEnumValues = []SACEventTriggerAnyOf + var AllowedSACEventTypeAnyOfEnumValues = []SACEventTypeAnyOf + var ContextOAuth2 = contextKey("token") + var ContextOperationServerIndices = contextKey("serverOperationIndices") + var ContextOperationServerVariables = contextKey("serverOperationVariables") + var ContextServerIndex = contextKey("serverIndex") + var ContextServerVariables = contextKey("serverVariables") + func CacheExpires(r *http.Response) time.Time + func IsNil(i interface{}) bool + func PtrBool(v bool) *bool + func PtrFloat32(v float32) *float32 + func PtrFloat64(v float64) *float64 + func PtrInt(v int) *int + func PtrInt32(v int32) *int32 + func PtrInt64(v int64) *int64 + func PtrString(v string) *string + func PtrTime(v time.Time) *time.Time + type APIClient struct + IndividualSubscriptionDocumentApi *IndividualSubscriptionDocumentApiService + SubscriptionsCollectionCollectionApi *SubscriptionsCollectionCollectionApiService + func NewAPIClient(cfg *Configuration) *APIClient + func (c *APIClient) GetConfig() *Configuration + type APIKey struct + Key string + Prefix string + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + type AccessTokenErr struct + Error string + ErrorDescription *string + ErrorUri *string + func NewAccessTokenErr(error_ string) *AccessTokenErr + func NewAccessTokenErrWithDefaults() *AccessTokenErr + func (o *AccessTokenErr) GetError() string + func (o *AccessTokenErr) GetErrorDescription() string + func (o *AccessTokenErr) GetErrorDescriptionOk() (*string, bool) + func (o *AccessTokenErr) GetErrorOk() (*string, bool) + func (o *AccessTokenErr) GetErrorUri() string + func (o *AccessTokenErr) GetErrorUriOk() (*string, bool) + func (o *AccessTokenErr) HasErrorDescription() bool + func (o *AccessTokenErr) HasErrorUri() bool + func (o *AccessTokenErr) SetError(v string) + func (o *AccessTokenErr) SetErrorDescription(v string) + func (o *AccessTokenErr) SetErrorUri(v string) + func (o AccessTokenErr) MarshalJSON() ([]byte, error) + func (o AccessTokenErr) ToMap() (map[string]interface{}, error) + type AccessTokenReq struct + GrantType string + HnrfAccessTokenUri *string + NfInstanceId string + NfType *NFType + RequesterFqdn *string + RequesterPlmn *PlmnId + RequesterPlmnList []PlmnId + RequesterSnpnList []PlmnIdNid + RequesterSnssaiList []Snssai + Scope string + SourceNfInstanceId *string + TargetNfInstanceId *string + TargetNfServiceSetId *string + TargetNfSetId *string + TargetNfType *NFType + TargetNsiList []string + TargetPlmn *PlmnId + TargetSnpn *PlmnIdNid + TargetSnssaiList []Snssai + func NewAccessTokenReq(grantType string, nfInstanceId string, scope string) *AccessTokenReq + func NewAccessTokenReqWithDefaults() *AccessTokenReq + func (o *AccessTokenReq) GetGrantType() string + func (o *AccessTokenReq) GetGrantTypeOk() (*string, bool) + func (o *AccessTokenReq) GetHnrfAccessTokenUri() string + func (o *AccessTokenReq) GetHnrfAccessTokenUriOk() (*string, bool) + func (o *AccessTokenReq) GetNfInstanceId() string + func (o *AccessTokenReq) GetNfInstanceIdOk() (*string, bool) + func (o *AccessTokenReq) GetNfType() NFType + func (o *AccessTokenReq) GetNfTypeOk() (*NFType, bool) + func (o *AccessTokenReq) GetRequesterFqdn() string + func (o *AccessTokenReq) GetRequesterFqdnOk() (*string, bool) + func (o *AccessTokenReq) GetRequesterPlmn() PlmnId + func (o *AccessTokenReq) GetRequesterPlmnList() []PlmnId + func (o *AccessTokenReq) GetRequesterPlmnListOk() ([]PlmnId, bool) + func (o *AccessTokenReq) GetRequesterPlmnOk() (*PlmnId, bool) + func (o *AccessTokenReq) GetRequesterSnpnList() []PlmnIdNid + func (o *AccessTokenReq) GetRequesterSnpnListOk() ([]PlmnIdNid, bool) + func (o *AccessTokenReq) GetRequesterSnssaiList() []Snssai + func (o *AccessTokenReq) GetRequesterSnssaiListOk() ([]Snssai, bool) + func (o *AccessTokenReq) GetScope() string + func (o *AccessTokenReq) GetScopeOk() (*string, bool) + func (o *AccessTokenReq) GetSourceNfInstanceId() string + func (o *AccessTokenReq) GetSourceNfInstanceIdOk() (*string, bool) + func (o *AccessTokenReq) GetTargetNfInstanceId() string + func (o *AccessTokenReq) GetTargetNfInstanceIdOk() (*string, bool) + func (o *AccessTokenReq) GetTargetNfServiceSetId() string + func (o *AccessTokenReq) GetTargetNfServiceSetIdOk() (*string, bool) + func (o *AccessTokenReq) GetTargetNfSetId() string + func (o *AccessTokenReq) GetTargetNfSetIdOk() (*string, bool) + func (o *AccessTokenReq) GetTargetNfType() NFType + func (o *AccessTokenReq) GetTargetNfTypeOk() (*NFType, bool) + func (o *AccessTokenReq) GetTargetNsiList() []string + func (o *AccessTokenReq) GetTargetNsiListOk() ([]string, bool) + func (o *AccessTokenReq) GetTargetPlmn() PlmnId + func (o *AccessTokenReq) GetTargetPlmnOk() (*PlmnId, bool) + func (o *AccessTokenReq) GetTargetSnpn() PlmnIdNid + func (o *AccessTokenReq) GetTargetSnpnOk() (*PlmnIdNid, bool) + func (o *AccessTokenReq) GetTargetSnssaiList() []Snssai + func (o *AccessTokenReq) GetTargetSnssaiListOk() ([]Snssai, bool) + func (o *AccessTokenReq) HasHnrfAccessTokenUri() bool + func (o *AccessTokenReq) HasNfType() bool + func (o *AccessTokenReq) HasRequesterFqdn() bool + func (o *AccessTokenReq) HasRequesterPlmn() bool + func (o *AccessTokenReq) HasRequesterPlmnList() bool + func (o *AccessTokenReq) HasRequesterSnpnList() bool + func (o *AccessTokenReq) HasRequesterSnssaiList() bool + func (o *AccessTokenReq) HasSourceNfInstanceId() bool + func (o *AccessTokenReq) HasTargetNfInstanceId() bool + func (o *AccessTokenReq) HasTargetNfServiceSetId() bool + func (o *AccessTokenReq) HasTargetNfSetId() bool + func (o *AccessTokenReq) HasTargetNfType() bool + func (o *AccessTokenReq) HasTargetNsiList() bool + func (o *AccessTokenReq) HasTargetPlmn() bool + func (o *AccessTokenReq) HasTargetSnpn() bool + func (o *AccessTokenReq) HasTargetSnssaiList() bool + func (o *AccessTokenReq) SetGrantType(v string) + func (o *AccessTokenReq) SetHnrfAccessTokenUri(v string) + func (o *AccessTokenReq) SetNfInstanceId(v string) + func (o *AccessTokenReq) SetNfType(v NFType) + func (o *AccessTokenReq) SetRequesterFqdn(v string) + func (o *AccessTokenReq) SetRequesterPlmn(v PlmnId) + func (o *AccessTokenReq) SetRequesterPlmnList(v []PlmnId) + func (o *AccessTokenReq) SetRequesterSnpnList(v []PlmnIdNid) + func (o *AccessTokenReq) SetRequesterSnssaiList(v []Snssai) + func (o *AccessTokenReq) SetScope(v string) + func (o *AccessTokenReq) SetSourceNfInstanceId(v string) + func (o *AccessTokenReq) SetTargetNfInstanceId(v string) + func (o *AccessTokenReq) SetTargetNfServiceSetId(v string) + func (o *AccessTokenReq) SetTargetNfSetId(v string) + func (o *AccessTokenReq) SetTargetNfType(v NFType) + func (o *AccessTokenReq) SetTargetNsiList(v []string) + func (o *AccessTokenReq) SetTargetPlmn(v PlmnId) + func (o *AccessTokenReq) SetTargetSnpn(v PlmnIdNid) + func (o *AccessTokenReq) SetTargetSnssaiList(v []Snssai) + func (o AccessTokenReq) MarshalJSON() ([]byte, error) + func (o AccessTokenReq) ToMap() (map[string]interface{}, error) + type AccessType string + const NON_3_GPP_ACCESS + func NewAccessTypeFromValue(v string) (*AccessType, error) + func (v *AccessType) UnmarshalJSON(src []byte) error + func (v AccessType) IsValid() bool + func (v AccessType) Ptr() *AccessType + type AcuFailureItem struct + PduSessionId *int32 + PlmnId *PlmnId + Reason *AcuFailureReason + Snssai Snssai + func NewAcuFailureItem(snssai Snssai) *AcuFailureItem + func NewAcuFailureItemWithDefaults() *AcuFailureItem + func (o *AcuFailureItem) GetPduSessionId() int32 + func (o *AcuFailureItem) GetPduSessionIdOk() (*int32, bool) + func (o *AcuFailureItem) GetPlmnId() PlmnId + func (o *AcuFailureItem) GetPlmnIdOk() (*PlmnId, bool) + func (o *AcuFailureItem) GetReason() AcuFailureReason + func (o *AcuFailureItem) GetReasonOk() (*AcuFailureReason, bool) + func (o *AcuFailureItem) GetSnssai() Snssai + func (o *AcuFailureItem) GetSnssaiOk() (*Snssai, bool) + func (o *AcuFailureItem) HasPduSessionId() bool + func (o *AcuFailureItem) HasPlmnId() bool + func (o *AcuFailureItem) HasReason() bool + func (o *AcuFailureItem) SetPduSessionId(v int32) + func (o *AcuFailureItem) SetPlmnId(v PlmnId) + func (o *AcuFailureItem) SetReason(v AcuFailureReason) + func (o *AcuFailureItem) SetSnssai(v Snssai) + func (o AcuFailureItem) MarshalJSON() ([]byte, error) + func (o AcuFailureItem) ToMap() (map[string]interface{}, error) + type AcuFailureReason struct + AcuFailureReasonAnyOf *AcuFailureReasonAnyOf + func (dst *AcuFailureReason) UnmarshalJSON(data []byte) error + func (src *AcuFailureReason) MarshalJSON() ([]byte, error) + type AcuFailureReasonAnyOf string + const EXCEED_MAX_PDU_NUM + const EXCEED_MAX_PDU_NUM_3_GPP + const EXCEED_MAX_PDU_NUM_N3_GPP + const EXCEED_MAX_UE_NUM + const EXCEED_MAX_UE_NUM_3_GPP + const EXCEED_MAX_UE_NUM_N3_GPP + const SLICE_NOT_FOUND + func NewAcuFailureReasonAnyOfFromValue(v string) (*AcuFailureReasonAnyOf, error) + func (v *AcuFailureReasonAnyOf) UnmarshalJSON(src []byte) error + func (v AcuFailureReasonAnyOf) IsValid() bool + func (v AcuFailureReasonAnyOf) Ptr() *AcuFailureReasonAnyOf + type AcuFlag struct + AcuFlagAnyOf *AcuFlagAnyOf + func (dst *AcuFlag) UnmarshalJSON(data []byte) error + func (src *AcuFlag) MarshalJSON() ([]byte, error) + type AcuFlagAnyOf string + const DECREASE + const INCREASE + const UPDATE + func NewAcuFlagAnyOfFromValue(v string) (*AcuFlagAnyOf, error) + func (v *AcuFlagAnyOf) UnmarshalJSON(src []byte) error + func (v AcuFlagAnyOf) IsValid() bool + func (v AcuFlagAnyOf) Ptr() *AcuFlagAnyOf + type AcuOperationItem struct + PlmnId *PlmnId + Snssai Snssai + UpdateFlag AcuFlag + func NewAcuOperationItem(updateFlag AcuFlag, snssai Snssai) *AcuOperationItem + func NewAcuOperationItemWithDefaults() *AcuOperationItem + func (o *AcuOperationItem) GetPlmnId() PlmnId + func (o *AcuOperationItem) GetPlmnIdOk() (*PlmnId, bool) + func (o *AcuOperationItem) GetSnssai() Snssai + func (o *AcuOperationItem) GetSnssaiOk() (*Snssai, bool) + func (o *AcuOperationItem) GetUpdateFlag() AcuFlag + func (o *AcuOperationItem) GetUpdateFlagOk() (*AcuFlag, bool) + func (o *AcuOperationItem) HasPlmnId() bool + func (o *AcuOperationItem) SetPlmnId(v PlmnId) + func (o *AcuOperationItem) SetSnssai(v Snssai) + func (o *AcuOperationItem) SetUpdateFlag(v AcuFlag) + func (o AcuOperationItem) MarshalJSON() ([]byte, error) + func (o AcuOperationItem) ToMap() (map[string]interface{}, error) + type ApiCompleteModifySubscriptionRequest struct + ApiService *IndividualSubscriptionDocumentApiService + func (r ApiCompleteModifySubscriptionRequest) Execute() (*CreatedSACEventSubscription, *http.Response, error) + func (r ApiCompleteModifySubscriptionRequest) SACEventSubscription(sACEventSubscription SACEventSubscription) ApiCompleteModifySubscriptionRequest + type ApiCreateSubscriptionRequest struct + ApiService *SubscriptionsCollectionCollectionApiService + func (r ApiCreateSubscriptionRequest) Execute() (*CreatedSACEventSubscription, *http.Response, error) + func (r ApiCreateSubscriptionRequest) SACEventSubscription(sACEventSubscription SACEventSubscription) ApiCreateSubscriptionRequest + type ApiDeleteSubscriptionRequest struct + ApiService *IndividualSubscriptionDocumentApiService + func (r ApiDeleteSubscriptionRequest) Execute() (*http.Response, error) + type ApiNumOfPDUsUpdateRequest struct + ApiService *SliceCollectionApiService + func (r ApiNumOfPDUsUpdateRequest) Execute() (*PduACResponseData, *http.Response, error) + func (r ApiNumOfPDUsUpdateRequest) PduACRequestData(pduACRequestData PduACRequestData) ApiNumOfPDUsUpdateRequest + type ApiNumOfUEsUpdateRequest struct + ApiService *SliceCollectionApiService + func (r ApiNumOfUEsUpdateRequest) Execute() (*UeACResponseData, *http.Response, error) + func (r ApiNumOfUEsUpdateRequest) UeACRequestData(ueACRequestData UeACRequestData) ApiNumOfUEsUpdateRequest + type ApiPartialModifySubscriptionRequest struct + ApiService *IndividualSubscriptionDocumentApiService + func (r ApiPartialModifySubscriptionRequest) Execute() (*CreatedSACEventSubscription, *http.Response, error) + func (r ApiPartialModifySubscriptionRequest) PatchItem(patchItem []PatchItem) ApiPartialModifySubscriptionRequest + type BasicAuth struct + Password string + UserName string + type Configuration struct + Debug bool + DefaultHeader map[string]string + HTTPClient *http.Client + Host string + OperationServers map[string]ServerConfigurations + Scheme string + Servers ServerConfigurations + UserAgent string + func NewConfiguration() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error) + func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error) + type CreatedSACEventSubscription struct + Report *SACEventReportItem + Subscription SACEventSubscription + SubscriptionId string + SupportedFeatures *string + func NewCreatedSACEventSubscription(subscription SACEventSubscription, subscriptionId string) *CreatedSACEventSubscription + func NewCreatedSACEventSubscriptionWithDefaults() *CreatedSACEventSubscription + func (o *CreatedSACEventSubscription) GetReport() SACEventReportItem + func (o *CreatedSACEventSubscription) GetReportOk() (*SACEventReportItem, bool) + func (o *CreatedSACEventSubscription) GetSubscription() SACEventSubscription + func (o *CreatedSACEventSubscription) GetSubscriptionId() string + func (o *CreatedSACEventSubscription) GetSubscriptionIdOk() (*string, bool) + func (o *CreatedSACEventSubscription) GetSubscriptionOk() (*SACEventSubscription, bool) + func (o *CreatedSACEventSubscription) GetSupportedFeatures() string + func (o *CreatedSACEventSubscription) GetSupportedFeaturesOk() (*string, bool) + func (o *CreatedSACEventSubscription) HasReport() bool + func (o *CreatedSACEventSubscription) HasSupportedFeatures() bool + func (o *CreatedSACEventSubscription) SetReport(v SACEventReportItem) + func (o *CreatedSACEventSubscription) SetSubscription(v SACEventSubscription) + func (o *CreatedSACEventSubscription) SetSubscriptionId(v string) + func (o *CreatedSACEventSubscription) SetSupportedFeatures(v string) + func (o CreatedSACEventSubscription) MarshalJSON() ([]byte, error) + func (o CreatedSACEventSubscription) ToMap() (map[string]interface{}, error) + type EACMode struct + EACModeAnyOf *EACModeAnyOf + func (dst *EACMode) UnmarshalJSON(data []byte) error + func (src *EACMode) MarshalJSON() ([]byte, error) + type EACModeAnyOf string + const ACTIVE + const DEACTIVE + func NewEACModeAnyOfFromValue(v string) (*EACModeAnyOf, error) + func (v *EACModeAnyOf) UnmarshalJSON(src []byte) error + func (v EACModeAnyOf) IsValid() bool + func (v EACModeAnyOf) Ptr() *EACModeAnyOf + type GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type IndividualSubscriptionDocumentApiService service + func (a *IndividualSubscriptionDocumentApiService) CompleteModifySubscription(ctx context.Context, subscriptionId string) ApiCompleteModifySubscriptionRequest + func (a *IndividualSubscriptionDocumentApiService) CompleteModifySubscriptionExecute(r ApiCompleteModifySubscriptionRequest) (*CreatedSACEventSubscription, *http.Response, error) + func (a *IndividualSubscriptionDocumentApiService) DeleteSubscription(ctx context.Context, subscriptionId string) ApiDeleteSubscriptionRequest + func (a *IndividualSubscriptionDocumentApiService) DeleteSubscriptionExecute(r ApiDeleteSubscriptionRequest) (*http.Response, error) + func (a *IndividualSubscriptionDocumentApiService) PartialModifySubscription(ctx context.Context, subscriptionId string) ApiPartialModifySubscriptionRequest + func (a *IndividualSubscriptionDocumentApiService) PartialModifySubscriptionExecute(r ApiPartialModifySubscriptionRequest) (*CreatedSACEventSubscription, *http.Response, error) + type InvalidParam struct + Param string + Reason *string + func NewInvalidParam(param string) *InvalidParam + func NewInvalidParamWithDefaults() *InvalidParam + func (o *InvalidParam) GetParam() string + func (o *InvalidParam) GetParamOk() (*string, bool) + func (o *InvalidParam) GetReason() string + func (o *InvalidParam) GetReasonOk() (*string, bool) + func (o *InvalidParam) HasReason() bool + func (o *InvalidParam) SetParam(v string) + func (o *InvalidParam) SetReason(v string) + func (o InvalidParam) MarshalJSON() ([]byte, error) + func (o InvalidParam) ToMap() (map[string]interface{}, error) + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type NFType struct + NFTypeAnyOf *NFTypeAnyOf + func (dst *NFType) UnmarshalJSON(data []byte) error + func (src *NFType) MarshalJSON() ([]byte, error) + type NFTypeAnyOf string + const AANF + const ADRF + const AF + const AMF + const AUSF + const BSF + const CBCF + const CEF + const CHF + const DCCF + const DRA + const EASDF + const GBA_BSF + const GMLC + const HSS + const ICSCF + const IMS_AS + const LMF + const MBSF + const MBSTF + const MB_SMF + const MB_UPF + const MFAF + const MME + const MNPF + const N3_IWF + const NEF + const NRF + const NSACF + const NSSAAF + const NSSF + const NSWOF + const NWDAF + const PANF + const PCF + const PCSCF + const PKMF + const SCEF + const SCP + const SCSAS + const SCSCF + const SEPP + const SMF + const SMSF + const SMS_GMSC + const SMS_IWMSC + const SOR_AF + const SPAF + const TSCTSF + const UCMF + const UDM + const UDR + const UDSF + const UPF + func NewNFTypeAnyOfFromValue(v string) (*NFTypeAnyOf, error) + func (v *NFTypeAnyOf) UnmarshalJSON(src []byte) error + func (v NFTypeAnyOf) IsValid() bool + func (v NFTypeAnyOf) Ptr() *NFTypeAnyOf + type NullableAccessTokenErr struct + func NewNullableAccessTokenErr(val *AccessTokenErr) *NullableAccessTokenErr + func (v *NullableAccessTokenErr) Set(val *AccessTokenErr) + func (v *NullableAccessTokenErr) UnmarshalJSON(src []byte) error + func (v *NullableAccessTokenErr) Unset() + func (v NullableAccessTokenErr) Get() *AccessTokenErr + func (v NullableAccessTokenErr) IsSet() bool + func (v NullableAccessTokenErr) MarshalJSON() ([]byte, error) + type NullableAccessTokenReq struct + func NewNullableAccessTokenReq(val *AccessTokenReq) *NullableAccessTokenReq + func (v *NullableAccessTokenReq) Set(val *AccessTokenReq) + func (v *NullableAccessTokenReq) UnmarshalJSON(src []byte) error + func (v *NullableAccessTokenReq) Unset() + func (v NullableAccessTokenReq) Get() *AccessTokenReq + func (v NullableAccessTokenReq) IsSet() bool + func (v NullableAccessTokenReq) MarshalJSON() ([]byte, error) + type NullableAccessType struct + func NewNullableAccessType(val *AccessType) *NullableAccessType + func (v *NullableAccessType) Set(val *AccessType) + func (v *NullableAccessType) UnmarshalJSON(src []byte) error + func (v *NullableAccessType) Unset() + func (v NullableAccessType) Get() *AccessType + func (v NullableAccessType) IsSet() bool + func (v NullableAccessType) MarshalJSON() ([]byte, error) + type NullableAcuFailureItem struct + func NewNullableAcuFailureItem(val *AcuFailureItem) *NullableAcuFailureItem + func (v *NullableAcuFailureItem) Set(val *AcuFailureItem) + func (v *NullableAcuFailureItem) UnmarshalJSON(src []byte) error + func (v *NullableAcuFailureItem) Unset() + func (v NullableAcuFailureItem) Get() *AcuFailureItem + func (v NullableAcuFailureItem) IsSet() bool + func (v NullableAcuFailureItem) MarshalJSON() ([]byte, error) + type NullableAcuFailureReason struct + func NewNullableAcuFailureReason(val *AcuFailureReason) *NullableAcuFailureReason + func (v *NullableAcuFailureReason) Set(val *AcuFailureReason) + func (v *NullableAcuFailureReason) UnmarshalJSON(src []byte) error + func (v *NullableAcuFailureReason) Unset() + func (v NullableAcuFailureReason) Get() *AcuFailureReason + func (v NullableAcuFailureReason) IsSet() bool + func (v NullableAcuFailureReason) MarshalJSON() ([]byte, error) + type NullableAcuFailureReasonAnyOf struct + func NewNullableAcuFailureReasonAnyOf(val *AcuFailureReasonAnyOf) *NullableAcuFailureReasonAnyOf + func (v *NullableAcuFailureReasonAnyOf) Set(val *AcuFailureReasonAnyOf) + func (v *NullableAcuFailureReasonAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableAcuFailureReasonAnyOf) Unset() + func (v NullableAcuFailureReasonAnyOf) Get() *AcuFailureReasonAnyOf + func (v NullableAcuFailureReasonAnyOf) IsSet() bool + func (v NullableAcuFailureReasonAnyOf) MarshalJSON() ([]byte, error) + type NullableAcuFlag struct + func NewNullableAcuFlag(val *AcuFlag) *NullableAcuFlag + func (v *NullableAcuFlag) Set(val *AcuFlag) + func (v *NullableAcuFlag) UnmarshalJSON(src []byte) error + func (v *NullableAcuFlag) Unset() + func (v NullableAcuFlag) Get() *AcuFlag + func (v NullableAcuFlag) IsSet() bool + func (v NullableAcuFlag) MarshalJSON() ([]byte, error) + type NullableAcuFlagAnyOf struct + func NewNullableAcuFlagAnyOf(val *AcuFlagAnyOf) *NullableAcuFlagAnyOf + func (v *NullableAcuFlagAnyOf) Set(val *AcuFlagAnyOf) + func (v *NullableAcuFlagAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableAcuFlagAnyOf) Unset() + func (v NullableAcuFlagAnyOf) Get() *AcuFlagAnyOf + func (v NullableAcuFlagAnyOf) IsSet() bool + func (v NullableAcuFlagAnyOf) MarshalJSON() ([]byte, error) + type NullableAcuOperationItem struct + func NewNullableAcuOperationItem(val *AcuOperationItem) *NullableAcuOperationItem + func (v *NullableAcuOperationItem) Set(val *AcuOperationItem) + func (v *NullableAcuOperationItem) UnmarshalJSON(src []byte) error + func (v *NullableAcuOperationItem) Unset() + func (v NullableAcuOperationItem) Get() *AcuOperationItem + func (v NullableAcuOperationItem) IsSet() bool + func (v NullableAcuOperationItem) MarshalJSON() ([]byte, error) + type NullableBool struct + func NewNullableBool(val *bool) *NullableBool + func (v *NullableBool) Set(val *bool) + func (v *NullableBool) UnmarshalJSON(src []byte) error + func (v *NullableBool) Unset() + func (v NullableBool) Get() *bool + func (v NullableBool) IsSet() bool + func (v NullableBool) MarshalJSON() ([]byte, error) + type NullableCreatedSACEventSubscription struct + func NewNullableCreatedSACEventSubscription(val *CreatedSACEventSubscription) *NullableCreatedSACEventSubscription + func (v *NullableCreatedSACEventSubscription) Set(val *CreatedSACEventSubscription) + func (v *NullableCreatedSACEventSubscription) UnmarshalJSON(src []byte) error + func (v *NullableCreatedSACEventSubscription) Unset() + func (v NullableCreatedSACEventSubscription) Get() *CreatedSACEventSubscription + func (v NullableCreatedSACEventSubscription) IsSet() bool + func (v NullableCreatedSACEventSubscription) MarshalJSON() ([]byte, error) + type NullableEACMode struct + func NewNullableEACMode(val *EACMode) *NullableEACMode + func (v *NullableEACMode) Set(val *EACMode) + func (v *NullableEACMode) UnmarshalJSON(src []byte) error + func (v *NullableEACMode) Unset() + func (v NullableEACMode) Get() *EACMode + func (v NullableEACMode) IsSet() bool + func (v NullableEACMode) MarshalJSON() ([]byte, error) + type NullableEACModeAnyOf struct + func NewNullableEACModeAnyOf(val *EACModeAnyOf) *NullableEACModeAnyOf + func (v *NullableEACModeAnyOf) Set(val *EACModeAnyOf) + func (v *NullableEACModeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableEACModeAnyOf) Unset() + func (v NullableEACModeAnyOf) Get() *EACModeAnyOf + func (v NullableEACModeAnyOf) IsSet() bool + func (v NullableEACModeAnyOf) MarshalJSON() ([]byte, error) + type NullableFloat32 struct + func NewNullableFloat32(val *float32) *NullableFloat32 + func (v *NullableFloat32) Set(val *float32) + func (v *NullableFloat32) UnmarshalJSON(src []byte) error + func (v *NullableFloat32) Unset() + func (v NullableFloat32) Get() *float32 + func (v NullableFloat32) IsSet() bool + func (v NullableFloat32) MarshalJSON() ([]byte, error) + type NullableFloat64 struct + func NewNullableFloat64(val *float64) *NullableFloat64 + func (v *NullableFloat64) Set(val *float64) + func (v *NullableFloat64) UnmarshalJSON(src []byte) error + func (v *NullableFloat64) Unset() + func (v NullableFloat64) Get() *float64 + func (v NullableFloat64) IsSet() bool + func (v NullableFloat64) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableInvalidParam struct + func NewNullableInvalidParam(val *InvalidParam) *NullableInvalidParam + func (v *NullableInvalidParam) Set(val *InvalidParam) + func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error + func (v *NullableInvalidParam) Unset() + func (v NullableInvalidParam) Get() *InvalidParam + func (v NullableInvalidParam) IsSet() bool + func (v NullableInvalidParam) MarshalJSON() ([]byte, error) + type NullableNFType struct + func NewNullableNFType(val *NFType) *NullableNFType + func (v *NullableNFType) Set(val *NFType) + func (v *NullableNFType) UnmarshalJSON(src []byte) error + func (v *NullableNFType) Unset() + func (v NullableNFType) Get() *NFType + func (v NullableNFType) IsSet() bool + func (v NullableNFType) MarshalJSON() ([]byte, error) + type NullableNFTypeAnyOf struct + func NewNullableNFTypeAnyOf(val *NFTypeAnyOf) *NullableNFTypeAnyOf + func (v *NullableNFTypeAnyOf) Set(val *NFTypeAnyOf) + func (v *NullableNFTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableNFTypeAnyOf) Unset() + func (v NullableNFTypeAnyOf) Get() *NFTypeAnyOf + func (v NullableNFTypeAnyOf) IsSet() bool + func (v NullableNFTypeAnyOf) MarshalJSON() ([]byte, error) + type NullablePatchItem struct + func NewNullablePatchItem(val *PatchItem) *NullablePatchItem + func (v *NullablePatchItem) Set(val *PatchItem) + func (v *NullablePatchItem) UnmarshalJSON(src []byte) error + func (v *NullablePatchItem) Unset() + func (v NullablePatchItem) Get() *PatchItem + func (v NullablePatchItem) IsSet() bool + func (v NullablePatchItem) MarshalJSON() ([]byte, error) + type NullablePatchOperation struct + func NewNullablePatchOperation(val *PatchOperation) *NullablePatchOperation + func (v *NullablePatchOperation) Set(val *PatchOperation) + func (v *NullablePatchOperation) UnmarshalJSON(src []byte) error + func (v *NullablePatchOperation) Unset() + func (v NullablePatchOperation) Get() *PatchOperation + func (v NullablePatchOperation) IsSet() bool + func (v NullablePatchOperation) MarshalJSON() ([]byte, error) + type NullablePatchOperationAnyOf struct + func NewNullablePatchOperationAnyOf(val *PatchOperationAnyOf) *NullablePatchOperationAnyOf + func (v *NullablePatchOperationAnyOf) Set(val *PatchOperationAnyOf) + func (v *NullablePatchOperationAnyOf) UnmarshalJSON(src []byte) error + func (v *NullablePatchOperationAnyOf) Unset() + func (v NullablePatchOperationAnyOf) Get() *PatchOperationAnyOf + func (v NullablePatchOperationAnyOf) IsSet() bool + func (v NullablePatchOperationAnyOf) MarshalJSON() ([]byte, error) + type NullablePduACRequestData struct + func NewNullablePduACRequestData(val *PduACRequestData) *NullablePduACRequestData + func (v *NullablePduACRequestData) Set(val *PduACRequestData) + func (v *NullablePduACRequestData) UnmarshalJSON(src []byte) error + func (v *NullablePduACRequestData) Unset() + func (v NullablePduACRequestData) Get() *PduACRequestData + func (v NullablePduACRequestData) IsSet() bool + func (v NullablePduACRequestData) MarshalJSON() ([]byte, error) + type NullablePduACRequestInfo struct + func NewNullablePduACRequestInfo(val *PduACRequestInfo) *NullablePduACRequestInfo + func (v *NullablePduACRequestInfo) Set(val *PduACRequestInfo) + func (v *NullablePduACRequestInfo) UnmarshalJSON(src []byte) error + func (v *NullablePduACRequestInfo) Unset() + func (v NullablePduACRequestInfo) Get() *PduACRequestInfo + func (v NullablePduACRequestInfo) IsSet() bool + func (v NullablePduACRequestInfo) MarshalJSON() ([]byte, error) + type NullablePduACResponseData struct + func NewNullablePduACResponseData(val *PduACResponseData) *NullablePduACResponseData + func (v *NullablePduACResponseData) Set(val *PduACResponseData) + func (v *NullablePduACResponseData) UnmarshalJSON(src []byte) error + func (v *NullablePduACResponseData) Unset() + func (v NullablePduACResponseData) Get() *PduACResponseData + func (v NullablePduACResponseData) IsSet() bool + func (v NullablePduACResponseData) MarshalJSON() ([]byte, error) + type NullablePlmnId struct + func NewNullablePlmnId(val *PlmnId) *NullablePlmnId + func (v *NullablePlmnId) Set(val *PlmnId) + func (v *NullablePlmnId) UnmarshalJSON(src []byte) error + func (v *NullablePlmnId) Unset() + func (v NullablePlmnId) Get() *PlmnId + func (v NullablePlmnId) IsSet() bool + func (v NullablePlmnId) MarshalJSON() ([]byte, error) + type NullablePlmnIdNid struct + func NewNullablePlmnIdNid(val *PlmnIdNid) *NullablePlmnIdNid + func (v *NullablePlmnIdNid) Set(val *PlmnIdNid) + func (v *NullablePlmnIdNid) UnmarshalJSON(src []byte) error + func (v *NullablePlmnIdNid) Unset() + func (v NullablePlmnIdNid) Get() *PlmnIdNid + func (v NullablePlmnIdNid) IsSet() bool + func (v NullablePlmnIdNid) MarshalJSON() ([]byte, error) + type NullableProblemDetails struct + func NewNullableProblemDetails(val *ProblemDetails) *NullableProblemDetails + func (v *NullableProblemDetails) Set(val *ProblemDetails) + func (v *NullableProblemDetails) UnmarshalJSON(src []byte) error + func (v *NullableProblemDetails) Unset() + func (v NullableProblemDetails) Get() *ProblemDetails + func (v NullableProblemDetails) IsSet() bool + func (v NullableProblemDetails) MarshalJSON() ([]byte, error) + type NullableRedirectResponse struct + func NewNullableRedirectResponse(val *RedirectResponse) *NullableRedirectResponse + func (v *NullableRedirectResponse) Set(val *RedirectResponse) + func (v *NullableRedirectResponse) UnmarshalJSON(src []byte) error + func (v *NullableRedirectResponse) Unset() + func (v NullableRedirectResponse) Get() *RedirectResponse + func (v NullableRedirectResponse) IsSet() bool + func (v NullableRedirectResponse) MarshalJSON() ([]byte, error) + type NullableSACEvent struct + func NewNullableSACEvent(val *SACEvent) *NullableSACEvent + func (v *NullableSACEvent) Set(val *SACEvent) + func (v *NullableSACEvent) UnmarshalJSON(src []byte) error + func (v *NullableSACEvent) Unset() + func (v NullableSACEvent) Get() *SACEvent + func (v NullableSACEvent) IsSet() bool + func (v NullableSACEvent) MarshalJSON() ([]byte, error) + type NullableSACEventReport struct + func NewNullableSACEventReport(val *SACEventReport) *NullableSACEventReport + func (v *NullableSACEventReport) Set(val *SACEventReport) + func (v *NullableSACEventReport) UnmarshalJSON(src []byte) error + func (v *NullableSACEventReport) Unset() + func (v NullableSACEventReport) Get() *SACEventReport + func (v NullableSACEventReport) IsSet() bool + func (v NullableSACEventReport) MarshalJSON() ([]byte, error) + type NullableSACEventReportItem struct + func NewNullableSACEventReportItem(val *SACEventReportItem) *NullableSACEventReportItem + func (v *NullableSACEventReportItem) Set(val *SACEventReportItem) + func (v *NullableSACEventReportItem) UnmarshalJSON(src []byte) error + func (v *NullableSACEventReportItem) Unset() + func (v NullableSACEventReportItem) Get() *SACEventReportItem + func (v NullableSACEventReportItem) IsSet() bool + func (v NullableSACEventReportItem) MarshalJSON() ([]byte, error) + type NullableSACEventState struct + func NewNullableSACEventState(val *SACEventState) *NullableSACEventState + func (v *NullableSACEventState) Set(val *SACEventState) + func (v *NullableSACEventState) UnmarshalJSON(src []byte) error + func (v *NullableSACEventState) Unset() + func (v NullableSACEventState) Get() *SACEventState + func (v NullableSACEventState) IsSet() bool + func (v NullableSACEventState) MarshalJSON() ([]byte, error) + type NullableSACEventStatus struct + func NewNullableSACEventStatus(val *SACEventStatus) *NullableSACEventStatus + func (v *NullableSACEventStatus) Set(val *SACEventStatus) + func (v *NullableSACEventStatus) UnmarshalJSON(src []byte) error + func (v *NullableSACEventStatus) Unset() + func (v NullableSACEventStatus) Get() *SACEventStatus + func (v NullableSACEventStatus) IsSet() bool + func (v NullableSACEventStatus) MarshalJSON() ([]byte, error) + type NullableSACEventSubscription struct + func NewNullableSACEventSubscription(val *SACEventSubscription) *NullableSACEventSubscription + func (v *NullableSACEventSubscription) Set(val *SACEventSubscription) + func (v *NullableSACEventSubscription) UnmarshalJSON(src []byte) error + func (v *NullableSACEventSubscription) Unset() + func (v NullableSACEventSubscription) Get() *SACEventSubscription + func (v NullableSACEventSubscription) IsSet() bool + func (v NullableSACEventSubscription) MarshalJSON() ([]byte, error) + type NullableSACEventTrigger struct + func NewNullableSACEventTrigger(val *SACEventTrigger) *NullableSACEventTrigger + func (v *NullableSACEventTrigger) Set(val *SACEventTrigger) + func (v *NullableSACEventTrigger) UnmarshalJSON(src []byte) error + func (v *NullableSACEventTrigger) Unset() + func (v NullableSACEventTrigger) Get() *SACEventTrigger + func (v NullableSACEventTrigger) IsSet() bool + func (v NullableSACEventTrigger) MarshalJSON() ([]byte, error) + type NullableSACEventTriggerAnyOf struct + func NewNullableSACEventTriggerAnyOf(val *SACEventTriggerAnyOf) *NullableSACEventTriggerAnyOf + func (v *NullableSACEventTriggerAnyOf) Set(val *SACEventTriggerAnyOf) + func (v *NullableSACEventTriggerAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableSACEventTriggerAnyOf) Unset() + func (v NullableSACEventTriggerAnyOf) Get() *SACEventTriggerAnyOf + func (v NullableSACEventTriggerAnyOf) IsSet() bool + func (v NullableSACEventTriggerAnyOf) MarshalJSON() ([]byte, error) + type NullableSACEventType struct + func NewNullableSACEventType(val *SACEventType) *NullableSACEventType + func (v *NullableSACEventType) Set(val *SACEventType) + func (v *NullableSACEventType) UnmarshalJSON(src []byte) error + func (v *NullableSACEventType) Unset() + func (v NullableSACEventType) Get() *SACEventType + func (v NullableSACEventType) IsSet() bool + func (v NullableSACEventType) MarshalJSON() ([]byte, error) + type NullableSACEventTypeAnyOf struct + func NewNullableSACEventTypeAnyOf(val *SACEventTypeAnyOf) *NullableSACEventTypeAnyOf + func (v *NullableSACEventTypeAnyOf) Set(val *SACEventTypeAnyOf) + func (v *NullableSACEventTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableSACEventTypeAnyOf) Unset() + func (v NullableSACEventTypeAnyOf) Get() *SACEventTypeAnyOf + func (v NullableSACEventTypeAnyOf) IsSet() bool + func (v NullableSACEventTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableSACInfo struct + func NewNullableSACInfo(val *SACInfo) *NullableSACInfo + func (v *NullableSACInfo) Set(val *SACInfo) + func (v *NullableSACInfo) UnmarshalJSON(src []byte) error + func (v *NullableSACInfo) Unset() + func (v NullableSACInfo) Get() *SACInfo + func (v NullableSACInfo) IsSet() bool + func (v NullableSACInfo) MarshalJSON() ([]byte, error) + type NullableSnssai struct + func NewNullableSnssai(val *Snssai) *NullableSnssai + func (v *NullableSnssai) Set(val *Snssai) + func (v *NullableSnssai) UnmarshalJSON(src []byte) error + func (v *NullableSnssai) Unset() + func (v NullableSnssai) Get() *Snssai + func (v NullableSnssai) IsSet() bool + func (v NullableSnssai) MarshalJSON() ([]byte, error) + type NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type NullableTime struct + func NewNullableTime(val *time.Time) *NullableTime + func (v *NullableTime) Set(val *time.Time) + func (v *NullableTime) UnmarshalJSON(src []byte) error + func (v *NullableTime) Unset() + func (v NullableTime) Get() *time.Time + func (v NullableTime) IsSet() bool + func (v NullableTime) MarshalJSON() ([]byte, error) + type NullableUeACRequestData struct + func NewNullableUeACRequestData(val *UeACRequestData) *NullableUeACRequestData + func (v *NullableUeACRequestData) Set(val *UeACRequestData) + func (v *NullableUeACRequestData) UnmarshalJSON(src []byte) error + func (v *NullableUeACRequestData) Unset() + func (v NullableUeACRequestData) Get() *UeACRequestData + func (v NullableUeACRequestData) IsSet() bool + func (v NullableUeACRequestData) MarshalJSON() ([]byte, error) + type NullableUeACRequestInfo struct + func NewNullableUeACRequestInfo(val *UeACRequestInfo) *NullableUeACRequestInfo + func (v *NullableUeACRequestInfo) Set(val *UeACRequestInfo) + func (v *NullableUeACRequestInfo) UnmarshalJSON(src []byte) error + func (v *NullableUeACRequestInfo) Unset() + func (v NullableUeACRequestInfo) Get() *UeACRequestInfo + func (v NullableUeACRequestInfo) IsSet() bool + func (v NullableUeACRequestInfo) MarshalJSON() ([]byte, error) + type NullableUeACResponseData struct + func NewNullableUeACResponseData(val *UeACResponseData) *NullableUeACResponseData + func (v *NullableUeACResponseData) Set(val *UeACResponseData) + func (v *NullableUeACResponseData) UnmarshalJSON(src []byte) error + func (v *NullableUeACResponseData) Unset() + func (v NullableUeACResponseData) Get() *UeACResponseData + func (v NullableUeACResponseData) IsSet() bool + func (v NullableUeACResponseData) MarshalJSON() ([]byte, error) + type PatchItem struct + From *string + Op PatchOperation + Path string + Value interface{} + func NewPatchItem(op PatchOperation, path string) *PatchItem + func NewPatchItemWithDefaults() *PatchItem + func (o *PatchItem) GetFrom() string + func (o *PatchItem) GetFromOk() (*string, bool) + func (o *PatchItem) GetOp() PatchOperation + func (o *PatchItem) GetOpOk() (*PatchOperation, bool) + func (o *PatchItem) GetPath() string + func (o *PatchItem) GetPathOk() (*string, bool) + func (o *PatchItem) GetValue() interface{} + func (o *PatchItem) GetValueOk() (*interface{}, bool) + func (o *PatchItem) HasFrom() bool + func (o *PatchItem) HasValue() bool + func (o *PatchItem) SetFrom(v string) + func (o *PatchItem) SetOp(v PatchOperation) + func (o *PatchItem) SetPath(v string) + func (o *PatchItem) SetValue(v interface{}) + func (o PatchItem) MarshalJSON() ([]byte, error) + func (o PatchItem) ToMap() (map[string]interface{}, error) + type PatchOperation struct + PatchOperationAnyOf *PatchOperationAnyOf + func (dst *PatchOperation) UnmarshalJSON(data []byte) error + func (src *PatchOperation) MarshalJSON() ([]byte, error) + type PatchOperationAnyOf string + const ADD + const COPY + const MOVE + const REMOVE + const REPLACE + const TEST + func NewPatchOperationAnyOfFromValue(v string) (*PatchOperationAnyOf, error) + func (v *PatchOperationAnyOf) UnmarshalJSON(src []byte) error + func (v PatchOperationAnyOf) IsValid() bool + func (v PatchOperationAnyOf) Ptr() *PatchOperationAnyOf + type PduACRequestData struct + NfId *string + PduACRequestInfo []PduACRequestInfo + PgwFqdn *string + func NewPduACRequestData(pduACRequestInfo []PduACRequestInfo) *PduACRequestData + func NewPduACRequestDataWithDefaults() *PduACRequestData + func (o *PduACRequestData) GetNfId() string + func (o *PduACRequestData) GetNfIdOk() (*string, bool) + func (o *PduACRequestData) GetPduACRequestInfo() []PduACRequestInfo + func (o *PduACRequestData) GetPduACRequestInfoOk() ([]PduACRequestInfo, bool) + func (o *PduACRequestData) GetPgwFqdn() string + func (o *PduACRequestData) GetPgwFqdnOk() (*string, bool) + func (o *PduACRequestData) HasNfId() bool + func (o *PduACRequestData) HasPgwFqdn() bool + func (o *PduACRequestData) SetNfId(v string) + func (o *PduACRequestData) SetPduACRequestInfo(v []PduACRequestInfo) + func (o *PduACRequestData) SetPgwFqdn(v string) + func (o PduACRequestData) MarshalJSON() ([]byte, error) + func (o PduACRequestData) ToMap() (map[string]interface{}, error) + type PduACRequestInfo struct + AcuOperationList []AcuOperationItem + AdditionalAnType *AccessType + AnType AccessType + PduSessionId int32 + Supi string + func NewPduACRequestInfo(supi string, anType AccessType, pduSessionId int32, ...) *PduACRequestInfo + func NewPduACRequestInfoWithDefaults() *PduACRequestInfo + func (o *PduACRequestInfo) GetAcuOperationList() []AcuOperationItem + func (o *PduACRequestInfo) GetAcuOperationListOk() ([]AcuOperationItem, bool) + func (o *PduACRequestInfo) GetAdditionalAnType() AccessType + func (o *PduACRequestInfo) GetAdditionalAnTypeOk() (*AccessType, bool) + func (o *PduACRequestInfo) GetAnType() AccessType + func (o *PduACRequestInfo) GetAnTypeOk() (*AccessType, bool) + func (o *PduACRequestInfo) GetPduSessionId() int32 + func (o *PduACRequestInfo) GetPduSessionIdOk() (*int32, bool) + func (o *PduACRequestInfo) GetSupi() string + func (o *PduACRequestInfo) GetSupiOk() (*string, bool) + func (o *PduACRequestInfo) HasAdditionalAnType() bool + func (o *PduACRequestInfo) SetAcuOperationList(v []AcuOperationItem) + func (o *PduACRequestInfo) SetAdditionalAnType(v AccessType) + func (o *PduACRequestInfo) SetAnType(v AccessType) + func (o *PduACRequestInfo) SetPduSessionId(v int32) + func (o *PduACRequestInfo) SetSupi(v string) + func (o PduACRequestInfo) MarshalJSON() ([]byte, error) + func (o PduACRequestInfo) ToMap() (map[string]interface{}, error) + type PduACResponseData struct + AcuFailureList *map[string][]AcuFailureItem + func NewPduACResponseData() *PduACResponseData + func NewPduACResponseDataWithDefaults() *PduACResponseData + func (o *PduACResponseData) GetAcuFailureList() map[string][]AcuFailureItem + func (o *PduACResponseData) GetAcuFailureListOk() (*map[string][]AcuFailureItem, bool) + func (o *PduACResponseData) HasAcuFailureList() bool + func (o *PduACResponseData) SetAcuFailureList(v map[string][]AcuFailureItem) + func (o PduACResponseData) MarshalJSON() ([]byte, error) + func (o PduACResponseData) ToMap() (map[string]interface{}, error) + type PlmnId struct + Mcc string + Mnc string + func NewPlmnId(mcc string, mnc string) *PlmnId + func NewPlmnIdWithDefaults() *PlmnId + func (o *PlmnId) GetMcc() string + func (o *PlmnId) GetMccOk() (*string, bool) + func (o *PlmnId) GetMnc() string + func (o *PlmnId) GetMncOk() (*string, bool) + func (o *PlmnId) SetMcc(v string) + func (o *PlmnId) SetMnc(v string) + func (o PlmnId) MarshalJSON() ([]byte, error) + func (o PlmnId) ToMap() (map[string]interface{}, error) + type PlmnIdNid struct + Mcc string + Mnc string + Nid *string + func NewPlmnIdNid(mcc string, mnc string) *PlmnIdNid + func NewPlmnIdNidWithDefaults() *PlmnIdNid + func (o *PlmnIdNid) GetMcc() string + func (o *PlmnIdNid) GetMccOk() (*string, bool) + func (o *PlmnIdNid) GetMnc() string + func (o *PlmnIdNid) GetMncOk() (*string, bool) + func (o *PlmnIdNid) GetNid() string + func (o *PlmnIdNid) GetNidOk() (*string, bool) + func (o *PlmnIdNid) HasNid() bool + func (o *PlmnIdNid) SetMcc(v string) + func (o *PlmnIdNid) SetMnc(v string) + func (o *PlmnIdNid) SetNid(v string) + func (o PlmnIdNid) MarshalJSON() ([]byte, error) + func (o PlmnIdNid) ToMap() (map[string]interface{}, error) + type ProblemDetails struct + AccessTokenError *AccessTokenErr + AccessTokenRequest *AccessTokenReq + Cause *string + Detail *string + Instance *string + InvalidParams []InvalidParam + NrfId *string + Status *int32 + SupportedApiVersions []string + SupportedFeatures *string + Title *string + Type *string + func NewProblemDetails() *ProblemDetails + func NewProblemDetailsWithDefaults() *ProblemDetails + func (o *ProblemDetails) GetAccessTokenError() AccessTokenErr + func (o *ProblemDetails) GetAccessTokenErrorOk() (*AccessTokenErr, bool) + func (o *ProblemDetails) GetAccessTokenRequest() AccessTokenReq + func (o *ProblemDetails) GetAccessTokenRequestOk() (*AccessTokenReq, bool) + func (o *ProblemDetails) GetCause() string + func (o *ProblemDetails) GetCauseOk() (*string, bool) + func (o *ProblemDetails) GetDetail() string + func (o *ProblemDetails) GetDetailOk() (*string, bool) + func (o *ProblemDetails) GetInstance() string + func (o *ProblemDetails) GetInstanceOk() (*string, bool) + func (o *ProblemDetails) GetInvalidParams() []InvalidParam + func (o *ProblemDetails) GetInvalidParamsOk() ([]InvalidParam, bool) + func (o *ProblemDetails) GetNrfId() string + func (o *ProblemDetails) GetNrfIdOk() (*string, bool) + func (o *ProblemDetails) GetStatus() int32 + func (o *ProblemDetails) GetStatusOk() (*int32, bool) + func (o *ProblemDetails) GetSupportedApiVersions() []string + func (o *ProblemDetails) GetSupportedApiVersionsOk() ([]string, bool) + func (o *ProblemDetails) GetSupportedFeatures() string + func (o *ProblemDetails) GetSupportedFeaturesOk() (*string, bool) + func (o *ProblemDetails) GetTitle() string + func (o *ProblemDetails) GetTitleOk() (*string, bool) + func (o *ProblemDetails) GetType() string + func (o *ProblemDetails) GetTypeOk() (*string, bool) + func (o *ProblemDetails) HasAccessTokenError() bool + func (o *ProblemDetails) HasAccessTokenRequest() bool + func (o *ProblemDetails) HasCause() bool + func (o *ProblemDetails) HasDetail() bool + func (o *ProblemDetails) HasInstance() bool + func (o *ProblemDetails) HasInvalidParams() bool + func (o *ProblemDetails) HasNrfId() bool + func (o *ProblemDetails) HasStatus() bool + func (o *ProblemDetails) HasSupportedApiVersions() bool + func (o *ProblemDetails) HasSupportedFeatures() bool + func (o *ProblemDetails) HasTitle() bool + func (o *ProblemDetails) HasType() bool + func (o *ProblemDetails) SetAccessTokenError(v AccessTokenErr) + func (o *ProblemDetails) SetAccessTokenRequest(v AccessTokenReq) + func (o *ProblemDetails) SetCause(v string) + func (o *ProblemDetails) SetDetail(v string) + func (o *ProblemDetails) SetInstance(v string) + func (o *ProblemDetails) SetInvalidParams(v []InvalidParam) + func (o *ProblemDetails) SetNrfId(v string) + func (o *ProblemDetails) SetStatus(v int32) + func (o *ProblemDetails) SetSupportedApiVersions(v []string) + func (o *ProblemDetails) SetSupportedFeatures(v string) + func (o *ProblemDetails) SetTitle(v string) + func (o *ProblemDetails) SetType(v string) + func (o ProblemDetails) MarshalJSON() ([]byte, error) + func (o ProblemDetails) ToMap() (map[string]interface{}, error) + type RedirectResponse struct + Cause *string + TargetScp *string + TargetSepp *string + func NewRedirectResponse() *RedirectResponse + func NewRedirectResponseWithDefaults() *RedirectResponse + func (o *RedirectResponse) GetCause() string + func (o *RedirectResponse) GetCauseOk() (*string, bool) + func (o *RedirectResponse) GetTargetScp() string + func (o *RedirectResponse) GetTargetScpOk() (*string, bool) + func (o *RedirectResponse) GetTargetSepp() string + func (o *RedirectResponse) GetTargetSeppOk() (*string, bool) + func (o *RedirectResponse) HasCause() bool + func (o *RedirectResponse) HasTargetScp() bool + func (o *RedirectResponse) HasTargetSepp() bool + func (o *RedirectResponse) SetCause(v string) + func (o *RedirectResponse) SetTargetScp(v string) + func (o *RedirectResponse) SetTargetSepp(v string) + func (o RedirectResponse) MarshalJSON() ([]byte, error) + func (o RedirectResponse) ToMap() (map[string]interface{}, error) + type SACEvent struct + EventFilter []Snssai + EventTrigger *SACEventTrigger + EventType SACEventType + ImmediateFlag *bool + NotifThreshold *SACInfo + NotificationPeriod *int32 + func NewSACEvent(eventType SACEventType, eventFilter []Snssai) *SACEvent + func NewSACEventWithDefaults() *SACEvent + func (o *SACEvent) GetEventFilter() []Snssai + func (o *SACEvent) GetEventFilterOk() ([]Snssai, bool) + func (o *SACEvent) GetEventTrigger() SACEventTrigger + func (o *SACEvent) GetEventTriggerOk() (*SACEventTrigger, bool) + func (o *SACEvent) GetEventType() SACEventType + func (o *SACEvent) GetEventTypeOk() (*SACEventType, bool) + func (o *SACEvent) GetImmediateFlag() bool + func (o *SACEvent) GetImmediateFlagOk() (*bool, bool) + func (o *SACEvent) GetNotifThreshold() SACInfo + func (o *SACEvent) GetNotifThresholdOk() (*SACInfo, bool) + func (o *SACEvent) GetNotificationPeriod() int32 + func (o *SACEvent) GetNotificationPeriodOk() (*int32, bool) + func (o *SACEvent) HasEventTrigger() bool + func (o *SACEvent) HasImmediateFlag() bool + func (o *SACEvent) HasNotifThreshold() bool + func (o *SACEvent) HasNotificationPeriod() bool + func (o *SACEvent) SetEventFilter(v []Snssai) + func (o *SACEvent) SetEventTrigger(v SACEventTrigger) + func (o *SACEvent) SetEventType(v SACEventType) + func (o *SACEvent) SetImmediateFlag(v bool) + func (o *SACEvent) SetNotifThreshold(v SACInfo) + func (o *SACEvent) SetNotificationPeriod(v int32) + func (o SACEvent) MarshalJSON() ([]byte, error) + func (o SACEvent) ToMap() (map[string]interface{}, error) + type SACEventReport struct + NotifyCorrelationId *string + Report SACEventReportItem + func NewSACEventReport(report SACEventReportItem) *SACEventReport + func NewSACEventReportWithDefaults() *SACEventReport + func (o *SACEventReport) GetNotifyCorrelationId() string + func (o *SACEventReport) GetNotifyCorrelationIdOk() (*string, bool) + func (o *SACEventReport) GetReport() SACEventReportItem + func (o *SACEventReport) GetReportOk() (*SACEventReportItem, bool) + func (o *SACEventReport) HasNotifyCorrelationId() bool + func (o *SACEventReport) SetNotifyCorrelationId(v string) + func (o *SACEventReport) SetReport(v SACEventReportItem) + func (o SACEventReport) MarshalJSON() ([]byte, error) + func (o SACEventReport) ToMap() (map[string]interface{}, error) + type SACEventReportItem struct + EventFilter Snssai + EventState SACEventState + EventType SACEventType + SliceStautsInfo *SACEventStatus + TimeStamp time.Time + func NewSACEventReportItem(eventType SACEventType, eventState SACEventState, timeStamp time.Time, ...) *SACEventReportItem + func NewSACEventReportItemWithDefaults() *SACEventReportItem + func (o *SACEventReportItem) GetEventFilter() Snssai + func (o *SACEventReportItem) GetEventFilterOk() (*Snssai, bool) + func (o *SACEventReportItem) GetEventState() SACEventState + func (o *SACEventReportItem) GetEventStateOk() (*SACEventState, bool) + func (o *SACEventReportItem) GetEventType() SACEventType + func (o *SACEventReportItem) GetEventTypeOk() (*SACEventType, bool) + func (o *SACEventReportItem) GetSliceStautsInfo() SACEventStatus + func (o *SACEventReportItem) GetSliceStautsInfoOk() (*SACEventStatus, bool) + func (o *SACEventReportItem) GetTimeStamp() time.Time + func (o *SACEventReportItem) GetTimeStampOk() (*time.Time, bool) + func (o *SACEventReportItem) HasSliceStautsInfo() bool + func (o *SACEventReportItem) SetEventFilter(v Snssai) + func (o *SACEventReportItem) SetEventState(v SACEventState) + func (o *SACEventReportItem) SetEventType(v SACEventType) + func (o *SACEventReportItem) SetSliceStautsInfo(v SACEventStatus) + func (o *SACEventReportItem) SetTimeStamp(v time.Time) + func (o SACEventReportItem) MarshalJSON() ([]byte, error) + func (o SACEventReportItem) ToMap() (map[string]interface{}, error) + type SACEventState struct + Active bool + RemainDuration *int32 + RemainReports *int32 + func NewSACEventState(active bool) *SACEventState + func NewSACEventStateWithDefaults() *SACEventState + func (o *SACEventState) GetActive() bool + func (o *SACEventState) GetActiveOk() (*bool, bool) + func (o *SACEventState) GetRemainDuration() int32 + func (o *SACEventState) GetRemainDurationOk() (*int32, bool) + func (o *SACEventState) GetRemainReports() int32 + func (o *SACEventState) GetRemainReportsOk() (*int32, bool) + func (o *SACEventState) HasRemainDuration() bool + func (o *SACEventState) HasRemainReports() bool + func (o *SACEventState) SetActive(v bool) + func (o *SACEventState) SetRemainDuration(v int32) + func (o *SACEventState) SetRemainReports(v int32) + func (o SACEventState) MarshalJSON() ([]byte, error) + func (o SACEventState) ToMap() (map[string]interface{}, error) + type SACEventStatus struct + ReachedNumPduSess *SACInfo + ReachedNumUes *SACInfo + func NewSACEventStatus() *SACEventStatus + func NewSACEventStatusWithDefaults() *SACEventStatus + func (o *SACEventStatus) GetReachedNumPduSess() SACInfo + func (o *SACEventStatus) GetReachedNumPduSessOk() (*SACInfo, bool) + func (o *SACEventStatus) GetReachedNumUes() SACInfo + func (o *SACEventStatus) GetReachedNumUesOk() (*SACInfo, bool) + func (o *SACEventStatus) HasReachedNumPduSess() bool + func (o *SACEventStatus) HasReachedNumUes() bool + func (o *SACEventStatus) SetReachedNumPduSess(v SACInfo) + func (o *SACEventStatus) SetReachedNumUes(v SACInfo) + func (o SACEventStatus) MarshalJSON() ([]byte, error) + func (o SACEventStatus) ToMap() (map[string]interface{}, error) + type SACEventSubscription struct + Event SACEvent + EventNotifyUri string + Expiry *time.Time + MaxReports *int32 + NfId string + NotifyCorrelationId *string + SupportedFeatures *string + func NewSACEventSubscription(event SACEvent, eventNotifyUri string, nfId string) *SACEventSubscription + func NewSACEventSubscriptionWithDefaults() *SACEventSubscription + func (o *SACEventSubscription) GetEvent() SACEvent + func (o *SACEventSubscription) GetEventNotifyUri() string + func (o *SACEventSubscription) GetEventNotifyUriOk() (*string, bool) + func (o *SACEventSubscription) GetEventOk() (*SACEvent, bool) + func (o *SACEventSubscription) GetExpiry() time.Time + func (o *SACEventSubscription) GetExpiryOk() (*time.Time, bool) + func (o *SACEventSubscription) GetMaxReports() int32 + func (o *SACEventSubscription) GetMaxReportsOk() (*int32, bool) + func (o *SACEventSubscription) GetNfId() string + func (o *SACEventSubscription) GetNfIdOk() (*string, bool) + func (o *SACEventSubscription) GetNotifyCorrelationId() string + func (o *SACEventSubscription) GetNotifyCorrelationIdOk() (*string, bool) + func (o *SACEventSubscription) GetSupportedFeatures() string + func (o *SACEventSubscription) GetSupportedFeaturesOk() (*string, bool) + func (o *SACEventSubscription) HasExpiry() bool + func (o *SACEventSubscription) HasMaxReports() bool + func (o *SACEventSubscription) HasNotifyCorrelationId() bool + func (o *SACEventSubscription) HasSupportedFeatures() bool + func (o *SACEventSubscription) SetEvent(v SACEvent) + func (o *SACEventSubscription) SetEventNotifyUri(v string) + func (o *SACEventSubscription) SetExpiry(v time.Time) + func (o *SACEventSubscription) SetMaxReports(v int32) + func (o *SACEventSubscription) SetNfId(v string) + func (o *SACEventSubscription) SetNotifyCorrelationId(v string) + func (o *SACEventSubscription) SetSupportedFeatures(v string) + func (o SACEventSubscription) MarshalJSON() ([]byte, error) + func (o SACEventSubscription) ToMap() (map[string]interface{}, error) + type SACEventTrigger struct + SACEventTriggerAnyOf *SACEventTriggerAnyOf + func (dst *SACEventTrigger) UnmarshalJSON(data []byte) error + func (src *SACEventTrigger) MarshalJSON() ([]byte, error) + type SACEventTriggerAnyOf string + const PERIODIC + const THRESHOLD + func NewSACEventTriggerAnyOfFromValue(v string) (*SACEventTriggerAnyOf, error) + func (v *SACEventTriggerAnyOf) UnmarshalJSON(src []byte) error + func (v SACEventTriggerAnyOf) IsValid() bool + func (v SACEventTriggerAnyOf) Ptr() *SACEventTriggerAnyOf + type SACEventType struct + SACEventTypeAnyOf *SACEventTypeAnyOf + func (dst *SACEventType) UnmarshalJSON(data []byte) error + func (src *SACEventType) MarshalJSON() ([]byte, error) + type SACEventTypeAnyOf string + const ESTD_PDU_SESSIONS + const REGD_UES + func NewSACEventTypeAnyOfFromValue(v string) (*SACEventTypeAnyOf, error) + func (v *SACEventTypeAnyOf) UnmarshalJSON(src []byte) error + func (v SACEventTypeAnyOf) IsValid() bool + func (v SACEventTypeAnyOf) Ptr() *SACEventTypeAnyOf + type SACInfo struct + NumericValNumPduSess *int32 + NumericValNumUes *int32 + PercValueNumPduSess *int32 + PercValueNumUes *int32 + func NewSACInfo() *SACInfo + func NewSACInfoWithDefaults() *SACInfo + func (o *SACInfo) GetNumericValNumPduSess() int32 + func (o *SACInfo) GetNumericValNumPduSessOk() (*int32, bool) + func (o *SACInfo) GetNumericValNumUes() int32 + func (o *SACInfo) GetNumericValNumUesOk() (*int32, bool) + func (o *SACInfo) GetPercValueNumPduSess() int32 + func (o *SACInfo) GetPercValueNumPduSessOk() (*int32, bool) + func (o *SACInfo) GetPercValueNumUes() int32 + func (o *SACInfo) GetPercValueNumUesOk() (*int32, bool) + func (o *SACInfo) HasNumericValNumPduSess() bool + func (o *SACInfo) HasNumericValNumUes() bool + func (o *SACInfo) HasPercValueNumPduSess() bool + func (o *SACInfo) HasPercValueNumUes() bool + func (o *SACInfo) SetNumericValNumPduSess(v int32) + func (o *SACInfo) SetNumericValNumUes(v int32) + func (o *SACInfo) SetPercValueNumPduSess(v int32) + func (o *SACInfo) SetPercValueNumUes(v int32) + func (o SACInfo) MarshalJSON() ([]byte, error) + func (o SACInfo) ToMap() (map[string]interface{}, error) + type ServerConfiguration struct + Description string + URL string + Variables map[string]ServerVariable + type ServerConfigurations []ServerConfiguration + func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error) + type ServerVariable struct + DefaultValue string + Description string + EnumValues []string + type SliceCollectionApiService service + func (a *SliceCollectionApiService) NumOfPDUsUpdate(ctx context.Context) ApiNumOfPDUsUpdateRequest + func (a *SliceCollectionApiService) NumOfPDUsUpdateExecute(r ApiNumOfPDUsUpdateRequest) (*PduACResponseData, *http.Response, error) + func (a *SliceCollectionApiService) NumOfUEsUpdate(ctx context.Context) ApiNumOfUEsUpdateRequest + func (a *SliceCollectionApiService) NumOfUEsUpdateExecute(r ApiNumOfUEsUpdateRequest) (*UeACResponseData, *http.Response, error) + type Snssai struct + Sd *string + Sst int32 + func NewSnssai(sst int32) *Snssai + func NewSnssaiWithDefaults() *Snssai + func (o *Snssai) GetSd() string + func (o *Snssai) GetSdOk() (*string, bool) + func (o *Snssai) GetSst() int32 + func (o *Snssai) GetSstOk() (*int32, bool) + func (o *Snssai) HasSd() bool + func (o *Snssai) SetSd(v string) + func (o *Snssai) SetSst(v int32) + func (o Snssai) MarshalJSON() ([]byte, error) + func (o Snssai) ToMap() (map[string]interface{}, error) + type SubscriptionsCollectionCollectionApiService service + func (a *SubscriptionsCollectionCollectionApiService) CreateSubscription(ctx context.Context) ApiCreateSubscriptionRequest + func (a *SubscriptionsCollectionCollectionApiService) CreateSubscriptionExecute(r ApiCreateSubscriptionRequest) (*CreatedSACEventSubscription, *http.Response, error) + type UeACRequestData struct + EacNotificationUri *string + NfId string + NfType *NFType + UeACRequestInfo []UeACRequestInfo + func NewUeACRequestData(ueACRequestInfo []UeACRequestInfo, nfId string) *UeACRequestData + func NewUeACRequestDataWithDefaults() *UeACRequestData + func (o *UeACRequestData) GetEacNotificationUri() string + func (o *UeACRequestData) GetEacNotificationUriOk() (*string, bool) + func (o *UeACRequestData) GetNfId() string + func (o *UeACRequestData) GetNfIdOk() (*string, bool) + func (o *UeACRequestData) GetNfType() NFType + func (o *UeACRequestData) GetNfTypeOk() (*NFType, bool) + func (o *UeACRequestData) GetUeACRequestInfo() []UeACRequestInfo + func (o *UeACRequestData) GetUeACRequestInfoOk() ([]UeACRequestInfo, bool) + func (o *UeACRequestData) HasEacNotificationUri() bool + func (o *UeACRequestData) HasNfType() bool + func (o *UeACRequestData) SetEacNotificationUri(v string) + func (o *UeACRequestData) SetNfId(v string) + func (o *UeACRequestData) SetNfType(v NFType) + func (o *UeACRequestData) SetUeACRequestInfo(v []UeACRequestInfo) + func (o UeACRequestData) MarshalJSON() ([]byte, error) + func (o UeACRequestData) ToMap() (map[string]interface{}, error) + type UeACRequestInfo struct + AcuOperationList []AcuOperationItem + AdditionalAnType *AccessType + AnType AccessType + Supi string + func NewUeACRequestInfo(supi string, anType AccessType, acuOperationList []AcuOperationItem) *UeACRequestInfo + func NewUeACRequestInfoWithDefaults() *UeACRequestInfo + func (o *UeACRequestInfo) GetAcuOperationList() []AcuOperationItem + func (o *UeACRequestInfo) GetAcuOperationListOk() ([]AcuOperationItem, bool) + func (o *UeACRequestInfo) GetAdditionalAnType() AccessType + func (o *UeACRequestInfo) GetAdditionalAnTypeOk() (*AccessType, bool) + func (o *UeACRequestInfo) GetAnType() AccessType + func (o *UeACRequestInfo) GetAnTypeOk() (*AccessType, bool) + func (o *UeACRequestInfo) GetSupi() string + func (o *UeACRequestInfo) GetSupiOk() (*string, bool) + func (o *UeACRequestInfo) HasAdditionalAnType() bool + func (o *UeACRequestInfo) SetAcuOperationList(v []AcuOperationItem) + func (o *UeACRequestInfo) SetAdditionalAnType(v AccessType) + func (o *UeACRequestInfo) SetAnType(v AccessType) + func (o *UeACRequestInfo) SetSupi(v string) + func (o UeACRequestInfo) MarshalJSON() ([]byte, error) + func (o UeACRequestInfo) ToMap() (map[string]interface{}, error) + type UeACResponseData struct + AcuFailureList *map[string][]AcuFailureItem + func NewUeACResponseData() *UeACResponseData + func NewUeACResponseDataWithDefaults() *UeACResponseData + func (o *UeACResponseData) GetAcuFailureList() map[string][]AcuFailureItem + func (o *UeACResponseData) GetAcuFailureListOk() (*map[string][]AcuFailureItem, bool) + func (o *UeACResponseData) HasAcuFailureList() bool + func (o *UeACResponseData) SetAcuFailureList(v map[string][]AcuFailureItem) + func (o UeACResponseData) MarshalJSON() ([]byte, error) + func (o UeACResponseData) ToMap() (map[string]interface{}, error)