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 AllowedDistSessionEventTypeAnyOfEnumValues = []DistSessionEventTypeAnyOf + var AllowedDistSessionStateAnyOfEnumValues = []DistSessionStateAnyOf + var AllowedNFTypeAnyOfEnumValues = []NFTypeAnyOf + var AllowedObjAcquisitionMethodAnyOfEnumValues = []ObjAcquisitionMethodAnyOf + var AllowedObjDistributionOperatingModeAnyOfEnumValues = []ObjDistributionOperatingModeAnyOf + var AllowedPatchOperationAnyOfEnumValues = []PatchOperationAnyOf + var AllowedPktDistributionOperatingModeAnyOfEnumValues = []PktDistributionOperatingModeAnyOf + var AllowedPktIngestMethodAnyOfEnumValues = []PktIngestMethodAnyOf + 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 + IndividualMBSDistributionSessionApi *IndividualMBSDistributionSessionApiService + IndividualSubscriptionForAnMBSDistributionSessionApi *IndividualSubscriptionForAnMBSDistributionSessionApiService + IndividualSubscriptionForAnMBSSessionApi *IndividualSubscriptionForAnMBSSessionApiService + MBSDistributionSessionsCollectionApi *MBSDistributionSessionsCollectionApiService + SubscriptionsCollectionForMBSDistributionSessionApi *SubscriptionsCollectionForMBSDistributionSessionApiService + 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 AddFecParams struct + ParamName string + ParamValue string + func NewAddFecParams(paramName string, paramValue string) *AddFecParams + func NewAddFecParamsWithDefaults() *AddFecParams + func (o *AddFecParams) GetParamName() string + func (o *AddFecParams) GetParamNameOk() (*string, bool) + func (o *AddFecParams) GetParamValue() string + func (o *AddFecParams) GetParamValueOk() (*string, bool) + func (o *AddFecParams) SetParamName(v string) + func (o *AddFecParams) SetParamValue(v string) + func (o AddFecParams) MarshalJSON() ([]byte, error) + func (o AddFecParams) ToMap() (map[string]interface{}, error) + type ApiCreateRequest struct + ApiService *MBSDistributionSessionsCollectionApiService + func (r ApiCreateRequest) CreateReqData(createReqData CreateReqData) ApiCreateRequest + func (r ApiCreateRequest) Execute() (*CreateRspData, *http.Response, error) + type ApiDestroyRequest struct + ApiService *IndividualMBSDistributionSessionApiService + func (r ApiDestroyRequest) Execute() (*http.Response, error) + type ApiRetrieveRequest struct + ApiService *IndividualMBSDistributionSessionApiService + func (r ApiRetrieveRequest) Execute() (*DistSession, *http.Response, error) + type ApiStatusSubscribeModRequest struct + ApiService *IndividualSubscriptionForAnMBSDistributionSessionApiService + func (r ApiStatusSubscribeModRequest) Execute() (*DistSessionSubscription, *http.Response, error) + func (r ApiStatusSubscribeModRequest) PatchItem(patchItem []PatchItem) ApiStatusSubscribeModRequest + type ApiStatusSubscribeRequest struct + ApiService *SubscriptionsCollectionForMBSDistributionSessionApiService + func (r ApiStatusSubscribeRequest) Execute() (*StatusSubscribeRspData, *http.Response, error) + func (r ApiStatusSubscribeRequest) StatusSubscribeReqData(statusSubscribeReqData StatusSubscribeReqData) ApiStatusSubscribeRequest + type ApiStatusUnSubscribeRequest struct + ApiService *IndividualSubscriptionForAnMBSSessionApiService + func (r ApiStatusUnSubscribeRequest) Execute() (*http.Response, error) + type ApiUpdateRequest struct + ApiService *IndividualMBSDistributionSessionApiService + func (r ApiUpdateRequest) Execute() (*DistSession, *http.Response, error) + func (r ApiUpdateRequest) PatchItem(patchItem []PatchItem) ApiUpdateRequest + 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 CreateReqData struct + DistSession DistSession + func NewCreateReqData(distSession DistSession) *CreateReqData + func NewCreateReqDataWithDefaults() *CreateReqData + func (o *CreateReqData) GetDistSession() DistSession + func (o *CreateReqData) GetDistSessionOk() (*DistSession, bool) + func (o *CreateReqData) SetDistSession(v DistSession) + func (o CreateReqData) MarshalJSON() ([]byte, error) + func (o CreateReqData) ToMap() (map[string]interface{}, error) + type CreateRspData struct + DistSession DistSession + func NewCreateRspData(distSession DistSession) *CreateRspData + func NewCreateRspDataWithDefaults() *CreateRspData + func (o *CreateRspData) GetDistSession() DistSession + func (o *CreateRspData) GetDistSessionOk() (*DistSession, bool) + func (o *CreateRspData) SetDistSession(v DistSession) + func (o CreateRspData) MarshalJSON() ([]byte, error) + func (o CreateRspData) ToMap() (map[string]interface{}, error) + type DistSession struct + Interface *interface{} + func InterfaceAsDistSession(v *interface{}) DistSession + func (dst *DistSession) UnmarshalJSON(data []byte) error + func (obj *DistSession) GetActualInstance() interface{} + func (src DistSession) MarshalJSON() ([]byte, error) + type DistSessionEventReport struct + EventType DistSessionEventType + MbsSecurityContext *MbsSecurityContext + TimeStamp *time.Time + func NewDistSessionEventReport(eventType DistSessionEventType) *DistSessionEventReport + func NewDistSessionEventReportWithDefaults() *DistSessionEventReport + func (o *DistSessionEventReport) GetEventType() DistSessionEventType + func (o *DistSessionEventReport) GetEventTypeOk() (*DistSessionEventType, bool) + func (o *DistSessionEventReport) GetMbsSecurityContext() MbsSecurityContext + func (o *DistSessionEventReport) GetMbsSecurityContextOk() (*MbsSecurityContext, bool) + func (o *DistSessionEventReport) GetTimeStamp() time.Time + func (o *DistSessionEventReport) GetTimeStampOk() (*time.Time, bool) + func (o *DistSessionEventReport) HasMbsSecurityContext() bool + func (o *DistSessionEventReport) HasTimeStamp() bool + func (o *DistSessionEventReport) SetEventType(v DistSessionEventType) + func (o *DistSessionEventReport) SetMbsSecurityContext(v MbsSecurityContext) + func (o *DistSessionEventReport) SetTimeStamp(v time.Time) + func (o DistSessionEventReport) MarshalJSON() ([]byte, error) + func (o DistSessionEventReport) ToMap() (map[string]interface{}, error) + type DistSessionEventReportList struct + EventReportList []DistSessionEventReport + NotifyCorrelationId *string + func NewDistSessionEventReportList(eventReportList []DistSessionEventReport) *DistSessionEventReportList + func NewDistSessionEventReportListWithDefaults() *DistSessionEventReportList + func (o *DistSessionEventReportList) GetEventReportList() []DistSessionEventReport + func (o *DistSessionEventReportList) GetEventReportListOk() ([]DistSessionEventReport, bool) + func (o *DistSessionEventReportList) GetNotifyCorrelationId() string + func (o *DistSessionEventReportList) GetNotifyCorrelationIdOk() (*string, bool) + func (o *DistSessionEventReportList) HasNotifyCorrelationId() bool + func (o *DistSessionEventReportList) SetEventReportList(v []DistSessionEventReport) + func (o *DistSessionEventReportList) SetNotifyCorrelationId(v string) + func (o DistSessionEventReportList) MarshalJSON() ([]byte, error) + func (o DistSessionEventReportList) ToMap() (map[string]interface{}, error) + type DistSessionEventType struct + DistSessionEventTypeAnyOf *DistSessionEventTypeAnyOf + String *string + func (dst *DistSessionEventType) UnmarshalJSON(data []byte) error + func (src *DistSessionEventType) MarshalJSON() ([]byte, error) + type DistSessionEventTypeAnyOf string + const DATA_INGEST_FAILURE + const SESSION_ACTIVATED + const SESSION_DEACTIVATED + func NewDistSessionEventTypeAnyOfFromValue(v string) (*DistSessionEventTypeAnyOf, error) + func (v *DistSessionEventTypeAnyOf) UnmarshalJSON(src []byte) error + func (v DistSessionEventTypeAnyOf) IsValid() bool + func (v DistSessionEventTypeAnyOf) Ptr() *DistSessionEventTypeAnyOf + type DistSessionState struct + DistSessionStateAnyOf *DistSessionStateAnyOf + String *string + func (dst *DistSessionState) UnmarshalJSON(data []byte) error + func (src *DistSessionState) MarshalJSON() ([]byte, error) + type DistSessionStateAnyOf string + const ACTIVE + const DEACTIVATING + const ESTABLISHED + const INACTIVE + func NewDistSessionStateAnyOfFromValue(v string) (*DistSessionStateAnyOf, error) + func (v *DistSessionStateAnyOf) UnmarshalJSON(src []byte) error + func (v DistSessionStateAnyOf) IsValid() bool + func (v DistSessionStateAnyOf) Ptr() *DistSessionStateAnyOf + type DistSessionSubscription struct + DistSessionSubscUri *string + EventList []DistSessionEventType + ExpiryTime *time.Time + NfcInstanceId *string + NotifyCorrelationId *string + NotifyUri string + func NewDistSessionSubscription(eventList []DistSessionEventType, notifyUri string) *DistSessionSubscription + func NewDistSessionSubscriptionWithDefaults() *DistSessionSubscription + func (o *DistSessionSubscription) GetDistSessionSubscUri() string + func (o *DistSessionSubscription) GetDistSessionSubscUriOk() (*string, bool) + func (o *DistSessionSubscription) GetEventList() []DistSessionEventType + func (o *DistSessionSubscription) GetEventListOk() ([]DistSessionEventType, bool) + func (o *DistSessionSubscription) GetExpiryTime() time.Time + func (o *DistSessionSubscription) GetExpiryTimeOk() (*time.Time, bool) + func (o *DistSessionSubscription) GetNfcInstanceId() string + func (o *DistSessionSubscription) GetNfcInstanceIdOk() (*string, bool) + func (o *DistSessionSubscription) GetNotifyCorrelationId() string + func (o *DistSessionSubscription) GetNotifyCorrelationIdOk() (*string, bool) + func (o *DistSessionSubscription) GetNotifyUri() string + func (o *DistSessionSubscription) GetNotifyUriOk() (*string, bool) + func (o *DistSessionSubscription) HasDistSessionSubscUri() bool + func (o *DistSessionSubscription) HasExpiryTime() bool + func (o *DistSessionSubscription) HasNfcInstanceId() bool + func (o *DistSessionSubscription) HasNotifyCorrelationId() bool + func (o *DistSessionSubscription) SetDistSessionSubscUri(v string) + func (o *DistSessionSubscription) SetEventList(v []DistSessionEventType) + func (o *DistSessionSubscription) SetExpiryTime(v time.Time) + func (o *DistSessionSubscription) SetNfcInstanceId(v string) + func (o *DistSessionSubscription) SetNotifyCorrelationId(v string) + func (o *DistSessionSubscription) SetNotifyUri(v string) + func (o DistSessionSubscription) MarshalJSON() ([]byte, error) + func (o DistSessionSubscription) ToMap() (map[string]interface{}, error) + type ExtSsm struct + PortNumber int32 + Ssm Ssm + func NewExtSsm(ssm Ssm, portNumber int32) *ExtSsm + func NewExtSsmWithDefaults() *ExtSsm + func (o *ExtSsm) GetPortNumber() int32 + func (o *ExtSsm) GetPortNumberOk() (*int32, bool) + func (o *ExtSsm) GetSsm() Ssm + func (o *ExtSsm) GetSsmOk() (*Ssm, bool) + func (o *ExtSsm) SetPortNumber(v int32) + func (o *ExtSsm) SetSsm(v Ssm) + func (o ExtSsm) MarshalJSON() ([]byte, error) + func (o ExtSsm) ToMap() (map[string]interface{}, error) + type FECConfig struct + AdditionalParams []AddFecParams + FecOverHead int32 + FecScheme string + func NewFECConfig(fecScheme string, fecOverHead int32) *FECConfig + func NewFECConfigWithDefaults() *FECConfig + func (o *FECConfig) GetAdditionalParams() []AddFecParams + func (o *FECConfig) GetAdditionalParamsOk() ([]AddFecParams, bool) + func (o *FECConfig) GetFecOverHead() int32 + func (o *FECConfig) GetFecOverHeadOk() (*int32, bool) + func (o *FECConfig) GetFecScheme() string + func (o *FECConfig) GetFecSchemeOk() (*string, bool) + func (o *FECConfig) HasAdditionalParams() bool + func (o *FECConfig) SetAdditionalParams(v []AddFecParams) + func (o *FECConfig) SetFecOverHead(v int32) + func (o *FECConfig) SetFecScheme(v string) + func (o FECConfig) MarshalJSON() ([]byte, error) + func (o FECConfig) ToMap() (map[string]interface{}, error) + type GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type IndividualMBSDistributionSessionApiService service + func (a *IndividualMBSDistributionSessionApiService) Destroy(ctx context.Context, distSessionRef string) ApiDestroyRequest + func (a *IndividualMBSDistributionSessionApiService) DestroyExecute(r ApiDestroyRequest) (*http.Response, error) + func (a *IndividualMBSDistributionSessionApiService) Retrieve(ctx context.Context, distSessionRef string) ApiRetrieveRequest + func (a *IndividualMBSDistributionSessionApiService) RetrieveExecute(r ApiRetrieveRequest) (*DistSession, *http.Response, error) + func (a *IndividualMBSDistributionSessionApiService) Update(ctx context.Context, distSessionRef string) ApiUpdateRequest + func (a *IndividualMBSDistributionSessionApiService) UpdateExecute(r ApiUpdateRequest) (*DistSession, *http.Response, error) + type IndividualSubscriptionForAnMBSDistributionSessionApiService service + func (a *IndividualSubscriptionForAnMBSDistributionSessionApiService) StatusSubscribeMod(ctx context.Context, subscriptionId string, distSessionRef string) ApiStatusSubscribeModRequest + func (a *IndividualSubscriptionForAnMBSDistributionSessionApiService) StatusSubscribeModExecute(r ApiStatusSubscribeModRequest) (*DistSessionSubscription, *http.Response, error) + type IndividualSubscriptionForAnMBSSessionApiService service + func (a *IndividualSubscriptionForAnMBSSessionApiService) StatusUnSubscribe(ctx context.Context, subscriptionId string, distSessionRef string) ApiStatusUnSubscribeRequest + func (a *IndividualSubscriptionForAnMBSSessionApiService) StatusUnSubscribeExecute(r ApiStatusUnSubscribeRequest) (*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 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 MBSDistributionSessionsCollectionApiService service + func (a *MBSDistributionSessionsCollectionApiService) Create(ctx context.Context) ApiCreateRequest + func (a *MBSDistributionSessionsCollectionApiService) CreateExecute(r ApiCreateRequest) (*CreateRspData, *http.Response, error) + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type MbStfIngestAddr struct + AfEgressTunAddr *MbStfIngestAddrAfEgressTunAddr + AfSsm *MbStfIngestAddrAfSsm + MbStfIngressTunAddr *TunnelAddress + MbStfListenAddr *TunnelAddress + func NewMbStfIngestAddr() *MbStfIngestAddr + func NewMbStfIngestAddrWithDefaults() *MbStfIngestAddr + func (o *MbStfIngestAddr) GetAfEgressTunAddr() MbStfIngestAddrAfEgressTunAddr + func (o *MbStfIngestAddr) GetAfEgressTunAddrOk() (*MbStfIngestAddrAfEgressTunAddr, bool) + func (o *MbStfIngestAddr) GetAfSsm() MbStfIngestAddrAfSsm + func (o *MbStfIngestAddr) GetAfSsmOk() (*MbStfIngestAddrAfSsm, bool) + func (o *MbStfIngestAddr) GetMbStfIngressTunAddr() TunnelAddress + func (o *MbStfIngestAddr) GetMbStfIngressTunAddrOk() (*TunnelAddress, bool) + func (o *MbStfIngestAddr) GetMbStfListenAddr() TunnelAddress + func (o *MbStfIngestAddr) GetMbStfListenAddrOk() (*TunnelAddress, bool) + func (o *MbStfIngestAddr) HasAfEgressTunAddr() bool + func (o *MbStfIngestAddr) HasAfSsm() bool + func (o *MbStfIngestAddr) HasMbStfIngressTunAddr() bool + func (o *MbStfIngestAddr) HasMbStfListenAddr() bool + func (o *MbStfIngestAddr) SetAfEgressTunAddr(v MbStfIngestAddrAfEgressTunAddr) + func (o *MbStfIngestAddr) SetAfSsm(v MbStfIngestAddrAfSsm) + func (o *MbStfIngestAddr) SetMbStfIngressTunAddr(v TunnelAddress) + func (o *MbStfIngestAddr) SetMbStfListenAddr(v TunnelAddress) + func (o MbStfIngestAddr) MarshalJSON() ([]byte, error) + func (o MbStfIngestAddr) ToMap() (map[string]interface{}, error) + type MbStfIngestAddrAfEgressTunAddr struct + func NewMbStfIngestAddrAfEgressTunAddr() *MbStfIngestAddrAfEgressTunAddr + func NewMbStfIngestAddrAfEgressTunAddrWithDefaults() *MbStfIngestAddrAfEgressTunAddr + func (o MbStfIngestAddrAfEgressTunAddr) MarshalJSON() ([]byte, error) + func (o MbStfIngestAddrAfEgressTunAddr) ToMap() (map[string]interface{}, error) + type MbStfIngestAddrAfSsm struct + PortNumber int32 + Ssm Ssm + func NewMbStfIngestAddrAfSsm(ssm Ssm, portNumber int32) *MbStfIngestAddrAfSsm + func NewMbStfIngestAddrAfSsmWithDefaults() *MbStfIngestAddrAfSsm + func (o *MbStfIngestAddrAfSsm) GetPortNumber() int32 + func (o *MbStfIngestAddrAfSsm) GetPortNumberOk() (*int32, bool) + func (o *MbStfIngestAddrAfSsm) GetSsm() Ssm + func (o *MbStfIngestAddrAfSsm) GetSsmOk() (*Ssm, bool) + func (o *MbStfIngestAddrAfSsm) SetPortNumber(v int32) + func (o *MbStfIngestAddrAfSsm) SetSsm(v Ssm) + func (o MbStfIngestAddrAfSsm) MarshalJSON() ([]byte, error) + func (o MbStfIngestAddrAfSsm) ToMap() (map[string]interface{}, error) + type MbsKeyInfo struct + KeyDomainId string + Msk *string + MskId string + MskLifetime *time.Time + Mtk *string + MtkId *string + func NewMbsKeyInfo(keyDomainId string, mskId string) *MbsKeyInfo + func NewMbsKeyInfoWithDefaults() *MbsKeyInfo + func (o *MbsKeyInfo) GetKeyDomainId() string + func (o *MbsKeyInfo) GetKeyDomainIdOk() (*string, bool) + func (o *MbsKeyInfo) GetMsk() string + func (o *MbsKeyInfo) GetMskId() string + func (o *MbsKeyInfo) GetMskIdOk() (*string, bool) + func (o *MbsKeyInfo) GetMskLifetime() time.Time + func (o *MbsKeyInfo) GetMskLifetimeOk() (*time.Time, bool) + func (o *MbsKeyInfo) GetMskOk() (*string, bool) + func (o *MbsKeyInfo) GetMtk() string + func (o *MbsKeyInfo) GetMtkId() string + func (o *MbsKeyInfo) GetMtkIdOk() (*string, bool) + func (o *MbsKeyInfo) GetMtkOk() (*string, bool) + func (o *MbsKeyInfo) HasMsk() bool + func (o *MbsKeyInfo) HasMskLifetime() bool + func (o *MbsKeyInfo) HasMtk() bool + func (o *MbsKeyInfo) HasMtkId() bool + func (o *MbsKeyInfo) SetKeyDomainId(v string) + func (o *MbsKeyInfo) SetMsk(v string) + func (o *MbsKeyInfo) SetMskId(v string) + func (o *MbsKeyInfo) SetMskLifetime(v time.Time) + func (o *MbsKeyInfo) SetMtk(v string) + func (o *MbsKeyInfo) SetMtkId(v string) + func (o MbsKeyInfo) MarshalJSON() ([]byte, error) + func (o MbsKeyInfo) ToMap() (map[string]interface{}, error) + type MbsSecurityContext struct + KeyList map[string]MbsKeyInfo + func NewMbsSecurityContext(keyList map[string]MbsKeyInfo) *MbsSecurityContext + func NewMbsSecurityContextWithDefaults() *MbsSecurityContext + func (o *MbsSecurityContext) GetKeyList() map[string]MbsKeyInfo + func (o *MbsSecurityContext) GetKeyListOk() (*map[string]MbsKeyInfo, bool) + func (o *MbsSecurityContext) SetKeyList(v map[string]MbsKeyInfo) + func (o MbsSecurityContext) MarshalJSON() ([]byte, error) + func (o MbsSecurityContext) ToMap() (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 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 NullableAddFecParams struct + func NewNullableAddFecParams(val *AddFecParams) *NullableAddFecParams + func (v *NullableAddFecParams) Set(val *AddFecParams) + func (v *NullableAddFecParams) UnmarshalJSON(src []byte) error + func (v *NullableAddFecParams) Unset() + func (v NullableAddFecParams) Get() *AddFecParams + func (v NullableAddFecParams) IsSet() bool + func (v NullableAddFecParams) 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 NullableCreateReqData struct + func NewNullableCreateReqData(val *CreateReqData) *NullableCreateReqData + func (v *NullableCreateReqData) Set(val *CreateReqData) + func (v *NullableCreateReqData) UnmarshalJSON(src []byte) error + func (v *NullableCreateReqData) Unset() + func (v NullableCreateReqData) Get() *CreateReqData + func (v NullableCreateReqData) IsSet() bool + func (v NullableCreateReqData) MarshalJSON() ([]byte, error) + type NullableCreateRspData struct + func NewNullableCreateRspData(val *CreateRspData) *NullableCreateRspData + func (v *NullableCreateRspData) Set(val *CreateRspData) + func (v *NullableCreateRspData) UnmarshalJSON(src []byte) error + func (v *NullableCreateRspData) Unset() + func (v NullableCreateRspData) Get() *CreateRspData + func (v NullableCreateRspData) IsSet() bool + func (v NullableCreateRspData) MarshalJSON() ([]byte, error) + type NullableDistSession struct + func NewNullableDistSession(val *DistSession) *NullableDistSession + func (v *NullableDistSession) Set(val *DistSession) + func (v *NullableDistSession) UnmarshalJSON(src []byte) error + func (v *NullableDistSession) Unset() + func (v NullableDistSession) Get() *DistSession + func (v NullableDistSession) IsSet() bool + func (v NullableDistSession) MarshalJSON() ([]byte, error) + type NullableDistSessionEventReport struct + func NewNullableDistSessionEventReport(val *DistSessionEventReport) *NullableDistSessionEventReport + func (v *NullableDistSessionEventReport) Set(val *DistSessionEventReport) + func (v *NullableDistSessionEventReport) UnmarshalJSON(src []byte) error + func (v *NullableDistSessionEventReport) Unset() + func (v NullableDistSessionEventReport) Get() *DistSessionEventReport + func (v NullableDistSessionEventReport) IsSet() bool + func (v NullableDistSessionEventReport) MarshalJSON() ([]byte, error) + type NullableDistSessionEventReportList struct + func NewNullableDistSessionEventReportList(val *DistSessionEventReportList) *NullableDistSessionEventReportList + func (v *NullableDistSessionEventReportList) Set(val *DistSessionEventReportList) + func (v *NullableDistSessionEventReportList) UnmarshalJSON(src []byte) error + func (v *NullableDistSessionEventReportList) Unset() + func (v NullableDistSessionEventReportList) Get() *DistSessionEventReportList + func (v NullableDistSessionEventReportList) IsSet() bool + func (v NullableDistSessionEventReportList) MarshalJSON() ([]byte, error) + type NullableDistSessionEventType struct + func NewNullableDistSessionEventType(val *DistSessionEventType) *NullableDistSessionEventType + func (v *NullableDistSessionEventType) Set(val *DistSessionEventType) + func (v *NullableDistSessionEventType) UnmarshalJSON(src []byte) error + func (v *NullableDistSessionEventType) Unset() + func (v NullableDistSessionEventType) Get() *DistSessionEventType + func (v NullableDistSessionEventType) IsSet() bool + func (v NullableDistSessionEventType) MarshalJSON() ([]byte, error) + type NullableDistSessionEventTypeAnyOf struct + func NewNullableDistSessionEventTypeAnyOf(val *DistSessionEventTypeAnyOf) *NullableDistSessionEventTypeAnyOf + func (v *NullableDistSessionEventTypeAnyOf) Set(val *DistSessionEventTypeAnyOf) + func (v *NullableDistSessionEventTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableDistSessionEventTypeAnyOf) Unset() + func (v NullableDistSessionEventTypeAnyOf) Get() *DistSessionEventTypeAnyOf + func (v NullableDistSessionEventTypeAnyOf) IsSet() bool + func (v NullableDistSessionEventTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableDistSessionState struct + func NewNullableDistSessionState(val *DistSessionState) *NullableDistSessionState + func (v *NullableDistSessionState) Set(val *DistSessionState) + func (v *NullableDistSessionState) UnmarshalJSON(src []byte) error + func (v *NullableDistSessionState) Unset() + func (v NullableDistSessionState) Get() *DistSessionState + func (v NullableDistSessionState) IsSet() bool + func (v NullableDistSessionState) MarshalJSON() ([]byte, error) + type NullableDistSessionStateAnyOf struct + func NewNullableDistSessionStateAnyOf(val *DistSessionStateAnyOf) *NullableDistSessionStateAnyOf + func (v *NullableDistSessionStateAnyOf) Set(val *DistSessionStateAnyOf) + func (v *NullableDistSessionStateAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableDistSessionStateAnyOf) Unset() + func (v NullableDistSessionStateAnyOf) Get() *DistSessionStateAnyOf + func (v NullableDistSessionStateAnyOf) IsSet() bool + func (v NullableDistSessionStateAnyOf) MarshalJSON() ([]byte, error) + type NullableDistSessionSubscription struct + func NewNullableDistSessionSubscription(val *DistSessionSubscription) *NullableDistSessionSubscription + func (v *NullableDistSessionSubscription) Set(val *DistSessionSubscription) + func (v *NullableDistSessionSubscription) UnmarshalJSON(src []byte) error + func (v *NullableDistSessionSubscription) Unset() + func (v NullableDistSessionSubscription) Get() *DistSessionSubscription + func (v NullableDistSessionSubscription) IsSet() bool + func (v NullableDistSessionSubscription) MarshalJSON() ([]byte, error) + type NullableExtSsm struct + func NewNullableExtSsm(val *ExtSsm) *NullableExtSsm + func (v *NullableExtSsm) Set(val *ExtSsm) + func (v *NullableExtSsm) UnmarshalJSON(src []byte) error + func (v *NullableExtSsm) Unset() + func (v NullableExtSsm) Get() *ExtSsm + func (v NullableExtSsm) IsSet() bool + func (v NullableExtSsm) MarshalJSON() ([]byte, error) + type NullableFECConfig struct + func NewNullableFECConfig(val *FECConfig) *NullableFECConfig + func (v *NullableFECConfig) Set(val *FECConfig) + func (v *NullableFECConfig) UnmarshalJSON(src []byte) error + func (v *NullableFECConfig) Unset() + func (v NullableFECConfig) Get() *FECConfig + func (v NullableFECConfig) IsSet() bool + func (v NullableFECConfig) 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 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 NullableMbStfIngestAddr struct + func NewNullableMbStfIngestAddr(val *MbStfIngestAddr) *NullableMbStfIngestAddr + func (v *NullableMbStfIngestAddr) Set(val *MbStfIngestAddr) + func (v *NullableMbStfIngestAddr) UnmarshalJSON(src []byte) error + func (v *NullableMbStfIngestAddr) Unset() + func (v NullableMbStfIngestAddr) Get() *MbStfIngestAddr + func (v NullableMbStfIngestAddr) IsSet() bool + func (v NullableMbStfIngestAddr) MarshalJSON() ([]byte, error) + type NullableMbStfIngestAddrAfEgressTunAddr struct + func NewNullableMbStfIngestAddrAfEgressTunAddr(val *MbStfIngestAddrAfEgressTunAddr) *NullableMbStfIngestAddrAfEgressTunAddr + func (v *NullableMbStfIngestAddrAfEgressTunAddr) Set(val *MbStfIngestAddrAfEgressTunAddr) + func (v *NullableMbStfIngestAddrAfEgressTunAddr) UnmarshalJSON(src []byte) error + func (v *NullableMbStfIngestAddrAfEgressTunAddr) Unset() + func (v NullableMbStfIngestAddrAfEgressTunAddr) Get() *MbStfIngestAddrAfEgressTunAddr + func (v NullableMbStfIngestAddrAfEgressTunAddr) IsSet() bool + func (v NullableMbStfIngestAddrAfEgressTunAddr) MarshalJSON() ([]byte, error) + type NullableMbStfIngestAddrAfSsm struct + func NewNullableMbStfIngestAddrAfSsm(val *MbStfIngestAddrAfSsm) *NullableMbStfIngestAddrAfSsm + func (v *NullableMbStfIngestAddrAfSsm) Set(val *MbStfIngestAddrAfSsm) + func (v *NullableMbStfIngestAddrAfSsm) UnmarshalJSON(src []byte) error + func (v *NullableMbStfIngestAddrAfSsm) Unset() + func (v NullableMbStfIngestAddrAfSsm) Get() *MbStfIngestAddrAfSsm + func (v NullableMbStfIngestAddrAfSsm) IsSet() bool + func (v NullableMbStfIngestAddrAfSsm) MarshalJSON() ([]byte, error) + type NullableMbsKeyInfo struct + func NewNullableMbsKeyInfo(val *MbsKeyInfo) *NullableMbsKeyInfo + func (v *NullableMbsKeyInfo) Set(val *MbsKeyInfo) + func (v *NullableMbsKeyInfo) UnmarshalJSON(src []byte) error + func (v *NullableMbsKeyInfo) Unset() + func (v NullableMbsKeyInfo) Get() *MbsKeyInfo + func (v NullableMbsKeyInfo) IsSet() bool + func (v NullableMbsKeyInfo) MarshalJSON() ([]byte, error) + type NullableMbsSecurityContext struct + func NewNullableMbsSecurityContext(val *MbsSecurityContext) *NullableMbsSecurityContext + func (v *NullableMbsSecurityContext) Set(val *MbsSecurityContext) + func (v *NullableMbsSecurityContext) UnmarshalJSON(src []byte) error + func (v *NullableMbsSecurityContext) Unset() + func (v NullableMbsSecurityContext) Get() *MbsSecurityContext + func (v NullableMbsSecurityContext) IsSet() bool + func (v NullableMbsSecurityContext) 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 NullableObjAcquisitionMethod struct + func NewNullableObjAcquisitionMethod(val *ObjAcquisitionMethod) *NullableObjAcquisitionMethod + func (v *NullableObjAcquisitionMethod) Set(val *ObjAcquisitionMethod) + func (v *NullableObjAcquisitionMethod) UnmarshalJSON(src []byte) error + func (v *NullableObjAcquisitionMethod) Unset() + func (v NullableObjAcquisitionMethod) Get() *ObjAcquisitionMethod + func (v NullableObjAcquisitionMethod) IsSet() bool + func (v NullableObjAcquisitionMethod) MarshalJSON() ([]byte, error) + type NullableObjAcquisitionMethodAnyOf struct + func NewNullableObjAcquisitionMethodAnyOf(val *ObjAcquisitionMethodAnyOf) *NullableObjAcquisitionMethodAnyOf + func (v *NullableObjAcquisitionMethodAnyOf) Set(val *ObjAcquisitionMethodAnyOf) + func (v *NullableObjAcquisitionMethodAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableObjAcquisitionMethodAnyOf) Unset() + func (v NullableObjAcquisitionMethodAnyOf) Get() *ObjAcquisitionMethodAnyOf + func (v NullableObjAcquisitionMethodAnyOf) IsSet() bool + func (v NullableObjAcquisitionMethodAnyOf) MarshalJSON() ([]byte, error) + type NullableObjDistributionData struct + func NewNullableObjDistributionData(val *ObjDistributionData) *NullableObjDistributionData + func (v *NullableObjDistributionData) Set(val *ObjDistributionData) + func (v *NullableObjDistributionData) UnmarshalJSON(src []byte) error + func (v *NullableObjDistributionData) Unset() + func (v NullableObjDistributionData) Get() *ObjDistributionData + func (v NullableObjDistributionData) IsSet() bool + func (v NullableObjDistributionData) MarshalJSON() ([]byte, error) + type NullableObjDistributionOperatingMode struct + func NewNullableObjDistributionOperatingMode(val *ObjDistributionOperatingMode) *NullableObjDistributionOperatingMode + func (v *NullableObjDistributionOperatingMode) Set(val *ObjDistributionOperatingMode) + func (v *NullableObjDistributionOperatingMode) UnmarshalJSON(src []byte) error + func (v *NullableObjDistributionOperatingMode) Unset() + func (v NullableObjDistributionOperatingMode) Get() *ObjDistributionOperatingMode + func (v NullableObjDistributionOperatingMode) IsSet() bool + func (v NullableObjDistributionOperatingMode) MarshalJSON() ([]byte, error) + type NullableObjDistributionOperatingModeAnyOf struct + func NewNullableObjDistributionOperatingModeAnyOf(val *ObjDistributionOperatingModeAnyOf) *NullableObjDistributionOperatingModeAnyOf + func (v *NullableObjDistributionOperatingModeAnyOf) Set(val *ObjDistributionOperatingModeAnyOf) + func (v *NullableObjDistributionOperatingModeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableObjDistributionOperatingModeAnyOf) Unset() + func (v NullableObjDistributionOperatingModeAnyOf) Get() *ObjDistributionOperatingModeAnyOf + func (v NullableObjDistributionOperatingModeAnyOf) IsSet() bool + func (v NullableObjDistributionOperatingModeAnyOf) 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 NullablePktDistributionData struct + func NewNullablePktDistributionData(val *PktDistributionData) *NullablePktDistributionData + func (v *NullablePktDistributionData) Set(val *PktDistributionData) + func (v *NullablePktDistributionData) UnmarshalJSON(src []byte) error + func (v *NullablePktDistributionData) Unset() + func (v NullablePktDistributionData) Get() *PktDistributionData + func (v NullablePktDistributionData) IsSet() bool + func (v NullablePktDistributionData) MarshalJSON() ([]byte, error) + type NullablePktDistributionOperatingMode struct + func NewNullablePktDistributionOperatingMode(val *PktDistributionOperatingMode) *NullablePktDistributionOperatingMode + func (v *NullablePktDistributionOperatingMode) Set(val *PktDistributionOperatingMode) + func (v *NullablePktDistributionOperatingMode) UnmarshalJSON(src []byte) error + func (v *NullablePktDistributionOperatingMode) Unset() + func (v NullablePktDistributionOperatingMode) Get() *PktDistributionOperatingMode + func (v NullablePktDistributionOperatingMode) IsSet() bool + func (v NullablePktDistributionOperatingMode) MarshalJSON() ([]byte, error) + type NullablePktDistributionOperatingModeAnyOf struct + func NewNullablePktDistributionOperatingModeAnyOf(val *PktDistributionOperatingModeAnyOf) *NullablePktDistributionOperatingModeAnyOf + func (v *NullablePktDistributionOperatingModeAnyOf) Set(val *PktDistributionOperatingModeAnyOf) + func (v *NullablePktDistributionOperatingModeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullablePktDistributionOperatingModeAnyOf) Unset() + func (v NullablePktDistributionOperatingModeAnyOf) Get() *PktDistributionOperatingModeAnyOf + func (v NullablePktDistributionOperatingModeAnyOf) IsSet() bool + func (v NullablePktDistributionOperatingModeAnyOf) MarshalJSON() ([]byte, error) + type NullablePktIngestMethod struct + func NewNullablePktIngestMethod(val *PktIngestMethod) *NullablePktIngestMethod + func (v *NullablePktIngestMethod) Set(val *PktIngestMethod) + func (v *NullablePktIngestMethod) UnmarshalJSON(src []byte) error + func (v *NullablePktIngestMethod) Unset() + func (v NullablePktIngestMethod) Get() *PktIngestMethod + func (v NullablePktIngestMethod) IsSet() bool + func (v NullablePktIngestMethod) MarshalJSON() ([]byte, error) + type NullablePktIngestMethodAnyOf struct + func NewNullablePktIngestMethodAnyOf(val *PktIngestMethodAnyOf) *NullablePktIngestMethodAnyOf + func (v *NullablePktIngestMethodAnyOf) Set(val *PktIngestMethodAnyOf) + func (v *NullablePktIngestMethodAnyOf) UnmarshalJSON(src []byte) error + func (v *NullablePktIngestMethodAnyOf) Unset() + func (v NullablePktIngestMethodAnyOf) Get() *PktIngestMethodAnyOf + func (v NullablePktIngestMethodAnyOf) IsSet() bool + func (v NullablePktIngestMethodAnyOf) 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 NullableSsm struct + func NewNullableSsm(val *Ssm) *NullableSsm + func (v *NullableSsm) Set(val *Ssm) + func (v *NullableSsm) UnmarshalJSON(src []byte) error + func (v *NullableSsm) Unset() + func (v NullableSsm) Get() *Ssm + func (v NullableSsm) IsSet() bool + func (v NullableSsm) MarshalJSON() ([]byte, error) + type NullableStatusNotifyReqData struct + func NewNullableStatusNotifyReqData(val *StatusNotifyReqData) *NullableStatusNotifyReqData + func (v *NullableStatusNotifyReqData) Set(val *StatusNotifyReqData) + func (v *NullableStatusNotifyReqData) UnmarshalJSON(src []byte) error + func (v *NullableStatusNotifyReqData) Unset() + func (v NullableStatusNotifyReqData) Get() *StatusNotifyReqData + func (v NullableStatusNotifyReqData) IsSet() bool + func (v NullableStatusNotifyReqData) MarshalJSON() ([]byte, error) + type NullableStatusSubscribeReqData struct + func NewNullableStatusSubscribeReqData(val *StatusSubscribeReqData) *NullableStatusSubscribeReqData + func (v *NullableStatusSubscribeReqData) Set(val *StatusSubscribeReqData) + func (v *NullableStatusSubscribeReqData) UnmarshalJSON(src []byte) error + func (v *NullableStatusSubscribeReqData) Unset() + func (v NullableStatusSubscribeReqData) Get() *StatusSubscribeReqData + func (v NullableStatusSubscribeReqData) IsSet() bool + func (v NullableStatusSubscribeReqData) MarshalJSON() ([]byte, error) + type NullableStatusSubscribeRspData struct + func NewNullableStatusSubscribeRspData(val *StatusSubscribeRspData) *NullableStatusSubscribeRspData + func (v *NullableStatusSubscribeRspData) Set(val *StatusSubscribeRspData) + func (v *NullableStatusSubscribeRspData) UnmarshalJSON(src []byte) error + func (v *NullableStatusSubscribeRspData) Unset() + func (v NullableStatusSubscribeRspData) Get() *StatusSubscribeRspData + func (v NullableStatusSubscribeRspData) IsSet() bool + func (v NullableStatusSubscribeRspData) 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 NullableTunnelAddress struct + func NewNullableTunnelAddress(val *TunnelAddress) *NullableTunnelAddress + func (v *NullableTunnelAddress) Set(val *TunnelAddress) + func (v *NullableTunnelAddress) UnmarshalJSON(src []byte) error + func (v *NullableTunnelAddress) Unset() + func (v NullableTunnelAddress) Get() *TunnelAddress + func (v NullableTunnelAddress) IsSet() bool + func (v NullableTunnelAddress) MarshalJSON() ([]byte, error) + type NullableUpTrafficFlowInfo struct + func NewNullableUpTrafficFlowInfo(val *UpTrafficFlowInfo) *NullableUpTrafficFlowInfo + func (v *NullableUpTrafficFlowInfo) Set(val *UpTrafficFlowInfo) + func (v *NullableUpTrafficFlowInfo) UnmarshalJSON(src []byte) error + func (v *NullableUpTrafficFlowInfo) Unset() + func (v NullableUpTrafficFlowInfo) Get() *UpTrafficFlowInfo + func (v NullableUpTrafficFlowInfo) IsSet() bool + func (v NullableUpTrafficFlowInfo) MarshalJSON() ([]byte, error) + type ObjAcquisitionMethod struct + ObjAcquisitionMethodAnyOf *ObjAcquisitionMethodAnyOf + String *string + func (dst *ObjAcquisitionMethod) UnmarshalJSON(data []byte) error + func (src *ObjAcquisitionMethod) MarshalJSON() ([]byte, error) + type ObjAcquisitionMethodAnyOf string + const PULL + const PUSH + func NewObjAcquisitionMethodAnyOfFromValue(v string) (*ObjAcquisitionMethodAnyOf, error) + func (v *ObjAcquisitionMethodAnyOf) UnmarshalJSON(src []byte) error + func (v ObjAcquisitionMethodAnyOf) IsValid() bool + func (v ObjAcquisitionMethodAnyOf) Ptr() *ObjAcquisitionMethodAnyOf + type ObjDistributionData struct + ObjAcquisitionIdPush *string + ObjAcquisitionIdsPull []string + ObjAcquisitionMethod ObjAcquisitionMethod + ObjDistributionBaseUrl *string + ObjDistributionOperatingMode ObjDistributionOperatingMode + ObjIngestBaseUrl *string + ObjRepairBaseUrl *string + func NewObjDistributionData(objDistributionOperatingMode ObjDistributionOperatingMode, ...) *ObjDistributionData + func NewObjDistributionDataWithDefaults() *ObjDistributionData + func (o *ObjDistributionData) GetObjAcquisitionIdPush() string + func (o *ObjDistributionData) GetObjAcquisitionIdPushOk() (*string, bool) + func (o *ObjDistributionData) GetObjAcquisitionIdsPull() []string + func (o *ObjDistributionData) GetObjAcquisitionIdsPullOk() ([]string, bool) + func (o *ObjDistributionData) GetObjAcquisitionMethod() ObjAcquisitionMethod + func (o *ObjDistributionData) GetObjAcquisitionMethodOk() (*ObjAcquisitionMethod, bool) + func (o *ObjDistributionData) GetObjDistributionBaseUrl() string + func (o *ObjDistributionData) GetObjDistributionBaseUrlOk() (*string, bool) + func (o *ObjDistributionData) GetObjDistributionOperatingMode() ObjDistributionOperatingMode + func (o *ObjDistributionData) GetObjDistributionOperatingModeOk() (*ObjDistributionOperatingMode, bool) + func (o *ObjDistributionData) GetObjIngestBaseUrl() string + func (o *ObjDistributionData) GetObjIngestBaseUrlOk() (*string, bool) + func (o *ObjDistributionData) GetObjRepairBaseUrl() string + func (o *ObjDistributionData) GetObjRepairBaseUrlOk() (*string, bool) + func (o *ObjDistributionData) HasObjAcquisitionIdPush() bool + func (o *ObjDistributionData) HasObjAcquisitionIdsPull() bool + func (o *ObjDistributionData) HasObjDistributionBaseUrl() bool + func (o *ObjDistributionData) HasObjIngestBaseUrl() bool + func (o *ObjDistributionData) HasObjRepairBaseUrl() bool + func (o *ObjDistributionData) SetObjAcquisitionIdPush(v string) + func (o *ObjDistributionData) SetObjAcquisitionIdsPull(v []string) + func (o *ObjDistributionData) SetObjAcquisitionMethod(v ObjAcquisitionMethod) + func (o *ObjDistributionData) SetObjDistributionBaseUrl(v string) + func (o *ObjDistributionData) SetObjDistributionOperatingMode(v ObjDistributionOperatingMode) + func (o *ObjDistributionData) SetObjIngestBaseUrl(v string) + func (o *ObjDistributionData) SetObjRepairBaseUrl(v string) + func (o ObjDistributionData) MarshalJSON() ([]byte, error) + func (o ObjDistributionData) ToMap() (map[string]interface{}, error) + type ObjDistributionOperatingMode struct + ObjDistributionOperatingModeAnyOf *ObjDistributionOperatingModeAnyOf + String *string + func (dst *ObjDistributionOperatingMode) UnmarshalJSON(data []byte) error + func (src *ObjDistributionOperatingMode) MarshalJSON() ([]byte, error) + type ObjDistributionOperatingModeAnyOf string + const CAROUSEL + const COLLECTION + const SINGLE + const STREAMING + func NewObjDistributionOperatingModeAnyOfFromValue(v string) (*ObjDistributionOperatingModeAnyOf, error) + func (v *ObjDistributionOperatingModeAnyOf) UnmarshalJSON(src []byte) error + func (v ObjDistributionOperatingModeAnyOf) IsValid() bool + func (v ObjDistributionOperatingModeAnyOf) Ptr() *ObjDistributionOperatingModeAnyOf + 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 + String *string + 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 PktDistributionData struct + MbStfIngestAddr MbStfIngestAddr + PktDistributionOperatingMode PktDistributionOperatingMode + PktIngestMethod *PktIngestMethod + func NewPktDistributionData(pktDistributionOperatingMode PktDistributionOperatingMode, ...) *PktDistributionData + func NewPktDistributionDataWithDefaults() *PktDistributionData + func (o *PktDistributionData) GetMbStfIngestAddr() MbStfIngestAddr + func (o *PktDistributionData) GetMbStfIngestAddrOk() (*MbStfIngestAddr, bool) + func (o *PktDistributionData) GetPktDistributionOperatingMode() PktDistributionOperatingMode + func (o *PktDistributionData) GetPktDistributionOperatingModeOk() (*PktDistributionOperatingMode, bool) + func (o *PktDistributionData) GetPktIngestMethod() PktIngestMethod + func (o *PktDistributionData) GetPktIngestMethodOk() (*PktIngestMethod, bool) + func (o *PktDistributionData) HasPktIngestMethod() bool + func (o *PktDistributionData) SetMbStfIngestAddr(v MbStfIngestAddr) + func (o *PktDistributionData) SetPktDistributionOperatingMode(v PktDistributionOperatingMode) + func (o *PktDistributionData) SetPktIngestMethod(v PktIngestMethod) + func (o PktDistributionData) MarshalJSON() ([]byte, error) + func (o PktDistributionData) ToMap() (map[string]interface{}, error) + type PktDistributionOperatingMode struct + PktDistributionOperatingModeAnyOf *PktDistributionOperatingModeAnyOf + String *string + func (dst *PktDistributionOperatingMode) UnmarshalJSON(data []byte) error + func (src *PktDistributionOperatingMode) MarshalJSON() ([]byte, error) + type PktDistributionOperatingModeAnyOf string + const FORWARD_ONLY + const PROXY + func NewPktDistributionOperatingModeAnyOfFromValue(v string) (*PktDistributionOperatingModeAnyOf, error) + func (v *PktDistributionOperatingModeAnyOf) UnmarshalJSON(src []byte) error + func (v PktDistributionOperatingModeAnyOf) IsValid() bool + func (v PktDistributionOperatingModeAnyOf) Ptr() *PktDistributionOperatingModeAnyOf + type PktIngestMethod struct + PktIngestMethodAnyOf *PktIngestMethodAnyOf + String *string + func (dst *PktIngestMethod) UnmarshalJSON(data []byte) error + func (src *PktIngestMethod) MarshalJSON() ([]byte, error) + type PktIngestMethodAnyOf string + const MULTICAST + const UNICAST + func NewPktIngestMethodAnyOfFromValue(v string) (*PktIngestMethodAnyOf, error) + func (v *PktIngestMethodAnyOf) UnmarshalJSON(src []byte) error + func (v PktIngestMethodAnyOf) IsValid() bool + func (v PktIngestMethodAnyOf) Ptr() *PktIngestMethodAnyOf + 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 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 Ssm struct + DestIpAddr IpAddr + SourceIpAddr IpAddr + func NewSsm(sourceIpAddr IpAddr, destIpAddr IpAddr) *Ssm + func NewSsmWithDefaults() *Ssm + func (o *Ssm) GetDestIpAddr() IpAddr + func (o *Ssm) GetDestIpAddrOk() (*IpAddr, bool) + func (o *Ssm) GetSourceIpAddr() IpAddr + func (o *Ssm) GetSourceIpAddrOk() (*IpAddr, bool) + func (o *Ssm) SetDestIpAddr(v IpAddr) + func (o *Ssm) SetSourceIpAddr(v IpAddr) + func (o Ssm) MarshalJSON() ([]byte, error) + func (o Ssm) ToMap() (map[string]interface{}, error) + type StatusNotifyReqData struct + ReportList DistSessionEventReportList + func NewStatusNotifyReqData(reportList DistSessionEventReportList) *StatusNotifyReqData + func NewStatusNotifyReqDataWithDefaults() *StatusNotifyReqData + func (o *StatusNotifyReqData) GetReportList() DistSessionEventReportList + func (o *StatusNotifyReqData) GetReportListOk() (*DistSessionEventReportList, bool) + func (o *StatusNotifyReqData) SetReportList(v DistSessionEventReportList) + func (o StatusNotifyReqData) MarshalJSON() ([]byte, error) + func (o StatusNotifyReqData) ToMap() (map[string]interface{}, error) + type StatusSubscribeReqData struct + Subscription DistSessionSubscription + func NewStatusSubscribeReqData(subscription DistSessionSubscription) *StatusSubscribeReqData + func NewStatusSubscribeReqDataWithDefaults() *StatusSubscribeReqData + func (o *StatusSubscribeReqData) GetSubscription() DistSessionSubscription + func (o *StatusSubscribeReqData) GetSubscriptionOk() (*DistSessionSubscription, bool) + func (o *StatusSubscribeReqData) SetSubscription(v DistSessionSubscription) + func (o StatusSubscribeReqData) MarshalJSON() ([]byte, error) + func (o StatusSubscribeReqData) ToMap() (map[string]interface{}, error) + type StatusSubscribeRspData struct + ReportList *DistSessionEventReportList + Subscription DistSessionSubscription + func NewStatusSubscribeRspData(subscription DistSessionSubscription) *StatusSubscribeRspData + func NewStatusSubscribeRspDataWithDefaults() *StatusSubscribeRspData + func (o *StatusSubscribeRspData) GetReportList() DistSessionEventReportList + func (o *StatusSubscribeRspData) GetReportListOk() (*DistSessionEventReportList, bool) + func (o *StatusSubscribeRspData) GetSubscription() DistSessionSubscription + func (o *StatusSubscribeRspData) GetSubscriptionOk() (*DistSessionSubscription, bool) + func (o *StatusSubscribeRspData) HasReportList() bool + func (o *StatusSubscribeRspData) SetReportList(v DistSessionEventReportList) + func (o *StatusSubscribeRspData) SetSubscription(v DistSessionSubscription) + func (o StatusSubscribeRspData) MarshalJSON() ([]byte, error) + func (o StatusSubscribeRspData) ToMap() (map[string]interface{}, error) + type SubscriptionsCollectionForMBSDistributionSessionApiService service + func (a *SubscriptionsCollectionForMBSDistributionSessionApiService) StatusSubscribe(ctx context.Context, distSessionRef string) ApiStatusSubscribeRequest + func (a *SubscriptionsCollectionForMBSDistributionSessionApiService) StatusSubscribeExecute(r ApiStatusSubscribeRequest) (*StatusSubscribeRspData, *http.Response, error) + type TunnelAddress struct + Interface *interface{} + func (dst *TunnelAddress) UnmarshalJSON(data []byte) error + func (src *TunnelAddress) MarshalJSON() ([]byte, error) + type UpTrafficFlowInfo struct + DestIpAddr IpAddr + PortNumber int32 + func NewUpTrafficFlowInfo(destIpAddr IpAddr, portNumber int32) *UpTrafficFlowInfo + func NewUpTrafficFlowInfoWithDefaults() *UpTrafficFlowInfo + func (o *UpTrafficFlowInfo) GetDestIpAddr() IpAddr + func (o *UpTrafficFlowInfo) GetDestIpAddrOk() (*IpAddr, bool) + func (o *UpTrafficFlowInfo) GetPortNumber() int32 + func (o *UpTrafficFlowInfo) GetPortNumberOk() (*int32, bool) + func (o *UpTrafficFlowInfo) SetDestIpAddr(v IpAddr) + func (o *UpTrafficFlowInfo) SetPortNumber(v int32) + func (o UpTrafficFlowInfo) MarshalJSON() ([]byte, error) + func (o UpTrafficFlowInfo) ToMap() (map[string]interface{}, error)