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 AllowedApplyActionAnyOfEnumValues = []ApplyActionAnyOf + var AllowedMatchingOperatorAnyOfEnumValues = []MatchingOperatorAnyOf + var AllowedNFTypeAnyOfEnumValues = []NFTypeAnyOf + var AllowedPatchOperationAnyOfEnumValues = []PatchOperationAnyOf + 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 + DNSContextsCollectionApi *DNSContextsCollectionApiService + IndividualDNSContextApi *IndividualDNSContextApiService + 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 Action struct + ApplyAction ApplyAction + FwdParas *ForwardingParameters + ReportingOnceInd *bool + ResetReportingOnceInd *bool + func NewAction(applyAction ApplyAction) *Action + func NewActionWithDefaults() *Action + func (o *Action) GetApplyAction() ApplyAction + func (o *Action) GetApplyActionOk() (*ApplyAction, bool) + func (o *Action) GetFwdParas() ForwardingParameters + func (o *Action) GetFwdParasOk() (*ForwardingParameters, bool) + func (o *Action) GetReportingOnceInd() bool + func (o *Action) GetReportingOnceIndOk() (*bool, bool) + func (o *Action) GetResetReportingOnceInd() bool + func (o *Action) GetResetReportingOnceIndOk() (*bool, bool) + func (o *Action) HasFwdParas() bool + func (o *Action) HasReportingOnceInd() bool + func (o *Action) HasResetReportingOnceInd() bool + func (o *Action) SetApplyAction(v ApplyAction) + func (o *Action) SetFwdParas(v ForwardingParameters) + func (o *Action) SetReportingOnceInd(v bool) + func (o *Action) SetResetReportingOnceInd(v bool) + func (o Action) MarshalJSON() ([]byte, error) + func (o Action) ToMap() (map[string]interface{}, error) + type ApiCreateDnsContextRequest struct + ApiService *DNSContextsCollectionApiService + func (r ApiCreateDnsContextRequest) DnsContextCreateData(dnsContextCreateData DnsContextCreateData) ApiCreateDnsContextRequest + func (r ApiCreateDnsContextRequest) Execute() (*DnsContextCreatedData, *http.Response, error) + type ApiDeleteDnsContextRequest struct + ApiService *IndividualDNSContextApiService + func (r ApiDeleteDnsContextRequest) Execute() (*http.Response, error) + type ApiReplaceDnsContextRequest struct + ApiService *IndividualDNSContextApiService + func (r ApiReplaceDnsContextRequest) ContentEncoding(contentEncoding string) ApiReplaceDnsContextRequest + func (r ApiReplaceDnsContextRequest) DnsContextCreateData(dnsContextCreateData DnsContextCreateData) ApiReplaceDnsContextRequest + func (r ApiReplaceDnsContextRequest) Execute() (*http.Response, error) + type ApiUpdateDnsContextRequest struct + ApiService *IndividualDNSContextApiService + func (r ApiUpdateDnsContextRequest) ContentEncoding(contentEncoding string) ApiUpdateDnsContextRequest + func (r ApiUpdateDnsContextRequest) Execute() (*PatchResult, *http.Response, error) + func (r ApiUpdateDnsContextRequest) PatchItem(patchItem []PatchItem) ApiUpdateDnsContextRequest + type ApplyAction struct + ApplyActionAnyOf *ApplyActionAnyOf + String *string + func (dst *ApplyAction) UnmarshalJSON(data []byte) error + func (src *ApplyAction) MarshalJSON() ([]byte, error) + type ApplyActionAnyOf string + const BUFFER + const DISCARD + const FORWARD + const REPORT + func NewApplyActionAnyOfFromValue(v string) (*ApplyActionAnyOf, error) + func (v *ApplyActionAnyOf) UnmarshalJSON(src []byte) error + func (v ApplyActionAnyOf) IsValid() bool + func (v ApplyActionAnyOf) Ptr() *ApplyActionAnyOf + type BaselineDnsAitId struct + AitId string + BaseDnsPatternUri []string + func NewBaselineDnsAitId(baseDnsPatternUri []string, aitId string) *BaselineDnsAitId + func NewBaselineDnsAitIdWithDefaults() *BaselineDnsAitId + func (o *BaselineDnsAitId) GetAitId() string + func (o *BaselineDnsAitId) GetAitIdOk() (*string, bool) + func (o *BaselineDnsAitId) GetBaseDnsPatternUri() []string + func (o *BaselineDnsAitId) GetBaseDnsPatternUriOk() ([]string, bool) + func (o *BaselineDnsAitId) SetAitId(v string) + func (o *BaselineDnsAitId) SetBaseDnsPatternUri(v []string) + func (o BaselineDnsAitId) MarshalJSON() ([]byte, error) + func (o BaselineDnsAitId) ToMap() (map[string]interface{}, error) + type BaselineDnsMdtId struct + BaseDnsPatternUri []string + MdtId string + func NewBaselineDnsMdtId(baseDnsPatternUri []string, mdtId string) *BaselineDnsMdtId + func NewBaselineDnsMdtIdWithDefaults() *BaselineDnsMdtId + func (o *BaselineDnsMdtId) GetBaseDnsPatternUri() []string + func (o *BaselineDnsMdtId) GetBaseDnsPatternUriOk() ([]string, bool) + func (o *BaselineDnsMdtId) GetMdtId() string + func (o *BaselineDnsMdtId) GetMdtIdOk() (*string, bool) + func (o *BaselineDnsMdtId) SetBaseDnsPatternUri(v []string) + func (o *BaselineDnsMdtId) SetMdtId(v string) + func (o BaselineDnsMdtId) MarshalJSON() ([]byte, error) + func (o BaselineDnsMdtId) ToMap() (map[string]interface{}, error) + type BaselineDnsQueryMdtInfo struct + BaseDnsMdtList []BaselineDnsMdtId + SourceIpv4Addr *string + SourceIpv6Prefix *Ipv6Prefix + func NewBaselineDnsQueryMdtInfo(baseDnsMdtList []BaselineDnsMdtId) *BaselineDnsQueryMdtInfo + func NewBaselineDnsQueryMdtInfoWithDefaults() *BaselineDnsQueryMdtInfo + func (o *BaselineDnsQueryMdtInfo) GetBaseDnsMdtList() []BaselineDnsMdtId + func (o *BaselineDnsQueryMdtInfo) GetBaseDnsMdtListOk() ([]BaselineDnsMdtId, bool) + func (o *BaselineDnsQueryMdtInfo) GetSourceIpv4Addr() string + func (o *BaselineDnsQueryMdtInfo) GetSourceIpv4AddrOk() (*string, bool) + func (o *BaselineDnsQueryMdtInfo) GetSourceIpv6Prefix() Ipv6Prefix + func (o *BaselineDnsQueryMdtInfo) GetSourceIpv6PrefixOk() (*Ipv6Prefix, bool) + func (o *BaselineDnsQueryMdtInfo) HasSourceIpv4Addr() bool + func (o *BaselineDnsQueryMdtInfo) HasSourceIpv6Prefix() bool + func (o *BaselineDnsQueryMdtInfo) SetBaseDnsMdtList(v []BaselineDnsMdtId) + func (o *BaselineDnsQueryMdtInfo) SetSourceIpv4Addr(v string) + func (o *BaselineDnsQueryMdtInfo) SetSourceIpv6Prefix(v Ipv6Prefix) + func (o BaselineDnsQueryMdtInfo) MarshalJSON() ([]byte, error) + func (o BaselineDnsQueryMdtInfo) ToMap() (map[string]interface{}, error) + type BaselineDnsRspMdtInfo struct + BaseDnsMdtList []BaselineDnsMdtId + func NewBaselineDnsRspMdtInfo(baseDnsMdtList []BaselineDnsMdtId) *BaselineDnsRspMdtInfo + func NewBaselineDnsRspMdtInfoWithDefaults() *BaselineDnsRspMdtInfo + func (o *BaselineDnsRspMdtInfo) GetBaseDnsMdtList() []BaselineDnsMdtId + func (o *BaselineDnsRspMdtInfo) GetBaseDnsMdtListOk() ([]BaselineDnsMdtId, bool) + func (o *BaselineDnsRspMdtInfo) SetBaseDnsMdtList(v []BaselineDnsMdtId) + func (o BaselineDnsRspMdtInfo) MarshalJSON() ([]byte, error) + func (o BaselineDnsRspMdtInfo) 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 DNSContextsCollectionApiService service + func (a *DNSContextsCollectionApiService) CreateDnsContext(ctx context.Context) ApiCreateDnsContextRequest + func (a *DNSContextsCollectionApiService) CreateDnsContextExecute(r ApiCreateDnsContextRequest) (*DnsContextCreatedData, *http.Response, error) + type DnsContextCreateData struct + Interface *interface{} + func (dst *DnsContextCreateData) UnmarshalJSON(data []byte) error + func (src *DnsContextCreateData) MarshalJSON() ([]byte, error) + type DnsContextCreatedData struct + Interface *interface{} + func (dst *DnsContextCreatedData) UnmarshalJSON(data []byte) error + func (src *DnsContextCreatedData) MarshalJSON() ([]byte, error) + type DnsContextEventReport struct + DnsMsgId *string + DnsQueryReport *DnsQueryReport + DnsRspReport *DnsRspReport + DnsRuleId *int32 + Timestamp *time.Time + func NewDnsContextEventReport() *DnsContextEventReport + func NewDnsContextEventReportWithDefaults() *DnsContextEventReport + func (o *DnsContextEventReport) GetDnsMsgId() string + func (o *DnsContextEventReport) GetDnsMsgIdOk() (*string, bool) + func (o *DnsContextEventReport) GetDnsQueryReport() DnsQueryReport + func (o *DnsContextEventReport) GetDnsQueryReportOk() (*DnsQueryReport, bool) + func (o *DnsContextEventReport) GetDnsRspReport() DnsRspReport + func (o *DnsContextEventReport) GetDnsRspReportOk() (*DnsRspReport, bool) + func (o *DnsContextEventReport) GetDnsRuleId() int32 + func (o *DnsContextEventReport) GetDnsRuleIdOk() (*int32, bool) + func (o *DnsContextEventReport) GetTimestamp() time.Time + func (o *DnsContextEventReport) GetTimestampOk() (*time.Time, bool) + func (o *DnsContextEventReport) HasDnsMsgId() bool + func (o *DnsContextEventReport) HasDnsQueryReport() bool + func (o *DnsContextEventReport) HasDnsRspReport() bool + func (o *DnsContextEventReport) HasDnsRuleId() bool + func (o *DnsContextEventReport) HasTimestamp() bool + func (o *DnsContextEventReport) SetDnsMsgId(v string) + func (o *DnsContextEventReport) SetDnsQueryReport(v DnsQueryReport) + func (o *DnsContextEventReport) SetDnsRspReport(v DnsRspReport) + func (o *DnsContextEventReport) SetDnsRuleId(v int32) + func (o *DnsContextEventReport) SetTimestamp(v time.Time) + func (o DnsContextEventReport) MarshalJSON() ([]byte, error) + func (o DnsContextEventReport) ToMap() (map[string]interface{}, error) + type DnsContextNotification struct + EventreportList []DnsContextEventReport + func NewDnsContextNotification() *DnsContextNotification + func NewDnsContextNotificationWithDefaults() *DnsContextNotification + func (o *DnsContextNotification) GetEventreportList() []DnsContextEventReport + func (o *DnsContextNotification) GetEventreportListOk() ([]DnsContextEventReport, bool) + func (o *DnsContextNotification) HasEventreportList() bool + func (o *DnsContextNotification) SetEventreportList(v []DnsContextEventReport) + func (o DnsContextNotification) MarshalJSON() ([]byte, error) + func (o DnsContextNotification) ToMap() (map[string]interface{}, error) + type DnsQueryMdt struct + FqdnPatternList []FqdnPatternMatchingRule + Label *string + MdtId string + SourceIpv4Addr *string + SourceIpv6Prefix *Ipv6Prefix + func NewDnsQueryMdt(mdtId string) *DnsQueryMdt + func NewDnsQueryMdtWithDefaults() *DnsQueryMdt + func (o *DnsQueryMdt) GetFqdnPatternList() []FqdnPatternMatchingRule + func (o *DnsQueryMdt) GetFqdnPatternListOk() ([]FqdnPatternMatchingRule, bool) + func (o *DnsQueryMdt) GetLabel() string + func (o *DnsQueryMdt) GetLabelOk() (*string, bool) + func (o *DnsQueryMdt) GetMdtId() string + func (o *DnsQueryMdt) GetMdtIdOk() (*string, bool) + func (o *DnsQueryMdt) GetSourceIpv4Addr() string + func (o *DnsQueryMdt) GetSourceIpv4AddrOk() (*string, bool) + func (o *DnsQueryMdt) GetSourceIpv6Prefix() Ipv6Prefix + func (o *DnsQueryMdt) GetSourceIpv6PrefixOk() (*Ipv6Prefix, bool) + func (o *DnsQueryMdt) HasFqdnPatternList() bool + func (o *DnsQueryMdt) HasLabel() bool + func (o *DnsQueryMdt) HasSourceIpv4Addr() bool + func (o *DnsQueryMdt) HasSourceIpv6Prefix() bool + func (o *DnsQueryMdt) SetFqdnPatternList(v []FqdnPatternMatchingRule) + func (o *DnsQueryMdt) SetLabel(v string) + func (o *DnsQueryMdt) SetMdtId(v string) + func (o *DnsQueryMdt) SetSourceIpv4Addr(v string) + func (o *DnsQueryMdt) SetSourceIpv6Prefix(v Ipv6Prefix) + func (o DnsQueryMdt) MarshalJSON() ([]byte, error) + func (o DnsQueryMdt) ToMap() (map[string]interface{}, error) + type DnsQueryReport struct + Fqdn *string + func NewDnsQueryReport() *DnsQueryReport + func NewDnsQueryReportWithDefaults() *DnsQueryReport + func (o *DnsQueryReport) GetFqdn() string + func (o *DnsQueryReport) GetFqdnOk() (*string, bool) + func (o *DnsQueryReport) HasFqdn() bool + func (o *DnsQueryReport) SetFqdn(v string) + func (o DnsQueryReport) MarshalJSON() ([]byte, error) + func (o DnsQueryReport) ToMap() (map[string]interface{}, error) + type DnsRspMdt struct + EasIpv4AddrRanges []Ipv4AddressRange + EasIpv6PrefixRanges []Ipv6PrefixRange + FqdnPatternList []FqdnPatternMatchingRule + Label *string + MdtId string + func NewDnsRspMdt(mdtId string) *DnsRspMdt + func NewDnsRspMdtWithDefaults() *DnsRspMdt + func (o *DnsRspMdt) GetEasIpv4AddrRanges() []Ipv4AddressRange + func (o *DnsRspMdt) GetEasIpv4AddrRangesOk() ([]Ipv4AddressRange, bool) + func (o *DnsRspMdt) GetEasIpv6PrefixRanges() []Ipv6PrefixRange + func (o *DnsRspMdt) GetEasIpv6PrefixRangesOk() ([]Ipv6PrefixRange, bool) + func (o *DnsRspMdt) GetFqdnPatternList() []FqdnPatternMatchingRule + func (o *DnsRspMdt) GetFqdnPatternListOk() ([]FqdnPatternMatchingRule, bool) + func (o *DnsRspMdt) GetLabel() string + func (o *DnsRspMdt) GetLabelOk() (*string, bool) + func (o *DnsRspMdt) GetMdtId() string + func (o *DnsRspMdt) GetMdtIdOk() (*string, bool) + func (o *DnsRspMdt) HasEasIpv4AddrRanges() bool + func (o *DnsRspMdt) HasEasIpv6PrefixRanges() bool + func (o *DnsRspMdt) HasFqdnPatternList() bool + func (o *DnsRspMdt) HasLabel() bool + func (o *DnsRspMdt) SetEasIpv4AddrRanges(v []Ipv4AddressRange) + func (o *DnsRspMdt) SetEasIpv6PrefixRanges(v []Ipv6PrefixRange) + func (o *DnsRspMdt) SetFqdnPatternList(v []FqdnPatternMatchingRule) + func (o *DnsRspMdt) SetLabel(v string) + func (o *DnsRspMdt) SetMdtId(v string) + func (o DnsRspMdt) MarshalJSON() ([]byte, error) + func (o DnsRspMdt) ToMap() (map[string]interface{}, error) + type DnsRspReport struct + EasIpv4Addresses []string + EasIpv6Addresses []Ipv6Addr + EcsOption *EcsOption + Fqdn *string + func NewDnsRspReport() *DnsRspReport + func NewDnsRspReportWithDefaults() *DnsRspReport + func (o *DnsRspReport) GetEasIpv4Addresses() []string + func (o *DnsRspReport) GetEasIpv4AddressesOk() ([]string, bool) + func (o *DnsRspReport) GetEasIpv6Addresses() []Ipv6Addr + func (o *DnsRspReport) GetEasIpv6AddressesOk() ([]Ipv6Addr, bool) + func (o *DnsRspReport) GetEcsOption() EcsOption + func (o *DnsRspReport) GetEcsOptionOk() (*EcsOption, bool) + func (o *DnsRspReport) GetFqdn() string + func (o *DnsRspReport) GetFqdnOk() (*string, bool) + func (o *DnsRspReport) HasEasIpv4Addresses() bool + func (o *DnsRspReport) HasEasIpv6Addresses() bool + func (o *DnsRspReport) HasEcsOption() bool + func (o *DnsRspReport) HasFqdn() bool + func (o *DnsRspReport) SetEasIpv4Addresses(v []string) + func (o *DnsRspReport) SetEasIpv6Addresses(v []Ipv6Addr) + func (o *DnsRspReport) SetEcsOption(v EcsOption) + func (o *DnsRspReport) SetFqdn(v string) + func (o DnsRspReport) MarshalJSON() ([]byte, error) + func (o DnsRspReport) ToMap() (map[string]interface{}, error) + type DnsRule struct + ActionList map[string]Action + BaseDnsQueryMdtList []BaselineDnsQueryMdtInfo + BaseDnsRspMdtList []BaselineDnsRspMdtInfo + DnsMsgId *string + DnsQueryMdtList *map[string]DnsQueryMdt + DnsRspMdtList *map[string]DnsRspMdt + DnsRuleId *string + Label *string + Precedence *int32 + func NewDnsRule(actionList map[string]Action) *DnsRule + func NewDnsRuleWithDefaults() *DnsRule + func (o *DnsRule) GetActionList() map[string]Action + func (o *DnsRule) GetActionListOk() (*map[string]Action, bool) + func (o *DnsRule) GetBaseDnsQueryMdtList() []BaselineDnsQueryMdtInfo + func (o *DnsRule) GetBaseDnsQueryMdtListOk() ([]BaselineDnsQueryMdtInfo, bool) + func (o *DnsRule) GetBaseDnsRspMdtList() []BaselineDnsRspMdtInfo + func (o *DnsRule) GetBaseDnsRspMdtListOk() ([]BaselineDnsRspMdtInfo, bool) + func (o *DnsRule) GetDnsMsgId() string + func (o *DnsRule) GetDnsMsgIdOk() (*string, bool) + func (o *DnsRule) GetDnsQueryMdtList() map[string]DnsQueryMdt + func (o *DnsRule) GetDnsQueryMdtListOk() (*map[string]DnsQueryMdt, bool) + func (o *DnsRule) GetDnsRspMdtList() map[string]DnsRspMdt + func (o *DnsRule) GetDnsRspMdtListOk() (*map[string]DnsRspMdt, bool) + func (o *DnsRule) GetDnsRuleId() string + func (o *DnsRule) GetDnsRuleIdOk() (*string, bool) + func (o *DnsRule) GetLabel() string + func (o *DnsRule) GetLabelOk() (*string, bool) + func (o *DnsRule) GetPrecedence() int32 + func (o *DnsRule) GetPrecedenceOk() (*int32, bool) + func (o *DnsRule) HasBaseDnsQueryMdtList() bool + func (o *DnsRule) HasBaseDnsRspMdtList() bool + func (o *DnsRule) HasDnsMsgId() bool + func (o *DnsRule) HasDnsQueryMdtList() bool + func (o *DnsRule) HasDnsRspMdtList() bool + func (o *DnsRule) HasDnsRuleId() bool + func (o *DnsRule) HasLabel() bool + func (o *DnsRule) HasPrecedence() bool + func (o *DnsRule) SetActionList(v map[string]Action) + func (o *DnsRule) SetBaseDnsQueryMdtList(v []BaselineDnsQueryMdtInfo) + func (o *DnsRule) SetBaseDnsRspMdtList(v []BaselineDnsRspMdtInfo) + func (o *DnsRule) SetDnsMsgId(v string) + func (o *DnsRule) SetDnsQueryMdtList(v map[string]DnsQueryMdt) + func (o *DnsRule) SetDnsRspMdtList(v map[string]DnsRspMdt) + func (o *DnsRule) SetDnsRuleId(v string) + func (o *DnsRule) SetLabel(v string) + func (o *DnsRule) SetPrecedence(v int32) + func (o DnsRule) MarshalJSON() ([]byte, error) + func (o DnsRule) ToMap() (map[string]interface{}, error) + type DnsServerAddressInfo struct + Interface *interface{} + func (dst *DnsServerAddressInfo) UnmarshalJSON(data []byte) error + func (src *DnsServerAddressInfo) MarshalJSON() ([]byte, error) + type EcsOption struct + IpAddr IpAddr + ScopePrefixLength *int32 + SourcePrefixLength int32 + func NewEcsOption(sourcePrefixLength int32, ipAddr IpAddr) *EcsOption + func NewEcsOptionWithDefaults() *EcsOption + func (o *EcsOption) GetIpAddr() IpAddr + func (o *EcsOption) GetIpAddrOk() (*IpAddr, bool) + func (o *EcsOption) GetScopePrefixLength() int32 + func (o *EcsOption) GetScopePrefixLengthOk() (*int32, bool) + func (o *EcsOption) GetSourcePrefixLength() int32 + func (o *EcsOption) GetSourcePrefixLengthOk() (*int32, bool) + func (o *EcsOption) HasScopePrefixLength() bool + func (o *EcsOption) SetIpAddr(v IpAddr) + func (o *EcsOption) SetScopePrefixLength(v int32) + func (o *EcsOption) SetSourcePrefixLength(v int32) + func (o EcsOption) MarshalJSON() ([]byte, error) + func (o EcsOption) ToMap() (map[string]interface{}, error) + type EcsOptionInfo struct + Interface *interface{} + func (dst *EcsOptionInfo) UnmarshalJSON(data []byte) error + func (src *EcsOptionInfo) MarshalJSON() ([]byte, error) + type ForwardingParameters struct + DnsServerAddressInfo *DnsServerAddressInfo + EcsOptionInfo *EcsOptionInfo + func NewForwardingParameters() *ForwardingParameters + func NewForwardingParametersWithDefaults() *ForwardingParameters + func (o *ForwardingParameters) GetDnsServerAddressInfo() DnsServerAddressInfo + func (o *ForwardingParameters) GetDnsServerAddressInfoOk() (*DnsServerAddressInfo, bool) + func (o *ForwardingParameters) GetEcsOptionInfo() EcsOptionInfo + func (o *ForwardingParameters) GetEcsOptionInfoOk() (*EcsOptionInfo, bool) + func (o *ForwardingParameters) HasDnsServerAddressInfo() bool + func (o *ForwardingParameters) HasEcsOptionInfo() bool + func (o *ForwardingParameters) SetDnsServerAddressInfo(v DnsServerAddressInfo) + func (o *ForwardingParameters) SetEcsOptionInfo(v EcsOptionInfo) + func (o ForwardingParameters) MarshalJSON() ([]byte, error) + func (o ForwardingParameters) ToMap() (map[string]interface{}, error) + type FqdnPatternMatchingRule struct + Interface *interface{} + func InterfaceAsFqdnPatternMatchingRule(v *interface{}) FqdnPatternMatchingRule + func (dst *FqdnPatternMatchingRule) UnmarshalJSON(data []byte) error + func (obj *FqdnPatternMatchingRule) GetActualInstance() interface{} + func (src FqdnPatternMatchingRule) MarshalJSON() ([]byte, error) + type GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type IndividualDNSContextApiService service + func (a *IndividualDNSContextApiService) DeleteDnsContext(ctx context.Context, dnsContextId string) ApiDeleteDnsContextRequest + func (a *IndividualDNSContextApiService) DeleteDnsContextExecute(r ApiDeleteDnsContextRequest) (*http.Response, error) + func (a *IndividualDNSContextApiService) ReplaceDnsContext(ctx context.Context, dnsContextId string) ApiReplaceDnsContextRequest + func (a *IndividualDNSContextApiService) ReplaceDnsContextExecute(r ApiReplaceDnsContextRequest) (*http.Response, error) + func (a *IndividualDNSContextApiService) UpdateDnsContext(ctx context.Context, dnsContextId string) ApiUpdateDnsContextRequest + func (a *IndividualDNSContextApiService) UpdateDnsContextExecute(r ApiUpdateDnsContextRequest) (*PatchResult, *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 Ipv4AddressRange struct + End string + Start string + func NewIpv4AddressRange(start string, end string) *Ipv4AddressRange + func NewIpv4AddressRangeWithDefaults() *Ipv4AddressRange + func (o *Ipv4AddressRange) GetEnd() string + func (o *Ipv4AddressRange) GetEndOk() (*string, bool) + func (o *Ipv4AddressRange) GetStart() string + func (o *Ipv4AddressRange) GetStartOk() (*string, bool) + func (o *Ipv4AddressRange) SetEnd(v string) + func (o *Ipv4AddressRange) SetStart(v string) + func (o Ipv4AddressRange) MarshalJSON() ([]byte, error) + func (o Ipv4AddressRange) ToMap() (map[string]interface{}, 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 Ipv6PrefixRange struct + End Ipv6Prefix + Start Ipv6Prefix + func NewIpv6PrefixRange(start Ipv6Prefix, end Ipv6Prefix) *Ipv6PrefixRange + func NewIpv6PrefixRangeWithDefaults() *Ipv6PrefixRange + func (o *Ipv6PrefixRange) GetEnd() Ipv6Prefix + func (o *Ipv6PrefixRange) GetEndOk() (*Ipv6Prefix, bool) + func (o *Ipv6PrefixRange) GetStart() Ipv6Prefix + func (o *Ipv6PrefixRange) GetStartOk() (*Ipv6Prefix, bool) + func (o *Ipv6PrefixRange) SetEnd(v Ipv6Prefix) + func (o *Ipv6PrefixRange) SetStart(v Ipv6Prefix) + func (o Ipv6PrefixRange) MarshalJSON() ([]byte, error) + func (o Ipv6PrefixRange) ToMap() (map[string]interface{}, error) + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type MatchingOperator struct + MatchingOperatorAnyOf *MatchingOperatorAnyOf + String *string + func (dst *MatchingOperator) UnmarshalJSON(data []byte) error + func (src *MatchingOperator) MarshalJSON() ([]byte, error) + type MatchingOperatorAnyOf string + const CONTAINS + const ENDS_WITH + const FULL_MATCH + const MATCH_ALL + const NOT_CONTAIN + const NOT_END_WITH + const NOT_START_WITH + const STARTS_WITH + func NewMatchingOperatorAnyOfFromValue(v string) (*MatchingOperatorAnyOf, error) + func (v *MatchingOperatorAnyOf) UnmarshalJSON(src []byte) error + func (v MatchingOperatorAnyOf) IsValid() bool + func (v MatchingOperatorAnyOf) Ptr() *MatchingOperatorAnyOf + type NFType struct + NFTypeAnyOf *NFTypeAnyOf + String *string + func (dst *NFType) UnmarshalJSON(data []byte) error + func (src *NFType) MarshalJSON() ([]byte, error) + type NFTypeAnyOf string + const AANF + const ADRF + const AF + const AMF + const AUSF + const BSF + const CBCF + const CEF + const CHF + const DCCF + const DRA + const EASDF + const GBA_BSF + const GMLC + const HSS + const ICSCF + const IMS_AS + const LMF + const MBSF + const MBSTF + const MB_SMF + const MB_UPF + const MFAF + const MME + const MNPF + const N3_IWF + const NEF + const NRF + const NSACF + const NSSAAF + const NSSF + const NSWOF + const NWDAF + const PANF + const PCF + const PCSCF + const PKMF + const SCEF + const SCP + const SCSAS + const SCSCF + const SEPP + const SMF + const SMSF + const SMS_GMSC + const SMS_IWMSC + const SOR_AF + const SPAF + const TSCTSF + const UCMF + const UDM + const UDR + const UDSF + const UPF + func NewNFTypeAnyOfFromValue(v string) (*NFTypeAnyOf, error) + func (v *NFTypeAnyOf) UnmarshalJSON(src []byte) error + func (v NFTypeAnyOf) IsValid() bool + func (v NFTypeAnyOf) Ptr() *NFTypeAnyOf + type NullableAccessTokenErr struct + func NewNullableAccessTokenErr(val *AccessTokenErr) *NullableAccessTokenErr + func (v *NullableAccessTokenErr) Set(val *AccessTokenErr) + func (v *NullableAccessTokenErr) UnmarshalJSON(src []byte) error + func (v *NullableAccessTokenErr) Unset() + func (v NullableAccessTokenErr) Get() *AccessTokenErr + func (v NullableAccessTokenErr) IsSet() bool + func (v NullableAccessTokenErr) MarshalJSON() ([]byte, error) + type NullableAccessTokenReq struct + func NewNullableAccessTokenReq(val *AccessTokenReq) *NullableAccessTokenReq + func (v *NullableAccessTokenReq) Set(val *AccessTokenReq) + func (v *NullableAccessTokenReq) UnmarshalJSON(src []byte) error + func (v *NullableAccessTokenReq) Unset() + func (v NullableAccessTokenReq) Get() *AccessTokenReq + func (v NullableAccessTokenReq) IsSet() bool + func (v NullableAccessTokenReq) MarshalJSON() ([]byte, error) + type NullableAction struct + func NewNullableAction(val *Action) *NullableAction + func (v *NullableAction) Set(val *Action) + func (v *NullableAction) UnmarshalJSON(src []byte) error + func (v *NullableAction) Unset() + func (v NullableAction) Get() *Action + func (v NullableAction) IsSet() bool + func (v NullableAction) MarshalJSON() ([]byte, error) + type NullableApplyAction struct + func NewNullableApplyAction(val *ApplyAction) *NullableApplyAction + func (v *NullableApplyAction) Set(val *ApplyAction) + func (v *NullableApplyAction) UnmarshalJSON(src []byte) error + func (v *NullableApplyAction) Unset() + func (v NullableApplyAction) Get() *ApplyAction + func (v NullableApplyAction) IsSet() bool + func (v NullableApplyAction) MarshalJSON() ([]byte, error) + type NullableApplyActionAnyOf struct + func NewNullableApplyActionAnyOf(val *ApplyActionAnyOf) *NullableApplyActionAnyOf + func (v *NullableApplyActionAnyOf) Set(val *ApplyActionAnyOf) + func (v *NullableApplyActionAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableApplyActionAnyOf) Unset() + func (v NullableApplyActionAnyOf) Get() *ApplyActionAnyOf + func (v NullableApplyActionAnyOf) IsSet() bool + func (v NullableApplyActionAnyOf) MarshalJSON() ([]byte, error) + type NullableBaselineDnsAitId struct + func NewNullableBaselineDnsAitId(val *BaselineDnsAitId) *NullableBaselineDnsAitId + func (v *NullableBaselineDnsAitId) Set(val *BaselineDnsAitId) + func (v *NullableBaselineDnsAitId) UnmarshalJSON(src []byte) error + func (v *NullableBaselineDnsAitId) Unset() + func (v NullableBaselineDnsAitId) Get() *BaselineDnsAitId + func (v NullableBaselineDnsAitId) IsSet() bool + func (v NullableBaselineDnsAitId) MarshalJSON() ([]byte, error) + type NullableBaselineDnsMdtId struct + func NewNullableBaselineDnsMdtId(val *BaselineDnsMdtId) *NullableBaselineDnsMdtId + func (v *NullableBaselineDnsMdtId) Set(val *BaselineDnsMdtId) + func (v *NullableBaselineDnsMdtId) UnmarshalJSON(src []byte) error + func (v *NullableBaselineDnsMdtId) Unset() + func (v NullableBaselineDnsMdtId) Get() *BaselineDnsMdtId + func (v NullableBaselineDnsMdtId) IsSet() bool + func (v NullableBaselineDnsMdtId) MarshalJSON() ([]byte, error) + type NullableBaselineDnsQueryMdtInfo struct + func NewNullableBaselineDnsQueryMdtInfo(val *BaselineDnsQueryMdtInfo) *NullableBaselineDnsQueryMdtInfo + func (v *NullableBaselineDnsQueryMdtInfo) Set(val *BaselineDnsQueryMdtInfo) + func (v *NullableBaselineDnsQueryMdtInfo) UnmarshalJSON(src []byte) error + func (v *NullableBaselineDnsQueryMdtInfo) Unset() + func (v NullableBaselineDnsQueryMdtInfo) Get() *BaselineDnsQueryMdtInfo + func (v NullableBaselineDnsQueryMdtInfo) IsSet() bool + func (v NullableBaselineDnsQueryMdtInfo) MarshalJSON() ([]byte, error) + type NullableBaselineDnsRspMdtInfo struct + func NewNullableBaselineDnsRspMdtInfo(val *BaselineDnsRspMdtInfo) *NullableBaselineDnsRspMdtInfo + func (v *NullableBaselineDnsRspMdtInfo) Set(val *BaselineDnsRspMdtInfo) + func (v *NullableBaselineDnsRspMdtInfo) UnmarshalJSON(src []byte) error + func (v *NullableBaselineDnsRspMdtInfo) Unset() + func (v NullableBaselineDnsRspMdtInfo) Get() *BaselineDnsRspMdtInfo + func (v NullableBaselineDnsRspMdtInfo) IsSet() bool + func (v NullableBaselineDnsRspMdtInfo) 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 NullableDnsContextCreateData struct + func NewNullableDnsContextCreateData(val *DnsContextCreateData) *NullableDnsContextCreateData + func (v *NullableDnsContextCreateData) Set(val *DnsContextCreateData) + func (v *NullableDnsContextCreateData) UnmarshalJSON(src []byte) error + func (v *NullableDnsContextCreateData) Unset() + func (v NullableDnsContextCreateData) Get() *DnsContextCreateData + func (v NullableDnsContextCreateData) IsSet() bool + func (v NullableDnsContextCreateData) MarshalJSON() ([]byte, error) + type NullableDnsContextCreatedData struct + func NewNullableDnsContextCreatedData(val *DnsContextCreatedData) *NullableDnsContextCreatedData + func (v *NullableDnsContextCreatedData) Set(val *DnsContextCreatedData) + func (v *NullableDnsContextCreatedData) UnmarshalJSON(src []byte) error + func (v *NullableDnsContextCreatedData) Unset() + func (v NullableDnsContextCreatedData) Get() *DnsContextCreatedData + func (v NullableDnsContextCreatedData) IsSet() bool + func (v NullableDnsContextCreatedData) MarshalJSON() ([]byte, error) + type NullableDnsContextEventReport struct + func NewNullableDnsContextEventReport(val *DnsContextEventReport) *NullableDnsContextEventReport + func (v *NullableDnsContextEventReport) Set(val *DnsContextEventReport) + func (v *NullableDnsContextEventReport) UnmarshalJSON(src []byte) error + func (v *NullableDnsContextEventReport) Unset() + func (v NullableDnsContextEventReport) Get() *DnsContextEventReport + func (v NullableDnsContextEventReport) IsSet() bool + func (v NullableDnsContextEventReport) MarshalJSON() ([]byte, error) + type NullableDnsContextNotification struct + func NewNullableDnsContextNotification(val *DnsContextNotification) *NullableDnsContextNotification + func (v *NullableDnsContextNotification) Set(val *DnsContextNotification) + func (v *NullableDnsContextNotification) UnmarshalJSON(src []byte) error + func (v *NullableDnsContextNotification) Unset() + func (v NullableDnsContextNotification) Get() *DnsContextNotification + func (v NullableDnsContextNotification) IsSet() bool + func (v NullableDnsContextNotification) MarshalJSON() ([]byte, error) + type NullableDnsQueryMdt struct + func NewNullableDnsQueryMdt(val *DnsQueryMdt) *NullableDnsQueryMdt + func (v *NullableDnsQueryMdt) Set(val *DnsQueryMdt) + func (v *NullableDnsQueryMdt) UnmarshalJSON(src []byte) error + func (v *NullableDnsQueryMdt) Unset() + func (v NullableDnsQueryMdt) Get() *DnsQueryMdt + func (v NullableDnsQueryMdt) IsSet() bool + func (v NullableDnsQueryMdt) MarshalJSON() ([]byte, error) + type NullableDnsQueryReport struct + func NewNullableDnsQueryReport(val *DnsQueryReport) *NullableDnsQueryReport + func (v *NullableDnsQueryReport) Set(val *DnsQueryReport) + func (v *NullableDnsQueryReport) UnmarshalJSON(src []byte) error + func (v *NullableDnsQueryReport) Unset() + func (v NullableDnsQueryReport) Get() *DnsQueryReport + func (v NullableDnsQueryReport) IsSet() bool + func (v NullableDnsQueryReport) MarshalJSON() ([]byte, error) + type NullableDnsRspMdt struct + func NewNullableDnsRspMdt(val *DnsRspMdt) *NullableDnsRspMdt + func (v *NullableDnsRspMdt) Set(val *DnsRspMdt) + func (v *NullableDnsRspMdt) UnmarshalJSON(src []byte) error + func (v *NullableDnsRspMdt) Unset() + func (v NullableDnsRspMdt) Get() *DnsRspMdt + func (v NullableDnsRspMdt) IsSet() bool + func (v NullableDnsRspMdt) MarshalJSON() ([]byte, error) + type NullableDnsRspReport struct + func NewNullableDnsRspReport(val *DnsRspReport) *NullableDnsRspReport + func (v *NullableDnsRspReport) Set(val *DnsRspReport) + func (v *NullableDnsRspReport) UnmarshalJSON(src []byte) error + func (v *NullableDnsRspReport) Unset() + func (v NullableDnsRspReport) Get() *DnsRspReport + func (v NullableDnsRspReport) IsSet() bool + func (v NullableDnsRspReport) MarshalJSON() ([]byte, error) + type NullableDnsRule struct + func NewNullableDnsRule(val *DnsRule) *NullableDnsRule + func (v *NullableDnsRule) Set(val *DnsRule) + func (v *NullableDnsRule) UnmarshalJSON(src []byte) error + func (v *NullableDnsRule) Unset() + func (v NullableDnsRule) Get() *DnsRule + func (v NullableDnsRule) IsSet() bool + func (v NullableDnsRule) MarshalJSON() ([]byte, error) + type NullableDnsServerAddressInfo struct + func NewNullableDnsServerAddressInfo(val *DnsServerAddressInfo) *NullableDnsServerAddressInfo + func (v *NullableDnsServerAddressInfo) Set(val *DnsServerAddressInfo) + func (v *NullableDnsServerAddressInfo) UnmarshalJSON(src []byte) error + func (v *NullableDnsServerAddressInfo) Unset() + func (v NullableDnsServerAddressInfo) Get() *DnsServerAddressInfo + func (v NullableDnsServerAddressInfo) IsSet() bool + func (v NullableDnsServerAddressInfo) MarshalJSON() ([]byte, error) + type NullableEcsOption struct + func NewNullableEcsOption(val *EcsOption) *NullableEcsOption + func (v *NullableEcsOption) Set(val *EcsOption) + func (v *NullableEcsOption) UnmarshalJSON(src []byte) error + func (v *NullableEcsOption) Unset() + func (v NullableEcsOption) Get() *EcsOption + func (v NullableEcsOption) IsSet() bool + func (v NullableEcsOption) MarshalJSON() ([]byte, error) + type NullableEcsOptionInfo struct + func NewNullableEcsOptionInfo(val *EcsOptionInfo) *NullableEcsOptionInfo + func (v *NullableEcsOptionInfo) Set(val *EcsOptionInfo) + func (v *NullableEcsOptionInfo) UnmarshalJSON(src []byte) error + func (v *NullableEcsOptionInfo) Unset() + func (v NullableEcsOptionInfo) Get() *EcsOptionInfo + func (v NullableEcsOptionInfo) IsSet() bool + func (v NullableEcsOptionInfo) 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 NullableForwardingParameters struct + func NewNullableForwardingParameters(val *ForwardingParameters) *NullableForwardingParameters + func (v *NullableForwardingParameters) Set(val *ForwardingParameters) + func (v *NullableForwardingParameters) UnmarshalJSON(src []byte) error + func (v *NullableForwardingParameters) Unset() + func (v NullableForwardingParameters) Get() *ForwardingParameters + func (v NullableForwardingParameters) IsSet() bool + func (v NullableForwardingParameters) MarshalJSON() ([]byte, error) + type NullableFqdnPatternMatchingRule struct + func NewNullableFqdnPatternMatchingRule(val *FqdnPatternMatchingRule) *NullableFqdnPatternMatchingRule + func (v *NullableFqdnPatternMatchingRule) Set(val *FqdnPatternMatchingRule) + func (v *NullableFqdnPatternMatchingRule) UnmarshalJSON(src []byte) error + func (v *NullableFqdnPatternMatchingRule) Unset() + func (v NullableFqdnPatternMatchingRule) Get() *FqdnPatternMatchingRule + func (v NullableFqdnPatternMatchingRule) IsSet() bool + func (v NullableFqdnPatternMatchingRule) 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 NullableIpv4AddressRange struct + func NewNullableIpv4AddressRange(val *Ipv4AddressRange) *NullableIpv4AddressRange + func (v *NullableIpv4AddressRange) Set(val *Ipv4AddressRange) + func (v *NullableIpv4AddressRange) UnmarshalJSON(src []byte) error + func (v *NullableIpv4AddressRange) Unset() + func (v NullableIpv4AddressRange) Get() *Ipv4AddressRange + func (v NullableIpv4AddressRange) IsSet() bool + func (v NullableIpv4AddressRange) 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 NullableIpv6PrefixRange struct + func NewNullableIpv6PrefixRange(val *Ipv6PrefixRange) *NullableIpv6PrefixRange + func (v *NullableIpv6PrefixRange) Set(val *Ipv6PrefixRange) + func (v *NullableIpv6PrefixRange) UnmarshalJSON(src []byte) error + func (v *NullableIpv6PrefixRange) Unset() + func (v NullableIpv6PrefixRange) Get() *Ipv6PrefixRange + func (v NullableIpv6PrefixRange) IsSet() bool + func (v NullableIpv6PrefixRange) MarshalJSON() ([]byte, error) + type NullableMatchingOperator struct + func NewNullableMatchingOperator(val *MatchingOperator) *NullableMatchingOperator + func (v *NullableMatchingOperator) Set(val *MatchingOperator) + func (v *NullableMatchingOperator) UnmarshalJSON(src []byte) error + func (v *NullableMatchingOperator) Unset() + func (v NullableMatchingOperator) Get() *MatchingOperator + func (v NullableMatchingOperator) IsSet() bool + func (v NullableMatchingOperator) MarshalJSON() ([]byte, error) + type NullableMatchingOperatorAnyOf struct + func NewNullableMatchingOperatorAnyOf(val *MatchingOperatorAnyOf) *NullableMatchingOperatorAnyOf + func (v *NullableMatchingOperatorAnyOf) Set(val *MatchingOperatorAnyOf) + func (v *NullableMatchingOperatorAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableMatchingOperatorAnyOf) Unset() + func (v NullableMatchingOperatorAnyOf) Get() *MatchingOperatorAnyOf + func (v NullableMatchingOperatorAnyOf) IsSet() bool + func (v NullableMatchingOperatorAnyOf) 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 NullablePatchItem struct + func NewNullablePatchItem(val *PatchItem) *NullablePatchItem + func (v *NullablePatchItem) Set(val *PatchItem) + func (v *NullablePatchItem) UnmarshalJSON(src []byte) error + func (v *NullablePatchItem) Unset() + func (v NullablePatchItem) Get() *PatchItem + func (v NullablePatchItem) IsSet() bool + func (v NullablePatchItem) MarshalJSON() ([]byte, error) + type NullablePatchOperation struct + func NewNullablePatchOperation(val *PatchOperation) *NullablePatchOperation + func (v *NullablePatchOperation) Set(val *PatchOperation) + func (v *NullablePatchOperation) UnmarshalJSON(src []byte) error + func (v *NullablePatchOperation) Unset() + func (v NullablePatchOperation) Get() *PatchOperation + func (v NullablePatchOperation) IsSet() bool + func (v NullablePatchOperation) MarshalJSON() ([]byte, error) + type NullablePatchOperationAnyOf struct + func NewNullablePatchOperationAnyOf(val *PatchOperationAnyOf) *NullablePatchOperationAnyOf + func (v *NullablePatchOperationAnyOf) Set(val *PatchOperationAnyOf) + func (v *NullablePatchOperationAnyOf) UnmarshalJSON(src []byte) error + func (v *NullablePatchOperationAnyOf) Unset() + func (v NullablePatchOperationAnyOf) Get() *PatchOperationAnyOf + func (v NullablePatchOperationAnyOf) IsSet() bool + func (v NullablePatchOperationAnyOf) MarshalJSON() ([]byte, error) + type NullablePatchResult struct + func NewNullablePatchResult(val *PatchResult) *NullablePatchResult + func (v *NullablePatchResult) Set(val *PatchResult) + func (v *NullablePatchResult) UnmarshalJSON(src []byte) error + func (v *NullablePatchResult) Unset() + func (v NullablePatchResult) Get() *PatchResult + func (v NullablePatchResult) IsSet() bool + func (v NullablePatchResult) MarshalJSON() ([]byte, error) + type NullablePlmnId struct + func NewNullablePlmnId(val *PlmnId) *NullablePlmnId + func (v *NullablePlmnId) Set(val *PlmnId) + func (v *NullablePlmnId) UnmarshalJSON(src []byte) error + func (v *NullablePlmnId) Unset() + func (v NullablePlmnId) Get() *PlmnId + func (v NullablePlmnId) IsSet() bool + func (v NullablePlmnId) MarshalJSON() ([]byte, error) + type NullablePlmnIdNid struct + func NewNullablePlmnIdNid(val *PlmnIdNid) *NullablePlmnIdNid + func (v *NullablePlmnIdNid) Set(val *PlmnIdNid) + func (v *NullablePlmnIdNid) UnmarshalJSON(src []byte) error + func (v *NullablePlmnIdNid) Unset() + func (v NullablePlmnIdNid) Get() *PlmnIdNid + func (v NullablePlmnIdNid) IsSet() bool + func (v NullablePlmnIdNid) MarshalJSON() ([]byte, error) + type NullableProblemDetails struct + func NewNullableProblemDetails(val *ProblemDetails) *NullableProblemDetails + func (v *NullableProblemDetails) Set(val *ProblemDetails) + func (v *NullableProblemDetails) UnmarshalJSON(src []byte) error + func (v *NullableProblemDetails) Unset() + func (v NullableProblemDetails) Get() *ProblemDetails + func (v NullableProblemDetails) IsSet() bool + func (v NullableProblemDetails) MarshalJSON() ([]byte, error) + type NullableRedirectResponse struct + func NewNullableRedirectResponse(val *RedirectResponse) *NullableRedirectResponse + func (v *NullableRedirectResponse) Set(val *RedirectResponse) + func (v *NullableRedirectResponse) UnmarshalJSON(src []byte) error + func (v *NullableRedirectResponse) Unset() + func (v NullableRedirectResponse) Get() *RedirectResponse + func (v NullableRedirectResponse) IsSet() bool + func (v NullableRedirectResponse) MarshalJSON() ([]byte, error) + type NullableReportItem struct + func NewNullableReportItem(val *ReportItem) *NullableReportItem + func (v *NullableReportItem) Set(val *ReportItem) + func (v *NullableReportItem) UnmarshalJSON(src []byte) error + func (v *NullableReportItem) Unset() + func (v NullableReportItem) Get() *ReportItem + func (v NullableReportItem) IsSet() bool + func (v NullableReportItem) MarshalJSON() ([]byte, error) + type NullableSnssai struct + func NewNullableSnssai(val *Snssai) *NullableSnssai + func (v *NullableSnssai) Set(val *Snssai) + func (v *NullableSnssai) UnmarshalJSON(src []byte) error + func (v *NullableSnssai) Unset() + func (v NullableSnssai) Get() *Snssai + func (v NullableSnssai) IsSet() bool + func (v NullableSnssai) MarshalJSON() ([]byte, error) + type NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type NullableStringMatchingCondition struct + func NewNullableStringMatchingCondition(val *StringMatchingCondition) *NullableStringMatchingCondition + func (v *NullableStringMatchingCondition) Set(val *StringMatchingCondition) + func (v *NullableStringMatchingCondition) UnmarshalJSON(src []byte) error + func (v *NullableStringMatchingCondition) Unset() + func (v NullableStringMatchingCondition) Get() *StringMatchingCondition + func (v NullableStringMatchingCondition) IsSet() bool + func (v NullableStringMatchingCondition) MarshalJSON() ([]byte, error) + type NullableStringMatchingRule struct + func NewNullableStringMatchingRule(val *StringMatchingRule) *NullableStringMatchingRule + func (v *NullableStringMatchingRule) Set(val *StringMatchingRule) + func (v *NullableStringMatchingRule) UnmarshalJSON(src []byte) error + func (v *NullableStringMatchingRule) Unset() + func (v NullableStringMatchingRule) Get() *StringMatchingRule + func (v NullableStringMatchingRule) IsSet() bool + func (v NullableStringMatchingRule) 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 PatchItem struct + From *string + Op PatchOperation + Path string + Value interface{} + func NewPatchItem(op PatchOperation, path string) *PatchItem + func NewPatchItemWithDefaults() *PatchItem + func (o *PatchItem) GetFrom() string + func (o *PatchItem) GetFromOk() (*string, bool) + func (o *PatchItem) GetOp() PatchOperation + func (o *PatchItem) GetOpOk() (*PatchOperation, bool) + func (o *PatchItem) GetPath() string + func (o *PatchItem) GetPathOk() (*string, bool) + func (o *PatchItem) GetValue() interface{} + func (o *PatchItem) GetValueOk() (*interface{}, bool) + func (o *PatchItem) HasFrom() bool + func (o *PatchItem) HasValue() bool + func (o *PatchItem) SetFrom(v string) + func (o *PatchItem) SetOp(v PatchOperation) + func (o *PatchItem) SetPath(v string) + func (o *PatchItem) SetValue(v interface{}) + func (o PatchItem) MarshalJSON() ([]byte, error) + func (o PatchItem) ToMap() (map[string]interface{}, error) + type PatchOperation struct + PatchOperationAnyOf *PatchOperationAnyOf + String *string + func (dst *PatchOperation) UnmarshalJSON(data []byte) error + func (src *PatchOperation) MarshalJSON() ([]byte, error) + type PatchOperationAnyOf string + const ADD + const COPY + const MOVE + const REMOVE + const REPLACE + const TEST + func NewPatchOperationAnyOfFromValue(v string) (*PatchOperationAnyOf, error) + func (v *PatchOperationAnyOf) UnmarshalJSON(src []byte) error + func (v PatchOperationAnyOf) IsValid() bool + func (v PatchOperationAnyOf) Ptr() *PatchOperationAnyOf + type PatchResult struct + Report []ReportItem + func NewPatchResult(report []ReportItem) *PatchResult + func NewPatchResultWithDefaults() *PatchResult + func (o *PatchResult) GetReport() []ReportItem + func (o *PatchResult) GetReportOk() ([]ReportItem, bool) + func (o *PatchResult) SetReport(v []ReportItem) + func (o PatchResult) MarshalJSON() ([]byte, error) + func (o PatchResult) 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 PlmnIdNid struct + Mcc string + Mnc string + Nid *string + func NewPlmnIdNid(mcc string, mnc string) *PlmnIdNid + func NewPlmnIdNidWithDefaults() *PlmnIdNid + func (o *PlmnIdNid) GetMcc() string + func (o *PlmnIdNid) GetMccOk() (*string, bool) + func (o *PlmnIdNid) GetMnc() string + func (o *PlmnIdNid) GetMncOk() (*string, bool) + func (o *PlmnIdNid) GetNid() string + func (o *PlmnIdNid) GetNidOk() (*string, bool) + func (o *PlmnIdNid) HasNid() bool + func (o *PlmnIdNid) SetMcc(v string) + func (o *PlmnIdNid) SetMnc(v string) + func (o *PlmnIdNid) SetNid(v string) + func (o PlmnIdNid) MarshalJSON() ([]byte, error) + func (o PlmnIdNid) ToMap() (map[string]interface{}, error) + type ProblemDetails struct + AccessTokenError *AccessTokenErr + AccessTokenRequest *AccessTokenReq + Cause *string + Detail *string + Instance *string + InvalidParams []InvalidParam + NrfId *string + Status *int32 + SupportedApiVersions []string + SupportedFeatures *string + Title *string + Type *string + func NewProblemDetails() *ProblemDetails + func NewProblemDetailsWithDefaults() *ProblemDetails + func (o *ProblemDetails) GetAccessTokenError() AccessTokenErr + func (o *ProblemDetails) GetAccessTokenErrorOk() (*AccessTokenErr, bool) + func (o *ProblemDetails) GetAccessTokenRequest() AccessTokenReq + func (o *ProblemDetails) GetAccessTokenRequestOk() (*AccessTokenReq, bool) + func (o *ProblemDetails) GetCause() string + func (o *ProblemDetails) GetCauseOk() (*string, bool) + func (o *ProblemDetails) GetDetail() string + func (o *ProblemDetails) GetDetailOk() (*string, bool) + func (o *ProblemDetails) GetInstance() string + func (o *ProblemDetails) GetInstanceOk() (*string, bool) + func (o *ProblemDetails) GetInvalidParams() []InvalidParam + func (o *ProblemDetails) GetInvalidParamsOk() ([]InvalidParam, bool) + func (o *ProblemDetails) GetNrfId() string + func (o *ProblemDetails) GetNrfIdOk() (*string, bool) + func (o *ProblemDetails) GetStatus() int32 + func (o *ProblemDetails) GetStatusOk() (*int32, bool) + func (o *ProblemDetails) GetSupportedApiVersions() []string + func (o *ProblemDetails) GetSupportedApiVersionsOk() ([]string, bool) + func (o *ProblemDetails) GetSupportedFeatures() string + func (o *ProblemDetails) GetSupportedFeaturesOk() (*string, bool) + func (o *ProblemDetails) GetTitle() string + func (o *ProblemDetails) GetTitleOk() (*string, bool) + func (o *ProblemDetails) GetType() string + func (o *ProblemDetails) GetTypeOk() (*string, bool) + func (o *ProblemDetails) HasAccessTokenError() bool + func (o *ProblemDetails) HasAccessTokenRequest() bool + func (o *ProblemDetails) HasCause() bool + func (o *ProblemDetails) HasDetail() bool + func (o *ProblemDetails) HasInstance() bool + func (o *ProblemDetails) HasInvalidParams() bool + func (o *ProblemDetails) HasNrfId() bool + func (o *ProblemDetails) HasStatus() bool + func (o *ProblemDetails) HasSupportedApiVersions() bool + func (o *ProblemDetails) HasSupportedFeatures() bool + func (o *ProblemDetails) HasTitle() bool + func (o *ProblemDetails) HasType() bool + func (o *ProblemDetails) SetAccessTokenError(v AccessTokenErr) + func (o *ProblemDetails) SetAccessTokenRequest(v AccessTokenReq) + func (o *ProblemDetails) SetCause(v string) + func (o *ProblemDetails) SetDetail(v string) + func (o *ProblemDetails) SetInstance(v string) + func (o *ProblemDetails) SetInvalidParams(v []InvalidParam) + func (o *ProblemDetails) SetNrfId(v string) + func (o *ProblemDetails) SetStatus(v int32) + func (o *ProblemDetails) SetSupportedApiVersions(v []string) + func (o *ProblemDetails) SetSupportedFeatures(v string) + func (o *ProblemDetails) SetTitle(v string) + func (o *ProblemDetails) SetType(v string) + func (o ProblemDetails) MarshalJSON() ([]byte, error) + func (o ProblemDetails) ToMap() (map[string]interface{}, error) + type RedirectResponse struct + Cause *string + TargetScp *string + TargetSepp *string + func NewRedirectResponse() *RedirectResponse + func NewRedirectResponseWithDefaults() *RedirectResponse + func (o *RedirectResponse) GetCause() string + func (o *RedirectResponse) GetCauseOk() (*string, bool) + func (o *RedirectResponse) GetTargetScp() string + func (o *RedirectResponse) GetTargetScpOk() (*string, bool) + func (o *RedirectResponse) GetTargetSepp() string + func (o *RedirectResponse) GetTargetSeppOk() (*string, bool) + func (o *RedirectResponse) HasCause() bool + func (o *RedirectResponse) HasTargetScp() bool + func (o *RedirectResponse) HasTargetSepp() bool + func (o *RedirectResponse) SetCause(v string) + func (o *RedirectResponse) SetTargetScp(v string) + func (o *RedirectResponse) SetTargetSepp(v string) + func (o RedirectResponse) MarshalJSON() ([]byte, error) + func (o RedirectResponse) ToMap() (map[string]interface{}, error) + type ReportItem struct + Path string + Reason *string + func NewReportItem(path string) *ReportItem + func NewReportItemWithDefaults() *ReportItem + func (o *ReportItem) GetPath() string + func (o *ReportItem) GetPathOk() (*string, bool) + func (o *ReportItem) GetReason() string + func (o *ReportItem) GetReasonOk() (*string, bool) + func (o *ReportItem) HasReason() bool + func (o *ReportItem) SetPath(v string) + func (o *ReportItem) SetReason(v string) + func (o ReportItem) MarshalJSON() ([]byte, error) + func (o ReportItem) ToMap() (map[string]interface{}, error) + type ServerConfiguration struct + Description string + URL string + Variables map[string]ServerVariable + type ServerConfigurations []ServerConfiguration + func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error) + type ServerVariable struct + DefaultValue string + Description string + EnumValues []string + type Snssai struct + Sd *string + Sst int32 + func NewSnssai(sst int32) *Snssai + func NewSnssaiWithDefaults() *Snssai + func (o *Snssai) GetSd() string + func (o *Snssai) GetSdOk() (*string, bool) + func (o *Snssai) GetSst() int32 + func (o *Snssai) GetSstOk() (*int32, bool) + func (o *Snssai) HasSd() bool + func (o *Snssai) SetSd(v string) + func (o *Snssai) SetSst(v int32) + func (o Snssai) MarshalJSON() ([]byte, error) + func (o Snssai) ToMap() (map[string]interface{}, error) + type StringMatchingCondition struct + MatchingOperator MatchingOperator + MatchingString *string + func NewStringMatchingCondition(matchingOperator MatchingOperator) *StringMatchingCondition + func NewStringMatchingConditionWithDefaults() *StringMatchingCondition + func (o *StringMatchingCondition) GetMatchingOperator() MatchingOperator + func (o *StringMatchingCondition) GetMatchingOperatorOk() (*MatchingOperator, bool) + func (o *StringMatchingCondition) GetMatchingString() string + func (o *StringMatchingCondition) GetMatchingStringOk() (*string, bool) + func (o *StringMatchingCondition) HasMatchingString() bool + func (o *StringMatchingCondition) SetMatchingOperator(v MatchingOperator) + func (o *StringMatchingCondition) SetMatchingString(v string) + func (o StringMatchingCondition) MarshalJSON() ([]byte, error) + func (o StringMatchingCondition) ToMap() (map[string]interface{}, error) + type StringMatchingRule struct + StringMatchingConditions []StringMatchingCondition + func NewStringMatchingRule() *StringMatchingRule + func NewStringMatchingRuleWithDefaults() *StringMatchingRule + func (o *StringMatchingRule) GetStringMatchingConditions() []StringMatchingCondition + func (o *StringMatchingRule) GetStringMatchingConditionsOk() ([]StringMatchingCondition, bool) + func (o *StringMatchingRule) HasStringMatchingConditions() bool + func (o *StringMatchingRule) SetStringMatchingConditions(v []StringMatchingCondition) + func (o StringMatchingRule) MarshalJSON() ([]byte, error) + func (o StringMatchingRule) ToMap() (map[string]interface{}, error)