Versions in this module Expand all Collapse all v1 v1.18.2 Apr 9, 2023 Changes in this version + func IsNil(i interface{}) bool v1.18.1 Apr 8, 2023 Changes in this version + var ContextOperationServerIndices = contextKey("serverOperationIndices") + var ContextOperationServerVariables = contextKey("serverOperationVariables") + var ContextServerIndex = contextKey("serverIndex") + var ContextServerVariables = contextKey("serverVariables") + func CacheExpires(r *http.Response) time.Time + func PtrBool(v bool) *bool + func PtrFloat32(v float32) *float32 + func PtrFloat64(v float64) *float64 + func PtrInt(v int) *int + func PtrInt32(v int32) *int32 + func PtrInt64(v int64) *int64 + func PtrString(v string) *string + func PtrTime(v time.Time) *time.Time + type APIClient struct + 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 AppServiceDescription struct + AlternativeContents [][]ApplicationService + IdenticalContents []AppServiceDescriptionIdenticalContentsInner + MediaManifestDescriptionURI *string + MimeType *string + func NewAppServiceDescription() *AppServiceDescription + func NewAppServiceDescriptionWithDefaults() *AppServiceDescription + func (o *AppServiceDescription) GetAlternativeContents() [][]ApplicationService + func (o *AppServiceDescription) GetAlternativeContentsOk() ([][]ApplicationService, bool) + func (o *AppServiceDescription) GetIdenticalContents() []AppServiceDescriptionIdenticalContentsInner + func (o *AppServiceDescription) GetIdenticalContentsOk() ([]AppServiceDescriptionIdenticalContentsInner, bool) + func (o *AppServiceDescription) GetMediaManifestDescriptionURI() string + func (o *AppServiceDescription) GetMediaManifestDescriptionURIOk() (*string, bool) + func (o *AppServiceDescription) GetMimeType() string + func (o *AppServiceDescription) GetMimeTypeOk() (*string, bool) + func (o *AppServiceDescription) HasAlternativeContents() bool + func (o *AppServiceDescription) HasIdenticalContents() bool + func (o *AppServiceDescription) HasMediaManifestDescriptionURI() bool + func (o *AppServiceDescription) HasMimeType() bool + func (o *AppServiceDescription) SetAlternativeContents(v [][]ApplicationService) + func (o *AppServiceDescription) SetIdenticalContents(v []AppServiceDescriptionIdenticalContentsInner) + func (o *AppServiceDescription) SetMediaManifestDescriptionURI(v string) + func (o *AppServiceDescription) SetMimeType(v string) + func (o AppServiceDescription) MarshalJSON() ([]byte, error) + func (o AppServiceDescription) ToMap() (map[string]interface{}, error) + type AppServiceDescriptionIdenticalContentsInner struct + UnicastAppService []ApplicationService + func NewAppServiceDescriptionIdenticalContentsInner() *AppServiceDescriptionIdenticalContentsInner + func NewAppServiceDescriptionIdenticalContentsInnerWithDefaults() *AppServiceDescriptionIdenticalContentsInner + func (o *AppServiceDescriptionIdenticalContentsInner) GetUnicastAppService() []ApplicationService + func (o *AppServiceDescriptionIdenticalContentsInner) GetUnicastAppServiceOk() ([]ApplicationService, bool) + func (o *AppServiceDescriptionIdenticalContentsInner) HasUnicastAppService() bool + func (o *AppServiceDescriptionIdenticalContentsInner) SetUnicastAppService(v []ApplicationService) + func (o AppServiceDescriptionIdenticalContentsInner) MarshalJSON() ([]byte, error) + func (o AppServiceDescriptionIdenticalContentsInner) ToMap() (map[string]interface{}, error) + type ApplicationService struct + BasePattern string + func NewApplicationService(basePattern string) *ApplicationService + func NewApplicationServiceWithDefaults() *ApplicationService + func (o *ApplicationService) GetBasePattern() string + func (o *ApplicationService) GetBasePatternOk() (*string, bool) + func (o *ApplicationService) SetBasePattern(v string) + func (o ApplicationService) MarshalJSON() ([]byte, error) + func (o ApplicationService) ToMap() (map[string]interface{}, error) + type AssociatedProcedureDescription struct + MbsObjectRepair *MbsObjectRepair + PostObjectRepair *PostObjectRepair + func NewAssociatedProcedureDescription() *AssociatedProcedureDescription + func NewAssociatedProcedureDescriptionWithDefaults() *AssociatedProcedureDescription + func (o *AssociatedProcedureDescription) GetMbsObjectRepair() MbsObjectRepair + func (o *AssociatedProcedureDescription) GetMbsObjectRepairOk() (*MbsObjectRepair, bool) + func (o *AssociatedProcedureDescription) GetPostObjectRepair() PostObjectRepair + func (o *AssociatedProcedureDescription) GetPostObjectRepairOk() (*PostObjectRepair, bool) + func (o *AssociatedProcedureDescription) HasMbsObjectRepair() bool + func (o *AssociatedProcedureDescription) HasPostObjectRepair() bool + func (o *AssociatedProcedureDescription) SetMbsObjectRepair(v MbsObjectRepair) + func (o *AssociatedProcedureDescription) SetPostObjectRepair(v PostObjectRepair) + func (o AssociatedProcedureDescription) MarshalJSON() ([]byte, error) + func (o AssociatedProcedureDescription) ToMap() (map[string]interface{}, error) + type AvailabilityInformationBinding struct + MbsFSAId *string + MbsServiceArea []MbsServiceArea + RadioFrequency []int32 + func NewAvailabilityInformationBinding() *AvailabilityInformationBinding + func NewAvailabilityInformationBindingWithDefaults() *AvailabilityInformationBinding + func (o *AvailabilityInformationBinding) GetMbsFSAId() string + func (o *AvailabilityInformationBinding) GetMbsFSAIdOk() (*string, bool) + func (o *AvailabilityInformationBinding) GetMbsServiceArea() []MbsServiceArea + func (o *AvailabilityInformationBinding) GetMbsServiceAreaOk() ([]MbsServiceArea, bool) + func (o *AvailabilityInformationBinding) GetRadioFrequency() []int32 + func (o *AvailabilityInformationBinding) GetRadioFrequencyOk() ([]int32, bool) + func (o *AvailabilityInformationBinding) HasMbsFSAId() bool + func (o *AvailabilityInformationBinding) HasMbsServiceArea() bool + func (o *AvailabilityInformationBinding) HasRadioFrequency() bool + func (o *AvailabilityInformationBinding) SetMbsFSAId(v string) + func (o *AvailabilityInformationBinding) SetMbsServiceArea(v []MbsServiceArea) + func (o *AvailabilityInformationBinding) SetRadioFrequency(v []int32) + func (o AvailabilityInformationBinding) MarshalJSON() ([]byte, error) + func (o AvailabilityInformationBinding) ToMap() (map[string]interface{}, error) + type BasicAuth struct + Password string + UserName string + type Configuration struct + Debug bool + DefaultHeader map[string]string + HTTPClient *http.Client + Host string + OperationServers map[string]ServerConfigurations + Scheme string + Servers ServerConfigurations + UserAgent string + func NewConfiguration() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error) + func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error) + type DistributionSessionDescription struct + ConformanceProfile *string + DataNetworkName *string + MbsAppService []ApplicationService + ObjectRepairParameters *AssociatedProcedureDescription + SessionDescriptionURI string + UnicastAppServices []DistributionSessionDescriptionUnicastAppServicesInner + func NewDistributionSessionDescription(sessionDescriptionURI string) *DistributionSessionDescription + func NewDistributionSessionDescriptionWithDefaults() *DistributionSessionDescription + func (o *DistributionSessionDescription) GetConformanceProfile() string + func (o *DistributionSessionDescription) GetConformanceProfileOk() (*string, bool) + func (o *DistributionSessionDescription) GetDataNetworkName() string + func (o *DistributionSessionDescription) GetDataNetworkNameOk() (*string, bool) + func (o *DistributionSessionDescription) GetMbsAppService() []ApplicationService + func (o *DistributionSessionDescription) GetMbsAppServiceOk() ([]ApplicationService, bool) + func (o *DistributionSessionDescription) GetObjectRepairParameters() AssociatedProcedureDescription + func (o *DistributionSessionDescription) GetObjectRepairParametersOk() (*AssociatedProcedureDescription, bool) + func (o *DistributionSessionDescription) GetSessionDescriptionURI() string + func (o *DistributionSessionDescription) GetSessionDescriptionURIOk() (*string, bool) + func (o *DistributionSessionDescription) GetUnicastAppServices() []DistributionSessionDescriptionUnicastAppServicesInner + func (o *DistributionSessionDescription) GetUnicastAppServicesOk() ([]DistributionSessionDescriptionUnicastAppServicesInner, bool) + func (o *DistributionSessionDescription) HasConformanceProfile() bool + func (o *DistributionSessionDescription) HasDataNetworkName() bool + func (o *DistributionSessionDescription) HasMbsAppService() bool + func (o *DistributionSessionDescription) HasObjectRepairParameters() bool + func (o *DistributionSessionDescription) HasUnicastAppServices() bool + func (o *DistributionSessionDescription) SetConformanceProfile(v string) + func (o *DistributionSessionDescription) SetDataNetworkName(v string) + func (o *DistributionSessionDescription) SetMbsAppService(v []ApplicationService) + func (o *DistributionSessionDescription) SetObjectRepairParameters(v AssociatedProcedureDescription) + func (o *DistributionSessionDescription) SetSessionDescriptionURI(v string) + func (o *DistributionSessionDescription) SetUnicastAppServices(v []DistributionSessionDescriptionUnicastAppServicesInner) + func (o DistributionSessionDescription) MarshalJSON() ([]byte, error) + func (o DistributionSessionDescription) ToMap() (map[string]interface{}, error) + type DistributionSessionDescriptionUnicastAppServicesInner struct + UnicastAppService []ApplicationService + func NewDistributionSessionDescriptionUnicastAppServicesInner() *DistributionSessionDescriptionUnicastAppServicesInner + func NewDistributionSessionDescriptionUnicastAppServicesInnerWithDefaults() *DistributionSessionDescriptionUnicastAppServicesInner + func (o *DistributionSessionDescriptionUnicastAppServicesInner) GetUnicastAppService() []ApplicationService + func (o *DistributionSessionDescriptionUnicastAppServicesInner) GetUnicastAppServiceOk() ([]ApplicationService, bool) + func (o *DistributionSessionDescriptionUnicastAppServicesInner) HasUnicastAppService() bool + func (o *DistributionSessionDescriptionUnicastAppServicesInner) SetUnicastAppService(v []ApplicationService) + func (o DistributionSessionDescriptionUnicastAppServicesInner) MarshalJSON() ([]byte, error) + func (o DistributionSessionDescriptionUnicastAppServicesInner) ToMap() (map[string]interface{}, error) + type GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type MbsObjectRepair struct + SessionDescriptionURI *string + func NewMbsObjectRepair() *MbsObjectRepair + func NewMbsObjectRepairWithDefaults() *MbsObjectRepair + func (o *MbsObjectRepair) GetSessionDescriptionURI() string + func (o *MbsObjectRepair) GetSessionDescriptionURIOk() (*string, bool) + func (o *MbsObjectRepair) HasSessionDescriptionURI() bool + func (o *MbsObjectRepair) SetSessionDescriptionURI(v string) + func (o MbsObjectRepair) MarshalJSON() ([]byte, error) + func (o MbsObjectRepair) ToMap() (map[string]interface{}, error) + type MbsServiceArea struct + Interface *interface{} + func (dst *MbsServiceArea) UnmarshalJSON(data []byte) error + func (src *MbsServiceArea) MarshalJSON() ([]byte, error) + 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 NullableAppServiceDescription struct + func NewNullableAppServiceDescription(val *AppServiceDescription) *NullableAppServiceDescription + func (v *NullableAppServiceDescription) Set(val *AppServiceDescription) + func (v *NullableAppServiceDescription) UnmarshalJSON(src []byte) error + func (v *NullableAppServiceDescription) Unset() + func (v NullableAppServiceDescription) Get() *AppServiceDescription + func (v NullableAppServiceDescription) IsSet() bool + func (v NullableAppServiceDescription) MarshalJSON() ([]byte, error) + type NullableAppServiceDescriptionIdenticalContentsInner struct + func NewNullableAppServiceDescriptionIdenticalContentsInner(val *AppServiceDescriptionIdenticalContentsInner) *NullableAppServiceDescriptionIdenticalContentsInner + func (v *NullableAppServiceDescriptionIdenticalContentsInner) Set(val *AppServiceDescriptionIdenticalContentsInner) + func (v *NullableAppServiceDescriptionIdenticalContentsInner) UnmarshalJSON(src []byte) error + func (v *NullableAppServiceDescriptionIdenticalContentsInner) Unset() + func (v NullableAppServiceDescriptionIdenticalContentsInner) Get() *AppServiceDescriptionIdenticalContentsInner + func (v NullableAppServiceDescriptionIdenticalContentsInner) IsSet() bool + func (v NullableAppServiceDescriptionIdenticalContentsInner) MarshalJSON() ([]byte, error) + type NullableApplicationService struct + func NewNullableApplicationService(val *ApplicationService) *NullableApplicationService + func (v *NullableApplicationService) Set(val *ApplicationService) + func (v *NullableApplicationService) UnmarshalJSON(src []byte) error + func (v *NullableApplicationService) Unset() + func (v NullableApplicationService) Get() *ApplicationService + func (v NullableApplicationService) IsSet() bool + func (v NullableApplicationService) MarshalJSON() ([]byte, error) + type NullableAssociatedProcedureDescription struct + func NewNullableAssociatedProcedureDescription(val *AssociatedProcedureDescription) *NullableAssociatedProcedureDescription + func (v *NullableAssociatedProcedureDescription) Set(val *AssociatedProcedureDescription) + func (v *NullableAssociatedProcedureDescription) UnmarshalJSON(src []byte) error + func (v *NullableAssociatedProcedureDescription) Unset() + func (v NullableAssociatedProcedureDescription) Get() *AssociatedProcedureDescription + func (v NullableAssociatedProcedureDescription) IsSet() bool + func (v NullableAssociatedProcedureDescription) MarshalJSON() ([]byte, error) + type NullableAvailabilityInformationBinding struct + func NewNullableAvailabilityInformationBinding(val *AvailabilityInformationBinding) *NullableAvailabilityInformationBinding + func (v *NullableAvailabilityInformationBinding) Set(val *AvailabilityInformationBinding) + func (v *NullableAvailabilityInformationBinding) UnmarshalJSON(src []byte) error + func (v *NullableAvailabilityInformationBinding) Unset() + func (v NullableAvailabilityInformationBinding) Get() *AvailabilityInformationBinding + func (v NullableAvailabilityInformationBinding) IsSet() bool + func (v NullableAvailabilityInformationBinding) 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 NullableDistributionSessionDescription struct + func NewNullableDistributionSessionDescription(val *DistributionSessionDescription) *NullableDistributionSessionDescription + func (v *NullableDistributionSessionDescription) Set(val *DistributionSessionDescription) + func (v *NullableDistributionSessionDescription) UnmarshalJSON(src []byte) error + func (v *NullableDistributionSessionDescription) Unset() + func (v NullableDistributionSessionDescription) Get() *DistributionSessionDescription + func (v NullableDistributionSessionDescription) IsSet() bool + func (v NullableDistributionSessionDescription) MarshalJSON() ([]byte, error) + type NullableDistributionSessionDescriptionUnicastAppServicesInner struct + func NewNullableDistributionSessionDescriptionUnicastAppServicesInner(val *DistributionSessionDescriptionUnicastAppServicesInner) *NullableDistributionSessionDescriptionUnicastAppServicesInner + func (v *NullableDistributionSessionDescriptionUnicastAppServicesInner) Set(val *DistributionSessionDescriptionUnicastAppServicesInner) + func (v *NullableDistributionSessionDescriptionUnicastAppServicesInner) UnmarshalJSON(src []byte) error + func (v *NullableDistributionSessionDescriptionUnicastAppServicesInner) Unset() + func (v NullableDistributionSessionDescriptionUnicastAppServicesInner) Get() *DistributionSessionDescriptionUnicastAppServicesInner + func (v NullableDistributionSessionDescriptionUnicastAppServicesInner) IsSet() bool + func (v NullableDistributionSessionDescriptionUnicastAppServicesInner) MarshalJSON() ([]byte, error) + type NullableFloat32 struct + func NewNullableFloat32(val *float32) *NullableFloat32 + func (v *NullableFloat32) Set(val *float32) + func (v *NullableFloat32) UnmarshalJSON(src []byte) error + func (v *NullableFloat32) Unset() + func (v NullableFloat32) Get() *float32 + func (v NullableFloat32) IsSet() bool + func (v NullableFloat32) MarshalJSON() ([]byte, error) + type NullableFloat64 struct + func NewNullableFloat64(val *float64) *NullableFloat64 + func (v *NullableFloat64) Set(val *float64) + func (v *NullableFloat64) UnmarshalJSON(src []byte) error + func (v *NullableFloat64) Unset() + func (v NullableFloat64) Get() *float64 + func (v NullableFloat64) IsSet() bool + func (v NullableFloat64) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableMbsObjectRepair struct + func NewNullableMbsObjectRepair(val *MbsObjectRepair) *NullableMbsObjectRepair + func (v *NullableMbsObjectRepair) Set(val *MbsObjectRepair) + func (v *NullableMbsObjectRepair) UnmarshalJSON(src []byte) error + func (v *NullableMbsObjectRepair) Unset() + func (v NullableMbsObjectRepair) Get() *MbsObjectRepair + func (v NullableMbsObjectRepair) IsSet() bool + func (v NullableMbsObjectRepair) 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 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 NullableObjectScheduleInner struct + func NewNullableObjectScheduleInner(val *ObjectScheduleInner) *NullableObjectScheduleInner + func (v *NullableObjectScheduleInner) Set(val *ObjectScheduleInner) + func (v *NullableObjectScheduleInner) UnmarshalJSON(src []byte) error + func (v *NullableObjectScheduleInner) Unset() + func (v NullableObjectScheduleInner) Get() *ObjectScheduleInner + func (v NullableObjectScheduleInner) IsSet() bool + func (v NullableObjectScheduleInner) MarshalJSON() ([]byte, error) + type NullableObjectScheduleInnerDeliveryInfoInner struct + func NewNullableObjectScheduleInnerDeliveryInfoInner(val *ObjectScheduleInnerDeliveryInfoInner) *NullableObjectScheduleInnerDeliveryInfoInner + func (v *NullableObjectScheduleInnerDeliveryInfoInner) Set(val *ObjectScheduleInnerDeliveryInfoInner) + func (v *NullableObjectScheduleInnerDeliveryInfoInner) UnmarshalJSON(src []byte) error + func (v *NullableObjectScheduleInnerDeliveryInfoInner) Unset() + func (v NullableObjectScheduleInnerDeliveryInfoInner) Get() *ObjectScheduleInnerDeliveryInfoInner + func (v NullableObjectScheduleInnerDeliveryInfoInner) IsSet() bool + func (v NullableObjectScheduleInnerDeliveryInfoInner) 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 NullablePostObjectRepair struct + func NewNullablePostObjectRepair(val *PostObjectRepair) *NullablePostObjectRepair + func (v *NullablePostObjectRepair) Set(val *PostObjectRepair) + func (v *NullablePostObjectRepair) UnmarshalJSON(src []byte) error + func (v *NullablePostObjectRepair) Unset() + func (v NullablePostObjectRepair) Get() *PostObjectRepair + func (v NullablePostObjectRepair) IsSet() bool + func (v NullablePostObjectRepair) MarshalJSON() ([]byte, error) + type NullableServiceSchedule struct + func NewNullableServiceSchedule(val *ServiceSchedule) *NullableServiceSchedule + func (v *NullableServiceSchedule) Set(val *ServiceSchedule) + func (v *NullableServiceSchedule) UnmarshalJSON(src []byte) error + func (v *NullableServiceSchedule) Unset() + func (v NullableServiceSchedule) Get() *ServiceSchedule + func (v NullableServiceSchedule) IsSet() bool + func (v NullableServiceSchedule) MarshalJSON() ([]byte, error) + type NullableSessionScheduleInner struct + func NewNullableSessionScheduleInner(val *SessionScheduleInner) *NullableSessionScheduleInner + func (v *NullableSessionScheduleInner) Set(val *SessionScheduleInner) + func (v *NullableSessionScheduleInner) UnmarshalJSON(src []byte) error + func (v *NullableSessionScheduleInner) Unset() + func (v NullableSessionScheduleInner) Get() *SessionScheduleInner + func (v NullableSessionScheduleInner) IsSet() bool + func (v NullableSessionScheduleInner) MarshalJSON() ([]byte, error) + type NullableSessionScheduleOverrideInner struct + func NewNullableSessionScheduleOverrideInner(val *SessionScheduleOverrideInner) *NullableSessionScheduleOverrideInner + func (v *NullableSessionScheduleOverrideInner) Set(val *SessionScheduleOverrideInner) + func (v *NullableSessionScheduleOverrideInner) UnmarshalJSON(src []byte) error + func (v *NullableSessionScheduleOverrideInner) Unset() + func (v NullableSessionScheduleOverrideInner) Get() *SessionScheduleOverrideInner + func (v NullableSessionScheduleOverrideInner) IsSet() bool + func (v NullableSessionScheduleOverrideInner) 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 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 NullableUserServiceDescription struct + func NewNullableUserServiceDescription(val *UserServiceDescription) *NullableUserServiceDescription + func (v *NullableUserServiceDescription) Set(val *UserServiceDescription) + func (v *NullableUserServiceDescription) UnmarshalJSON(src []byte) error + func (v *NullableUserServiceDescription) Unset() + func (v NullableUserServiceDescription) Get() *UserServiceDescription + func (v NullableUserServiceDescription) IsSet() bool + func (v NullableUserServiceDescription) MarshalJSON() ([]byte, error) + type ObjectScheduleInner struct + DeliveryInfo []ObjectScheduleInnerDeliveryInfoInner + ObjectEtag *string + ObjectURI *string + SessionId *string + UnicastOnly *bool + func NewObjectScheduleInner() *ObjectScheduleInner + func NewObjectScheduleInnerWithDefaults() *ObjectScheduleInner + func (o *ObjectScheduleInner) GetDeliveryInfo() []ObjectScheduleInnerDeliveryInfoInner + func (o *ObjectScheduleInner) GetDeliveryInfoOk() ([]ObjectScheduleInnerDeliveryInfoInner, bool) + func (o *ObjectScheduleInner) GetObjectEtag() string + func (o *ObjectScheduleInner) GetObjectEtagOk() (*string, bool) + func (o *ObjectScheduleInner) GetObjectURI() string + func (o *ObjectScheduleInner) GetObjectURIOk() (*string, bool) + func (o *ObjectScheduleInner) GetSessionId() string + func (o *ObjectScheduleInner) GetSessionIdOk() (*string, bool) + func (o *ObjectScheduleInner) GetUnicastOnly() bool + func (o *ObjectScheduleInner) GetUnicastOnlyOk() (*bool, bool) + func (o *ObjectScheduleInner) HasDeliveryInfo() bool + func (o *ObjectScheduleInner) HasObjectEtag() bool + func (o *ObjectScheduleInner) HasObjectURI() bool + func (o *ObjectScheduleInner) HasSessionId() bool + func (o *ObjectScheduleInner) HasUnicastOnly() bool + func (o *ObjectScheduleInner) SetDeliveryInfo(v []ObjectScheduleInnerDeliveryInfoInner) + func (o *ObjectScheduleInner) SetObjectEtag(v string) + func (o *ObjectScheduleInner) SetObjectURI(v string) + func (o *ObjectScheduleInner) SetSessionId(v string) + func (o *ObjectScheduleInner) SetUnicastOnly(v bool) + func (o ObjectScheduleInner) MarshalJSON() ([]byte, error) + func (o ObjectScheduleInner) ToMap() (map[string]interface{}, error) + type ObjectScheduleInnerDeliveryInfoInner struct + Start *time.Time + Stop *time.Time + func NewObjectScheduleInnerDeliveryInfoInner() *ObjectScheduleInnerDeliveryInfoInner + func NewObjectScheduleInnerDeliveryInfoInnerWithDefaults() *ObjectScheduleInnerDeliveryInfoInner + func (o *ObjectScheduleInnerDeliveryInfoInner) GetStart() time.Time + func (o *ObjectScheduleInnerDeliveryInfoInner) GetStartOk() (*time.Time, bool) + func (o *ObjectScheduleInnerDeliveryInfoInner) GetStop() time.Time + func (o *ObjectScheduleInnerDeliveryInfoInner) GetStopOk() (*time.Time, bool) + func (o *ObjectScheduleInnerDeliveryInfoInner) HasStart() bool + func (o *ObjectScheduleInnerDeliveryInfoInner) HasStop() bool + func (o *ObjectScheduleInnerDeliveryInfoInner) SetStart(v time.Time) + func (o *ObjectScheduleInnerDeliveryInfoInner) SetStop(v time.Time) + func (o ObjectScheduleInnerDeliveryInfoInner) MarshalJSON() ([]byte, error) + func (o ObjectScheduleInnerDeliveryInfoInner) ToMap() (map[string]interface{}, error) + type PlmnId struct + Mcc string + Mnc string + func NewPlmnId(mcc string, mnc string) *PlmnId + func NewPlmnIdWithDefaults() *PlmnId + func (o *PlmnId) GetMcc() string + func (o *PlmnId) GetMccOk() (*string, bool) + func (o *PlmnId) GetMnc() string + func (o *PlmnId) GetMncOk() (*string, bool) + func (o *PlmnId) SetMcc(v string) + func (o *PlmnId) SetMnc(v string) + func (o PlmnId) MarshalJSON() ([]byte, error) + func (o PlmnId) ToMap() (map[string]interface{}, error) + type PostObjectRepair struct + OffsetTime *int32 + RandomTimePeriod *int32 + ServiceURIs []string + func NewPostObjectRepair() *PostObjectRepair + func NewPostObjectRepairWithDefaults() *PostObjectRepair + func (o *PostObjectRepair) GetOffsetTime() int32 + func (o *PostObjectRepair) GetOffsetTimeOk() (*int32, bool) + func (o *PostObjectRepair) GetRandomTimePeriod() int32 + func (o *PostObjectRepair) GetRandomTimePeriodOk() (*int32, bool) + func (o *PostObjectRepair) GetServiceURIs() []string + func (o *PostObjectRepair) GetServiceURIsOk() ([]string, bool) + func (o *PostObjectRepair) HasOffsetTime() bool + func (o *PostObjectRepair) HasRandomTimePeriod() bool + func (o *PostObjectRepair) HasServiceURIs() bool + func (o *PostObjectRepair) SetOffsetTime(v int32) + func (o *PostObjectRepair) SetRandomTimePeriod(v int32) + func (o *PostObjectRepair) SetServiceURIs(v []string) + func (o PostObjectRepair) MarshalJSON() ([]byte, error) + func (o PostObjectRepair) ToMap() (map[string]interface{}, error) + type ServerConfiguration struct + Description string + URL string + Variables map[string]ServerVariable + type ServerConfigurations []ServerConfiguration + func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error) + type ServerVariable struct + DefaultValue string + Description string + EnumValues []string + type ServiceSchedule struct + ObjectSchedule []ObjectScheduleInner + ServiceClass string + ServiceId string + SessionSchedule []SessionScheduleInner + SessionScheduleOverride []SessionScheduleOverrideInner + func NewServiceSchedule(serviceId string, serviceClass string) *ServiceSchedule + func NewServiceScheduleWithDefaults() *ServiceSchedule + func (o *ServiceSchedule) GetObjectSchedule() []ObjectScheduleInner + func (o *ServiceSchedule) GetObjectScheduleOk() ([]ObjectScheduleInner, bool) + func (o *ServiceSchedule) GetServiceClass() string + func (o *ServiceSchedule) GetServiceClassOk() (*string, bool) + func (o *ServiceSchedule) GetServiceId() string + func (o *ServiceSchedule) GetServiceIdOk() (*string, bool) + func (o *ServiceSchedule) GetSessionSchedule() []SessionScheduleInner + func (o *ServiceSchedule) GetSessionScheduleOk() ([]SessionScheduleInner, bool) + func (o *ServiceSchedule) GetSessionScheduleOverride() []SessionScheduleOverrideInner + func (o *ServiceSchedule) GetSessionScheduleOverrideOk() ([]SessionScheduleOverrideInner, bool) + func (o *ServiceSchedule) HasObjectSchedule() bool + func (o *ServiceSchedule) HasSessionSchedule() bool + func (o *ServiceSchedule) HasSessionScheduleOverride() bool + func (o *ServiceSchedule) SetObjectSchedule(v []ObjectScheduleInner) + func (o *ServiceSchedule) SetServiceClass(v string) + func (o *ServiceSchedule) SetServiceId(v string) + func (o *ServiceSchedule) SetSessionSchedule(v []SessionScheduleInner) + func (o *ServiceSchedule) SetSessionScheduleOverride(v []SessionScheduleOverrideInner) + func (o ServiceSchedule) MarshalJSON() ([]byte, error) + func (o ServiceSchedule) ToMap() (map[string]interface{}, error) + type SessionScheduleInner struct + FDTInstanceURI *string + Index *int32 + NumberOfTimes *int32 + ReoccurencePattern *string + ReoccurenceStopTime *string + Start time.Time + Stop time.Time + func NewSessionScheduleInner(start time.Time, stop time.Time) *SessionScheduleInner + func NewSessionScheduleInnerWithDefaults() *SessionScheduleInner + func (o *SessionScheduleInner) GetFDTInstanceURI() string + func (o *SessionScheduleInner) GetFDTInstanceURIOk() (*string, bool) + func (o *SessionScheduleInner) GetIndex() int32 + func (o *SessionScheduleInner) GetIndexOk() (*int32, bool) + func (o *SessionScheduleInner) GetNumberOfTimes() int32 + func (o *SessionScheduleInner) GetNumberOfTimesOk() (*int32, bool) + func (o *SessionScheduleInner) GetReoccurencePattern() string + func (o *SessionScheduleInner) GetReoccurencePatternOk() (*string, bool) + func (o *SessionScheduleInner) GetReoccurenceStopTime() string + func (o *SessionScheduleInner) GetReoccurenceStopTimeOk() (*string, bool) + func (o *SessionScheduleInner) GetStart() time.Time + func (o *SessionScheduleInner) GetStartOk() (*time.Time, bool) + func (o *SessionScheduleInner) GetStop() time.Time + func (o *SessionScheduleInner) GetStopOk() (*time.Time, bool) + func (o *SessionScheduleInner) HasFDTInstanceURI() bool + func (o *SessionScheduleInner) HasIndex() bool + func (o *SessionScheduleInner) HasNumberOfTimes() bool + func (o *SessionScheduleInner) HasReoccurencePattern() bool + func (o *SessionScheduleInner) HasReoccurenceStopTime() bool + func (o *SessionScheduleInner) SetFDTInstanceURI(v string) + func (o *SessionScheduleInner) SetIndex(v int32) + func (o *SessionScheduleInner) SetNumberOfTimes(v int32) + func (o *SessionScheduleInner) SetReoccurencePattern(v string) + func (o *SessionScheduleInner) SetReoccurenceStopTime(v string) + func (o *SessionScheduleInner) SetStart(v time.Time) + func (o *SessionScheduleInner) SetStop(v time.Time) + func (o SessionScheduleInner) MarshalJSON() ([]byte, error) + func (o SessionScheduleInner) ToMap() (map[string]interface{}, error) + type SessionScheduleOverrideInner struct + Cancelled *bool + Index *int32 + SessionDescriptionURI *string + Start *time.Time + Stop *time.Time + func NewSessionScheduleOverrideInner() *SessionScheduleOverrideInner + func NewSessionScheduleOverrideInnerWithDefaults() *SessionScheduleOverrideInner + func (o *SessionScheduleOverrideInner) GetCancelled() bool + func (o *SessionScheduleOverrideInner) GetCancelledOk() (*bool, bool) + func (o *SessionScheduleOverrideInner) GetIndex() int32 + func (o *SessionScheduleOverrideInner) GetIndexOk() (*int32, bool) + func (o *SessionScheduleOverrideInner) GetSessionDescriptionURI() string + func (o *SessionScheduleOverrideInner) GetSessionDescriptionURIOk() (*string, bool) + func (o *SessionScheduleOverrideInner) GetStart() time.Time + func (o *SessionScheduleOverrideInner) GetStartOk() (*time.Time, bool) + func (o *SessionScheduleOverrideInner) GetStop() time.Time + func (o *SessionScheduleOverrideInner) GetStopOk() (*time.Time, bool) + func (o *SessionScheduleOverrideInner) HasCancelled() bool + func (o *SessionScheduleOverrideInner) HasIndex() bool + func (o *SessionScheduleOverrideInner) HasSessionDescriptionURI() bool + func (o *SessionScheduleOverrideInner) HasStart() bool + func (o *SessionScheduleOverrideInner) HasStop() bool + func (o *SessionScheduleOverrideInner) SetCancelled(v bool) + func (o *SessionScheduleOverrideInner) SetIndex(v int32) + func (o *SessionScheduleOverrideInner) SetSessionDescriptionURI(v string) + func (o *SessionScheduleOverrideInner) SetStart(v time.Time) + func (o *SessionScheduleOverrideInner) SetStop(v time.Time) + func (o SessionScheduleOverrideInner) MarshalJSON() ([]byte, error) + func (o SessionScheduleOverrideInner) ToMap() (map[string]interface{}, error) + 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 UserServiceDescription struct + AppServiceDescription *AppServiceDescription + AvailabilityInfo []AvailabilityInformationBinding + DistributionSessionDescription *DistributionSessionDescription + Name []string + ScheduleDescription []ServiceSchedule + ServiceId string + ServiceLanguage []string + func NewUserServiceDescription(serviceId string) *UserServiceDescription + func NewUserServiceDescriptionWithDefaults() *UserServiceDescription + func (o *UserServiceDescription) GetAppServiceDescription() AppServiceDescription + func (o *UserServiceDescription) GetAppServiceDescriptionOk() (*AppServiceDescription, bool) + func (o *UserServiceDescription) GetAvailabilityInfo() []AvailabilityInformationBinding + func (o *UserServiceDescription) GetAvailabilityInfoOk() ([]AvailabilityInformationBinding, bool) + func (o *UserServiceDescription) GetDistributionSessionDescription() DistributionSessionDescription + func (o *UserServiceDescription) GetDistributionSessionDescriptionOk() (*DistributionSessionDescription, bool) + func (o *UserServiceDescription) GetName() []string + func (o *UserServiceDescription) GetNameOk() ([]string, bool) + func (o *UserServiceDescription) GetScheduleDescription() []ServiceSchedule + func (o *UserServiceDescription) GetScheduleDescriptionOk() ([]ServiceSchedule, bool) + func (o *UserServiceDescription) GetServiceId() string + func (o *UserServiceDescription) GetServiceIdOk() (*string, bool) + func (o *UserServiceDescription) GetServiceLanguage() []string + func (o *UserServiceDescription) GetServiceLanguageOk() ([]string, bool) + func (o *UserServiceDescription) HasAppServiceDescription() bool + func (o *UserServiceDescription) HasAvailabilityInfo() bool + func (o *UserServiceDescription) HasDistributionSessionDescription() bool + func (o *UserServiceDescription) HasName() bool + func (o *UserServiceDescription) HasScheduleDescription() bool + func (o *UserServiceDescription) HasServiceLanguage() bool + func (o *UserServiceDescription) SetAppServiceDescription(v AppServiceDescription) + func (o *UserServiceDescription) SetAvailabilityInfo(v []AvailabilityInformationBinding) + func (o *UserServiceDescription) SetDistributionSessionDescription(v DistributionSessionDescription) + func (o *UserServiceDescription) SetName(v []string) + func (o *UserServiceDescription) SetScheduleDescription(v []ServiceSchedule) + func (o *UserServiceDescription) SetServiceId(v string) + func (o *UserServiceDescription) SetServiceLanguage(v []string) + func (o UserServiceDescription) MarshalJSON() ([]byte, error) + func (o UserServiceDescription) ToMap() (map[string]interface{}, error)