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 AllowedDistSessionStateAnyOfEnumValues = []DistSessionStateAnyOf + var AllowedDistributionMethodAnyOfEnumValues = []DistributionMethodAnyOf + var AllowedEventAnyOfEnumValues = []EventAnyOf + var AllowedMediaTypeAnyOfEnumValues = []MediaTypeAnyOf + var AllowedNFTypeAnyOfEnumValues = []NFTypeAnyOf + var AllowedNullValueEnumValues = []NullValue + var AllowedObjAcquisitionMethodAnyOfEnumValues = []ObjAcquisitionMethodAnyOf + var AllowedObjDistributionOperatingModeAnyOfEnumValues = []ObjDistributionOperatingModeAnyOf + var AllowedPktDistributionOperatingModeAnyOfEnumValues = []PktDistributionOperatingModeAnyOf + var AllowedPktIngestMethodAnyOfEnumValues = []PktIngestMethodAnyOf + var AllowedPreemptionCapabilityAnyOfEnumValues = []PreemptionCapabilityAnyOf + var AllowedPreemptionVulnerabilityAnyOfEnumValues = []PreemptionVulnerabilityAnyOf + var AllowedReservPriorityAnyOfEnumValues = []ReservPriorityAnyOf + var AllowedSupportedGADShapesAnyOfEnumValues = []SupportedGADShapesAnyOf + 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 + IndividualMBSUserDataIngestSessionDocumentApi *IndividualMBSUserDataIngestSessionDocumentApiService + IndividualMBSUserDataIngestSessionStatusSubscriptionDocumentApi *IndividualMBSUserDataIngestSessionStatusSubscriptionDocumentApiService + MBSUserDataIngestSessionStatusSubscriptionsCollectionApi *MBSUserDataIngestSessionStatusSubscriptionsCollectionApiService + MBSUserDataIngestSessionsCollectionApi *MBSUserDataIngestSessionsCollectionApiService + 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 ApiCreateMBSUserDataIngSessionRequest struct + ApiService *MBSUserDataIngestSessionsCollectionApiService + func (r ApiCreateMBSUserDataIngSessionRequest) Execute() (*MBSUserDataIngSession, *http.Response, error) + func (r ApiCreateMBSUserDataIngSessionRequest) MBSUserDataIngSession(mBSUserDataIngSession MBSUserDataIngSession) ApiCreateMBSUserDataIngSessionRequest + type ApiCreateMBSUserDataIngStatSubscRequest struct + ApiService *MBSUserDataIngestSessionStatusSubscriptionsCollectionApiService + func (r ApiCreateMBSUserDataIngStatSubscRequest) Execute() (*MBSUserDataIngStatSubsc, *http.Response, error) + func (r ApiCreateMBSUserDataIngStatSubscRequest) MBSUserDataIngStatSubsc(mBSUserDataIngStatSubsc MBSUserDataIngStatSubsc) ApiCreateMBSUserDataIngStatSubscRequest + type ApiDeleteIndMBSUserDataIngSessionRequest struct + ApiService *IndividualMBSUserDataIngestSessionDocumentApiService + func (r ApiDeleteIndMBSUserDataIngSessionRequest) Execute() (*http.Response, error) + type ApiDeleteMBSUserDataIngStatSubscRequest struct + ApiService *IndividualMBSUserDataIngestSessionStatusSubscriptionDocumentApiService + func (r ApiDeleteMBSUserDataIngStatSubscRequest) Execute() (*http.Response, error) + type ApiModifyIndMBSUserDataIngSessionRequest struct + ApiService *IndividualMBSUserDataIngestSessionDocumentApiService + func (r ApiModifyIndMBSUserDataIngSessionRequest) Execute() (*MBSUserDataIngSession, *http.Response, error) + func (r ApiModifyIndMBSUserDataIngSessionRequest) MBSUserDataIngSessionPatch(mBSUserDataIngSessionPatch MBSUserDataIngSessionPatch) ApiModifyIndMBSUserDataIngSessionRequest + type ApiModifyIndMBSUserDataIngStatSubscRequest struct + ApiService *IndividualMBSUserDataIngestSessionStatusSubscriptionDocumentApiService + func (r ApiModifyIndMBSUserDataIngStatSubscRequest) Execute() (*MBSUserDataIngStatSubsc, *http.Response, error) + func (r ApiModifyIndMBSUserDataIngStatSubscRequest) MBSUserDataIngStatSubscPatch(mBSUserDataIngStatSubscPatch MBSUserDataIngStatSubscPatch) ApiModifyIndMBSUserDataIngStatSubscRequest + type ApiRetrieveIndMBSUserDataIngSessionRequest struct + ApiService *IndividualMBSUserDataIngestSessionDocumentApiService + func (r ApiRetrieveIndMBSUserDataIngSessionRequest) Execute() (*MBSUserDataIngSession, *http.Response, error) + type ApiRetrieveIndMBSUserDataIngStatSubscRequest struct + ApiService *IndividualMBSUserDataIngestSessionStatusSubscriptionDocumentApiService + func (r ApiRetrieveIndMBSUserDataIngStatSubscRequest) Execute() (*MBSUserDataIngStatSubsc, *http.Response, error) + type ApiRetrieveMBSUserDataIngSessionsRequest struct + ApiService *MBSUserDataIngestSessionsCollectionApiService + func (r ApiRetrieveMBSUserDataIngSessionsRequest) Execute() ([]MBSUserDataIngSession, *http.Response, error) + type ApiRetrieveMBSUserDataIngStatSubscsRequest struct + ApiService *MBSUserDataIngestSessionStatusSubscriptionsCollectionApiService + func (r ApiRetrieveMBSUserDataIngStatSubscsRequest) Execute() ([]MBSUserDataIngStatSubsc, *http.Response, error) + type ApiUpdateIndMBSUserDataIngSessionRequest struct + ApiService *IndividualMBSUserDataIngestSessionDocumentApiService + func (r ApiUpdateIndMBSUserDataIngSessionRequest) Execute() (*MBSUserDataIngSession, *http.Response, error) + func (r ApiUpdateIndMBSUserDataIngSessionRequest) MBSUserDataIngSession(mBSUserDataIngSession MBSUserDataIngSession) ApiUpdateIndMBSUserDataIngSessionRequest + type ApiUpdateIndMBSUserDataIngStatSubscRequest struct + ApiService *IndividualMBSUserDataIngestSessionStatusSubscriptionDocumentApiService + func (r ApiUpdateIndMBSUserDataIngStatSubscRequest) Execute() (*MBSUserDataIngStatSubsc, *http.Response, error) + func (r ApiUpdateIndMBSUserDataIngStatSubscRequest) MBSUserDataIngStatSubsc(mBSUserDataIngStatSubsc MBSUserDataIngStatSubsc) ApiUpdateIndMBSUserDataIngStatSubscRequest + type Arp struct + PreemptCap PreemptionCapability + PreemptVuln PreemptionVulnerability + PriorityLevel NullableInt32 + func NewArp(priorityLevel NullableInt32, preemptCap PreemptionCapability, ...) *Arp + func NewArpWithDefaults() *Arp + func (o *Arp) GetPreemptCap() PreemptionCapability + func (o *Arp) GetPreemptCapOk() (*PreemptionCapability, bool) + func (o *Arp) GetPreemptVuln() PreemptionVulnerability + func (o *Arp) GetPreemptVulnOk() (*PreemptionVulnerability, bool) + func (o *Arp) GetPriorityLevel() int32 + func (o *Arp) GetPriorityLevelOk() (*int32, bool) + func (o *Arp) SetPreemptCap(v PreemptionCapability) + func (o *Arp) SetPreemptVuln(v PreemptionVulnerability) + func (o *Arp) SetPriorityLevel(v int32) + func (o Arp) MarshalJSON() ([]byte, error) + func (o Arp) ToMap() (map[string]interface{}, error) + type BasicAuth struct + Password string + UserName string + type CivicAddress struct + A1 *string + A2 *string + A3 *string + A4 *string + A5 *string + A6 *string + ADDCODE *string + BLD *string + Country *string + FLR *string + HNO *string + HNS *string + LMK *string + LOC *string + Method *string + NAM *string + PC *string + PCN *string + PLC *string + POBOX *string + POD *string + POM *string + PRD *string + PRM *string + ProvidedBy *string + RD *string + RDBR *string + RDSEC *string + RDSUBBR *string + ROOM *string + SEAT *string + STS *string + UNIT *string + UsageRules *string + func NewCivicAddress() *CivicAddress + func NewCivicAddressWithDefaults() *CivicAddress + func (o *CivicAddress) GetA1() string + func (o *CivicAddress) GetA1Ok() (*string, bool) + func (o *CivicAddress) GetA2() string + func (o *CivicAddress) GetA2Ok() (*string, bool) + func (o *CivicAddress) GetA3() string + func (o *CivicAddress) GetA3Ok() (*string, bool) + func (o *CivicAddress) GetA4() string + func (o *CivicAddress) GetA4Ok() (*string, bool) + func (o *CivicAddress) GetA5() string + func (o *CivicAddress) GetA5Ok() (*string, bool) + func (o *CivicAddress) GetA6() string + func (o *CivicAddress) GetA6Ok() (*string, bool) + func (o *CivicAddress) GetADDCODE() string + func (o *CivicAddress) GetADDCODEOk() (*string, bool) + func (o *CivicAddress) GetBLD() string + func (o *CivicAddress) GetBLDOk() (*string, bool) + func (o *CivicAddress) GetCountry() string + func (o *CivicAddress) GetCountryOk() (*string, bool) + func (o *CivicAddress) GetFLR() string + func (o *CivicAddress) GetFLROk() (*string, bool) + func (o *CivicAddress) GetHNO() string + func (o *CivicAddress) GetHNOOk() (*string, bool) + func (o *CivicAddress) GetHNS() string + func (o *CivicAddress) GetHNSOk() (*string, bool) + func (o *CivicAddress) GetLMK() string + func (o *CivicAddress) GetLMKOk() (*string, bool) + func (o *CivicAddress) GetLOC() string + func (o *CivicAddress) GetLOCOk() (*string, bool) + func (o *CivicAddress) GetMethod() string + func (o *CivicAddress) GetMethodOk() (*string, bool) + func (o *CivicAddress) GetNAM() string + func (o *CivicAddress) GetNAMOk() (*string, bool) + func (o *CivicAddress) GetPC() string + func (o *CivicAddress) GetPCN() string + func (o *CivicAddress) GetPCNOk() (*string, bool) + func (o *CivicAddress) GetPCOk() (*string, bool) + func (o *CivicAddress) GetPLC() string + func (o *CivicAddress) GetPLCOk() (*string, bool) + func (o *CivicAddress) GetPOBOX() string + func (o *CivicAddress) GetPOBOXOk() (*string, bool) + func (o *CivicAddress) GetPOD() string + func (o *CivicAddress) GetPODOk() (*string, bool) + func (o *CivicAddress) GetPOM() string + func (o *CivicAddress) GetPOMOk() (*string, bool) + func (o *CivicAddress) GetPRD() string + func (o *CivicAddress) GetPRDOk() (*string, bool) + func (o *CivicAddress) GetPRM() string + func (o *CivicAddress) GetPRMOk() (*string, bool) + func (o *CivicAddress) GetProvidedBy() string + func (o *CivicAddress) GetProvidedByOk() (*string, bool) + func (o *CivicAddress) GetRD() string + func (o *CivicAddress) GetRDBR() string + func (o *CivicAddress) GetRDBROk() (*string, bool) + func (o *CivicAddress) GetRDOk() (*string, bool) + func (o *CivicAddress) GetRDSEC() string + func (o *CivicAddress) GetRDSECOk() (*string, bool) + func (o *CivicAddress) GetRDSUBBR() string + func (o *CivicAddress) GetRDSUBBROk() (*string, bool) + func (o *CivicAddress) GetROOM() string + func (o *CivicAddress) GetROOMOk() (*string, bool) + func (o *CivicAddress) GetSEAT() string + func (o *CivicAddress) GetSEATOk() (*string, bool) + func (o *CivicAddress) GetSTS() string + func (o *CivicAddress) GetSTSOk() (*string, bool) + func (o *CivicAddress) GetUNIT() string + func (o *CivicAddress) GetUNITOk() (*string, bool) + func (o *CivicAddress) GetUsageRules() string + func (o *CivicAddress) GetUsageRulesOk() (*string, bool) + func (o *CivicAddress) HasA1() bool + func (o *CivicAddress) HasA2() bool + func (o *CivicAddress) HasA3() bool + func (o *CivicAddress) HasA4() bool + func (o *CivicAddress) HasA5() bool + func (o *CivicAddress) HasA6() bool + func (o *CivicAddress) HasADDCODE() bool + func (o *CivicAddress) HasBLD() bool + func (o *CivicAddress) HasCountry() bool + func (o *CivicAddress) HasFLR() bool + func (o *CivicAddress) HasHNO() bool + func (o *CivicAddress) HasHNS() bool + func (o *CivicAddress) HasLMK() bool + func (o *CivicAddress) HasLOC() bool + func (o *CivicAddress) HasMethod() bool + func (o *CivicAddress) HasNAM() bool + func (o *CivicAddress) HasPC() bool + func (o *CivicAddress) HasPCN() bool + func (o *CivicAddress) HasPLC() bool + func (o *CivicAddress) HasPOBOX() bool + func (o *CivicAddress) HasPOD() bool + func (o *CivicAddress) HasPOM() bool + func (o *CivicAddress) HasPRD() bool + func (o *CivicAddress) HasPRM() bool + func (o *CivicAddress) HasProvidedBy() bool + func (o *CivicAddress) HasRD() bool + func (o *CivicAddress) HasRDBR() bool + func (o *CivicAddress) HasRDSEC() bool + func (o *CivicAddress) HasRDSUBBR() bool + func (o *CivicAddress) HasROOM() bool + func (o *CivicAddress) HasSEAT() bool + func (o *CivicAddress) HasSTS() bool + func (o *CivicAddress) HasUNIT() bool + func (o *CivicAddress) HasUsageRules() bool + func (o *CivicAddress) SetA1(v string) + func (o *CivicAddress) SetA2(v string) + func (o *CivicAddress) SetA3(v string) + func (o *CivicAddress) SetA4(v string) + func (o *CivicAddress) SetA5(v string) + func (o *CivicAddress) SetA6(v string) + func (o *CivicAddress) SetADDCODE(v string) + func (o *CivicAddress) SetBLD(v string) + func (o *CivicAddress) SetCountry(v string) + func (o *CivicAddress) SetFLR(v string) + func (o *CivicAddress) SetHNO(v string) + func (o *CivicAddress) SetHNS(v string) + func (o *CivicAddress) SetLMK(v string) + func (o *CivicAddress) SetLOC(v string) + func (o *CivicAddress) SetMethod(v string) + func (o *CivicAddress) SetNAM(v string) + func (o *CivicAddress) SetPC(v string) + func (o *CivicAddress) SetPCN(v string) + func (o *CivicAddress) SetPLC(v string) + func (o *CivicAddress) SetPOBOX(v string) + func (o *CivicAddress) SetPOD(v string) + func (o *CivicAddress) SetPOM(v string) + func (o *CivicAddress) SetPRD(v string) + func (o *CivicAddress) SetPRM(v string) + func (o *CivicAddress) SetProvidedBy(v string) + func (o *CivicAddress) SetRD(v string) + func (o *CivicAddress) SetRDBR(v string) + func (o *CivicAddress) SetRDSEC(v string) + func (o *CivicAddress) SetRDSUBBR(v string) + func (o *CivicAddress) SetROOM(v string) + func (o *CivicAddress) SetSEAT(v string) + func (o *CivicAddress) SetSTS(v string) + func (o *CivicAddress) SetUNIT(v string) + func (o *CivicAddress) SetUsageRules(v string) + func (o CivicAddress) MarshalJSON() ([]byte, error) + func (o CivicAddress) ToMap() (map[string]interface{}, error) + 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 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 DistributionMethod struct + DistributionMethodAnyOf *DistributionMethodAnyOf + String *string + func (dst *DistributionMethod) UnmarshalJSON(data []byte) error + func (src *DistributionMethod) MarshalJSON() ([]byte, error) + type DistributionMethodAnyOf string + const OBJECT + const PACKET + func NewDistributionMethodAnyOfFromValue(v string) (*DistributionMethodAnyOf, error) + func (v *DistributionMethodAnyOf) UnmarshalJSON(src []byte) error + func (v DistributionMethodAnyOf) IsValid() bool + func (v DistributionMethodAnyOf) Ptr() *DistributionMethodAnyOf + type EllipsoidArc struct + Confidence int32 + IncludedAngle int32 + InnerRadius int32 + OffsetAngle int32 + Point GeographicalCoordinates + UncertaintyRadius float32 + func NewEllipsoidArc(point GeographicalCoordinates, innerRadius int32, uncertaintyRadius float32, ...) *EllipsoidArc + func NewEllipsoidArcWithDefaults() *EllipsoidArc + func (o *EllipsoidArc) GetConfidence() int32 + func (o *EllipsoidArc) GetConfidenceOk() (*int32, bool) + func (o *EllipsoidArc) GetIncludedAngle() int32 + func (o *EllipsoidArc) GetIncludedAngleOk() (*int32, bool) + func (o *EllipsoidArc) GetInnerRadius() int32 + func (o *EllipsoidArc) GetInnerRadiusOk() (*int32, bool) + func (o *EllipsoidArc) GetOffsetAngle() int32 + func (o *EllipsoidArc) GetOffsetAngleOk() (*int32, bool) + func (o *EllipsoidArc) GetPoint() GeographicalCoordinates + func (o *EllipsoidArc) GetPointOk() (*GeographicalCoordinates, bool) + func (o *EllipsoidArc) GetUncertaintyRadius() float32 + func (o *EllipsoidArc) GetUncertaintyRadiusOk() (*float32, bool) + func (o *EllipsoidArc) SetConfidence(v int32) + func (o *EllipsoidArc) SetIncludedAngle(v int32) + func (o *EllipsoidArc) SetInnerRadius(v int32) + func (o *EllipsoidArc) SetOffsetAngle(v int32) + func (o *EllipsoidArc) SetPoint(v GeographicalCoordinates) + func (o *EllipsoidArc) SetUncertaintyRadius(v float32) + func (o EllipsoidArc) MarshalJSON() ([]byte, error) + func (o EllipsoidArc) ToMap() (map[string]interface{}, error) + type EllipsoidArcAllOf struct + Confidence int32 + IncludedAngle int32 + InnerRadius int32 + OffsetAngle int32 + Point GeographicalCoordinates + UncertaintyRadius float32 + func NewEllipsoidArcAllOf(point GeographicalCoordinates, innerRadius int32, uncertaintyRadius float32, ...) *EllipsoidArcAllOf + func NewEllipsoidArcAllOfWithDefaults() *EllipsoidArcAllOf + func (o *EllipsoidArcAllOf) GetConfidence() int32 + func (o *EllipsoidArcAllOf) GetConfidenceOk() (*int32, bool) + func (o *EllipsoidArcAllOf) GetIncludedAngle() int32 + func (o *EllipsoidArcAllOf) GetIncludedAngleOk() (*int32, bool) + func (o *EllipsoidArcAllOf) GetInnerRadius() int32 + func (o *EllipsoidArcAllOf) GetInnerRadiusOk() (*int32, bool) + func (o *EllipsoidArcAllOf) GetOffsetAngle() int32 + func (o *EllipsoidArcAllOf) GetOffsetAngleOk() (*int32, bool) + func (o *EllipsoidArcAllOf) GetPoint() GeographicalCoordinates + func (o *EllipsoidArcAllOf) GetPointOk() (*GeographicalCoordinates, bool) + func (o *EllipsoidArcAllOf) GetUncertaintyRadius() float32 + func (o *EllipsoidArcAllOf) GetUncertaintyRadiusOk() (*float32, bool) + func (o *EllipsoidArcAllOf) SetConfidence(v int32) + func (o *EllipsoidArcAllOf) SetIncludedAngle(v int32) + func (o *EllipsoidArcAllOf) SetInnerRadius(v int32) + func (o *EllipsoidArcAllOf) SetOffsetAngle(v int32) + func (o *EllipsoidArcAllOf) SetPoint(v GeographicalCoordinates) + func (o *EllipsoidArcAllOf) SetUncertaintyRadius(v float32) + func (o EllipsoidArcAllOf) MarshalJSON() ([]byte, error) + func (o EllipsoidArcAllOf) ToMap() (map[string]interface{}, error) + type Event struct + EventAnyOf *EventAnyOf + String *string + func (dst *Event) UnmarshalJSON(data []byte) error + func (src *Event) MarshalJSON() ([]byte, error) + type EventAnyOf string + const DATA_INGEST_FAILURE + const DELIVERY_STARTED + const DIST_SESS_POL_CRTL_FAILURE + const DIST_SESS_SERV_MNGT_FAILURE + const DIST_SESS_STARTED + const DIST_SESS_STARTING + const DIST_SESS_TERMINATED + const SESSION_TERMINATED + const USER_DATA_ING_SESS_STARTED + const USER_DATA_ING_SESS_STARTING + const USER_DATA_ING_SESS_TERMINATED + func NewEventAnyOfFromValue(v string) (*EventAnyOf, error) + func (v *EventAnyOf) UnmarshalJSON(src []byte) error + func (v EventAnyOf) IsValid() bool + func (v EventAnyOf) Ptr() *EventAnyOf + type EventNotification struct + MbsDisSessionId *string + StatusAddInfo *string + StatusEvent Event + TimeStamp time.Time + func NewEventNotification(statusEvent Event, timeStamp time.Time) *EventNotification + func NewEventNotificationWithDefaults() *EventNotification + func (o *EventNotification) GetMbsDisSessionId() string + func (o *EventNotification) GetMbsDisSessionIdOk() (*string, bool) + func (o *EventNotification) GetStatusAddInfo() string + func (o *EventNotification) GetStatusAddInfoOk() (*string, bool) + func (o *EventNotification) GetStatusEvent() Event + func (o *EventNotification) GetStatusEventOk() (*Event, bool) + func (o *EventNotification) GetTimeStamp() time.Time + func (o *EventNotification) GetTimeStampOk() (*time.Time, bool) + func (o *EventNotification) HasMbsDisSessionId() bool + func (o *EventNotification) HasStatusAddInfo() bool + func (o *EventNotification) SetMbsDisSessionId(v string) + func (o *EventNotification) SetStatusAddInfo(v string) + func (o *EventNotification) SetStatusEvent(v Event) + func (o *EventNotification) SetTimeStamp(v time.Time) + func (o EventNotification) MarshalJSON() ([]byte, error) + func (o EventNotification) 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 ExternalMbsServiceArea struct + Interface *interface{} + func InterfaceAsExternalMbsServiceArea(v *interface{}) ExternalMbsServiceArea + func (dst *ExternalMbsServiceArea) UnmarshalJSON(data []byte) error + func (obj *ExternalMbsServiceArea) GetActualInstance() interface{} + func (src ExternalMbsServiceArea) MarshalJSON() ([]byte, 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 GADShape struct + Shape SupportedGADShapes + func NewGADShape(shape SupportedGADShapes) *GADShape + func NewGADShapeWithDefaults() *GADShape + func (o *GADShape) GetShape() SupportedGADShapes + func (o *GADShape) GetShapeOk() (*SupportedGADShapes, bool) + func (o *GADShape) SetShape(v SupportedGADShapes) + func (o GADShape) MarshalJSON() ([]byte, error) + func (o GADShape) ToMap() (map[string]interface{}, error) + type GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type GeographicArea struct + EllipsoidArc *EllipsoidArc + Point *Point + PointAltitude *PointAltitude + PointAltitudeUncertainty *PointAltitudeUncertainty + PointUncertaintyCircle *PointUncertaintyCircle + PointUncertaintyEllipse *PointUncertaintyEllipse + Polygon *Polygon + func (dst *GeographicArea) UnmarshalJSON(data []byte) error + func (src *GeographicArea) MarshalJSON() ([]byte, error) + type GeographicalCoordinates struct + Lat float64 + Lon float64 + func NewGeographicalCoordinates(lon float64, lat float64) *GeographicalCoordinates + func NewGeographicalCoordinatesWithDefaults() *GeographicalCoordinates + func (o *GeographicalCoordinates) GetLat() float64 + func (o *GeographicalCoordinates) GetLatOk() (*float64, bool) + func (o *GeographicalCoordinates) GetLon() float64 + func (o *GeographicalCoordinates) GetLonOk() (*float64, bool) + func (o *GeographicalCoordinates) SetLat(v float64) + func (o *GeographicalCoordinates) SetLon(v float64) + func (o GeographicalCoordinates) MarshalJSON() ([]byte, error) + func (o GeographicalCoordinates) ToMap() (map[string]interface{}, error) + type IndividualMBSUserDataIngestSessionDocumentApiService service + func (a *IndividualMBSUserDataIngestSessionDocumentApiService) DeleteIndMBSUserDataIngSession(ctx context.Context, sessionId string) ApiDeleteIndMBSUserDataIngSessionRequest + func (a *IndividualMBSUserDataIngestSessionDocumentApiService) DeleteIndMBSUserDataIngSessionExecute(r ApiDeleteIndMBSUserDataIngSessionRequest) (*http.Response, error) + func (a *IndividualMBSUserDataIngestSessionDocumentApiService) ModifyIndMBSUserDataIngSession(ctx context.Context, sessionId string) ApiModifyIndMBSUserDataIngSessionRequest + func (a *IndividualMBSUserDataIngestSessionDocumentApiService) ModifyIndMBSUserDataIngSessionExecute(r ApiModifyIndMBSUserDataIngSessionRequest) (*MBSUserDataIngSession, *http.Response, error) + func (a *IndividualMBSUserDataIngestSessionDocumentApiService) RetrieveIndMBSUserDataIngSession(ctx context.Context, sessionId string) ApiRetrieveIndMBSUserDataIngSessionRequest + func (a *IndividualMBSUserDataIngestSessionDocumentApiService) RetrieveIndMBSUserDataIngSessionExecute(r ApiRetrieveIndMBSUserDataIngSessionRequest) (*MBSUserDataIngSession, *http.Response, error) + func (a *IndividualMBSUserDataIngestSessionDocumentApiService) UpdateIndMBSUserDataIngSession(ctx context.Context, sessionId string) ApiUpdateIndMBSUserDataIngSessionRequest + func (a *IndividualMBSUserDataIngestSessionDocumentApiService) UpdateIndMBSUserDataIngSessionExecute(r ApiUpdateIndMBSUserDataIngSessionRequest) (*MBSUserDataIngSession, *http.Response, error) + type IndividualMBSUserDataIngestSessionStatusSubscriptionDocumentApiService service + func (a *IndividualMBSUserDataIngestSessionStatusSubscriptionDocumentApiService) DeleteMBSUserDataIngStatSubsc(ctx context.Context, subscriptionId string) ApiDeleteMBSUserDataIngStatSubscRequest + func (a *IndividualMBSUserDataIngestSessionStatusSubscriptionDocumentApiService) DeleteMBSUserDataIngStatSubscExecute(r ApiDeleteMBSUserDataIngStatSubscRequest) (*http.Response, error) + func (a *IndividualMBSUserDataIngestSessionStatusSubscriptionDocumentApiService) ModifyIndMBSUserDataIngStatSubsc(ctx context.Context, subscriptionId string) ApiModifyIndMBSUserDataIngStatSubscRequest + func (a *IndividualMBSUserDataIngestSessionStatusSubscriptionDocumentApiService) ModifyIndMBSUserDataIngStatSubscExecute(r ApiModifyIndMBSUserDataIngStatSubscRequest) (*MBSUserDataIngStatSubsc, *http.Response, error) + func (a *IndividualMBSUserDataIngestSessionStatusSubscriptionDocumentApiService) RetrieveIndMBSUserDataIngStatSubsc(ctx context.Context, subscriptionId string) ApiRetrieveIndMBSUserDataIngStatSubscRequest + func (a *IndividualMBSUserDataIngestSessionStatusSubscriptionDocumentApiService) RetrieveIndMBSUserDataIngStatSubscExecute(r ApiRetrieveIndMBSUserDataIngStatSubscRequest) (*MBSUserDataIngStatSubsc, *http.Response, error) + func (a *IndividualMBSUserDataIngestSessionStatusSubscriptionDocumentApiService) UpdateIndMBSUserDataIngStatSubsc(ctx context.Context, subscriptionId string) ApiUpdateIndMBSUserDataIngStatSubscRequest + func (a *IndividualMBSUserDataIngestSessionStatusSubscriptionDocumentApiService) UpdateIndMBSUserDataIngStatSubscExecute(r ApiUpdateIndMBSUserDataIngStatSubscRequest) (*MBSUserDataIngStatSubsc, *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 Local2dPointUncertaintyEllipse struct + Confidence int32 + LocalOrigin LocalOrigin + Point RelativeCartesianLocation + UncertaintyEllipse UncertaintyEllipse + func NewLocal2dPointUncertaintyEllipse(localOrigin LocalOrigin, point RelativeCartesianLocation, ...) *Local2dPointUncertaintyEllipse + func NewLocal2dPointUncertaintyEllipseWithDefaults() *Local2dPointUncertaintyEllipse + func (o *Local2dPointUncertaintyEllipse) GetConfidence() int32 + func (o *Local2dPointUncertaintyEllipse) GetConfidenceOk() (*int32, bool) + func (o *Local2dPointUncertaintyEllipse) GetLocalOrigin() LocalOrigin + func (o *Local2dPointUncertaintyEllipse) GetLocalOriginOk() (*LocalOrigin, bool) + func (o *Local2dPointUncertaintyEllipse) GetPoint() RelativeCartesianLocation + func (o *Local2dPointUncertaintyEllipse) GetPointOk() (*RelativeCartesianLocation, bool) + func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse + func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool) + func (o *Local2dPointUncertaintyEllipse) SetConfidence(v int32) + func (o *Local2dPointUncertaintyEllipse) SetLocalOrigin(v LocalOrigin) + func (o *Local2dPointUncertaintyEllipse) SetPoint(v RelativeCartesianLocation) + func (o *Local2dPointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse) + func (o Local2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error) + func (o Local2dPointUncertaintyEllipse) ToMap() (map[string]interface{}, error) + type Local2dPointUncertaintyEllipseAllOf struct + Confidence int32 + LocalOrigin LocalOrigin + Point RelativeCartesianLocation + UncertaintyEllipse UncertaintyEllipse + func NewLocal2dPointUncertaintyEllipseAllOf(localOrigin LocalOrigin, point RelativeCartesianLocation, ...) *Local2dPointUncertaintyEllipseAllOf + func NewLocal2dPointUncertaintyEllipseAllOfWithDefaults() *Local2dPointUncertaintyEllipseAllOf + func (o *Local2dPointUncertaintyEllipseAllOf) GetConfidence() int32 + func (o *Local2dPointUncertaintyEllipseAllOf) GetConfidenceOk() (*int32, bool) + func (o *Local2dPointUncertaintyEllipseAllOf) GetLocalOrigin() LocalOrigin + func (o *Local2dPointUncertaintyEllipseAllOf) GetLocalOriginOk() (*LocalOrigin, bool) + func (o *Local2dPointUncertaintyEllipseAllOf) GetPoint() RelativeCartesianLocation + func (o *Local2dPointUncertaintyEllipseAllOf) GetPointOk() (*RelativeCartesianLocation, bool) + func (o *Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipse() UncertaintyEllipse + func (o *Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool) + func (o *Local2dPointUncertaintyEllipseAllOf) SetConfidence(v int32) + func (o *Local2dPointUncertaintyEllipseAllOf) SetLocalOrigin(v LocalOrigin) + func (o *Local2dPointUncertaintyEllipseAllOf) SetPoint(v RelativeCartesianLocation) + func (o *Local2dPointUncertaintyEllipseAllOf) SetUncertaintyEllipse(v UncertaintyEllipse) + func (o Local2dPointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error) + func (o Local2dPointUncertaintyEllipseAllOf) ToMap() (map[string]interface{}, error) + type Local3dPointUncertaintyEllipsoid struct + Confidence int32 + LocalOrigin LocalOrigin + Point RelativeCartesianLocation + UncertaintyEllipsoid UncertaintyEllipsoid + func NewLocal3dPointUncertaintyEllipsoid(localOrigin LocalOrigin, point RelativeCartesianLocation, ...) *Local3dPointUncertaintyEllipsoid + func NewLocal3dPointUncertaintyEllipsoidWithDefaults() *Local3dPointUncertaintyEllipsoid + func (o *Local3dPointUncertaintyEllipsoid) GetConfidence() int32 + func (o *Local3dPointUncertaintyEllipsoid) GetConfidenceOk() (*int32, bool) + func (o *Local3dPointUncertaintyEllipsoid) GetLocalOrigin() LocalOrigin + func (o *Local3dPointUncertaintyEllipsoid) GetLocalOriginOk() (*LocalOrigin, bool) + func (o *Local3dPointUncertaintyEllipsoid) GetPoint() RelativeCartesianLocation + func (o *Local3dPointUncertaintyEllipsoid) GetPointOk() (*RelativeCartesianLocation, bool) + func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoid() UncertaintyEllipsoid + func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoidOk() (*UncertaintyEllipsoid, bool) + func (o *Local3dPointUncertaintyEllipsoid) SetConfidence(v int32) + func (o *Local3dPointUncertaintyEllipsoid) SetLocalOrigin(v LocalOrigin) + func (o *Local3dPointUncertaintyEllipsoid) SetPoint(v RelativeCartesianLocation) + func (o *Local3dPointUncertaintyEllipsoid) SetUncertaintyEllipsoid(v UncertaintyEllipsoid) + func (o Local3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error) + func (o Local3dPointUncertaintyEllipsoid) ToMap() (map[string]interface{}, error) + type Local3dPointUncertaintyEllipsoidAllOf struct + Confidence int32 + LocalOrigin LocalOrigin + Point RelativeCartesianLocation + UncertaintyEllipsoid UncertaintyEllipsoid + func NewLocal3dPointUncertaintyEllipsoidAllOf(localOrigin LocalOrigin, point RelativeCartesianLocation, ...) *Local3dPointUncertaintyEllipsoidAllOf + func NewLocal3dPointUncertaintyEllipsoidAllOfWithDefaults() *Local3dPointUncertaintyEllipsoidAllOf + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetConfidence() int32 + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetConfidenceOk() (*int32, bool) + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetLocalOrigin() LocalOrigin + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetLocalOriginOk() (*LocalOrigin, bool) + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetPoint() RelativeCartesianLocation + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetPointOk() (*RelativeCartesianLocation, bool) + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoid() UncertaintyEllipsoid + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoidOk() (*UncertaintyEllipsoid, bool) + func (o *Local3dPointUncertaintyEllipsoidAllOf) SetConfidence(v int32) + func (o *Local3dPointUncertaintyEllipsoidAllOf) SetLocalOrigin(v LocalOrigin) + func (o *Local3dPointUncertaintyEllipsoidAllOf) SetPoint(v RelativeCartesianLocation) + func (o *Local3dPointUncertaintyEllipsoidAllOf) SetUncertaintyEllipsoid(v UncertaintyEllipsoid) + func (o Local3dPointUncertaintyEllipsoidAllOf) MarshalJSON() ([]byte, error) + func (o Local3dPointUncertaintyEllipsoidAllOf) ToMap() (map[string]interface{}, error) + type LocalOrigin struct + CoordinateId *string + Point *GeographicalCoordinates + func NewLocalOrigin() *LocalOrigin + func NewLocalOriginWithDefaults() *LocalOrigin + func (o *LocalOrigin) GetCoordinateId() string + func (o *LocalOrigin) GetCoordinateIdOk() (*string, bool) + func (o *LocalOrigin) GetPoint() GeographicalCoordinates + func (o *LocalOrigin) GetPointOk() (*GeographicalCoordinates, bool) + func (o *LocalOrigin) HasCoordinateId() bool + func (o *LocalOrigin) HasPoint() bool + func (o *LocalOrigin) SetCoordinateId(v string) + func (o *LocalOrigin) SetPoint(v GeographicalCoordinates) + func (o LocalOrigin) MarshalJSON() ([]byte, error) + func (o LocalOrigin) ToMap() (map[string]interface{}, error) + type MBSDistSessionAnmt struct + DistrMethod DistributionMethod + MbsFSAId *string + MbsSessionId *MbsSessionId + ObjDistrAnnInfo *ObjectDistMethAnmtInfo + SesDesInfo []string + func NewMBSDistSessionAnmt(distrMethod DistributionMethod, sesDesInfo []string) *MBSDistSessionAnmt + func NewMBSDistSessionAnmtWithDefaults() *MBSDistSessionAnmt + func (o *MBSDistSessionAnmt) GetDistrMethod() DistributionMethod + func (o *MBSDistSessionAnmt) GetDistrMethodOk() (*DistributionMethod, bool) + func (o *MBSDistSessionAnmt) GetMbsFSAId() string + func (o *MBSDistSessionAnmt) GetMbsFSAIdOk() (*string, bool) + func (o *MBSDistSessionAnmt) GetMbsSessionId() MbsSessionId + func (o *MBSDistSessionAnmt) GetMbsSessionIdOk() (*MbsSessionId, bool) + func (o *MBSDistSessionAnmt) GetObjDistrAnnInfo() ObjectDistMethAnmtInfo + func (o *MBSDistSessionAnmt) GetObjDistrAnnInfoOk() (*ObjectDistMethAnmtInfo, bool) + func (o *MBSDistSessionAnmt) GetSesDesInfo() []string + func (o *MBSDistSessionAnmt) GetSesDesInfoOk() ([]string, bool) + func (o *MBSDistSessionAnmt) HasMbsFSAId() bool + func (o *MBSDistSessionAnmt) HasMbsSessionId() bool + func (o *MBSDistSessionAnmt) HasObjDistrAnnInfo() bool + func (o *MBSDistSessionAnmt) SetDistrMethod(v DistributionMethod) + func (o *MBSDistSessionAnmt) SetMbsFSAId(v string) + func (o *MBSDistSessionAnmt) SetMbsSessionId(v MbsSessionId) + func (o *MBSDistSessionAnmt) SetObjDistrAnnInfo(v ObjectDistMethAnmtInfo) + func (o *MBSDistSessionAnmt) SetSesDesInfo(v []string) + func (o MBSDistSessionAnmt) MarshalJSON() ([]byte, error) + func (o MBSDistSessionAnmt) ToMap() (map[string]interface{}, error) + type MBSDistributionSessionInfo struct + DistrMethod DistributionMethod + ExtTgtServAreas *ExternalMbsServiceArea + FecConfig *FECConfig + LocationDependent *bool + MaxContBitRate string + MaxContDelay *int32 + MbsDistSessState *DistSessionState + MbsDistSessionId *string + MbsFSAId *string + MbsServInfo *MbsServiceInfo + MbsSessionId *MbsSessionId + MultiplexedServFlag *bool + ObjDistrInfo *ObjectDistrMethInfo + PckDistrInfo *PacketDistrMethInfo + RestrictedFlag *bool + TgtServAreas *MbsServiceArea + TrafficMarkingInfo *string + func NewMBSDistributionSessionInfo(maxContBitRate string, distrMethod DistributionMethod) *MBSDistributionSessionInfo + func NewMBSDistributionSessionInfoWithDefaults() *MBSDistributionSessionInfo + func (o *MBSDistributionSessionInfo) GetDistrMethod() DistributionMethod + func (o *MBSDistributionSessionInfo) GetDistrMethodOk() (*DistributionMethod, bool) + func (o *MBSDistributionSessionInfo) GetExtTgtServAreas() ExternalMbsServiceArea + func (o *MBSDistributionSessionInfo) GetExtTgtServAreasOk() (*ExternalMbsServiceArea, bool) + func (o *MBSDistributionSessionInfo) GetFecConfig() FECConfig + func (o *MBSDistributionSessionInfo) GetFecConfigOk() (*FECConfig, bool) + func (o *MBSDistributionSessionInfo) GetLocationDependent() bool + func (o *MBSDistributionSessionInfo) GetLocationDependentOk() (*bool, bool) + func (o *MBSDistributionSessionInfo) GetMaxContBitRate() string + func (o *MBSDistributionSessionInfo) GetMaxContBitRateOk() (*string, bool) + func (o *MBSDistributionSessionInfo) GetMaxContDelay() int32 + func (o *MBSDistributionSessionInfo) GetMaxContDelayOk() (*int32, bool) + func (o *MBSDistributionSessionInfo) GetMbsDistSessState() DistSessionState + func (o *MBSDistributionSessionInfo) GetMbsDistSessStateOk() (*DistSessionState, bool) + func (o *MBSDistributionSessionInfo) GetMbsDistSessionId() string + func (o *MBSDistributionSessionInfo) GetMbsDistSessionIdOk() (*string, bool) + func (o *MBSDistributionSessionInfo) GetMbsFSAId() string + func (o *MBSDistributionSessionInfo) GetMbsFSAIdOk() (*string, bool) + func (o *MBSDistributionSessionInfo) GetMbsServInfo() MbsServiceInfo + func (o *MBSDistributionSessionInfo) GetMbsServInfoOk() (*MbsServiceInfo, bool) + func (o *MBSDistributionSessionInfo) GetMbsSessionId() MbsSessionId + func (o *MBSDistributionSessionInfo) GetMbsSessionIdOk() (*MbsSessionId, bool) + func (o *MBSDistributionSessionInfo) GetMultiplexedServFlag() bool + func (o *MBSDistributionSessionInfo) GetMultiplexedServFlagOk() (*bool, bool) + func (o *MBSDistributionSessionInfo) GetObjDistrInfo() ObjectDistrMethInfo + func (o *MBSDistributionSessionInfo) GetObjDistrInfoOk() (*ObjectDistrMethInfo, bool) + func (o *MBSDistributionSessionInfo) GetPckDistrInfo() PacketDistrMethInfo + func (o *MBSDistributionSessionInfo) GetPckDistrInfoOk() (*PacketDistrMethInfo, bool) + func (o *MBSDistributionSessionInfo) GetRestrictedFlag() bool + func (o *MBSDistributionSessionInfo) GetRestrictedFlagOk() (*bool, bool) + func (o *MBSDistributionSessionInfo) GetTgtServAreas() MbsServiceArea + func (o *MBSDistributionSessionInfo) GetTgtServAreasOk() (*MbsServiceArea, bool) + func (o *MBSDistributionSessionInfo) GetTrafficMarkingInfo() string + func (o *MBSDistributionSessionInfo) GetTrafficMarkingInfoOk() (*string, bool) + func (o *MBSDistributionSessionInfo) HasExtTgtServAreas() bool + func (o *MBSDistributionSessionInfo) HasFecConfig() bool + func (o *MBSDistributionSessionInfo) HasLocationDependent() bool + func (o *MBSDistributionSessionInfo) HasMaxContDelay() bool + func (o *MBSDistributionSessionInfo) HasMbsDistSessState() bool + func (o *MBSDistributionSessionInfo) HasMbsDistSessionId() bool + func (o *MBSDistributionSessionInfo) HasMbsFSAId() bool + func (o *MBSDistributionSessionInfo) HasMbsServInfo() bool + func (o *MBSDistributionSessionInfo) HasMbsSessionId() bool + func (o *MBSDistributionSessionInfo) HasMultiplexedServFlag() bool + func (o *MBSDistributionSessionInfo) HasObjDistrInfo() bool + func (o *MBSDistributionSessionInfo) HasPckDistrInfo() bool + func (o *MBSDistributionSessionInfo) HasRestrictedFlag() bool + func (o *MBSDistributionSessionInfo) HasTgtServAreas() bool + func (o *MBSDistributionSessionInfo) HasTrafficMarkingInfo() bool + func (o *MBSDistributionSessionInfo) SetDistrMethod(v DistributionMethod) + func (o *MBSDistributionSessionInfo) SetExtTgtServAreas(v ExternalMbsServiceArea) + func (o *MBSDistributionSessionInfo) SetFecConfig(v FECConfig) + func (o *MBSDistributionSessionInfo) SetLocationDependent(v bool) + func (o *MBSDistributionSessionInfo) SetMaxContBitRate(v string) + func (o *MBSDistributionSessionInfo) SetMaxContDelay(v int32) + func (o *MBSDistributionSessionInfo) SetMbsDistSessState(v DistSessionState) + func (o *MBSDistributionSessionInfo) SetMbsDistSessionId(v string) + func (o *MBSDistributionSessionInfo) SetMbsFSAId(v string) + func (o *MBSDistributionSessionInfo) SetMbsServInfo(v MbsServiceInfo) + func (o *MBSDistributionSessionInfo) SetMbsSessionId(v MbsSessionId) + func (o *MBSDistributionSessionInfo) SetMultiplexedServFlag(v bool) + func (o *MBSDistributionSessionInfo) SetObjDistrInfo(v ObjectDistrMethInfo) + func (o *MBSDistributionSessionInfo) SetPckDistrInfo(v PacketDistrMethInfo) + func (o *MBSDistributionSessionInfo) SetRestrictedFlag(v bool) + func (o *MBSDistributionSessionInfo) SetTgtServAreas(v MbsServiceArea) + func (o *MBSDistributionSessionInfo) SetTrafficMarkingInfo(v string) + func (o MBSDistributionSessionInfo) MarshalJSON() ([]byte, error) + func (o MBSDistributionSessionInfo) ToMap() (map[string]interface{}, error) + type MBSUserDataIngSession struct + ActPeriods []TimeWindow + MbsDisSessInfos map[string]MBSDistributionSessionInfo + MbsUserServAnmt *MBSUserServAnmt + MbsUserServId string + SuppFeat *string + func NewMBSUserDataIngSession(mbsUserServId string, mbsDisSessInfos map[string]MBSDistributionSessionInfo) *MBSUserDataIngSession + func NewMBSUserDataIngSessionWithDefaults() *MBSUserDataIngSession + func (o *MBSUserDataIngSession) GetActPeriods() []TimeWindow + func (o *MBSUserDataIngSession) GetActPeriodsOk() ([]TimeWindow, bool) + func (o *MBSUserDataIngSession) GetMbsDisSessInfos() map[string]MBSDistributionSessionInfo + func (o *MBSUserDataIngSession) GetMbsDisSessInfosOk() (*map[string]MBSDistributionSessionInfo, bool) + func (o *MBSUserDataIngSession) GetMbsUserServAnmt() MBSUserServAnmt + func (o *MBSUserDataIngSession) GetMbsUserServAnmtOk() (*MBSUserServAnmt, bool) + func (o *MBSUserDataIngSession) GetMbsUserServId() string + func (o *MBSUserDataIngSession) GetMbsUserServIdOk() (*string, bool) + func (o *MBSUserDataIngSession) GetSuppFeat() string + func (o *MBSUserDataIngSession) GetSuppFeatOk() (*string, bool) + func (o *MBSUserDataIngSession) HasActPeriods() bool + func (o *MBSUserDataIngSession) HasMbsUserServAnmt() bool + func (o *MBSUserDataIngSession) HasSuppFeat() bool + func (o *MBSUserDataIngSession) SetActPeriods(v []TimeWindow) + func (o *MBSUserDataIngSession) SetMbsDisSessInfos(v map[string]MBSDistributionSessionInfo) + func (o *MBSUserDataIngSession) SetMbsUserServAnmt(v MBSUserServAnmt) + func (o *MBSUserDataIngSession) SetMbsUserServId(v string) + func (o *MBSUserDataIngSession) SetSuppFeat(v string) + func (o MBSUserDataIngSession) MarshalJSON() ([]byte, error) + func (o MBSUserDataIngSession) ToMap() (map[string]interface{}, error) + type MBSUserDataIngSessionPatch struct + ActPeriods []TimeWindow + MbsDisSessInfos *map[string]MBSDistributionSessionInfo + func NewMBSUserDataIngSessionPatch() *MBSUserDataIngSessionPatch + func NewMBSUserDataIngSessionPatchWithDefaults() *MBSUserDataIngSessionPatch + func (o *MBSUserDataIngSessionPatch) GetActPeriods() []TimeWindow + func (o *MBSUserDataIngSessionPatch) GetActPeriodsOk() ([]TimeWindow, bool) + func (o *MBSUserDataIngSessionPatch) GetMbsDisSessInfos() map[string]MBSDistributionSessionInfo + func (o *MBSUserDataIngSessionPatch) GetMbsDisSessInfosOk() (*map[string]MBSDistributionSessionInfo, bool) + func (o *MBSUserDataIngSessionPatch) HasActPeriods() bool + func (o *MBSUserDataIngSessionPatch) HasMbsDisSessInfos() bool + func (o *MBSUserDataIngSessionPatch) SetActPeriods(v []TimeWindow) + func (o *MBSUserDataIngSessionPatch) SetMbsDisSessInfos(v map[string]MBSDistributionSessionInfo) + func (o MBSUserDataIngSessionPatch) MarshalJSON() ([]byte, error) + func (o MBSUserDataIngSessionPatch) ToMap() (map[string]interface{}, error) + type MBSUserDataIngStatNotif struct + EventNotifs []EventNotification + MbsIngSessionId string + func NewMBSUserDataIngStatNotif(mbsIngSessionId string, eventNotifs []EventNotification) *MBSUserDataIngStatNotif + func NewMBSUserDataIngStatNotifWithDefaults() *MBSUserDataIngStatNotif + func (o *MBSUserDataIngStatNotif) GetEventNotifs() []EventNotification + func (o *MBSUserDataIngStatNotif) GetEventNotifsOk() ([]EventNotification, bool) + func (o *MBSUserDataIngStatNotif) GetMbsIngSessionId() string + func (o *MBSUserDataIngStatNotif) GetMbsIngSessionIdOk() (*string, bool) + func (o *MBSUserDataIngStatNotif) SetEventNotifs(v []EventNotification) + func (o *MBSUserDataIngStatNotif) SetMbsIngSessionId(v string) + func (o MBSUserDataIngStatNotif) MarshalJSON() ([]byte, error) + func (o MBSUserDataIngStatNotif) ToMap() (map[string]interface{}, error) + type MBSUserDataIngStatSubsc struct + EventSubscs []SubscribedEvent + MbsIngSessionId string + NotifUri string + func NewMBSUserDataIngStatSubsc(mbsIngSessionId string, eventSubscs []SubscribedEvent, notifUri string) *MBSUserDataIngStatSubsc + func NewMBSUserDataIngStatSubscWithDefaults() *MBSUserDataIngStatSubsc + func (o *MBSUserDataIngStatSubsc) GetEventSubscs() []SubscribedEvent + func (o *MBSUserDataIngStatSubsc) GetEventSubscsOk() ([]SubscribedEvent, bool) + func (o *MBSUserDataIngStatSubsc) GetMbsIngSessionId() string + func (o *MBSUserDataIngStatSubsc) GetMbsIngSessionIdOk() (*string, bool) + func (o *MBSUserDataIngStatSubsc) GetNotifUri() string + func (o *MBSUserDataIngStatSubsc) GetNotifUriOk() (*string, bool) + func (o *MBSUserDataIngStatSubsc) SetEventSubscs(v []SubscribedEvent) + func (o *MBSUserDataIngStatSubsc) SetMbsIngSessionId(v string) + func (o *MBSUserDataIngStatSubsc) SetNotifUri(v string) + func (o MBSUserDataIngStatSubsc) MarshalJSON() ([]byte, error) + func (o MBSUserDataIngStatSubsc) ToMap() (map[string]interface{}, error) + type MBSUserDataIngStatSubscPatch struct + EventSubscs []SubscribedEvent + NotifUri *string + func NewMBSUserDataIngStatSubscPatch() *MBSUserDataIngStatSubscPatch + func NewMBSUserDataIngStatSubscPatchWithDefaults() *MBSUserDataIngStatSubscPatch + func (o *MBSUserDataIngStatSubscPatch) GetEventSubscs() []SubscribedEvent + func (o *MBSUserDataIngStatSubscPatch) GetEventSubscsOk() ([]SubscribedEvent, bool) + func (o *MBSUserDataIngStatSubscPatch) GetNotifUri() string + func (o *MBSUserDataIngStatSubscPatch) GetNotifUriOk() (*string, bool) + func (o *MBSUserDataIngStatSubscPatch) HasEventSubscs() bool + func (o *MBSUserDataIngStatSubscPatch) HasNotifUri() bool + func (o *MBSUserDataIngStatSubscPatch) SetEventSubscs(v []SubscribedEvent) + func (o *MBSUserDataIngStatSubscPatch) SetNotifUri(v string) + func (o MBSUserDataIngStatSubscPatch) MarshalJSON() ([]byte, error) + func (o MBSUserDataIngStatSubscPatch) ToMap() (map[string]interface{}, error) + type MBSUserDataIngestSessionStatusSubscriptionsCollectionApiService service + func (a *MBSUserDataIngestSessionStatusSubscriptionsCollectionApiService) CreateMBSUserDataIngStatSubsc(ctx context.Context) ApiCreateMBSUserDataIngStatSubscRequest + func (a *MBSUserDataIngestSessionStatusSubscriptionsCollectionApiService) CreateMBSUserDataIngStatSubscExecute(r ApiCreateMBSUserDataIngStatSubscRequest) (*MBSUserDataIngStatSubsc, *http.Response, error) + func (a *MBSUserDataIngestSessionStatusSubscriptionsCollectionApiService) RetrieveMBSUserDataIngStatSubscs(ctx context.Context) ApiRetrieveMBSUserDataIngStatSubscsRequest + func (a *MBSUserDataIngestSessionStatusSubscriptionsCollectionApiService) RetrieveMBSUserDataIngStatSubscsExecute(r ApiRetrieveMBSUserDataIngStatSubscsRequest) ([]MBSUserDataIngStatSubsc, *http.Response, error) + type MBSUserDataIngestSessionsCollectionApiService service + func (a *MBSUserDataIngestSessionsCollectionApiService) CreateMBSUserDataIngSession(ctx context.Context) ApiCreateMBSUserDataIngSessionRequest + func (a *MBSUserDataIngestSessionsCollectionApiService) CreateMBSUserDataIngSessionExecute(r ApiCreateMBSUserDataIngSessionRequest) (*MBSUserDataIngSession, *http.Response, error) + func (a *MBSUserDataIngestSessionsCollectionApiService) RetrieveMBSUserDataIngSessions(ctx context.Context) ApiRetrieveMBSUserDataIngSessionsRequest + func (a *MBSUserDataIngestSessionsCollectionApiService) RetrieveMBSUserDataIngSessionsExecute(r ApiRetrieveMBSUserDataIngSessionsRequest) ([]MBSUserDataIngSession, *http.Response, error) + type MBSUserServAnmt struct + EndTime *time.Time + ExtServiceId []string + MainServLang *string + MbsDistSessAnmt *map[string]MBSDistSessionAnmt + ServClass string + ServNameDescs []ServiceNameDescription + StartTime *time.Time + func NewMBSUserServAnmt(extServiceId []string, servClass string, ...) *MBSUserServAnmt + func NewMBSUserServAnmtWithDefaults() *MBSUserServAnmt + func (o *MBSUserServAnmt) GetEndTime() time.Time + func (o *MBSUserServAnmt) GetEndTimeOk() (*time.Time, bool) + func (o *MBSUserServAnmt) GetExtServiceId() []string + func (o *MBSUserServAnmt) GetExtServiceIdOk() ([]string, bool) + func (o *MBSUserServAnmt) GetMainServLang() string + func (o *MBSUserServAnmt) GetMainServLangOk() (*string, bool) + func (o *MBSUserServAnmt) GetMbsDistSessAnmt() map[string]MBSDistSessionAnmt + func (o *MBSUserServAnmt) GetMbsDistSessAnmtOk() (*map[string]MBSDistSessionAnmt, bool) + func (o *MBSUserServAnmt) GetServClass() string + func (o *MBSUserServAnmt) GetServClassOk() (*string, bool) + func (o *MBSUserServAnmt) GetServNameDescs() []ServiceNameDescription + func (o *MBSUserServAnmt) GetServNameDescsOk() ([]ServiceNameDescription, bool) + func (o *MBSUserServAnmt) GetStartTime() time.Time + func (o *MBSUserServAnmt) GetStartTimeOk() (*time.Time, bool) + func (o *MBSUserServAnmt) HasEndTime() bool + func (o *MBSUserServAnmt) HasMainServLang() bool + func (o *MBSUserServAnmt) HasMbsDistSessAnmt() bool + func (o *MBSUserServAnmt) HasStartTime() bool + func (o *MBSUserServAnmt) SetEndTime(v time.Time) + func (o *MBSUserServAnmt) SetExtServiceId(v []string) + func (o *MBSUserServAnmt) SetMainServLang(v string) + func (o *MBSUserServAnmt) SetMbsDistSessAnmt(v map[string]MBSDistSessionAnmt) + func (o *MBSUserServAnmt) SetServClass(v string) + func (o *MBSUserServAnmt) SetServNameDescs(v []ServiceNameDescription) + func (o *MBSUserServAnmt) SetStartTime(v time.Time) + func (o MBSUserServAnmt) MarshalJSON() ([]byte, error) + func (o MBSUserServAnmt) ToMap() (map[string]interface{}, 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 MbsMediaComp struct + MbsFlowDescs []string + MbsMedCompNum int32 + MbsMediaInfo *MbsMediaInfo + MbsQoSReq *MbsQoSReq + MbsSdfResPrio *ReservPriority + QosRef *string + func NewMbsMediaComp(mbsMedCompNum int32) *MbsMediaComp + func NewMbsMediaCompWithDefaults() *MbsMediaComp + func (o *MbsMediaComp) GetMbsFlowDescs() []string + func (o *MbsMediaComp) GetMbsFlowDescsOk() ([]string, bool) + func (o *MbsMediaComp) GetMbsMedCompNum() int32 + func (o *MbsMediaComp) GetMbsMedCompNumOk() (*int32, bool) + func (o *MbsMediaComp) GetMbsMediaInfo() MbsMediaInfo + func (o *MbsMediaComp) GetMbsMediaInfoOk() (*MbsMediaInfo, bool) + func (o *MbsMediaComp) GetMbsQoSReq() MbsQoSReq + func (o *MbsMediaComp) GetMbsQoSReqOk() (*MbsQoSReq, bool) + func (o *MbsMediaComp) GetMbsSdfResPrio() ReservPriority + func (o *MbsMediaComp) GetMbsSdfResPrioOk() (*ReservPriority, bool) + func (o *MbsMediaComp) GetQosRef() string + func (o *MbsMediaComp) GetQosRefOk() (*string, bool) + func (o *MbsMediaComp) HasMbsFlowDescs() bool + func (o *MbsMediaComp) HasMbsMediaInfo() bool + func (o *MbsMediaComp) HasMbsQoSReq() bool + func (o *MbsMediaComp) HasMbsSdfResPrio() bool + func (o *MbsMediaComp) HasQosRef() bool + func (o *MbsMediaComp) SetMbsFlowDescs(v []string) + func (o *MbsMediaComp) SetMbsMedCompNum(v int32) + func (o *MbsMediaComp) SetMbsMediaInfo(v MbsMediaInfo) + func (o *MbsMediaComp) SetMbsQoSReq(v MbsQoSReq) + func (o *MbsMediaComp) SetMbsSdfResPrio(v ReservPriority) + func (o *MbsMediaComp) SetQosRef(v string) + func (o MbsMediaComp) MarshalJSON() ([]byte, error) + func (o MbsMediaComp) ToMap() (map[string]interface{}, error) + type MbsMediaCompRm struct + MbsMediaComp *MbsMediaComp + NullValue *NullValue + func (dst *MbsMediaCompRm) UnmarshalJSON(data []byte) error + func (src *MbsMediaCompRm) MarshalJSON() ([]byte, error) + type MbsMediaInfo struct + Codecs []string + MaxReqMbsBwDl *string + MbsMedType *MediaType + MinReqMbsBwDl *string + func NewMbsMediaInfo() *MbsMediaInfo + func NewMbsMediaInfoWithDefaults() *MbsMediaInfo + func (o *MbsMediaInfo) GetCodecs() []string + func (o *MbsMediaInfo) GetCodecsOk() ([]string, bool) + func (o *MbsMediaInfo) GetMaxReqMbsBwDl() string + func (o *MbsMediaInfo) GetMaxReqMbsBwDlOk() (*string, bool) + func (o *MbsMediaInfo) GetMbsMedType() MediaType + func (o *MbsMediaInfo) GetMbsMedTypeOk() (*MediaType, bool) + func (o *MbsMediaInfo) GetMinReqMbsBwDl() string + func (o *MbsMediaInfo) GetMinReqMbsBwDlOk() (*string, bool) + func (o *MbsMediaInfo) HasCodecs() bool + func (o *MbsMediaInfo) HasMaxReqMbsBwDl() bool + func (o *MbsMediaInfo) HasMbsMedType() bool + func (o *MbsMediaInfo) HasMinReqMbsBwDl() bool + func (o *MbsMediaInfo) SetCodecs(v []string) + func (o *MbsMediaInfo) SetMaxReqMbsBwDl(v string) + func (o *MbsMediaInfo) SetMbsMedType(v MediaType) + func (o *MbsMediaInfo) SetMinReqMbsBwDl(v string) + func (o MbsMediaInfo) MarshalJSON() ([]byte, error) + func (o MbsMediaInfo) ToMap() (map[string]interface{}, error) + type MbsQoSReq struct + AverWindow *int32 + GuarBitRate *string + MaxBitRate *string + ReqMbsArp *Arp + Var5qi int32 + func NewMbsQoSReq(var5qi int32) *MbsQoSReq + func NewMbsQoSReqWithDefaults() *MbsQoSReq + func (o *MbsQoSReq) GetAverWindow() int32 + func (o *MbsQoSReq) GetAverWindowOk() (*int32, bool) + func (o *MbsQoSReq) GetGuarBitRate() string + func (o *MbsQoSReq) GetGuarBitRateOk() (*string, bool) + func (o *MbsQoSReq) GetMaxBitRate() string + func (o *MbsQoSReq) GetMaxBitRateOk() (*string, bool) + func (o *MbsQoSReq) GetReqMbsArp() Arp + func (o *MbsQoSReq) GetReqMbsArpOk() (*Arp, bool) + func (o *MbsQoSReq) GetVar5qi() int32 + func (o *MbsQoSReq) GetVar5qiOk() (*int32, bool) + func (o *MbsQoSReq) HasAverWindow() bool + func (o *MbsQoSReq) HasGuarBitRate() bool + func (o *MbsQoSReq) HasMaxBitRate() bool + func (o *MbsQoSReq) HasReqMbsArp() bool + func (o *MbsQoSReq) SetAverWindow(v int32) + func (o *MbsQoSReq) SetGuarBitRate(v string) + func (o *MbsQoSReq) SetMaxBitRate(v string) + func (o *MbsQoSReq) SetReqMbsArp(v Arp) + func (o *MbsQoSReq) SetVar5qi(v int32) + func (o MbsQoSReq) MarshalJSON() ([]byte, error) + func (o MbsQoSReq) ToMap() (map[string]interface{}, error) + type MbsServiceArea struct + Interface *interface{} + func (dst *MbsServiceArea) UnmarshalJSON(data []byte) error + func (src *MbsServiceArea) MarshalJSON() ([]byte, error) + type MbsServiceInfo struct + AfAppId *string + MbsMediaComps map[string]MbsMediaCompRm + MbsSdfResPrio *ReservPriority + MbsSessionAmbr *string + func NewMbsServiceInfo(mbsMediaComps map[string]MbsMediaCompRm) *MbsServiceInfo + func NewMbsServiceInfoWithDefaults() *MbsServiceInfo + func (o *MbsServiceInfo) GetAfAppId() string + func (o *MbsServiceInfo) GetAfAppIdOk() (*string, bool) + func (o *MbsServiceInfo) GetMbsMediaComps() map[string]MbsMediaCompRm + func (o *MbsServiceInfo) GetMbsMediaCompsOk() (*map[string]MbsMediaCompRm, bool) + func (o *MbsServiceInfo) GetMbsSdfResPrio() ReservPriority + func (o *MbsServiceInfo) GetMbsSdfResPrioOk() (*ReservPriority, bool) + func (o *MbsServiceInfo) GetMbsSessionAmbr() string + func (o *MbsServiceInfo) GetMbsSessionAmbrOk() (*string, bool) + func (o *MbsServiceInfo) HasAfAppId() bool + func (o *MbsServiceInfo) HasMbsSdfResPrio() bool + func (o *MbsServiceInfo) HasMbsSessionAmbr() bool + func (o *MbsServiceInfo) SetAfAppId(v string) + func (o *MbsServiceInfo) SetMbsMediaComps(v map[string]MbsMediaCompRm) + func (o *MbsServiceInfo) SetMbsSdfResPrio(v ReservPriority) + func (o *MbsServiceInfo) SetMbsSessionAmbr(v string) + func (o MbsServiceInfo) MarshalJSON() ([]byte, error) + func (o MbsServiceInfo) ToMap() (map[string]interface{}, error) + type MbsSessionId struct + Interface *interface{} + func (dst *MbsSessionId) UnmarshalJSON(data []byte) error + func (src *MbsSessionId) MarshalJSON() ([]byte, error) + type MediaType struct + MediaTypeAnyOf *MediaTypeAnyOf + String *string + func (dst *MediaType) UnmarshalJSON(data []byte) error + func (src *MediaType) MarshalJSON() ([]byte, error) + type MediaTypeAnyOf string + const APPLICATION + const AUDIO + const CONTROL + const DATA + const MESSAGE + const OTHER + const TEXT + const VIDEO + func NewMediaTypeAnyOfFromValue(v string) (*MediaTypeAnyOf, error) + func (v *MediaTypeAnyOf) UnmarshalJSON(src []byte) error + func (v MediaTypeAnyOf) IsValid() bool + func (v MediaTypeAnyOf) Ptr() *MediaTypeAnyOf + 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 Ncgi struct + Nid *string + NrCellId string + PlmnId PlmnId + func NewNcgi(plmnId PlmnId, nrCellId string) *Ncgi + func NewNcgiWithDefaults() *Ncgi + func (o *Ncgi) GetNid() string + func (o *Ncgi) GetNidOk() (*string, bool) + func (o *Ncgi) GetNrCellId() string + func (o *Ncgi) GetNrCellIdOk() (*string, bool) + func (o *Ncgi) GetPlmnId() PlmnId + func (o *Ncgi) GetPlmnIdOk() (*PlmnId, bool) + func (o *Ncgi) HasNid() bool + func (o *Ncgi) SetNid(v string) + func (o *Ncgi) SetNrCellId(v string) + func (o *Ncgi) SetPlmnId(v PlmnId) + func (o Ncgi) MarshalJSON() ([]byte, error) + func (o Ncgi) ToMap() (map[string]interface{}, error) + type NcgiTai struct + CellList []Ncgi + Tai Tai + func NewNcgiTai(tai Tai, cellList []Ncgi) *NcgiTai + func NewNcgiTaiWithDefaults() *NcgiTai + func (o *NcgiTai) GetCellList() []Ncgi + func (o *NcgiTai) GetCellListOk() ([]Ncgi, bool) + func (o *NcgiTai) GetTai() Tai + func (o *NcgiTai) GetTaiOk() (*Tai, bool) + func (o *NcgiTai) SetCellList(v []Ncgi) + func (o *NcgiTai) SetTai(v Tai) + func (o NcgiTai) MarshalJSON() ([]byte, error) + func (o NcgiTai) ToMap() (map[string]interface{}, error) + type NullValue string + const NULL + func NewNullValueFromValue(v string) (*NullValue, error) + func (v *NullValue) UnmarshalJSON(src []byte) error + func (v NullValue) IsValid() bool + func (v NullValue) Ptr() *NullValue + 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 NullableArp struct + func NewNullableArp(val *Arp) *NullableArp + func (v *NullableArp) Set(val *Arp) + func (v *NullableArp) UnmarshalJSON(src []byte) error + func (v *NullableArp) Unset() + func (v NullableArp) Get() *Arp + func (v NullableArp) IsSet() bool + func (v NullableArp) 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 NullableCivicAddress struct + func NewNullableCivicAddress(val *CivicAddress) *NullableCivicAddress + func (v *NullableCivicAddress) Set(val *CivicAddress) + func (v *NullableCivicAddress) UnmarshalJSON(src []byte) error + func (v *NullableCivicAddress) Unset() + func (v NullableCivicAddress) Get() *CivicAddress + func (v NullableCivicAddress) IsSet() bool + func (v NullableCivicAddress) 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 NullableDistributionMethod struct + func NewNullableDistributionMethod(val *DistributionMethod) *NullableDistributionMethod + func (v *NullableDistributionMethod) Set(val *DistributionMethod) + func (v *NullableDistributionMethod) UnmarshalJSON(src []byte) error + func (v *NullableDistributionMethod) Unset() + func (v NullableDistributionMethod) Get() *DistributionMethod + func (v NullableDistributionMethod) IsSet() bool + func (v NullableDistributionMethod) MarshalJSON() ([]byte, error) + type NullableDistributionMethodAnyOf struct + func NewNullableDistributionMethodAnyOf(val *DistributionMethodAnyOf) *NullableDistributionMethodAnyOf + func (v *NullableDistributionMethodAnyOf) Set(val *DistributionMethodAnyOf) + func (v *NullableDistributionMethodAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableDistributionMethodAnyOf) Unset() + func (v NullableDistributionMethodAnyOf) Get() *DistributionMethodAnyOf + func (v NullableDistributionMethodAnyOf) IsSet() bool + func (v NullableDistributionMethodAnyOf) MarshalJSON() ([]byte, error) + type NullableEllipsoidArc struct + func NewNullableEllipsoidArc(val *EllipsoidArc) *NullableEllipsoidArc + func (v *NullableEllipsoidArc) Set(val *EllipsoidArc) + func (v *NullableEllipsoidArc) UnmarshalJSON(src []byte) error + func (v *NullableEllipsoidArc) Unset() + func (v NullableEllipsoidArc) Get() *EllipsoidArc + func (v NullableEllipsoidArc) IsSet() bool + func (v NullableEllipsoidArc) MarshalJSON() ([]byte, error) + type NullableEllipsoidArcAllOf struct + func NewNullableEllipsoidArcAllOf(val *EllipsoidArcAllOf) *NullableEllipsoidArcAllOf + func (v *NullableEllipsoidArcAllOf) Set(val *EllipsoidArcAllOf) + func (v *NullableEllipsoidArcAllOf) UnmarshalJSON(src []byte) error + func (v *NullableEllipsoidArcAllOf) Unset() + func (v NullableEllipsoidArcAllOf) Get() *EllipsoidArcAllOf + func (v NullableEllipsoidArcAllOf) IsSet() bool + func (v NullableEllipsoidArcAllOf) MarshalJSON() ([]byte, error) + type NullableEvent struct + func NewNullableEvent(val *Event) *NullableEvent + func (v *NullableEvent) Set(val *Event) + func (v *NullableEvent) UnmarshalJSON(src []byte) error + func (v *NullableEvent) Unset() + func (v NullableEvent) Get() *Event + func (v NullableEvent) IsSet() bool + func (v NullableEvent) MarshalJSON() ([]byte, error) + type NullableEventAnyOf struct + func NewNullableEventAnyOf(val *EventAnyOf) *NullableEventAnyOf + func (v *NullableEventAnyOf) Set(val *EventAnyOf) + func (v *NullableEventAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableEventAnyOf) Unset() + func (v NullableEventAnyOf) Get() *EventAnyOf + func (v NullableEventAnyOf) IsSet() bool + func (v NullableEventAnyOf) MarshalJSON() ([]byte, error) + type NullableEventNotification struct + func NewNullableEventNotification(val *EventNotification) *NullableEventNotification + func (v *NullableEventNotification) Set(val *EventNotification) + func (v *NullableEventNotification) UnmarshalJSON(src []byte) error + func (v *NullableEventNotification) Unset() + func (v NullableEventNotification) Get() *EventNotification + func (v NullableEventNotification) IsSet() bool + func (v NullableEventNotification) 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 NullableExternalMbsServiceArea struct + func NewNullableExternalMbsServiceArea(val *ExternalMbsServiceArea) *NullableExternalMbsServiceArea + func (v *NullableExternalMbsServiceArea) Set(val *ExternalMbsServiceArea) + func (v *NullableExternalMbsServiceArea) UnmarshalJSON(src []byte) error + func (v *NullableExternalMbsServiceArea) Unset() + func (v NullableExternalMbsServiceArea) Get() *ExternalMbsServiceArea + func (v NullableExternalMbsServiceArea) IsSet() bool + func (v NullableExternalMbsServiceArea) 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 NullableGADShape struct + func NewNullableGADShape(val *GADShape) *NullableGADShape + func (v *NullableGADShape) Set(val *GADShape) + func (v *NullableGADShape) UnmarshalJSON(src []byte) error + func (v *NullableGADShape) Unset() + func (v NullableGADShape) Get() *GADShape + func (v NullableGADShape) IsSet() bool + func (v NullableGADShape) MarshalJSON() ([]byte, error) + type NullableGeographicArea struct + func NewNullableGeographicArea(val *GeographicArea) *NullableGeographicArea + func (v *NullableGeographicArea) Set(val *GeographicArea) + func (v *NullableGeographicArea) UnmarshalJSON(src []byte) error + func (v *NullableGeographicArea) Unset() + func (v NullableGeographicArea) Get() *GeographicArea + func (v NullableGeographicArea) IsSet() bool + func (v NullableGeographicArea) MarshalJSON() ([]byte, error) + type NullableGeographicalCoordinates struct + func NewNullableGeographicalCoordinates(val *GeographicalCoordinates) *NullableGeographicalCoordinates + func (v *NullableGeographicalCoordinates) Set(val *GeographicalCoordinates) + func (v *NullableGeographicalCoordinates) UnmarshalJSON(src []byte) error + func (v *NullableGeographicalCoordinates) Unset() + func (v NullableGeographicalCoordinates) Get() *GeographicalCoordinates + func (v NullableGeographicalCoordinates) IsSet() bool + func (v NullableGeographicalCoordinates) 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 NullableLocal2dPointUncertaintyEllipse struct + func NewNullableLocal2dPointUncertaintyEllipse(val *Local2dPointUncertaintyEllipse) *NullableLocal2dPointUncertaintyEllipse + func (v *NullableLocal2dPointUncertaintyEllipse) Set(val *Local2dPointUncertaintyEllipse) + func (v *NullableLocal2dPointUncertaintyEllipse) UnmarshalJSON(src []byte) error + func (v *NullableLocal2dPointUncertaintyEllipse) Unset() + func (v NullableLocal2dPointUncertaintyEllipse) Get() *Local2dPointUncertaintyEllipse + func (v NullableLocal2dPointUncertaintyEllipse) IsSet() bool + func (v NullableLocal2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error) + type NullableLocal2dPointUncertaintyEllipseAllOf struct + func NewNullableLocal2dPointUncertaintyEllipseAllOf(val *Local2dPointUncertaintyEllipseAllOf) *NullableLocal2dPointUncertaintyEllipseAllOf + func (v *NullableLocal2dPointUncertaintyEllipseAllOf) Set(val *Local2dPointUncertaintyEllipseAllOf) + func (v *NullableLocal2dPointUncertaintyEllipseAllOf) UnmarshalJSON(src []byte) error + func (v *NullableLocal2dPointUncertaintyEllipseAllOf) Unset() + func (v NullableLocal2dPointUncertaintyEllipseAllOf) Get() *Local2dPointUncertaintyEllipseAllOf + func (v NullableLocal2dPointUncertaintyEllipseAllOf) IsSet() bool + func (v NullableLocal2dPointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error) + type NullableLocal3dPointUncertaintyEllipsoid struct + func NewNullableLocal3dPointUncertaintyEllipsoid(val *Local3dPointUncertaintyEllipsoid) *NullableLocal3dPointUncertaintyEllipsoid + func (v *NullableLocal3dPointUncertaintyEllipsoid) Set(val *Local3dPointUncertaintyEllipsoid) + func (v *NullableLocal3dPointUncertaintyEllipsoid) UnmarshalJSON(src []byte) error + func (v *NullableLocal3dPointUncertaintyEllipsoid) Unset() + func (v NullableLocal3dPointUncertaintyEllipsoid) Get() *Local3dPointUncertaintyEllipsoid + func (v NullableLocal3dPointUncertaintyEllipsoid) IsSet() bool + func (v NullableLocal3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error) + type NullableLocal3dPointUncertaintyEllipsoidAllOf struct + func NewNullableLocal3dPointUncertaintyEllipsoidAllOf(val *Local3dPointUncertaintyEllipsoidAllOf) *NullableLocal3dPointUncertaintyEllipsoidAllOf + func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) Set(val *Local3dPointUncertaintyEllipsoidAllOf) + func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) UnmarshalJSON(src []byte) error + func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) Unset() + func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) Get() *Local3dPointUncertaintyEllipsoidAllOf + func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) IsSet() bool + func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) MarshalJSON() ([]byte, error) + type NullableLocalOrigin struct + func NewNullableLocalOrigin(val *LocalOrigin) *NullableLocalOrigin + func (v *NullableLocalOrigin) Set(val *LocalOrigin) + func (v *NullableLocalOrigin) UnmarshalJSON(src []byte) error + func (v *NullableLocalOrigin) Unset() + func (v NullableLocalOrigin) Get() *LocalOrigin + func (v NullableLocalOrigin) IsSet() bool + func (v NullableLocalOrigin) MarshalJSON() ([]byte, error) + type NullableMBSDistSessionAnmt struct + func NewNullableMBSDistSessionAnmt(val *MBSDistSessionAnmt) *NullableMBSDistSessionAnmt + func (v *NullableMBSDistSessionAnmt) Set(val *MBSDistSessionAnmt) + func (v *NullableMBSDistSessionAnmt) UnmarshalJSON(src []byte) error + func (v *NullableMBSDistSessionAnmt) Unset() + func (v NullableMBSDistSessionAnmt) Get() *MBSDistSessionAnmt + func (v NullableMBSDistSessionAnmt) IsSet() bool + func (v NullableMBSDistSessionAnmt) MarshalJSON() ([]byte, error) + type NullableMBSDistributionSessionInfo struct + func NewNullableMBSDistributionSessionInfo(val *MBSDistributionSessionInfo) *NullableMBSDistributionSessionInfo + func (v *NullableMBSDistributionSessionInfo) Set(val *MBSDistributionSessionInfo) + func (v *NullableMBSDistributionSessionInfo) UnmarshalJSON(src []byte) error + func (v *NullableMBSDistributionSessionInfo) Unset() + func (v NullableMBSDistributionSessionInfo) Get() *MBSDistributionSessionInfo + func (v NullableMBSDistributionSessionInfo) IsSet() bool + func (v NullableMBSDistributionSessionInfo) MarshalJSON() ([]byte, error) + type NullableMBSUserDataIngSession struct + func NewNullableMBSUserDataIngSession(val *MBSUserDataIngSession) *NullableMBSUserDataIngSession + func (v *NullableMBSUserDataIngSession) Set(val *MBSUserDataIngSession) + func (v *NullableMBSUserDataIngSession) UnmarshalJSON(src []byte) error + func (v *NullableMBSUserDataIngSession) Unset() + func (v NullableMBSUserDataIngSession) Get() *MBSUserDataIngSession + func (v NullableMBSUserDataIngSession) IsSet() bool + func (v NullableMBSUserDataIngSession) MarshalJSON() ([]byte, error) + type NullableMBSUserDataIngSessionPatch struct + func NewNullableMBSUserDataIngSessionPatch(val *MBSUserDataIngSessionPatch) *NullableMBSUserDataIngSessionPatch + func (v *NullableMBSUserDataIngSessionPatch) Set(val *MBSUserDataIngSessionPatch) + func (v *NullableMBSUserDataIngSessionPatch) UnmarshalJSON(src []byte) error + func (v *NullableMBSUserDataIngSessionPatch) Unset() + func (v NullableMBSUserDataIngSessionPatch) Get() *MBSUserDataIngSessionPatch + func (v NullableMBSUserDataIngSessionPatch) IsSet() bool + func (v NullableMBSUserDataIngSessionPatch) MarshalJSON() ([]byte, error) + type NullableMBSUserDataIngStatNotif struct + func NewNullableMBSUserDataIngStatNotif(val *MBSUserDataIngStatNotif) *NullableMBSUserDataIngStatNotif + func (v *NullableMBSUserDataIngStatNotif) Set(val *MBSUserDataIngStatNotif) + func (v *NullableMBSUserDataIngStatNotif) UnmarshalJSON(src []byte) error + func (v *NullableMBSUserDataIngStatNotif) Unset() + func (v NullableMBSUserDataIngStatNotif) Get() *MBSUserDataIngStatNotif + func (v NullableMBSUserDataIngStatNotif) IsSet() bool + func (v NullableMBSUserDataIngStatNotif) MarshalJSON() ([]byte, error) + type NullableMBSUserDataIngStatSubsc struct + func NewNullableMBSUserDataIngStatSubsc(val *MBSUserDataIngStatSubsc) *NullableMBSUserDataIngStatSubsc + func (v *NullableMBSUserDataIngStatSubsc) Set(val *MBSUserDataIngStatSubsc) + func (v *NullableMBSUserDataIngStatSubsc) UnmarshalJSON(src []byte) error + func (v *NullableMBSUserDataIngStatSubsc) Unset() + func (v NullableMBSUserDataIngStatSubsc) Get() *MBSUserDataIngStatSubsc + func (v NullableMBSUserDataIngStatSubsc) IsSet() bool + func (v NullableMBSUserDataIngStatSubsc) MarshalJSON() ([]byte, error) + type NullableMBSUserDataIngStatSubscPatch struct + func NewNullableMBSUserDataIngStatSubscPatch(val *MBSUserDataIngStatSubscPatch) *NullableMBSUserDataIngStatSubscPatch + func (v *NullableMBSUserDataIngStatSubscPatch) Set(val *MBSUserDataIngStatSubscPatch) + func (v *NullableMBSUserDataIngStatSubscPatch) UnmarshalJSON(src []byte) error + func (v *NullableMBSUserDataIngStatSubscPatch) Unset() + func (v NullableMBSUserDataIngStatSubscPatch) Get() *MBSUserDataIngStatSubscPatch + func (v NullableMBSUserDataIngStatSubscPatch) IsSet() bool + func (v NullableMBSUserDataIngStatSubscPatch) MarshalJSON() ([]byte, error) + type NullableMBSUserServAnmt struct + func NewNullableMBSUserServAnmt(val *MBSUserServAnmt) *NullableMBSUserServAnmt + func (v *NullableMBSUserServAnmt) Set(val *MBSUserServAnmt) + func (v *NullableMBSUserServAnmt) UnmarshalJSON(src []byte) error + func (v *NullableMBSUserServAnmt) Unset() + func (v NullableMBSUserServAnmt) Get() *MBSUserServAnmt + func (v NullableMBSUserServAnmt) IsSet() bool + func (v NullableMBSUserServAnmt) 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 NullableMbsMediaComp struct + func NewNullableMbsMediaComp(val *MbsMediaComp) *NullableMbsMediaComp + func (v *NullableMbsMediaComp) Set(val *MbsMediaComp) + func (v *NullableMbsMediaComp) UnmarshalJSON(src []byte) error + func (v *NullableMbsMediaComp) Unset() + func (v NullableMbsMediaComp) Get() *MbsMediaComp + func (v NullableMbsMediaComp) IsSet() bool + func (v NullableMbsMediaComp) MarshalJSON() ([]byte, error) + type NullableMbsMediaCompRm struct + func NewNullableMbsMediaCompRm(val *MbsMediaCompRm) *NullableMbsMediaCompRm + func (v *NullableMbsMediaCompRm) Set(val *MbsMediaCompRm) + func (v *NullableMbsMediaCompRm) UnmarshalJSON(src []byte) error + func (v *NullableMbsMediaCompRm) Unset() + func (v NullableMbsMediaCompRm) Get() *MbsMediaCompRm + func (v NullableMbsMediaCompRm) IsSet() bool + func (v NullableMbsMediaCompRm) MarshalJSON() ([]byte, error) + type NullableMbsMediaInfo struct + func NewNullableMbsMediaInfo(val *MbsMediaInfo) *NullableMbsMediaInfo + func (v *NullableMbsMediaInfo) Set(val *MbsMediaInfo) + func (v *NullableMbsMediaInfo) UnmarshalJSON(src []byte) error + func (v *NullableMbsMediaInfo) Unset() + func (v NullableMbsMediaInfo) Get() *MbsMediaInfo + func (v NullableMbsMediaInfo) IsSet() bool + func (v NullableMbsMediaInfo) MarshalJSON() ([]byte, error) + type NullableMbsQoSReq struct + func NewNullableMbsQoSReq(val *MbsQoSReq) *NullableMbsQoSReq + func (v *NullableMbsQoSReq) Set(val *MbsQoSReq) + func (v *NullableMbsQoSReq) UnmarshalJSON(src []byte) error + func (v *NullableMbsQoSReq) Unset() + func (v NullableMbsQoSReq) Get() *MbsQoSReq + func (v NullableMbsQoSReq) IsSet() bool + func (v NullableMbsQoSReq) MarshalJSON() ([]byte, error) + type NullableMbsServiceArea struct + func NewNullableMbsServiceArea(val *MbsServiceArea) *NullableMbsServiceArea + func (v *NullableMbsServiceArea) Set(val *MbsServiceArea) + func (v *NullableMbsServiceArea) UnmarshalJSON(src []byte) error + func (v *NullableMbsServiceArea) Unset() + func (v NullableMbsServiceArea) Get() *MbsServiceArea + func (v NullableMbsServiceArea) IsSet() bool + func (v NullableMbsServiceArea) MarshalJSON() ([]byte, error) + type NullableMbsServiceInfo struct + func NewNullableMbsServiceInfo(val *MbsServiceInfo) *NullableMbsServiceInfo + func (v *NullableMbsServiceInfo) Set(val *MbsServiceInfo) + func (v *NullableMbsServiceInfo) UnmarshalJSON(src []byte) error + func (v *NullableMbsServiceInfo) Unset() + func (v NullableMbsServiceInfo) Get() *MbsServiceInfo + func (v NullableMbsServiceInfo) IsSet() bool + func (v NullableMbsServiceInfo) MarshalJSON() ([]byte, error) + type NullableMbsSessionId struct + func NewNullableMbsSessionId(val *MbsSessionId) *NullableMbsSessionId + func (v *NullableMbsSessionId) Set(val *MbsSessionId) + func (v *NullableMbsSessionId) UnmarshalJSON(src []byte) error + func (v *NullableMbsSessionId) Unset() + func (v NullableMbsSessionId) Get() *MbsSessionId + func (v NullableMbsSessionId) IsSet() bool + func (v NullableMbsSessionId) MarshalJSON() ([]byte, error) + type NullableMediaType struct + func NewNullableMediaType(val *MediaType) *NullableMediaType + func (v *NullableMediaType) Set(val *MediaType) + func (v *NullableMediaType) UnmarshalJSON(src []byte) error + func (v *NullableMediaType) Unset() + func (v NullableMediaType) Get() *MediaType + func (v NullableMediaType) IsSet() bool + func (v NullableMediaType) MarshalJSON() ([]byte, error) + type NullableMediaTypeAnyOf struct + func NewNullableMediaTypeAnyOf(val *MediaTypeAnyOf) *NullableMediaTypeAnyOf + func (v *NullableMediaTypeAnyOf) Set(val *MediaTypeAnyOf) + func (v *NullableMediaTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableMediaTypeAnyOf) Unset() + func (v NullableMediaTypeAnyOf) Get() *MediaTypeAnyOf + func (v NullableMediaTypeAnyOf) IsSet() bool + func (v NullableMediaTypeAnyOf) 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 NullableNcgi struct + func NewNullableNcgi(val *Ncgi) *NullableNcgi + func (v *NullableNcgi) Set(val *Ncgi) + func (v *NullableNcgi) UnmarshalJSON(src []byte) error + func (v *NullableNcgi) Unset() + func (v NullableNcgi) Get() *Ncgi + func (v NullableNcgi) IsSet() bool + func (v NullableNcgi) MarshalJSON() ([]byte, error) + type NullableNcgiTai struct + func NewNullableNcgiTai(val *NcgiTai) *NullableNcgiTai + func (v *NullableNcgiTai) Set(val *NcgiTai) + func (v *NullableNcgiTai) UnmarshalJSON(src []byte) error + func (v *NullableNcgiTai) Unset() + func (v NullableNcgiTai) Get() *NcgiTai + func (v NullableNcgiTai) IsSet() bool + func (v NullableNcgiTai) MarshalJSON() ([]byte, error) + type NullableNullValue struct + func NewNullableNullValue(val *NullValue) *NullableNullValue + func (v *NullableNullValue) Set(val *NullValue) + func (v *NullableNullValue) UnmarshalJSON(src []byte) error + func (v *NullableNullValue) Unset() + func (v NullableNullValue) Get() *NullValue + func (v NullableNullValue) IsSet() bool + func (v NullableNullValue) 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 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 NullableObjectDistMethAnmtInfo struct + func NewNullableObjectDistMethAnmtInfo(val *ObjectDistMethAnmtInfo) *NullableObjectDistMethAnmtInfo + func (v *NullableObjectDistMethAnmtInfo) Set(val *ObjectDistMethAnmtInfo) + func (v *NullableObjectDistMethAnmtInfo) UnmarshalJSON(src []byte) error + func (v *NullableObjectDistMethAnmtInfo) Unset() + func (v NullableObjectDistMethAnmtInfo) Get() *ObjectDistMethAnmtInfo + func (v NullableObjectDistMethAnmtInfo) IsSet() bool + func (v NullableObjectDistMethAnmtInfo) MarshalJSON() ([]byte, error) + type NullableObjectDistrMethInfo struct + func NewNullableObjectDistrMethInfo(val *ObjectDistrMethInfo) *NullableObjectDistrMethInfo + func (v *NullableObjectDistrMethInfo) Set(val *ObjectDistrMethInfo) + func (v *NullableObjectDistrMethInfo) UnmarshalJSON(src []byte) error + func (v *NullableObjectDistrMethInfo) Unset() + func (v NullableObjectDistrMethInfo) Get() *ObjectDistrMethInfo + func (v NullableObjectDistrMethInfo) IsSet() bool + func (v NullableObjectDistrMethInfo) MarshalJSON() ([]byte, error) + type NullablePacketDistrMethInfo struct + func NewNullablePacketDistrMethInfo(val *PacketDistrMethInfo) *NullablePacketDistrMethInfo + func (v *NullablePacketDistrMethInfo) Set(val *PacketDistrMethInfo) + func (v *NullablePacketDistrMethInfo) UnmarshalJSON(src []byte) error + func (v *NullablePacketDistrMethInfo) Unset() + func (v NullablePacketDistrMethInfo) Get() *PacketDistrMethInfo + func (v NullablePacketDistrMethInfo) IsSet() bool + func (v NullablePacketDistrMethInfo) 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 NullablePoint struct + func NewNullablePoint(val *Point) *NullablePoint + func (v *NullablePoint) Set(val *Point) + func (v *NullablePoint) UnmarshalJSON(src []byte) error + func (v *NullablePoint) Unset() + func (v NullablePoint) Get() *Point + func (v NullablePoint) IsSet() bool + func (v NullablePoint) MarshalJSON() ([]byte, error) + type NullablePointAllOf struct + func NewNullablePointAllOf(val *PointAllOf) *NullablePointAllOf + func (v *NullablePointAllOf) Set(val *PointAllOf) + func (v *NullablePointAllOf) UnmarshalJSON(src []byte) error + func (v *NullablePointAllOf) Unset() + func (v NullablePointAllOf) Get() *PointAllOf + func (v NullablePointAllOf) IsSet() bool + func (v NullablePointAllOf) MarshalJSON() ([]byte, error) + type NullablePointAltitude struct + func NewNullablePointAltitude(val *PointAltitude) *NullablePointAltitude + func (v *NullablePointAltitude) Set(val *PointAltitude) + func (v *NullablePointAltitude) UnmarshalJSON(src []byte) error + func (v *NullablePointAltitude) Unset() + func (v NullablePointAltitude) Get() *PointAltitude + func (v NullablePointAltitude) IsSet() bool + func (v NullablePointAltitude) MarshalJSON() ([]byte, error) + type NullablePointAltitudeAllOf struct + func NewNullablePointAltitudeAllOf(val *PointAltitudeAllOf) *NullablePointAltitudeAllOf + func (v *NullablePointAltitudeAllOf) Set(val *PointAltitudeAllOf) + func (v *NullablePointAltitudeAllOf) UnmarshalJSON(src []byte) error + func (v *NullablePointAltitudeAllOf) Unset() + func (v NullablePointAltitudeAllOf) Get() *PointAltitudeAllOf + func (v NullablePointAltitudeAllOf) IsSet() bool + func (v NullablePointAltitudeAllOf) MarshalJSON() ([]byte, error) + type NullablePointAltitudeUncertainty struct + func NewNullablePointAltitudeUncertainty(val *PointAltitudeUncertainty) *NullablePointAltitudeUncertainty + func (v *NullablePointAltitudeUncertainty) Set(val *PointAltitudeUncertainty) + func (v *NullablePointAltitudeUncertainty) UnmarshalJSON(src []byte) error + func (v *NullablePointAltitudeUncertainty) Unset() + func (v NullablePointAltitudeUncertainty) Get() *PointAltitudeUncertainty + func (v NullablePointAltitudeUncertainty) IsSet() bool + func (v NullablePointAltitudeUncertainty) MarshalJSON() ([]byte, error) + type NullablePointAltitudeUncertaintyAllOf struct + func NewNullablePointAltitudeUncertaintyAllOf(val *PointAltitudeUncertaintyAllOf) *NullablePointAltitudeUncertaintyAllOf + func (v *NullablePointAltitudeUncertaintyAllOf) Set(val *PointAltitudeUncertaintyAllOf) + func (v *NullablePointAltitudeUncertaintyAllOf) UnmarshalJSON(src []byte) error + func (v *NullablePointAltitudeUncertaintyAllOf) Unset() + func (v NullablePointAltitudeUncertaintyAllOf) Get() *PointAltitudeUncertaintyAllOf + func (v NullablePointAltitudeUncertaintyAllOf) IsSet() bool + func (v NullablePointAltitudeUncertaintyAllOf) MarshalJSON() ([]byte, error) + type NullablePointUncertaintyCircle struct + func NewNullablePointUncertaintyCircle(val *PointUncertaintyCircle) *NullablePointUncertaintyCircle + func (v *NullablePointUncertaintyCircle) Set(val *PointUncertaintyCircle) + func (v *NullablePointUncertaintyCircle) UnmarshalJSON(src []byte) error + func (v *NullablePointUncertaintyCircle) Unset() + func (v NullablePointUncertaintyCircle) Get() *PointUncertaintyCircle + func (v NullablePointUncertaintyCircle) IsSet() bool + func (v NullablePointUncertaintyCircle) MarshalJSON() ([]byte, error) + type NullablePointUncertaintyCircleAllOf struct + func NewNullablePointUncertaintyCircleAllOf(val *PointUncertaintyCircleAllOf) *NullablePointUncertaintyCircleAllOf + func (v *NullablePointUncertaintyCircleAllOf) Set(val *PointUncertaintyCircleAllOf) + func (v *NullablePointUncertaintyCircleAllOf) UnmarshalJSON(src []byte) error + func (v *NullablePointUncertaintyCircleAllOf) Unset() + func (v NullablePointUncertaintyCircleAllOf) Get() *PointUncertaintyCircleAllOf + func (v NullablePointUncertaintyCircleAllOf) IsSet() bool + func (v NullablePointUncertaintyCircleAllOf) MarshalJSON() ([]byte, error) + type NullablePointUncertaintyEllipse struct + func NewNullablePointUncertaintyEllipse(val *PointUncertaintyEllipse) *NullablePointUncertaintyEllipse + func (v *NullablePointUncertaintyEllipse) Set(val *PointUncertaintyEllipse) + func (v *NullablePointUncertaintyEllipse) UnmarshalJSON(src []byte) error + func (v *NullablePointUncertaintyEllipse) Unset() + func (v NullablePointUncertaintyEllipse) Get() *PointUncertaintyEllipse + func (v NullablePointUncertaintyEllipse) IsSet() bool + func (v NullablePointUncertaintyEllipse) MarshalJSON() ([]byte, error) + type NullablePointUncertaintyEllipseAllOf struct + func NewNullablePointUncertaintyEllipseAllOf(val *PointUncertaintyEllipseAllOf) *NullablePointUncertaintyEllipseAllOf + func (v *NullablePointUncertaintyEllipseAllOf) Set(val *PointUncertaintyEllipseAllOf) + func (v *NullablePointUncertaintyEllipseAllOf) UnmarshalJSON(src []byte) error + func (v *NullablePointUncertaintyEllipseAllOf) Unset() + func (v NullablePointUncertaintyEllipseAllOf) Get() *PointUncertaintyEllipseAllOf + func (v NullablePointUncertaintyEllipseAllOf) IsSet() bool + func (v NullablePointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error) + type NullablePolygon struct + func NewNullablePolygon(val *Polygon) *NullablePolygon + func (v *NullablePolygon) Set(val *Polygon) + func (v *NullablePolygon) UnmarshalJSON(src []byte) error + func (v *NullablePolygon) Unset() + func (v NullablePolygon) Get() *Polygon + func (v NullablePolygon) IsSet() bool + func (v NullablePolygon) MarshalJSON() ([]byte, error) + type NullablePolygonAllOf struct + func NewNullablePolygonAllOf(val *PolygonAllOf) *NullablePolygonAllOf + func (v *NullablePolygonAllOf) Set(val *PolygonAllOf) + func (v *NullablePolygonAllOf) UnmarshalJSON(src []byte) error + func (v *NullablePolygonAllOf) Unset() + func (v NullablePolygonAllOf) Get() *PolygonAllOf + func (v NullablePolygonAllOf) IsSet() bool + func (v NullablePolygonAllOf) MarshalJSON() ([]byte, error) + type NullablePreemptionCapability struct + func NewNullablePreemptionCapability(val *PreemptionCapability) *NullablePreemptionCapability + func (v *NullablePreemptionCapability) Set(val *PreemptionCapability) + func (v *NullablePreemptionCapability) UnmarshalJSON(src []byte) error + func (v *NullablePreemptionCapability) Unset() + func (v NullablePreemptionCapability) Get() *PreemptionCapability + func (v NullablePreemptionCapability) IsSet() bool + func (v NullablePreemptionCapability) MarshalJSON() ([]byte, error) + type NullablePreemptionCapabilityAnyOf struct + func NewNullablePreemptionCapabilityAnyOf(val *PreemptionCapabilityAnyOf) *NullablePreemptionCapabilityAnyOf + func (v *NullablePreemptionCapabilityAnyOf) Set(val *PreemptionCapabilityAnyOf) + func (v *NullablePreemptionCapabilityAnyOf) UnmarshalJSON(src []byte) error + func (v *NullablePreemptionCapabilityAnyOf) Unset() + func (v NullablePreemptionCapabilityAnyOf) Get() *PreemptionCapabilityAnyOf + func (v NullablePreemptionCapabilityAnyOf) IsSet() bool + func (v NullablePreemptionCapabilityAnyOf) MarshalJSON() ([]byte, error) + type NullablePreemptionVulnerability struct + func NewNullablePreemptionVulnerability(val *PreemptionVulnerability) *NullablePreemptionVulnerability + func (v *NullablePreemptionVulnerability) Set(val *PreemptionVulnerability) + func (v *NullablePreemptionVulnerability) UnmarshalJSON(src []byte) error + func (v *NullablePreemptionVulnerability) Unset() + func (v NullablePreemptionVulnerability) Get() *PreemptionVulnerability + func (v NullablePreemptionVulnerability) IsSet() bool + func (v NullablePreemptionVulnerability) MarshalJSON() ([]byte, error) + type NullablePreemptionVulnerabilityAnyOf struct + func NewNullablePreemptionVulnerabilityAnyOf(val *PreemptionVulnerabilityAnyOf) *NullablePreemptionVulnerabilityAnyOf + func (v *NullablePreemptionVulnerabilityAnyOf) Set(val *PreemptionVulnerabilityAnyOf) + func (v *NullablePreemptionVulnerabilityAnyOf) UnmarshalJSON(src []byte) error + func (v *NullablePreemptionVulnerabilityAnyOf) Unset() + func (v NullablePreemptionVulnerabilityAnyOf) Get() *PreemptionVulnerabilityAnyOf + func (v NullablePreemptionVulnerabilityAnyOf) IsSet() bool + func (v NullablePreemptionVulnerabilityAnyOf) 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 NullableRelativeCartesianLocation struct + func NewNullableRelativeCartesianLocation(val *RelativeCartesianLocation) *NullableRelativeCartesianLocation + func (v *NullableRelativeCartesianLocation) Set(val *RelativeCartesianLocation) + func (v *NullableRelativeCartesianLocation) UnmarshalJSON(src []byte) error + func (v *NullableRelativeCartesianLocation) Unset() + func (v NullableRelativeCartesianLocation) Get() *RelativeCartesianLocation + func (v NullableRelativeCartesianLocation) IsSet() bool + func (v NullableRelativeCartesianLocation) MarshalJSON() ([]byte, error) + type NullableReservPriority struct + func NewNullableReservPriority(val *ReservPriority) *NullableReservPriority + func (v *NullableReservPriority) Set(val *ReservPriority) + func (v *NullableReservPriority) UnmarshalJSON(src []byte) error + func (v *NullableReservPriority) Unset() + func (v NullableReservPriority) Get() *ReservPriority + func (v NullableReservPriority) IsSet() bool + func (v NullableReservPriority) MarshalJSON() ([]byte, error) + type NullableReservPriorityAnyOf struct + func NewNullableReservPriorityAnyOf(val *ReservPriorityAnyOf) *NullableReservPriorityAnyOf + func (v *NullableReservPriorityAnyOf) Set(val *ReservPriorityAnyOf) + func (v *NullableReservPriorityAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableReservPriorityAnyOf) Unset() + func (v NullableReservPriorityAnyOf) Get() *ReservPriorityAnyOf + func (v NullableReservPriorityAnyOf) IsSet() bool + func (v NullableReservPriorityAnyOf) MarshalJSON() ([]byte, error) + type NullableServiceNameDescription struct + func NewNullableServiceNameDescription(val *ServiceNameDescription) *NullableServiceNameDescription + func (v *NullableServiceNameDescription) Set(val *ServiceNameDescription) + func (v *NullableServiceNameDescription) UnmarshalJSON(src []byte) error + func (v *NullableServiceNameDescription) Unset() + func (v NullableServiceNameDescription) Get() *ServiceNameDescription + func (v NullableServiceNameDescription) IsSet() bool + func (v NullableServiceNameDescription) 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 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 NullableSubscribedEvent struct + func NewNullableSubscribedEvent(val *SubscribedEvent) *NullableSubscribedEvent + func (v *NullableSubscribedEvent) Set(val *SubscribedEvent) + func (v *NullableSubscribedEvent) UnmarshalJSON(src []byte) error + func (v *NullableSubscribedEvent) Unset() + func (v NullableSubscribedEvent) Get() *SubscribedEvent + func (v NullableSubscribedEvent) IsSet() bool + func (v NullableSubscribedEvent) MarshalJSON() ([]byte, error) + type NullableSupportedGADShapes struct + func NewNullableSupportedGADShapes(val *SupportedGADShapes) *NullableSupportedGADShapes + func (v *NullableSupportedGADShapes) Set(val *SupportedGADShapes) + func (v *NullableSupportedGADShapes) UnmarshalJSON(src []byte) error + func (v *NullableSupportedGADShapes) Unset() + func (v NullableSupportedGADShapes) Get() *SupportedGADShapes + func (v NullableSupportedGADShapes) IsSet() bool + func (v NullableSupportedGADShapes) MarshalJSON() ([]byte, error) + type NullableSupportedGADShapesAnyOf struct + func NewNullableSupportedGADShapesAnyOf(val *SupportedGADShapesAnyOf) *NullableSupportedGADShapesAnyOf + func (v *NullableSupportedGADShapesAnyOf) Set(val *SupportedGADShapesAnyOf) + func (v *NullableSupportedGADShapesAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableSupportedGADShapesAnyOf) Unset() + func (v NullableSupportedGADShapesAnyOf) Get() *SupportedGADShapesAnyOf + func (v NullableSupportedGADShapesAnyOf) IsSet() bool + func (v NullableSupportedGADShapesAnyOf) MarshalJSON() ([]byte, error) + type NullableTai struct + func NewNullableTai(val *Tai) *NullableTai + func (v *NullableTai) Set(val *Tai) + func (v *NullableTai) UnmarshalJSON(src []byte) error + func (v *NullableTai) Unset() + func (v NullableTai) Get() *Tai + func (v NullableTai) IsSet() bool + func (v NullableTai) 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 NullableTimeWindow struct + func NewNullableTimeWindow(val *TimeWindow) *NullableTimeWindow + func (v *NullableTimeWindow) Set(val *TimeWindow) + func (v *NullableTimeWindow) UnmarshalJSON(src []byte) error + func (v *NullableTimeWindow) Unset() + func (v NullableTimeWindow) Get() *TimeWindow + func (v NullableTimeWindow) IsSet() bool + func (v NullableTimeWindow) MarshalJSON() ([]byte, error) + type NullableTmgi struct + func NewNullableTmgi(val *Tmgi) *NullableTmgi + func (v *NullableTmgi) Set(val *Tmgi) + func (v *NullableTmgi) UnmarshalJSON(src []byte) error + func (v *NullableTmgi) Unset() + func (v NullableTmgi) Get() *Tmgi + func (v NullableTmgi) IsSet() bool + func (v NullableTmgi) 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 NullableUncertaintyEllipse struct + func NewNullableUncertaintyEllipse(val *UncertaintyEllipse) *NullableUncertaintyEllipse + func (v *NullableUncertaintyEllipse) Set(val *UncertaintyEllipse) + func (v *NullableUncertaintyEllipse) UnmarshalJSON(src []byte) error + func (v *NullableUncertaintyEllipse) Unset() + func (v NullableUncertaintyEllipse) Get() *UncertaintyEllipse + func (v NullableUncertaintyEllipse) IsSet() bool + func (v NullableUncertaintyEllipse) MarshalJSON() ([]byte, error) + type NullableUncertaintyEllipsoid struct + func NewNullableUncertaintyEllipsoid(val *UncertaintyEllipsoid) *NullableUncertaintyEllipsoid + func (v *NullableUncertaintyEllipsoid) Set(val *UncertaintyEllipsoid) + func (v *NullableUncertaintyEllipsoid) UnmarshalJSON(src []byte) error + func (v *NullableUncertaintyEllipsoid) Unset() + func (v NullableUncertaintyEllipsoid) Get() *UncertaintyEllipsoid + func (v NullableUncertaintyEllipsoid) IsSet() bool + func (v NullableUncertaintyEllipsoid) 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 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 ObjectDistMethAnmtInfo struct + ObjDistrBaseUri *string + ObjDistrSched *TimeWindow + ObjRepBaseUri *string + func NewObjectDistMethAnmtInfo() *ObjectDistMethAnmtInfo + func NewObjectDistMethAnmtInfoWithDefaults() *ObjectDistMethAnmtInfo + func (o *ObjectDistMethAnmtInfo) GetObjDistrBaseUri() string + func (o *ObjectDistMethAnmtInfo) GetObjDistrBaseUriOk() (*string, bool) + func (o *ObjectDistMethAnmtInfo) GetObjDistrSched() TimeWindow + func (o *ObjectDistMethAnmtInfo) GetObjDistrSchedOk() (*TimeWindow, bool) + func (o *ObjectDistMethAnmtInfo) GetObjRepBaseUri() string + func (o *ObjectDistMethAnmtInfo) GetObjRepBaseUriOk() (*string, bool) + func (o *ObjectDistMethAnmtInfo) HasObjDistrBaseUri() bool + func (o *ObjectDistMethAnmtInfo) HasObjDistrSched() bool + func (o *ObjectDistMethAnmtInfo) HasObjRepBaseUri() bool + func (o *ObjectDistMethAnmtInfo) SetObjDistrBaseUri(v string) + func (o *ObjectDistMethAnmtInfo) SetObjDistrSched(v TimeWindow) + func (o *ObjectDistMethAnmtInfo) SetObjRepBaseUri(v string) + func (o ObjectDistMethAnmtInfo) MarshalJSON() ([]byte, error) + func (o ObjectDistMethAnmtInfo) ToMap() (map[string]interface{}, error) + type ObjectDistrMethInfo struct + ObjAcqIds []string + ObjAcqMethod ObjAcquisitionMethod + ObjDistrUri *string + ObjIngUri *string + ObjRepairUri *string + OperatingMode ObjDistributionOperatingMode + func NewObjectDistrMethInfo(operatingMode ObjDistributionOperatingMode, objAcqMethod ObjAcquisitionMethod, ...) *ObjectDistrMethInfo + func NewObjectDistrMethInfoWithDefaults() *ObjectDistrMethInfo + func (o *ObjectDistrMethInfo) GetObjAcqIds() []string + func (o *ObjectDistrMethInfo) GetObjAcqIdsOk() ([]string, bool) + func (o *ObjectDistrMethInfo) GetObjAcqMethod() ObjAcquisitionMethod + func (o *ObjectDistrMethInfo) GetObjAcqMethodOk() (*ObjAcquisitionMethod, bool) + func (o *ObjectDistrMethInfo) GetObjDistrUri() string + func (o *ObjectDistrMethInfo) GetObjDistrUriOk() (*string, bool) + func (o *ObjectDistrMethInfo) GetObjIngUri() string + func (o *ObjectDistrMethInfo) GetObjIngUriOk() (*string, bool) + func (o *ObjectDistrMethInfo) GetObjRepairUri() string + func (o *ObjectDistrMethInfo) GetObjRepairUriOk() (*string, bool) + func (o *ObjectDistrMethInfo) GetOperatingMode() ObjDistributionOperatingMode + func (o *ObjectDistrMethInfo) GetOperatingModeOk() (*ObjDistributionOperatingMode, bool) + func (o *ObjectDistrMethInfo) HasObjDistrUri() bool + func (o *ObjectDistrMethInfo) HasObjIngUri() bool + func (o *ObjectDistrMethInfo) HasObjRepairUri() bool + func (o *ObjectDistrMethInfo) SetObjAcqIds(v []string) + func (o *ObjectDistrMethInfo) SetObjAcqMethod(v ObjAcquisitionMethod) + func (o *ObjectDistrMethInfo) SetObjDistrUri(v string) + func (o *ObjectDistrMethInfo) SetObjIngUri(v string) + func (o *ObjectDistrMethInfo) SetObjRepairUri(v string) + func (o *ObjectDistrMethInfo) SetOperatingMode(v ObjDistributionOperatingMode) + func (o ObjectDistrMethInfo) MarshalJSON() ([]byte, error) + func (o ObjectDistrMethInfo) ToMap() (map[string]interface{}, error) + type PacketDistrMethInfo struct + IngEndpointAddrs MbStfIngestAddr + OperatingMode PktDistributionOperatingMode + PckIngMethod PktIngestMethod + func NewPacketDistrMethInfo(operatingMode PktDistributionOperatingMode, pckIngMethod PktIngestMethod, ...) *PacketDistrMethInfo + func NewPacketDistrMethInfoWithDefaults() *PacketDistrMethInfo + func (o *PacketDistrMethInfo) GetIngEndpointAddrs() MbStfIngestAddr + func (o *PacketDistrMethInfo) GetIngEndpointAddrsOk() (*MbStfIngestAddr, bool) + func (o *PacketDistrMethInfo) GetOperatingMode() PktDistributionOperatingMode + func (o *PacketDistrMethInfo) GetOperatingModeOk() (*PktDistributionOperatingMode, bool) + func (o *PacketDistrMethInfo) GetPckIngMethod() PktIngestMethod + func (o *PacketDistrMethInfo) GetPckIngMethodOk() (*PktIngestMethod, bool) + func (o *PacketDistrMethInfo) SetIngEndpointAddrs(v MbStfIngestAddr) + func (o *PacketDistrMethInfo) SetOperatingMode(v PktDistributionOperatingMode) + func (o *PacketDistrMethInfo) SetPckIngMethod(v PktIngestMethod) + func (o PacketDistrMethInfo) MarshalJSON() ([]byte, error) + func (o PacketDistrMethInfo) 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 Point struct + Point GeographicalCoordinates + func NewPoint(point GeographicalCoordinates, shape SupportedGADShapes) *Point + func NewPointWithDefaults() *Point + func (o *Point) GetPoint() GeographicalCoordinates + func (o *Point) GetPointOk() (*GeographicalCoordinates, bool) + func (o *Point) SetPoint(v GeographicalCoordinates) + func (o Point) MarshalJSON() ([]byte, error) + func (o Point) ToMap() (map[string]interface{}, error) + type PointAllOf struct + Point GeographicalCoordinates + func NewPointAllOf(point GeographicalCoordinates) *PointAllOf + func NewPointAllOfWithDefaults() *PointAllOf + func (o *PointAllOf) GetPoint() GeographicalCoordinates + func (o *PointAllOf) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointAllOf) SetPoint(v GeographicalCoordinates) + func (o PointAllOf) MarshalJSON() ([]byte, error) + func (o PointAllOf) ToMap() (map[string]interface{}, error) + type PointAltitude struct + Altitude float64 + Point GeographicalCoordinates + func NewPointAltitude(point GeographicalCoordinates, altitude float64, shape SupportedGADShapes) *PointAltitude + func NewPointAltitudeWithDefaults() *PointAltitude + func (o *PointAltitude) GetAltitude() float64 + func (o *PointAltitude) GetAltitudeOk() (*float64, bool) + func (o *PointAltitude) GetPoint() GeographicalCoordinates + func (o *PointAltitude) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointAltitude) SetAltitude(v float64) + func (o *PointAltitude) SetPoint(v GeographicalCoordinates) + func (o PointAltitude) MarshalJSON() ([]byte, error) + func (o PointAltitude) ToMap() (map[string]interface{}, error) + type PointAltitudeAllOf struct + Altitude float64 + Point GeographicalCoordinates + func NewPointAltitudeAllOf(point GeographicalCoordinates, altitude float64) *PointAltitudeAllOf + func NewPointAltitudeAllOfWithDefaults() *PointAltitudeAllOf + func (o *PointAltitudeAllOf) GetAltitude() float64 + func (o *PointAltitudeAllOf) GetAltitudeOk() (*float64, bool) + func (o *PointAltitudeAllOf) GetPoint() GeographicalCoordinates + func (o *PointAltitudeAllOf) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointAltitudeAllOf) SetAltitude(v float64) + func (o *PointAltitudeAllOf) SetPoint(v GeographicalCoordinates) + func (o PointAltitudeAllOf) MarshalJSON() ([]byte, error) + func (o PointAltitudeAllOf) ToMap() (map[string]interface{}, error) + type PointAltitudeUncertainty struct + Altitude float64 + Confidence int32 + Point GeographicalCoordinates + UncertaintyAltitude float32 + UncertaintyEllipse UncertaintyEllipse + func NewPointAltitudeUncertainty(point GeographicalCoordinates, altitude float64, ...) *PointAltitudeUncertainty + func NewPointAltitudeUncertaintyWithDefaults() *PointAltitudeUncertainty + func (o *PointAltitudeUncertainty) GetAltitude() float64 + func (o *PointAltitudeUncertainty) GetAltitudeOk() (*float64, bool) + func (o *PointAltitudeUncertainty) GetConfidence() int32 + func (o *PointAltitudeUncertainty) GetConfidenceOk() (*int32, bool) + func (o *PointAltitudeUncertainty) GetPoint() GeographicalCoordinates + func (o *PointAltitudeUncertainty) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointAltitudeUncertainty) GetUncertaintyAltitude() float32 + func (o *PointAltitudeUncertainty) GetUncertaintyAltitudeOk() (*float32, bool) + func (o *PointAltitudeUncertainty) GetUncertaintyEllipse() UncertaintyEllipse + func (o *PointAltitudeUncertainty) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool) + func (o *PointAltitudeUncertainty) SetAltitude(v float64) + func (o *PointAltitudeUncertainty) SetConfidence(v int32) + func (o *PointAltitudeUncertainty) SetPoint(v GeographicalCoordinates) + func (o *PointAltitudeUncertainty) SetUncertaintyAltitude(v float32) + func (o *PointAltitudeUncertainty) SetUncertaintyEllipse(v UncertaintyEllipse) + func (o PointAltitudeUncertainty) MarshalJSON() ([]byte, error) + func (o PointAltitudeUncertainty) ToMap() (map[string]interface{}, error) + type PointAltitudeUncertaintyAllOf struct + Altitude float64 + Confidence int32 + Point GeographicalCoordinates + UncertaintyAltitude float32 + UncertaintyEllipse UncertaintyEllipse + func NewPointAltitudeUncertaintyAllOf(point GeographicalCoordinates, altitude float64, ...) *PointAltitudeUncertaintyAllOf + func NewPointAltitudeUncertaintyAllOfWithDefaults() *PointAltitudeUncertaintyAllOf + func (o *PointAltitudeUncertaintyAllOf) GetAltitude() float64 + func (o *PointAltitudeUncertaintyAllOf) GetAltitudeOk() (*float64, bool) + func (o *PointAltitudeUncertaintyAllOf) GetConfidence() int32 + func (o *PointAltitudeUncertaintyAllOf) GetConfidenceOk() (*int32, bool) + func (o *PointAltitudeUncertaintyAllOf) GetPoint() GeographicalCoordinates + func (o *PointAltitudeUncertaintyAllOf) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyAltitude() float32 + func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyAltitudeOk() (*float32, bool) + func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyEllipse() UncertaintyEllipse + func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool) + func (o *PointAltitudeUncertaintyAllOf) SetAltitude(v float64) + func (o *PointAltitudeUncertaintyAllOf) SetConfidence(v int32) + func (o *PointAltitudeUncertaintyAllOf) SetPoint(v GeographicalCoordinates) + func (o *PointAltitudeUncertaintyAllOf) SetUncertaintyAltitude(v float32) + func (o *PointAltitudeUncertaintyAllOf) SetUncertaintyEllipse(v UncertaintyEllipse) + func (o PointAltitudeUncertaintyAllOf) MarshalJSON() ([]byte, error) + func (o PointAltitudeUncertaintyAllOf) ToMap() (map[string]interface{}, error) + type PointUncertaintyCircle struct + Point GeographicalCoordinates + Uncertainty float32 + func NewPointUncertaintyCircle(point GeographicalCoordinates, uncertainty float32, shape SupportedGADShapes) *PointUncertaintyCircle + func NewPointUncertaintyCircleWithDefaults() *PointUncertaintyCircle + func (o *PointUncertaintyCircle) GetPoint() GeographicalCoordinates + func (o *PointUncertaintyCircle) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointUncertaintyCircle) GetUncertainty() float32 + func (o *PointUncertaintyCircle) GetUncertaintyOk() (*float32, bool) + func (o *PointUncertaintyCircle) SetPoint(v GeographicalCoordinates) + func (o *PointUncertaintyCircle) SetUncertainty(v float32) + func (o PointUncertaintyCircle) MarshalJSON() ([]byte, error) + func (o PointUncertaintyCircle) ToMap() (map[string]interface{}, error) + type PointUncertaintyCircleAllOf struct + Point GeographicalCoordinates + Uncertainty float32 + func NewPointUncertaintyCircleAllOf(point GeographicalCoordinates, uncertainty float32) *PointUncertaintyCircleAllOf + func NewPointUncertaintyCircleAllOfWithDefaults() *PointUncertaintyCircleAllOf + func (o *PointUncertaintyCircleAllOf) GetPoint() GeographicalCoordinates + func (o *PointUncertaintyCircleAllOf) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointUncertaintyCircleAllOf) GetUncertainty() float32 + func (o *PointUncertaintyCircleAllOf) GetUncertaintyOk() (*float32, bool) + func (o *PointUncertaintyCircleAllOf) SetPoint(v GeographicalCoordinates) + func (o *PointUncertaintyCircleAllOf) SetUncertainty(v float32) + func (o PointUncertaintyCircleAllOf) MarshalJSON() ([]byte, error) + func (o PointUncertaintyCircleAllOf) ToMap() (map[string]interface{}, error) + type PointUncertaintyEllipse struct + Confidence int32 + Point GeographicalCoordinates + UncertaintyEllipse UncertaintyEllipse + func NewPointUncertaintyEllipse(point GeographicalCoordinates, uncertaintyEllipse UncertaintyEllipse, ...) *PointUncertaintyEllipse + func NewPointUncertaintyEllipseWithDefaults() *PointUncertaintyEllipse + func (o *PointUncertaintyEllipse) GetConfidence() int32 + func (o *PointUncertaintyEllipse) GetConfidenceOk() (*int32, bool) + func (o *PointUncertaintyEllipse) GetPoint() GeographicalCoordinates + func (o *PointUncertaintyEllipse) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse + func (o *PointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool) + func (o *PointUncertaintyEllipse) SetConfidence(v int32) + func (o *PointUncertaintyEllipse) SetPoint(v GeographicalCoordinates) + func (o *PointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse) + func (o PointUncertaintyEllipse) MarshalJSON() ([]byte, error) + func (o PointUncertaintyEllipse) ToMap() (map[string]interface{}, error) + type PointUncertaintyEllipseAllOf struct + Confidence int32 + Point GeographicalCoordinates + UncertaintyEllipse UncertaintyEllipse + func NewPointUncertaintyEllipseAllOf(point GeographicalCoordinates, uncertaintyEllipse UncertaintyEllipse, ...) *PointUncertaintyEllipseAllOf + func NewPointUncertaintyEllipseAllOfWithDefaults() *PointUncertaintyEllipseAllOf + func (o *PointUncertaintyEllipseAllOf) GetConfidence() int32 + func (o *PointUncertaintyEllipseAllOf) GetConfidenceOk() (*int32, bool) + func (o *PointUncertaintyEllipseAllOf) GetPoint() GeographicalCoordinates + func (o *PointUncertaintyEllipseAllOf) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointUncertaintyEllipseAllOf) GetUncertaintyEllipse() UncertaintyEllipse + func (o *PointUncertaintyEllipseAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool) + func (o *PointUncertaintyEllipseAllOf) SetConfidence(v int32) + func (o *PointUncertaintyEllipseAllOf) SetPoint(v GeographicalCoordinates) + func (o *PointUncertaintyEllipseAllOf) SetUncertaintyEllipse(v UncertaintyEllipse) + func (o PointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error) + func (o PointUncertaintyEllipseAllOf) ToMap() (map[string]interface{}, error) + type Polygon struct + PointList []GeographicalCoordinates + func NewPolygon(pointList []GeographicalCoordinates, shape SupportedGADShapes) *Polygon + func NewPolygonWithDefaults() *Polygon + func (o *Polygon) GetPointList() []GeographicalCoordinates + func (o *Polygon) GetPointListOk() ([]GeographicalCoordinates, bool) + func (o *Polygon) SetPointList(v []GeographicalCoordinates) + func (o Polygon) MarshalJSON() ([]byte, error) + func (o Polygon) ToMap() (map[string]interface{}, error) + type PolygonAllOf struct + PointList []GeographicalCoordinates + func NewPolygonAllOf(pointList []GeographicalCoordinates) *PolygonAllOf + func NewPolygonAllOfWithDefaults() *PolygonAllOf + func (o *PolygonAllOf) GetPointList() []GeographicalCoordinates + func (o *PolygonAllOf) GetPointListOk() ([]GeographicalCoordinates, bool) + func (o *PolygonAllOf) SetPointList(v []GeographicalCoordinates) + func (o PolygonAllOf) MarshalJSON() ([]byte, error) + func (o PolygonAllOf) ToMap() (map[string]interface{}, error) + type PreemptionCapability struct + PreemptionCapabilityAnyOf *PreemptionCapabilityAnyOf + String *string + func (dst *PreemptionCapability) UnmarshalJSON(data []byte) error + func (src *PreemptionCapability) MarshalJSON() ([]byte, error) + type PreemptionCapabilityAnyOf string + const MAY_PREEMPT + const NOT_PREEMPT + func NewPreemptionCapabilityAnyOfFromValue(v string) (*PreemptionCapabilityAnyOf, error) + func (v *PreemptionCapabilityAnyOf) UnmarshalJSON(src []byte) error + func (v PreemptionCapabilityAnyOf) IsValid() bool + func (v PreemptionCapabilityAnyOf) Ptr() *PreemptionCapabilityAnyOf + type PreemptionVulnerability struct + PreemptionVulnerabilityAnyOf *PreemptionVulnerabilityAnyOf + String *string + func (dst *PreemptionVulnerability) UnmarshalJSON(data []byte) error + func (src *PreemptionVulnerability) MarshalJSON() ([]byte, error) + type PreemptionVulnerabilityAnyOf string + const NOT_PREEMPTABLE + const PREEMPTABLE + func NewPreemptionVulnerabilityAnyOfFromValue(v string) (*PreemptionVulnerabilityAnyOf, error) + func (v *PreemptionVulnerabilityAnyOf) UnmarshalJSON(src []byte) error + func (v PreemptionVulnerabilityAnyOf) IsValid() bool + func (v PreemptionVulnerabilityAnyOf) Ptr() *PreemptionVulnerabilityAnyOf + 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 RelativeCartesianLocation struct + X float32 + Y float32 + Z *float32 + func NewRelativeCartesianLocation(x float32, y float32) *RelativeCartesianLocation + func NewRelativeCartesianLocationWithDefaults() *RelativeCartesianLocation + func (o *RelativeCartesianLocation) GetX() float32 + func (o *RelativeCartesianLocation) GetXOk() (*float32, bool) + func (o *RelativeCartesianLocation) GetY() float32 + func (o *RelativeCartesianLocation) GetYOk() (*float32, bool) + func (o *RelativeCartesianLocation) GetZ() float32 + func (o *RelativeCartesianLocation) GetZOk() (*float32, bool) + func (o *RelativeCartesianLocation) HasZ() bool + func (o *RelativeCartesianLocation) SetX(v float32) + func (o *RelativeCartesianLocation) SetY(v float32) + func (o *RelativeCartesianLocation) SetZ(v float32) + func (o RelativeCartesianLocation) MarshalJSON() ([]byte, error) + func (o RelativeCartesianLocation) ToMap() (map[string]interface{}, error) + type ReservPriority struct + ReservPriorityAnyOf *ReservPriorityAnyOf + String *string + func (dst *ReservPriority) UnmarshalJSON(data []byte) error + func (src *ReservPriority) MarshalJSON() ([]byte, error) + type ReservPriorityAnyOf string + func NewReservPriorityAnyOfFromValue(v string) (*ReservPriorityAnyOf, error) + func (v *ReservPriorityAnyOf) UnmarshalJSON(src []byte) error + func (v ReservPriorityAnyOf) IsValid() bool + func (v ReservPriorityAnyOf) Ptr() *ReservPriorityAnyOf + 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 ServiceNameDescription struct + Interface *interface{} + func (dst *ServiceNameDescription) UnmarshalJSON(data []byte) error + func (src *ServiceNameDescription) MarshalJSON() ([]byte, error) + type Snssai struct + Sd *string + Sst int32 + func NewSnssai(sst int32) *Snssai + func NewSnssaiWithDefaults() *Snssai + func (o *Snssai) GetSd() string + func (o *Snssai) GetSdOk() (*string, bool) + func (o *Snssai) GetSst() int32 + func (o *Snssai) GetSstOk() (*int32, bool) + func (o *Snssai) HasSd() bool + func (o *Snssai) SetSd(v string) + func (o *Snssai) SetSst(v int32) + func (o Snssai) MarshalJSON() ([]byte, error) + func (o Snssai) ToMap() (map[string]interface{}, error) + type 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 SubscribedEvent struct + MbsDistSessionId *string + StatusEvent Event + func NewSubscribedEvent(statusEvent Event) *SubscribedEvent + func NewSubscribedEventWithDefaults() *SubscribedEvent + func (o *SubscribedEvent) GetMbsDistSessionId() string + func (o *SubscribedEvent) GetMbsDistSessionIdOk() (*string, bool) + func (o *SubscribedEvent) GetStatusEvent() Event + func (o *SubscribedEvent) GetStatusEventOk() (*Event, bool) + func (o *SubscribedEvent) HasMbsDistSessionId() bool + func (o *SubscribedEvent) SetMbsDistSessionId(v string) + func (o *SubscribedEvent) SetStatusEvent(v Event) + func (o SubscribedEvent) MarshalJSON() ([]byte, error) + func (o SubscribedEvent) ToMap() (map[string]interface{}, error) + type SupportedGADShapes struct + String *string + SupportedGADShapesAnyOf *SupportedGADShapesAnyOf + func (dst *SupportedGADShapes) UnmarshalJSON(data []byte) error + func (src *SupportedGADShapes) MarshalJSON() ([]byte, error) + type SupportedGADShapesAnyOf string + const ELLIPSOID_ARC + const LOCAL_2_D_POINT_UNCERTAINTY_ELLIPSE + const LOCAL_3_D_POINT_UNCERTAINTY_ELLIPSOID + const POINT + const POINT_ALTITUDE + const POINT_ALTITUDE_UNCERTAINTY + const POINT_UNCERTAINTY_CIRCLE + const POINT_UNCERTAINTY_ELLIPSE + const POLYGON + func NewSupportedGADShapesAnyOfFromValue(v string) (*SupportedGADShapesAnyOf, error) + func (v *SupportedGADShapesAnyOf) UnmarshalJSON(src []byte) error + func (v SupportedGADShapesAnyOf) IsValid() bool + func (v SupportedGADShapesAnyOf) Ptr() *SupportedGADShapesAnyOf + type Tai struct + Nid *string + PlmnId PlmnId + Tac string + func NewTai(plmnId PlmnId, tac string) *Tai + func NewTaiWithDefaults() *Tai + func (o *Tai) GetNid() string + func (o *Tai) GetNidOk() (*string, bool) + func (o *Tai) GetPlmnId() PlmnId + func (o *Tai) GetPlmnIdOk() (*PlmnId, bool) + func (o *Tai) GetTac() string + func (o *Tai) GetTacOk() (*string, bool) + func (o *Tai) HasNid() bool + func (o *Tai) SetNid(v string) + func (o *Tai) SetPlmnId(v PlmnId) + func (o *Tai) SetTac(v string) + func (o Tai) MarshalJSON() ([]byte, error) + func (o Tai) ToMap() (map[string]interface{}, error) + type TimeWindow struct + StartTime time.Time + StopTime time.Time + func NewTimeWindow(startTime time.Time, stopTime time.Time) *TimeWindow + func NewTimeWindowWithDefaults() *TimeWindow + func (o *TimeWindow) GetStartTime() time.Time + func (o *TimeWindow) GetStartTimeOk() (*time.Time, bool) + func (o *TimeWindow) GetStopTime() time.Time + func (o *TimeWindow) GetStopTimeOk() (*time.Time, bool) + func (o *TimeWindow) SetStartTime(v time.Time) + func (o *TimeWindow) SetStopTime(v time.Time) + func (o TimeWindow) MarshalJSON() ([]byte, error) + func (o TimeWindow) ToMap() (map[string]interface{}, error) + type Tmgi struct + MbsServiceId string + PlmnId PlmnId + func NewTmgi(mbsServiceId string, plmnId PlmnId) *Tmgi + func NewTmgiWithDefaults() *Tmgi + func (o *Tmgi) GetMbsServiceId() string + func (o *Tmgi) GetMbsServiceIdOk() (*string, bool) + func (o *Tmgi) GetPlmnId() PlmnId + func (o *Tmgi) GetPlmnIdOk() (*PlmnId, bool) + func (o *Tmgi) SetMbsServiceId(v string) + func (o *Tmgi) SetPlmnId(v PlmnId) + func (o Tmgi) MarshalJSON() ([]byte, error) + func (o Tmgi) ToMap() (map[string]interface{}, error) + type TunnelAddress struct + Interface *interface{} + func (dst *TunnelAddress) UnmarshalJSON(data []byte) error + func (src *TunnelAddress) MarshalJSON() ([]byte, error) + type UncertaintyEllipse struct + OrientationMajor int32 + SemiMajor float32 + SemiMinor float32 + func NewUncertaintyEllipse(semiMajor float32, semiMinor float32, orientationMajor int32) *UncertaintyEllipse + func NewUncertaintyEllipseWithDefaults() *UncertaintyEllipse + func (o *UncertaintyEllipse) GetOrientationMajor() int32 + func (o *UncertaintyEllipse) GetOrientationMajorOk() (*int32, bool) + func (o *UncertaintyEllipse) GetSemiMajor() float32 + func (o *UncertaintyEllipse) GetSemiMajorOk() (*float32, bool) + func (o *UncertaintyEllipse) GetSemiMinor() float32 + func (o *UncertaintyEllipse) GetSemiMinorOk() (*float32, bool) + func (o *UncertaintyEllipse) SetOrientationMajor(v int32) + func (o *UncertaintyEllipse) SetSemiMajor(v float32) + func (o *UncertaintyEllipse) SetSemiMinor(v float32) + func (o UncertaintyEllipse) MarshalJSON() ([]byte, error) + func (o UncertaintyEllipse) ToMap() (map[string]interface{}, error) + type UncertaintyEllipsoid struct + OrientationMajor int32 + SemiMajor float32 + SemiMinor float32 + Vertical float32 + func NewUncertaintyEllipsoid(semiMajor float32, semiMinor float32, vertical float32, orientationMajor int32) *UncertaintyEllipsoid + func NewUncertaintyEllipsoidWithDefaults() *UncertaintyEllipsoid + func (o *UncertaintyEllipsoid) GetOrientationMajor() int32 + func (o *UncertaintyEllipsoid) GetOrientationMajorOk() (*int32, bool) + func (o *UncertaintyEllipsoid) GetSemiMajor() float32 + func (o *UncertaintyEllipsoid) GetSemiMajorOk() (*float32, bool) + func (o *UncertaintyEllipsoid) GetSemiMinor() float32 + func (o *UncertaintyEllipsoid) GetSemiMinorOk() (*float32, bool) + func (o *UncertaintyEllipsoid) GetVertical() float32 + func (o *UncertaintyEllipsoid) GetVerticalOk() (*float32, bool) + func (o *UncertaintyEllipsoid) SetOrientationMajor(v int32) + func (o *UncertaintyEllipsoid) SetSemiMajor(v float32) + func (o *UncertaintyEllipsoid) SetSemiMinor(v float32) + func (o *UncertaintyEllipsoid) SetVertical(v float32) + func (o UncertaintyEllipsoid) MarshalJSON() ([]byte, error) + func (o UncertaintyEllipsoid) ToMap() (map[string]interface{}, error)