github.com/free5gc/openapi@v1.0.8/models/model_slice_info_for_registration.go (about)

     1  /*
     2   * NSSF NS Selection
     3   *
     4   * NSSF Network Slice Selection Service
     5   *
     6   * API version: 1.0.0
     7   * Generated by: OpenAPI Generator (https://openapi-generator.tech)
     8   */
     9  
    10  package models
    11  
    12  type SliceInfoForRegistration struct {
    13  	SubscribedNssai []SubscribedSnssai `json:"subscribedNssai,omitempty" bson:"subscribedNssai"`
    14  
    15  	AllowedNssaiCurrentAccess *AllowedNssai `json:"allowedNssaiCurrentAccess,omitempty" bson:"allowedNssaiCurrentAccess"`
    16  
    17  	AllowedNssaiOtherAccess *AllowedNssai `json:"allowedNssaiOtherAccess,omitempty" bson:"allowedNssaiOtherAccess"`
    18  
    19  	SNssaiForMapping []Snssai `json:"sNssaiForMapping,omitempty" bson:"sNssaiForMapping"`
    20  
    21  	RequestedNssai []Snssai `json:"requestedNssai,omitempty" bson:"requestedNssai"`
    22  
    23  	DefaultConfiguredSnssaiInd bool `json:"defaultConfiguredSnssaiInd,omitempty" bson:"defaultConfiguredSnssaiInd"`
    24  
    25  	MappingOfNssai []MappingOfSnssai `json:"mappingOfNssai,omitempty" bson:"mappingOfNssai"`
    26  
    27  	RequestMapping bool `json:"requestMapping,omitempty" bson:"requestMapping"`
    28  }