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 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 + AccessTokenRequestApi *AccessTokenRequestApiService + 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 AccessTokenClaims struct + Aud AccessTokenClaimsAud + ConsumerPlmnId *PlmnId + ConsumerSnpnId *PlmnIdNid + Exp int32 + Iss string + ProducerNfServiceSetId *string + ProducerNfSetId *string + ProducerNsiList []string + ProducerPlmnId *PlmnId + ProducerSnpnId *PlmnIdNid + ProducerSnssaiList []Snssai + Scope string + SourceNfInstanceId *string + Sub string + func NewAccessTokenClaims(iss string, sub string, aud AccessTokenClaimsAud, scope string, exp int32) *AccessTokenClaims + func NewAccessTokenClaimsWithDefaults() *AccessTokenClaims + func (o *AccessTokenClaims) GetAud() AccessTokenClaimsAud + func (o *AccessTokenClaims) GetAudOk() (*AccessTokenClaimsAud, bool) + func (o *AccessTokenClaims) GetConsumerPlmnId() PlmnId + func (o *AccessTokenClaims) GetConsumerPlmnIdOk() (*PlmnId, bool) + func (o *AccessTokenClaims) GetConsumerSnpnId() PlmnIdNid + func (o *AccessTokenClaims) GetConsumerSnpnIdOk() (*PlmnIdNid, bool) + func (o *AccessTokenClaims) GetExp() int32 + func (o *AccessTokenClaims) GetExpOk() (*int32, bool) + func (o *AccessTokenClaims) GetIss() string + func (o *AccessTokenClaims) GetIssOk() (*string, bool) + func (o *AccessTokenClaims) GetProducerNfServiceSetId() string + func (o *AccessTokenClaims) GetProducerNfServiceSetIdOk() (*string, bool) + func (o *AccessTokenClaims) GetProducerNfSetId() string + func (o *AccessTokenClaims) GetProducerNfSetIdOk() (*string, bool) + func (o *AccessTokenClaims) GetProducerNsiList() []string + func (o *AccessTokenClaims) GetProducerNsiListOk() ([]string, bool) + func (o *AccessTokenClaims) GetProducerPlmnId() PlmnId + func (o *AccessTokenClaims) GetProducerPlmnIdOk() (*PlmnId, bool) + func (o *AccessTokenClaims) GetProducerSnpnId() PlmnIdNid + func (o *AccessTokenClaims) GetProducerSnpnIdOk() (*PlmnIdNid, bool) + func (o *AccessTokenClaims) GetProducerSnssaiList() []Snssai + func (o *AccessTokenClaims) GetProducerSnssaiListOk() ([]Snssai, bool) + func (o *AccessTokenClaims) GetScope() string + func (o *AccessTokenClaims) GetScopeOk() (*string, bool) + func (o *AccessTokenClaims) GetSourceNfInstanceId() string + func (o *AccessTokenClaims) GetSourceNfInstanceIdOk() (*string, bool) + func (o *AccessTokenClaims) GetSub() string + func (o *AccessTokenClaims) GetSubOk() (*string, bool) + func (o *AccessTokenClaims) HasConsumerPlmnId() bool + func (o *AccessTokenClaims) HasConsumerSnpnId() bool + func (o *AccessTokenClaims) HasProducerNfServiceSetId() bool + func (o *AccessTokenClaims) HasProducerNfSetId() bool + func (o *AccessTokenClaims) HasProducerNsiList() bool + func (o *AccessTokenClaims) HasProducerPlmnId() bool + func (o *AccessTokenClaims) HasProducerSnpnId() bool + func (o *AccessTokenClaims) HasProducerSnssaiList() bool + func (o *AccessTokenClaims) HasSourceNfInstanceId() bool + func (o *AccessTokenClaims) SetAud(v AccessTokenClaimsAud) + func (o *AccessTokenClaims) SetConsumerPlmnId(v PlmnId) + func (o *AccessTokenClaims) SetConsumerSnpnId(v PlmnIdNid) + func (o *AccessTokenClaims) SetExp(v int32) + func (o *AccessTokenClaims) SetIss(v string) + func (o *AccessTokenClaims) SetProducerNfServiceSetId(v string) + func (o *AccessTokenClaims) SetProducerNfSetId(v string) + func (o *AccessTokenClaims) SetProducerNsiList(v []string) + func (o *AccessTokenClaims) SetProducerPlmnId(v PlmnId) + func (o *AccessTokenClaims) SetProducerSnpnId(v PlmnIdNid) + func (o *AccessTokenClaims) SetProducerSnssaiList(v []Snssai) + func (o *AccessTokenClaims) SetScope(v string) + func (o *AccessTokenClaims) SetSourceNfInstanceId(v string) + func (o *AccessTokenClaims) SetSub(v string) + func (o AccessTokenClaims) MarshalJSON() ([]byte, error) + func (o AccessTokenClaims) ToMap() (map[string]interface{}, error) + type AccessTokenClaimsAud struct + ArrayOfString *[]string + NFType *NFType + func (dst *AccessTokenClaimsAud) UnmarshalJSON(data []byte) error + func (src *AccessTokenClaimsAud) MarshalJSON() ([]byte, error) + 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 AccessTokenReq1 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 NewAccessTokenReq1(grantType string, nfInstanceId string, scope string) *AccessTokenReq1 + func NewAccessTokenReq1WithDefaults() *AccessTokenReq1 + func (o *AccessTokenReq1) GetGrantType() string + func (o *AccessTokenReq1) GetGrantTypeOk() (*string, bool) + func (o *AccessTokenReq1) GetHnrfAccessTokenUri() string + func (o *AccessTokenReq1) GetHnrfAccessTokenUriOk() (*string, bool) + func (o *AccessTokenReq1) GetNfInstanceId() string + func (o *AccessTokenReq1) GetNfInstanceIdOk() (*string, bool) + func (o *AccessTokenReq1) GetNfType() NFType + func (o *AccessTokenReq1) GetNfTypeOk() (*NFType, bool) + func (o *AccessTokenReq1) GetRequesterFqdn() string + func (o *AccessTokenReq1) GetRequesterFqdnOk() (*string, bool) + func (o *AccessTokenReq1) GetRequesterPlmn() PlmnId + func (o *AccessTokenReq1) GetRequesterPlmnList() []PlmnId + func (o *AccessTokenReq1) GetRequesterPlmnListOk() ([]PlmnId, bool) + func (o *AccessTokenReq1) GetRequesterPlmnOk() (*PlmnId, bool) + func (o *AccessTokenReq1) GetRequesterSnpnList() []PlmnIdNid + func (o *AccessTokenReq1) GetRequesterSnpnListOk() ([]PlmnIdNid, bool) + func (o *AccessTokenReq1) GetRequesterSnssaiList() []Snssai + func (o *AccessTokenReq1) GetRequesterSnssaiListOk() ([]Snssai, bool) + func (o *AccessTokenReq1) GetScope() string + func (o *AccessTokenReq1) GetScopeOk() (*string, bool) + func (o *AccessTokenReq1) GetSourceNfInstanceId() string + func (o *AccessTokenReq1) GetSourceNfInstanceIdOk() (*string, bool) + func (o *AccessTokenReq1) GetTargetNfInstanceId() string + func (o *AccessTokenReq1) GetTargetNfInstanceIdOk() (*string, bool) + func (o *AccessTokenReq1) GetTargetNfServiceSetId() string + func (o *AccessTokenReq1) GetTargetNfServiceSetIdOk() (*string, bool) + func (o *AccessTokenReq1) GetTargetNfSetId() string + func (o *AccessTokenReq1) GetTargetNfSetIdOk() (*string, bool) + func (o *AccessTokenReq1) GetTargetNfType() NFType + func (o *AccessTokenReq1) GetTargetNfTypeOk() (*NFType, bool) + func (o *AccessTokenReq1) GetTargetNsiList() []string + func (o *AccessTokenReq1) GetTargetNsiListOk() ([]string, bool) + func (o *AccessTokenReq1) GetTargetPlmn() PlmnId + func (o *AccessTokenReq1) GetTargetPlmnOk() (*PlmnId, bool) + func (o *AccessTokenReq1) GetTargetSnpn() PlmnIdNid + func (o *AccessTokenReq1) GetTargetSnpnOk() (*PlmnIdNid, bool) + func (o *AccessTokenReq1) GetTargetSnssaiList() []Snssai + func (o *AccessTokenReq1) GetTargetSnssaiListOk() ([]Snssai, bool) + func (o *AccessTokenReq1) HasHnrfAccessTokenUri() bool + func (o *AccessTokenReq1) HasNfType() bool + func (o *AccessTokenReq1) HasRequesterFqdn() bool + func (o *AccessTokenReq1) HasRequesterPlmn() bool + func (o *AccessTokenReq1) HasRequesterPlmnList() bool + func (o *AccessTokenReq1) HasRequesterSnpnList() bool + func (o *AccessTokenReq1) HasRequesterSnssaiList() bool + func (o *AccessTokenReq1) HasSourceNfInstanceId() bool + func (o *AccessTokenReq1) HasTargetNfInstanceId() bool + func (o *AccessTokenReq1) HasTargetNfServiceSetId() bool + func (o *AccessTokenReq1) HasTargetNfSetId() bool + func (o *AccessTokenReq1) HasTargetNfType() bool + func (o *AccessTokenReq1) HasTargetNsiList() bool + func (o *AccessTokenReq1) HasTargetPlmn() bool + func (o *AccessTokenReq1) HasTargetSnpn() bool + func (o *AccessTokenReq1) HasTargetSnssaiList() bool + func (o *AccessTokenReq1) SetGrantType(v string) + func (o *AccessTokenReq1) SetHnrfAccessTokenUri(v string) + func (o *AccessTokenReq1) SetNfInstanceId(v string) + func (o *AccessTokenReq1) SetNfType(v NFType) + func (o *AccessTokenReq1) SetRequesterFqdn(v string) + func (o *AccessTokenReq1) SetRequesterPlmn(v PlmnId) + func (o *AccessTokenReq1) SetRequesterPlmnList(v []PlmnId) + func (o *AccessTokenReq1) SetRequesterSnpnList(v []PlmnIdNid) + func (o *AccessTokenReq1) SetRequesterSnssaiList(v []Snssai) + func (o *AccessTokenReq1) SetScope(v string) + func (o *AccessTokenReq1) SetSourceNfInstanceId(v string) + func (o *AccessTokenReq1) SetTargetNfInstanceId(v string) + func (o *AccessTokenReq1) SetTargetNfServiceSetId(v string) + func (o *AccessTokenReq1) SetTargetNfSetId(v string) + func (o *AccessTokenReq1) SetTargetNfType(v NFType) + func (o *AccessTokenReq1) SetTargetNsiList(v []string) + func (o *AccessTokenReq1) SetTargetPlmn(v PlmnId) + func (o *AccessTokenReq1) SetTargetSnpn(v PlmnIdNid) + func (o *AccessTokenReq1) SetTargetSnssaiList(v []Snssai) + func (o AccessTokenReq1) MarshalJSON() ([]byte, error) + func (o AccessTokenReq1) ToMap() (map[string]interface{}, error) + type AccessTokenRequestApiService service + func (a *AccessTokenRequestApiService) AccessTokenRequest(ctx context.Context) ApiAccessTokenRequestRequest + func (a *AccessTokenRequestApiService) AccessTokenRequestExecute(r ApiAccessTokenRequestRequest) (*AccessTokenRsp, *http.Response, error) + type AccessTokenRsp struct + AccessToken string + ExpiresIn *int32 + Scope *string + TokenType string + func NewAccessTokenRsp(accessToken string, tokenType string) *AccessTokenRsp + func NewAccessTokenRspWithDefaults() *AccessTokenRsp + func (o *AccessTokenRsp) GetAccessToken() string + func (o *AccessTokenRsp) GetAccessTokenOk() (*string, bool) + func (o *AccessTokenRsp) GetExpiresIn() int32 + func (o *AccessTokenRsp) GetExpiresInOk() (*int32, bool) + func (o *AccessTokenRsp) GetScope() string + func (o *AccessTokenRsp) GetScopeOk() (*string, bool) + func (o *AccessTokenRsp) GetTokenType() string + func (o *AccessTokenRsp) GetTokenTypeOk() (*string, bool) + func (o *AccessTokenRsp) HasExpiresIn() bool + func (o *AccessTokenRsp) HasScope() bool + func (o *AccessTokenRsp) SetAccessToken(v string) + func (o *AccessTokenRsp) SetExpiresIn(v int32) + func (o *AccessTokenRsp) SetScope(v string) + func (o *AccessTokenRsp) SetTokenType(v string) + func (o AccessTokenRsp) MarshalJSON() ([]byte, error) + func (o AccessTokenRsp) ToMap() (map[string]interface{}, error) + type ApiAccessTokenRequestRequest struct + ApiService *AccessTokenRequestApiService + func (r ApiAccessTokenRequestRequest) AcceptEncoding(acceptEncoding string) ApiAccessTokenRequestRequest + func (r ApiAccessTokenRequestRequest) ContentEncoding(contentEncoding string) ApiAccessTokenRequestRequest + func (r ApiAccessTokenRequestRequest) Execute() (*AccessTokenRsp, *http.Response, error) + func (r ApiAccessTokenRequestRequest) GrantType(grantType string) ApiAccessTokenRequestRequest + func (r ApiAccessTokenRequestRequest) HnrfAccessTokenUri(hnrfAccessTokenUri string) ApiAccessTokenRequestRequest + func (r ApiAccessTokenRequestRequest) NfInstanceId(nfInstanceId string) ApiAccessTokenRequestRequest + func (r ApiAccessTokenRequestRequest) NfType(nfType NFType) ApiAccessTokenRequestRequest + func (r ApiAccessTokenRequestRequest) RequesterFqdn(requesterFqdn string) ApiAccessTokenRequestRequest + func (r ApiAccessTokenRequestRequest) RequesterPlmn(requesterPlmn PlmnId) ApiAccessTokenRequestRequest + func (r ApiAccessTokenRequestRequest) RequesterPlmnList(requesterPlmnList []PlmnId) ApiAccessTokenRequestRequest + func (r ApiAccessTokenRequestRequest) RequesterSnpnList(requesterSnpnList []PlmnIdNid) ApiAccessTokenRequestRequest + func (r ApiAccessTokenRequestRequest) RequesterSnssaiList(requesterSnssaiList []Snssai) ApiAccessTokenRequestRequest + func (r ApiAccessTokenRequestRequest) Scope(scope string) ApiAccessTokenRequestRequest + func (r ApiAccessTokenRequestRequest) SourceNfInstanceId(sourceNfInstanceId string) ApiAccessTokenRequestRequest + func (r ApiAccessTokenRequestRequest) TargetNfInstanceId(targetNfInstanceId string) ApiAccessTokenRequestRequest + func (r ApiAccessTokenRequestRequest) TargetNfServiceSetId(targetNfServiceSetId string) ApiAccessTokenRequestRequest + func (r ApiAccessTokenRequestRequest) TargetNfSetId(targetNfSetId string) ApiAccessTokenRequestRequest + func (r ApiAccessTokenRequestRequest) TargetNfType(targetNfType NFType) ApiAccessTokenRequestRequest + func (r ApiAccessTokenRequestRequest) TargetNsiList(targetNsiList []string) ApiAccessTokenRequestRequest + func (r ApiAccessTokenRequestRequest) TargetPlmn(targetPlmn PlmnId) ApiAccessTokenRequestRequest + func (r ApiAccessTokenRequestRequest) TargetSnpn(targetSnpn PlmnIdNid) ApiAccessTokenRequestRequest + func (r ApiAccessTokenRequestRequest) TargetSnssaiList(targetSnssaiList []Snssai) ApiAccessTokenRequestRequest + 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 GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + 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 + String *string + func (dst *NFType) UnmarshalJSON(data []byte) error + func (src *NFType) MarshalJSON() ([]byte, error) + type NullableAccessTokenClaims struct + func NewNullableAccessTokenClaims(val *AccessTokenClaims) *NullableAccessTokenClaims + func (v *NullableAccessTokenClaims) Set(val *AccessTokenClaims) + func (v *NullableAccessTokenClaims) UnmarshalJSON(src []byte) error + func (v *NullableAccessTokenClaims) Unset() + func (v NullableAccessTokenClaims) Get() *AccessTokenClaims + func (v NullableAccessTokenClaims) IsSet() bool + func (v NullableAccessTokenClaims) MarshalJSON() ([]byte, error) + type NullableAccessTokenClaimsAud struct + func NewNullableAccessTokenClaimsAud(val *AccessTokenClaimsAud) *NullableAccessTokenClaimsAud + func (v *NullableAccessTokenClaimsAud) Set(val *AccessTokenClaimsAud) + func (v *NullableAccessTokenClaimsAud) UnmarshalJSON(src []byte) error + func (v *NullableAccessTokenClaimsAud) Unset() + func (v NullableAccessTokenClaimsAud) Get() *AccessTokenClaimsAud + func (v NullableAccessTokenClaimsAud) IsSet() bool + func (v NullableAccessTokenClaimsAud) MarshalJSON() ([]byte, error) + 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 NullableAccessTokenReq1 struct + func NewNullableAccessTokenReq1(val *AccessTokenReq1) *NullableAccessTokenReq1 + func (v *NullableAccessTokenReq1) Set(val *AccessTokenReq1) + func (v *NullableAccessTokenReq1) UnmarshalJSON(src []byte) error + func (v *NullableAccessTokenReq1) Unset() + func (v NullableAccessTokenReq1) Get() *AccessTokenReq1 + func (v NullableAccessTokenReq1) IsSet() bool + func (v NullableAccessTokenReq1) MarshalJSON() ([]byte, error) + type NullableAccessTokenRsp struct + func NewNullableAccessTokenRsp(val *AccessTokenRsp) *NullableAccessTokenRsp + func (v *NullableAccessTokenRsp) Set(val *AccessTokenRsp) + func (v *NullableAccessTokenRsp) UnmarshalJSON(src []byte) error + func (v *NullableAccessTokenRsp) Unset() + func (v NullableAccessTokenRsp) Get() *AccessTokenRsp + func (v NullableAccessTokenRsp) IsSet() bool + func (v NullableAccessTokenRsp) 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 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 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 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 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 *AccessTokenReq1 + 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() AccessTokenReq1 + func (o *ProblemDetails) GetAccessTokenRequestOk() (*AccessTokenReq1, 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 AccessTokenReq1) + 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 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)