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 AllowedMbsServiceTypeAnyOfEnumValues = []MbsServiceTypeAnyOf + var AllowedServiceAnnouncementModeAnyOfEnumValues = []ServiceAnnouncementModeAnyOf + 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 + IndividualMBSUserServiceApi *IndividualMBSUserServiceApiService + MBSUserServicesApi *MBSUserServicesApiService + 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 ApiCreateMBSUserServiceRequest struct + ApiService *MBSUserServicesApiService + func (r ApiCreateMBSUserServiceRequest) Execute() (*MBSUserService, *http.Response, error) + func (r ApiCreateMBSUserServiceRequest) MBSUserService(mBSUserService MBSUserService) ApiCreateMBSUserServiceRequest + type ApiDeleteIndivMBSUserServiceRequest struct + ApiService *IndividualMBSUserServiceApiService + func (r ApiDeleteIndivMBSUserServiceRequest) Execute() (*http.Response, error) + type ApiModifyIndivMBSUserServiceRequest struct + ApiService *IndividualMBSUserServiceApiService + func (r ApiModifyIndivMBSUserServiceRequest) Execute() (*MBSUserService, *http.Response, error) + func (r ApiModifyIndivMBSUserServiceRequest) MBSUserServicePatch(mBSUserServicePatch MBSUserServicePatch) ApiModifyIndivMBSUserServiceRequest + type ApiRetrieveIndivMBSUserServiceRequest struct + ApiService *IndividualMBSUserServiceApiService + func (r ApiRetrieveIndivMBSUserServiceRequest) Execute() (*MBSUserService, *http.Response, error) + type ApiRetrieveMBSUserServicesRequest struct + ApiService *MBSUserServicesApiService + func (r ApiRetrieveMBSUserServicesRequest) Execute() ([]MBSUserService, *http.Response, error) + type ApiUpdateIndivMBSUserServiceRequest struct + ApiService *IndividualMBSUserServiceApiService + func (r ApiUpdateIndivMBSUserServiceRequest) Execute() (*MBSUserService, *http.Response, error) + func (r ApiUpdateIndivMBSUserServiceRequest) MBSUserService(mBSUserService MBSUserService) ApiUpdateIndivMBSUserServiceRequest + type BasicAuth struct + Password string + UserName string + type Configuration struct + Debug bool + DefaultHeader map[string]string + HTTPClient *http.Client + Host string + OperationServers map[string]ServerConfigurations + Scheme string + Servers ServerConfigurations + UserAgent string + func NewConfiguration() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error) + func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error) + type GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type IndividualMBSUserServiceApiService service + func (a *IndividualMBSUserServiceApiService) DeleteIndivMBSUserService(ctx context.Context, mbsUserServId string) ApiDeleteIndivMBSUserServiceRequest + func (a *IndividualMBSUserServiceApiService) DeleteIndivMBSUserServiceExecute(r ApiDeleteIndivMBSUserServiceRequest) (*http.Response, error) + func (a *IndividualMBSUserServiceApiService) ModifyIndivMBSUserService(ctx context.Context, mbsUserServId string) ApiModifyIndivMBSUserServiceRequest + func (a *IndividualMBSUserServiceApiService) ModifyIndivMBSUserServiceExecute(r ApiModifyIndivMBSUserServiceRequest) (*MBSUserService, *http.Response, error) + func (a *IndividualMBSUserServiceApiService) RetrieveIndivMBSUserService(ctx context.Context, mbsUserServId string) ApiRetrieveIndivMBSUserServiceRequest + func (a *IndividualMBSUserServiceApiService) RetrieveIndivMBSUserServiceExecute(r ApiRetrieveIndivMBSUserServiceRequest) (*MBSUserService, *http.Response, error) + func (a *IndividualMBSUserServiceApiService) UpdateIndivMBSUserService(ctx context.Context, mbsUserServId string) ApiUpdateIndivMBSUserServiceRequest + func (a *IndividualMBSUserServiceApiService) UpdateIndivMBSUserServiceExecute(r ApiUpdateIndivMBSUserServiceRequest) (*MBSUserService, *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 MBSUserService struct + ExtServiceIds []string + MainServLang *string + ServAnnModes []ServiceAnnouncementMode + ServClass string + ServNameDescs []ServiceNameDescription + ServType MbsServiceType + SuppFeat *string + func NewMBSUserService(extServiceIds []string, servType MbsServiceType, servClass string, ...) *MBSUserService + func NewMBSUserServiceWithDefaults() *MBSUserService + func (o *MBSUserService) GetExtServiceIds() []string + func (o *MBSUserService) GetExtServiceIdsOk() ([]string, bool) + func (o *MBSUserService) GetMainServLang() string + func (o *MBSUserService) GetMainServLangOk() (*string, bool) + func (o *MBSUserService) GetServAnnModes() []ServiceAnnouncementMode + func (o *MBSUserService) GetServAnnModesOk() ([]ServiceAnnouncementMode, bool) + func (o *MBSUserService) GetServClass() string + func (o *MBSUserService) GetServClassOk() (*string, bool) + func (o *MBSUserService) GetServNameDescs() []ServiceNameDescription + func (o *MBSUserService) GetServNameDescsOk() ([]ServiceNameDescription, bool) + func (o *MBSUserService) GetServType() MbsServiceType + func (o *MBSUserService) GetServTypeOk() (*MbsServiceType, bool) + func (o *MBSUserService) GetSuppFeat() string + func (o *MBSUserService) GetSuppFeatOk() (*string, bool) + func (o *MBSUserService) HasMainServLang() bool + func (o *MBSUserService) HasSuppFeat() bool + func (o *MBSUserService) SetExtServiceIds(v []string) + func (o *MBSUserService) SetMainServLang(v string) + func (o *MBSUserService) SetServAnnModes(v []ServiceAnnouncementMode) + func (o *MBSUserService) SetServClass(v string) + func (o *MBSUserService) SetServNameDescs(v []ServiceNameDescription) + func (o *MBSUserService) SetServType(v MbsServiceType) + func (o *MBSUserService) SetSuppFeat(v string) + func (o MBSUserService) MarshalJSON() ([]byte, error) + func (o MBSUserService) ToMap() (map[string]interface{}, error) + type MBSUserServicePatch struct + ExtServiceIds []string + MainServLang *string + ServAnnModes []ServiceAnnouncementMode + ServClass *string + ServNameDescs []ServiceNameDescription + func NewMBSUserServicePatch() *MBSUserServicePatch + func NewMBSUserServicePatchWithDefaults() *MBSUserServicePatch + func (o *MBSUserServicePatch) GetExtServiceIds() []string + func (o *MBSUserServicePatch) GetExtServiceIdsOk() ([]string, bool) + func (o *MBSUserServicePatch) GetMainServLang() string + func (o *MBSUserServicePatch) GetMainServLangOk() (*string, bool) + func (o *MBSUserServicePatch) GetServAnnModes() []ServiceAnnouncementMode + func (o *MBSUserServicePatch) GetServAnnModesOk() ([]ServiceAnnouncementMode, bool) + func (o *MBSUserServicePatch) GetServClass() string + func (o *MBSUserServicePatch) GetServClassOk() (*string, bool) + func (o *MBSUserServicePatch) GetServNameDescs() []ServiceNameDescription + func (o *MBSUserServicePatch) GetServNameDescsOk() ([]ServiceNameDescription, bool) + func (o *MBSUserServicePatch) HasExtServiceIds() bool + func (o *MBSUserServicePatch) HasMainServLang() bool + func (o *MBSUserServicePatch) HasServAnnModes() bool + func (o *MBSUserServicePatch) HasServClass() bool + func (o *MBSUserServicePatch) HasServNameDescs() bool + func (o *MBSUserServicePatch) SetExtServiceIds(v []string) + func (o *MBSUserServicePatch) SetMainServLang(v string) + func (o *MBSUserServicePatch) SetServAnnModes(v []ServiceAnnouncementMode) + func (o *MBSUserServicePatch) SetServClass(v string) + func (o *MBSUserServicePatch) SetServNameDescs(v []ServiceNameDescription) + func (o MBSUserServicePatch) MarshalJSON() ([]byte, error) + func (o MBSUserServicePatch) ToMap() (map[string]interface{}, error) + type MBSUserServicesApiService service + func (a *MBSUserServicesApiService) CreateMBSUserService(ctx context.Context) ApiCreateMBSUserServiceRequest + func (a *MBSUserServicesApiService) CreateMBSUserServiceExecute(r ApiCreateMBSUserServiceRequest) (*MBSUserService, *http.Response, error) + func (a *MBSUserServicesApiService) RetrieveMBSUserServices(ctx context.Context) ApiRetrieveMBSUserServicesRequest + func (a *MBSUserServicesApiService) RetrieveMBSUserServicesExecute(r ApiRetrieveMBSUserServicesRequest) ([]MBSUserService, *http.Response, error) + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type MbsServiceType struct + MbsServiceTypeAnyOf *MbsServiceTypeAnyOf + String *string + func (dst *MbsServiceType) UnmarshalJSON(data []byte) error + func (src *MbsServiceType) MarshalJSON() ([]byte, error) + type MbsServiceTypeAnyOf string + const BROADCAST + const MULTICAST + func NewMbsServiceTypeAnyOfFromValue(v string) (*MbsServiceTypeAnyOf, error) + func (v *MbsServiceTypeAnyOf) UnmarshalJSON(src []byte) error + func (v MbsServiceTypeAnyOf) IsValid() bool + func (v MbsServiceTypeAnyOf) Ptr() *MbsServiceTypeAnyOf + type NullableBool struct + func NewNullableBool(val *bool) *NullableBool + func (v *NullableBool) Set(val *bool) + func (v *NullableBool) UnmarshalJSON(src []byte) error + func (v *NullableBool) Unset() + func (v NullableBool) Get() *bool + func (v NullableBool) IsSet() bool + func (v NullableBool) MarshalJSON() ([]byte, error) + type NullableFloat32 struct + func NewNullableFloat32(val *float32) *NullableFloat32 + func (v *NullableFloat32) Set(val *float32) + func (v *NullableFloat32) UnmarshalJSON(src []byte) error + func (v *NullableFloat32) Unset() + func (v NullableFloat32) Get() *float32 + func (v NullableFloat32) IsSet() bool + func (v NullableFloat32) MarshalJSON() ([]byte, error) + type NullableFloat64 struct + func NewNullableFloat64(val *float64) *NullableFloat64 + func (v *NullableFloat64) Set(val *float64) + func (v *NullableFloat64) UnmarshalJSON(src []byte) error + func (v *NullableFloat64) Unset() + func (v NullableFloat64) Get() *float64 + func (v NullableFloat64) IsSet() bool + func (v NullableFloat64) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableInvalidParam struct + func NewNullableInvalidParam(val *InvalidParam) *NullableInvalidParam + func (v *NullableInvalidParam) Set(val *InvalidParam) + func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error + func (v *NullableInvalidParam) Unset() + func (v NullableInvalidParam) Get() *InvalidParam + func (v NullableInvalidParam) IsSet() bool + func (v NullableInvalidParam) MarshalJSON() ([]byte, error) + type NullableMBSUserService struct + func NewNullableMBSUserService(val *MBSUserService) *NullableMBSUserService + func (v *NullableMBSUserService) Set(val *MBSUserService) + func (v *NullableMBSUserService) UnmarshalJSON(src []byte) error + func (v *NullableMBSUserService) Unset() + func (v NullableMBSUserService) Get() *MBSUserService + func (v NullableMBSUserService) IsSet() bool + func (v NullableMBSUserService) MarshalJSON() ([]byte, error) + type NullableMBSUserServicePatch struct + func NewNullableMBSUserServicePatch(val *MBSUserServicePatch) *NullableMBSUserServicePatch + func (v *NullableMBSUserServicePatch) Set(val *MBSUserServicePatch) + func (v *NullableMBSUserServicePatch) UnmarshalJSON(src []byte) error + func (v *NullableMBSUserServicePatch) Unset() + func (v NullableMBSUserServicePatch) Get() *MBSUserServicePatch + func (v NullableMBSUserServicePatch) IsSet() bool + func (v NullableMBSUserServicePatch) MarshalJSON() ([]byte, error) + type NullableMbsServiceType struct + func NewNullableMbsServiceType(val *MbsServiceType) *NullableMbsServiceType + func (v *NullableMbsServiceType) Set(val *MbsServiceType) + func (v *NullableMbsServiceType) UnmarshalJSON(src []byte) error + func (v *NullableMbsServiceType) Unset() + func (v NullableMbsServiceType) Get() *MbsServiceType + func (v NullableMbsServiceType) IsSet() bool + func (v NullableMbsServiceType) MarshalJSON() ([]byte, error) + type NullableMbsServiceTypeAnyOf struct + func NewNullableMbsServiceTypeAnyOf(val *MbsServiceTypeAnyOf) *NullableMbsServiceTypeAnyOf + func (v *NullableMbsServiceTypeAnyOf) Set(val *MbsServiceTypeAnyOf) + func (v *NullableMbsServiceTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableMbsServiceTypeAnyOf) Unset() + func (v NullableMbsServiceTypeAnyOf) Get() *MbsServiceTypeAnyOf + func (v NullableMbsServiceTypeAnyOf) IsSet() bool + func (v NullableMbsServiceTypeAnyOf) 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 NullableServiceAnnouncementMode struct + func NewNullableServiceAnnouncementMode(val *ServiceAnnouncementMode) *NullableServiceAnnouncementMode + func (v *NullableServiceAnnouncementMode) Set(val *ServiceAnnouncementMode) + func (v *NullableServiceAnnouncementMode) UnmarshalJSON(src []byte) error + func (v *NullableServiceAnnouncementMode) Unset() + func (v NullableServiceAnnouncementMode) Get() *ServiceAnnouncementMode + func (v NullableServiceAnnouncementMode) IsSet() bool + func (v NullableServiceAnnouncementMode) MarshalJSON() ([]byte, error) + type NullableServiceAnnouncementModeAnyOf struct + func NewNullableServiceAnnouncementModeAnyOf(val *ServiceAnnouncementModeAnyOf) *NullableServiceAnnouncementModeAnyOf + func (v *NullableServiceAnnouncementModeAnyOf) Set(val *ServiceAnnouncementModeAnyOf) + func (v *NullableServiceAnnouncementModeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableServiceAnnouncementModeAnyOf) Unset() + func (v NullableServiceAnnouncementModeAnyOf) Get() *ServiceAnnouncementModeAnyOf + func (v NullableServiceAnnouncementModeAnyOf) IsSet() bool + func (v NullableServiceAnnouncementModeAnyOf) 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 NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type NullableTime struct + func NewNullableTime(val *time.Time) *NullableTime + func (v *NullableTime) Set(val *time.Time) + func (v *NullableTime) UnmarshalJSON(src []byte) error + func (v *NullableTime) Unset() + func (v NullableTime) Get() *time.Time + func (v NullableTime) IsSet() bool + func (v NullableTime) MarshalJSON() ([]byte, error) + type ProblemDetails struct + Cause *string + Detail *string + Instance *string + InvalidParams []InvalidParam + Status *int32 + SupportedFeatures *string + Title *string + Type *string + func NewProblemDetails() *ProblemDetails + func NewProblemDetailsWithDefaults() *ProblemDetails + func (o *ProblemDetails) GetCause() string + func (o *ProblemDetails) GetCauseOk() (*string, bool) + func (o *ProblemDetails) GetDetail() string + func (o *ProblemDetails) GetDetailOk() (*string, bool) + func (o *ProblemDetails) GetInstance() string + func (o *ProblemDetails) GetInstanceOk() (*string, bool) + func (o *ProblemDetails) GetInvalidParams() []InvalidParam + func (o *ProblemDetails) GetInvalidParamsOk() ([]InvalidParam, bool) + func (o *ProblemDetails) GetStatus() int32 + func (o *ProblemDetails) GetStatusOk() (*int32, bool) + func (o *ProblemDetails) GetSupportedFeatures() string + func (o *ProblemDetails) GetSupportedFeaturesOk() (*string, bool) + func (o *ProblemDetails) GetTitle() string + func (o *ProblemDetails) GetTitleOk() (*string, bool) + func (o *ProblemDetails) GetType() string + func (o *ProblemDetails) GetTypeOk() (*string, bool) + func (o *ProblemDetails) HasCause() bool + func (o *ProblemDetails) HasDetail() bool + func (o *ProblemDetails) HasInstance() bool + func (o *ProblemDetails) HasInvalidParams() bool + func (o *ProblemDetails) HasStatus() bool + func (o *ProblemDetails) HasSupportedFeatures() bool + func (o *ProblemDetails) HasTitle() bool + func (o *ProblemDetails) HasType() bool + func (o *ProblemDetails) SetCause(v string) + func (o *ProblemDetails) SetDetail(v string) + func (o *ProblemDetails) SetInstance(v string) + func (o *ProblemDetails) SetInvalidParams(v []InvalidParam) + func (o *ProblemDetails) SetStatus(v int32) + func (o *ProblemDetails) SetSupportedFeatures(v string) + func (o *ProblemDetails) SetTitle(v string) + func (o *ProblemDetails) SetType(v string) + func (o ProblemDetails) MarshalJSON() ([]byte, error) + func (o ProblemDetails) ToMap() (map[string]interface{}, error) + type 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 ServiceAnnouncementMode struct + ServiceAnnouncementModeAnyOf *ServiceAnnouncementModeAnyOf + String *string + func (dst *ServiceAnnouncementMode) UnmarshalJSON(data []byte) error + func (src *ServiceAnnouncementMode) MarshalJSON() ([]byte, error) + type ServiceAnnouncementModeAnyOf string + const PASSED_BACK + const VIA_MBS_5 + const VIA_MBS_DISTRIBUTION_SESSION + func NewServiceAnnouncementModeAnyOfFromValue(v string) (*ServiceAnnouncementModeAnyOf, error) + func (v *ServiceAnnouncementModeAnyOf) UnmarshalJSON(src []byte) error + func (v ServiceAnnouncementModeAnyOf) IsValid() bool + func (v ServiceAnnouncementModeAnyOf) Ptr() *ServiceAnnouncementModeAnyOf + type ServiceNameDescription struct + Interface *interface{} + func (dst *ServiceNameDescription) UnmarshalJSON(data []byte) error + func (src *ServiceNameDescription) MarshalJSON() ([]byte, error)