Versions in this module Expand all Collapse all v1 v1.18.2 Apr 9, 2023 Changes in this version + func IsNil(i interface{}) bool v1.18.1 Apr 8, 2023 Changes in this version + var AllowedMatchingOperatorAnyOfEnumValues = []MatchingOperatorAnyOf + var AllowedNFTypeAnyOfEnumValues = []NFTypeAnyOf + 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 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 + EASDeploymentInformationCollectionApi *EASDeploymentInformationCollectionApiService + EASDeploymentInformationRemovalApi *EASDeploymentInformationRemovalApiService + IndividualEASDeploymentInformationApi *IndividualEASDeploymentInformationApiService + 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 ApiCreateAnDeploymentRequest struct + ApiService *EASDeploymentInformationCollectionApiService + func (r ApiCreateAnDeploymentRequest) EasDeployInfo(easDeployInfo EasDeployInfo) ApiCreateAnDeploymentRequest + func (r ApiCreateAnDeploymentRequest) Execute() (*EasDeployInfo, *http.Response, error) + type ApiDeleteAnDeploymentRequest struct + ApiService *IndividualEASDeploymentInformationApiService + func (r ApiDeleteAnDeploymentRequest) Execute() (*http.Response, error) + type ApiDeleteEDIsRequest struct + ApiService *EASDeploymentInformationRemovalApiService + func (r ApiDeleteEDIsRequest) EdiDeleteCriteria(ediDeleteCriteria EdiDeleteCriteria) ApiDeleteEDIsRequest + func (r ApiDeleteEDIsRequest) Execute() (*http.Response, error) + type ApiFullyUpdateAnDeploymentRequest struct + ApiService *IndividualEASDeploymentInformationApiService + func (r ApiFullyUpdateAnDeploymentRequest) EasDeployInfo(easDeployInfo EasDeployInfo) ApiFullyUpdateAnDeploymentRequest + func (r ApiFullyUpdateAnDeploymentRequest) Execute() (*EasDeployInfo, *http.Response, error) + type ApiReadAllDeploymentRequest struct + ApiService *EASDeploymentInformationCollectionApiService + func (r ApiReadAllDeploymentRequest) Execute() ([]EasDeployInfo, *http.Response, error) + type ApiReadAnDeploymentRequest struct + ApiService *IndividualEASDeploymentInformationApiService + func (r ApiReadAnDeploymentRequest) Execute() (*EasDeployInfo, *http.Response, error) + 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 DnaiInformation struct + Interface *interface{} + func (dst *DnaiInformation) UnmarshalJSON(data []byte) error + func (src *DnaiInformation) MarshalJSON() ([]byte, error) + type DnnSnssaiInformation struct + Dnn *string + Snssai *Snssai + func NewDnnSnssaiInformation() *DnnSnssaiInformation + func NewDnnSnssaiInformationWithDefaults() *DnnSnssaiInformation + func (o *DnnSnssaiInformation) GetDnn() string + func (o *DnnSnssaiInformation) GetDnnOk() (*string, bool) + func (o *DnnSnssaiInformation) GetSnssai() Snssai + func (o *DnnSnssaiInformation) GetSnssaiOk() (*Snssai, bool) + func (o *DnnSnssaiInformation) HasDnn() bool + func (o *DnnSnssaiInformation) HasSnssai() bool + func (o *DnnSnssaiInformation) SetDnn(v string) + func (o *DnnSnssaiInformation) SetSnssai(v Snssai) + func (o DnnSnssaiInformation) MarshalJSON() ([]byte, error) + func (o DnnSnssaiInformation) ToMap() (map[string]interface{}, error) + type DnsServerIdentifier struct + DnsServIpAddr IpAddr + PortNumber int32 + func NewDnsServerIdentifier(dnsServIpAddr IpAddr, portNumber int32) *DnsServerIdentifier + func NewDnsServerIdentifierWithDefaults() *DnsServerIdentifier + func (o *DnsServerIdentifier) GetDnsServIpAddr() IpAddr + func (o *DnsServerIdentifier) GetDnsServIpAddrOk() (*IpAddr, bool) + func (o *DnsServerIdentifier) GetPortNumber() int32 + func (o *DnsServerIdentifier) GetPortNumberOk() (*int32, bool) + func (o *DnsServerIdentifier) SetDnsServIpAddr(v IpAddr) + func (o *DnsServerIdentifier) SetPortNumber(v int32) + func (o DnsServerIdentifier) MarshalJSON() ([]byte, error) + func (o DnsServerIdentifier) ToMap() (map[string]interface{}, error) + type EASDeploymentInformationCollectionApiService service + func (a *EASDeploymentInformationCollectionApiService) CreateAnDeployment(ctx context.Context, afId string) ApiCreateAnDeploymentRequest + func (a *EASDeploymentInformationCollectionApiService) CreateAnDeploymentExecute(r ApiCreateAnDeploymentRequest) (*EasDeployInfo, *http.Response, error) + func (a *EASDeploymentInformationCollectionApiService) ReadAllDeployment(ctx context.Context, afId string) ApiReadAllDeploymentRequest + func (a *EASDeploymentInformationCollectionApiService) ReadAllDeploymentExecute(r ApiReadAllDeploymentRequest) ([]EasDeployInfo, *http.Response, error) + type EASDeploymentInformationRemovalApiService service + func (a *EASDeploymentInformationRemovalApiService) DeleteEDIs(ctx context.Context) ApiDeleteEDIsRequest + func (a *EASDeploymentInformationRemovalApiService) DeleteEDIsExecute(r ApiDeleteEDIsRequest) (*http.Response, error) + type EasDeployInfo struct + AfServiceId *string + AppId *string + DnaiInfos *map[string]DnaiInformation + Dnn *string + ExternalGroupId *string + FqdnPatternList []FqdnPatternMatchingRule + Self *string + Snssai *Snssai + func NewEasDeployInfo(fqdnPatternList []FqdnPatternMatchingRule) *EasDeployInfo + func NewEasDeployInfoWithDefaults() *EasDeployInfo + func (o *EasDeployInfo) GetAfServiceId() string + func (o *EasDeployInfo) GetAfServiceIdOk() (*string, bool) + func (o *EasDeployInfo) GetAppId() string + func (o *EasDeployInfo) GetAppIdOk() (*string, bool) + func (o *EasDeployInfo) GetDnaiInfos() map[string]DnaiInformation + func (o *EasDeployInfo) GetDnaiInfosOk() (*map[string]DnaiInformation, bool) + func (o *EasDeployInfo) GetDnn() string + func (o *EasDeployInfo) GetDnnOk() (*string, bool) + func (o *EasDeployInfo) GetExternalGroupId() string + func (o *EasDeployInfo) GetExternalGroupIdOk() (*string, bool) + func (o *EasDeployInfo) GetFqdnPatternList() []FqdnPatternMatchingRule + func (o *EasDeployInfo) GetFqdnPatternListOk() ([]FqdnPatternMatchingRule, bool) + func (o *EasDeployInfo) GetSelf() string + func (o *EasDeployInfo) GetSelfOk() (*string, bool) + func (o *EasDeployInfo) GetSnssai() Snssai + func (o *EasDeployInfo) GetSnssaiOk() (*Snssai, bool) + func (o *EasDeployInfo) HasAfServiceId() bool + func (o *EasDeployInfo) HasAppId() bool + func (o *EasDeployInfo) HasDnaiInfos() bool + func (o *EasDeployInfo) HasDnn() bool + func (o *EasDeployInfo) HasExternalGroupId() bool + func (o *EasDeployInfo) HasSelf() bool + func (o *EasDeployInfo) HasSnssai() bool + func (o *EasDeployInfo) SetAfServiceId(v string) + func (o *EasDeployInfo) SetAppId(v string) + func (o *EasDeployInfo) SetDnaiInfos(v map[string]DnaiInformation) + func (o *EasDeployInfo) SetDnn(v string) + func (o *EasDeployInfo) SetExternalGroupId(v string) + func (o *EasDeployInfo) SetFqdnPatternList(v []FqdnPatternMatchingRule) + func (o *EasDeployInfo) SetSelf(v string) + func (o *EasDeployInfo) SetSnssai(v Snssai) + func (o EasDeployInfo) MarshalJSON() ([]byte, error) + func (o EasDeployInfo) ToMap() (map[string]interface{}, error) + type EdiDeleteCriteria struct + Interface *interface{} + func (dst *EdiDeleteCriteria) UnmarshalJSON(data []byte) error + func (src *EdiDeleteCriteria) MarshalJSON() ([]byte, error) + type FqdnPatternMatchingRule struct + Interface *interface{} + func InterfaceAsFqdnPatternMatchingRule(v *interface{}) FqdnPatternMatchingRule + func (dst *FqdnPatternMatchingRule) UnmarshalJSON(data []byte) error + func (obj *FqdnPatternMatchingRule) GetActualInstance() interface{} + func (src FqdnPatternMatchingRule) MarshalJSON() ([]byte, error) + type GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type IndividualEASDeploymentInformationApiService service + func (a *IndividualEASDeploymentInformationApiService) DeleteAnDeployment(ctx context.Context, afId string, easDeployInfoId string) ApiDeleteAnDeploymentRequest + func (a *IndividualEASDeploymentInformationApiService) DeleteAnDeploymentExecute(r ApiDeleteAnDeploymentRequest) (*http.Response, error) + func (a *IndividualEASDeploymentInformationApiService) FullyUpdateAnDeployment(ctx context.Context, afId string, easDeployInfoId string) ApiFullyUpdateAnDeploymentRequest + func (a *IndividualEASDeploymentInformationApiService) FullyUpdateAnDeploymentExecute(r ApiFullyUpdateAnDeploymentRequest) (*EasDeployInfo, *http.Response, error) + func (a *IndividualEASDeploymentInformationApiService) ReadAnDeployment(ctx context.Context, afId string, easDeployInfoId string) ApiReadAnDeploymentRequest + func (a *IndividualEASDeploymentInformationApiService) ReadAnDeploymentExecute(r ApiReadAnDeploymentRequest) (*EasDeployInfo, *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 InvalidParam1 struct + Param string + Reason *string + func NewInvalidParam1(param string) *InvalidParam1 + func NewInvalidParam1WithDefaults() *InvalidParam1 + func (o *InvalidParam1) GetParam() string + func (o *InvalidParam1) GetParamOk() (*string, bool) + func (o *InvalidParam1) GetReason() string + func (o *InvalidParam1) GetReasonOk() (*string, bool) + func (o *InvalidParam1) HasReason() bool + func (o *InvalidParam1) SetParam(v string) + func (o *InvalidParam1) SetReason(v string) + func (o InvalidParam1) MarshalJSON() ([]byte, error) + func (o InvalidParam1) ToMap() (map[string]interface{}, error) + type IpAddr struct + Interface *interface{} + func InterfaceAsIpAddr(v *interface{}) IpAddr + func (dst *IpAddr) UnmarshalJSON(data []byte) error + func (obj *IpAddr) GetActualInstance() interface{} + func (src IpAddr) MarshalJSON() ([]byte, error) + type Ipv6Addr struct + func NewIpv6Addr() *Ipv6Addr + func NewIpv6AddrWithDefaults() *Ipv6Addr + func (o Ipv6Addr) MarshalJSON() ([]byte, error) + func (o Ipv6Addr) ToMap() (map[string]interface{}, error) + type Ipv6Prefix struct + func NewIpv6Prefix() *Ipv6Prefix + func NewIpv6PrefixWithDefaults() *Ipv6Prefix + func (o Ipv6Prefix) MarshalJSON() ([]byte, error) + func (o Ipv6Prefix) ToMap() (map[string]interface{}, error) + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type MatchingOperator struct + MatchingOperatorAnyOf *MatchingOperatorAnyOf + String *string + func (dst *MatchingOperator) UnmarshalJSON(data []byte) error + func (src *MatchingOperator) MarshalJSON() ([]byte, error) + type MatchingOperatorAnyOf string + const CONTAINS + const ENDS_WITH + const FULL_MATCH + const MATCH_ALL + const NOT_CONTAIN + const NOT_END_WITH + const NOT_START_WITH + const STARTS_WITH + func NewMatchingOperatorAnyOfFromValue(v string) (*MatchingOperatorAnyOf, error) + func (v *MatchingOperatorAnyOf) UnmarshalJSON(src []byte) error + func (v MatchingOperatorAnyOf) IsValid() bool + func (v MatchingOperatorAnyOf) Ptr() *MatchingOperatorAnyOf + type NFType struct + NFTypeAnyOf *NFTypeAnyOf + String *string + 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 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 NullableDnaiInformation struct + func NewNullableDnaiInformation(val *DnaiInformation) *NullableDnaiInformation + func (v *NullableDnaiInformation) Set(val *DnaiInformation) + func (v *NullableDnaiInformation) UnmarshalJSON(src []byte) error + func (v *NullableDnaiInformation) Unset() + func (v NullableDnaiInformation) Get() *DnaiInformation + func (v NullableDnaiInformation) IsSet() bool + func (v NullableDnaiInformation) MarshalJSON() ([]byte, error) + type NullableDnnSnssaiInformation struct + func NewNullableDnnSnssaiInformation(val *DnnSnssaiInformation) *NullableDnnSnssaiInformation + func (v *NullableDnnSnssaiInformation) Set(val *DnnSnssaiInformation) + func (v *NullableDnnSnssaiInformation) UnmarshalJSON(src []byte) error + func (v *NullableDnnSnssaiInformation) Unset() + func (v NullableDnnSnssaiInformation) Get() *DnnSnssaiInformation + func (v NullableDnnSnssaiInformation) IsSet() bool + func (v NullableDnnSnssaiInformation) MarshalJSON() ([]byte, error) + type NullableDnsServerIdentifier struct + func NewNullableDnsServerIdentifier(val *DnsServerIdentifier) *NullableDnsServerIdentifier + func (v *NullableDnsServerIdentifier) Set(val *DnsServerIdentifier) + func (v *NullableDnsServerIdentifier) UnmarshalJSON(src []byte) error + func (v *NullableDnsServerIdentifier) Unset() + func (v NullableDnsServerIdentifier) Get() *DnsServerIdentifier + func (v NullableDnsServerIdentifier) IsSet() bool + func (v NullableDnsServerIdentifier) MarshalJSON() ([]byte, error) + type NullableEasDeployInfo struct + func NewNullableEasDeployInfo(val *EasDeployInfo) *NullableEasDeployInfo + func (v *NullableEasDeployInfo) Set(val *EasDeployInfo) + func (v *NullableEasDeployInfo) UnmarshalJSON(src []byte) error + func (v *NullableEasDeployInfo) Unset() + func (v NullableEasDeployInfo) Get() *EasDeployInfo + func (v NullableEasDeployInfo) IsSet() bool + func (v NullableEasDeployInfo) MarshalJSON() ([]byte, error) + type NullableEdiDeleteCriteria struct + func NewNullableEdiDeleteCriteria(val *EdiDeleteCriteria) *NullableEdiDeleteCriteria + func (v *NullableEdiDeleteCriteria) Set(val *EdiDeleteCriteria) + func (v *NullableEdiDeleteCriteria) UnmarshalJSON(src []byte) error + func (v *NullableEdiDeleteCriteria) Unset() + func (v NullableEdiDeleteCriteria) Get() *EdiDeleteCriteria + func (v NullableEdiDeleteCriteria) IsSet() bool + func (v NullableEdiDeleteCriteria) 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 NullableFqdnPatternMatchingRule struct + func NewNullableFqdnPatternMatchingRule(val *FqdnPatternMatchingRule) *NullableFqdnPatternMatchingRule + func (v *NullableFqdnPatternMatchingRule) Set(val *FqdnPatternMatchingRule) + func (v *NullableFqdnPatternMatchingRule) UnmarshalJSON(src []byte) error + func (v *NullableFqdnPatternMatchingRule) Unset() + func (v NullableFqdnPatternMatchingRule) Get() *FqdnPatternMatchingRule + func (v NullableFqdnPatternMatchingRule) IsSet() bool + func (v NullableFqdnPatternMatchingRule) 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 NullableInvalidParam1 struct + func NewNullableInvalidParam1(val *InvalidParam1) *NullableInvalidParam1 + func (v *NullableInvalidParam1) Set(val *InvalidParam1) + func (v *NullableInvalidParam1) UnmarshalJSON(src []byte) error + func (v *NullableInvalidParam1) Unset() + func (v NullableInvalidParam1) Get() *InvalidParam1 + func (v NullableInvalidParam1) IsSet() bool + func (v NullableInvalidParam1) MarshalJSON() ([]byte, error) + type NullableIpAddr struct + func NewNullableIpAddr(val *IpAddr) *NullableIpAddr + func (v *NullableIpAddr) Set(val *IpAddr) + func (v *NullableIpAddr) UnmarshalJSON(src []byte) error + func (v *NullableIpAddr) Unset() + func (v NullableIpAddr) Get() *IpAddr + func (v NullableIpAddr) IsSet() bool + func (v NullableIpAddr) MarshalJSON() ([]byte, error) + type NullableIpv6Addr struct + func NewNullableIpv6Addr(val *Ipv6Addr) *NullableIpv6Addr + func (v *NullableIpv6Addr) Set(val *Ipv6Addr) + func (v *NullableIpv6Addr) UnmarshalJSON(src []byte) error + func (v *NullableIpv6Addr) Unset() + func (v NullableIpv6Addr) Get() *Ipv6Addr + func (v NullableIpv6Addr) IsSet() bool + func (v NullableIpv6Addr) MarshalJSON() ([]byte, error) + type NullableIpv6Prefix struct + func NewNullableIpv6Prefix(val *Ipv6Prefix) *NullableIpv6Prefix + func (v *NullableIpv6Prefix) Set(val *Ipv6Prefix) + func (v *NullableIpv6Prefix) UnmarshalJSON(src []byte) error + func (v *NullableIpv6Prefix) Unset() + func (v NullableIpv6Prefix) Get() *Ipv6Prefix + func (v NullableIpv6Prefix) IsSet() bool + func (v NullableIpv6Prefix) MarshalJSON() ([]byte, error) + type NullableMatchingOperator struct + func NewNullableMatchingOperator(val *MatchingOperator) *NullableMatchingOperator + func (v *NullableMatchingOperator) Set(val *MatchingOperator) + func (v *NullableMatchingOperator) UnmarshalJSON(src []byte) error + func (v *NullableMatchingOperator) Unset() + func (v NullableMatchingOperator) Get() *MatchingOperator + func (v NullableMatchingOperator) IsSet() bool + func (v NullableMatchingOperator) MarshalJSON() ([]byte, error) + type NullableMatchingOperatorAnyOf struct + func NewNullableMatchingOperatorAnyOf(val *MatchingOperatorAnyOf) *NullableMatchingOperatorAnyOf + func (v *NullableMatchingOperatorAnyOf) Set(val *MatchingOperatorAnyOf) + func (v *NullableMatchingOperatorAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableMatchingOperatorAnyOf) Unset() + func (v NullableMatchingOperatorAnyOf) Get() *MatchingOperatorAnyOf + func (v NullableMatchingOperatorAnyOf) IsSet() bool + func (v NullableMatchingOperatorAnyOf) 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 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 NullableProblemDetails1 struct + func NewNullableProblemDetails1(val *ProblemDetails1) *NullableProblemDetails1 + func (v *NullableProblemDetails1) Set(val *ProblemDetails1) + func (v *NullableProblemDetails1) UnmarshalJSON(src []byte) error + func (v *NullableProblemDetails1) Unset() + func (v NullableProblemDetails1) Get() *ProblemDetails1 + func (v NullableProblemDetails1) IsSet() bool + func (v NullableProblemDetails1) 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 NullableStringMatchingCondition struct + func NewNullableStringMatchingCondition(val *StringMatchingCondition) *NullableStringMatchingCondition + func (v *NullableStringMatchingCondition) Set(val *StringMatchingCondition) + func (v *NullableStringMatchingCondition) UnmarshalJSON(src []byte) error + func (v *NullableStringMatchingCondition) Unset() + func (v NullableStringMatchingCondition) Get() *StringMatchingCondition + func (v NullableStringMatchingCondition) IsSet() bool + func (v NullableStringMatchingCondition) MarshalJSON() ([]byte, error) + type NullableStringMatchingRule struct + func NewNullableStringMatchingRule(val *StringMatchingRule) *NullableStringMatchingRule + func (v *NullableStringMatchingRule) Set(val *StringMatchingRule) + func (v *NullableStringMatchingRule) UnmarshalJSON(src []byte) error + func (v *NullableStringMatchingRule) Unset() + func (v NullableStringMatchingRule) Get() *StringMatchingRule + func (v NullableStringMatchingRule) IsSet() bool + func (v NullableStringMatchingRule) 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 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 + Cause *string + Detail *string + Instance *string + InvalidParams []InvalidParam + Status *int32 + SupportedFeatures *string + Title *string + Type *string + func NewProblemDetails() *ProblemDetails + func NewProblemDetailsWithDefaults() *ProblemDetails + 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) GetStatus() int32 + func (o *ProblemDetails) GetStatusOk() (*int32, 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) HasCause() bool + func (o *ProblemDetails) HasDetail() bool + func (o *ProblemDetails) HasInstance() bool + func (o *ProblemDetails) HasInvalidParams() bool + func (o *ProblemDetails) HasStatus() bool + func (o *ProblemDetails) HasSupportedFeatures() bool + func (o *ProblemDetails) HasTitle() bool + func (o *ProblemDetails) HasType() bool + 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) SetStatus(v int32) + 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 ProblemDetails1 struct + AccessTokenError *AccessTokenErr + AccessTokenRequest *AccessTokenReq + Cause *string + Detail *string + Instance *string + InvalidParams []InvalidParam1 + NrfId *string + Status *int32 + SupportedApiVersions []string + SupportedFeatures *string + Title *string + Type *string + func NewProblemDetails1() *ProblemDetails1 + func NewProblemDetails1WithDefaults() *ProblemDetails1 + func (o *ProblemDetails1) GetAccessTokenError() AccessTokenErr + func (o *ProblemDetails1) GetAccessTokenErrorOk() (*AccessTokenErr, bool) + func (o *ProblemDetails1) GetAccessTokenRequest() AccessTokenReq + func (o *ProblemDetails1) GetAccessTokenRequestOk() (*AccessTokenReq, bool) + func (o *ProblemDetails1) GetCause() string + func (o *ProblemDetails1) GetCauseOk() (*string, bool) + func (o *ProblemDetails1) GetDetail() string + func (o *ProblemDetails1) GetDetailOk() (*string, bool) + func (o *ProblemDetails1) GetInstance() string + func (o *ProblemDetails1) GetInstanceOk() (*string, bool) + func (o *ProblemDetails1) GetInvalidParams() []InvalidParam1 + func (o *ProblemDetails1) GetInvalidParamsOk() ([]InvalidParam1, bool) + func (o *ProblemDetails1) GetNrfId() string + func (o *ProblemDetails1) GetNrfIdOk() (*string, bool) + func (o *ProblemDetails1) GetStatus() int32 + func (o *ProblemDetails1) GetStatusOk() (*int32, bool) + func (o *ProblemDetails1) GetSupportedApiVersions() []string + func (o *ProblemDetails1) GetSupportedApiVersionsOk() ([]string, bool) + func (o *ProblemDetails1) GetSupportedFeatures() string + func (o *ProblemDetails1) GetSupportedFeaturesOk() (*string, bool) + func (o *ProblemDetails1) GetTitle() string + func (o *ProblemDetails1) GetTitleOk() (*string, bool) + func (o *ProblemDetails1) GetType() string + func (o *ProblemDetails1) GetTypeOk() (*string, bool) + func (o *ProblemDetails1) HasAccessTokenError() bool + func (o *ProblemDetails1) HasAccessTokenRequest() bool + func (o *ProblemDetails1) HasCause() bool + func (o *ProblemDetails1) HasDetail() bool + func (o *ProblemDetails1) HasInstance() bool + func (o *ProblemDetails1) HasInvalidParams() bool + func (o *ProblemDetails1) HasNrfId() bool + func (o *ProblemDetails1) HasStatus() bool + func (o *ProblemDetails1) HasSupportedApiVersions() bool + func (o *ProblemDetails1) HasSupportedFeatures() bool + func (o *ProblemDetails1) HasTitle() bool + func (o *ProblemDetails1) HasType() bool + func (o *ProblemDetails1) SetAccessTokenError(v AccessTokenErr) + func (o *ProblemDetails1) SetAccessTokenRequest(v AccessTokenReq) + func (o *ProblemDetails1) SetCause(v string) + func (o *ProblemDetails1) SetDetail(v string) + func (o *ProblemDetails1) SetInstance(v string) + func (o *ProblemDetails1) SetInvalidParams(v []InvalidParam1) + func (o *ProblemDetails1) SetNrfId(v string) + func (o *ProblemDetails1) SetStatus(v int32) + func (o *ProblemDetails1) SetSupportedApiVersions(v []string) + func (o *ProblemDetails1) SetSupportedFeatures(v string) + func (o *ProblemDetails1) SetTitle(v string) + func (o *ProblemDetails1) SetType(v string) + func (o ProblemDetails1) MarshalJSON() ([]byte, error) + func (o ProblemDetails1) 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 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 StringMatchingCondition struct + MatchingOperator MatchingOperator + MatchingString *string + func NewStringMatchingCondition(matchingOperator MatchingOperator) *StringMatchingCondition + func NewStringMatchingConditionWithDefaults() *StringMatchingCondition + func (o *StringMatchingCondition) GetMatchingOperator() MatchingOperator + func (o *StringMatchingCondition) GetMatchingOperatorOk() (*MatchingOperator, bool) + func (o *StringMatchingCondition) GetMatchingString() string + func (o *StringMatchingCondition) GetMatchingStringOk() (*string, bool) + func (o *StringMatchingCondition) HasMatchingString() bool + func (o *StringMatchingCondition) SetMatchingOperator(v MatchingOperator) + func (o *StringMatchingCondition) SetMatchingString(v string) + func (o StringMatchingCondition) MarshalJSON() ([]byte, error) + func (o StringMatchingCondition) ToMap() (map[string]interface{}, error) + type StringMatchingRule struct + StringMatchingConditions []StringMatchingCondition + func NewStringMatchingRule() *StringMatchingRule + func NewStringMatchingRuleWithDefaults() *StringMatchingRule + func (o *StringMatchingRule) GetStringMatchingConditions() []StringMatchingCondition + func (o *StringMatchingRule) GetStringMatchingConditionsOk() ([]StringMatchingCondition, bool) + func (o *StringMatchingRule) HasStringMatchingConditions() bool + func (o *StringMatchingRule) SetStringMatchingConditions(v []StringMatchingCondition) + func (o StringMatchingRule) MarshalJSON() ([]byte, error) + func (o StringMatchingRule) ToMap() (map[string]interface{}, error)