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

     1  /*
     2   * NSSF NSSAI Availability
     3   *
     4   * NSSF NSSAI Availability 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 RestrictedSnssai struct {
    13  	HomePlmnId *PlmnId `json:"homePlmnId" bson:"homePlmnId" yaml:"homePlmnId"`
    14  
    15  	SNssaiList []Snssai `json:"sNssaiList" bson:"sNssaiList" yaml:"sNssaiList"`
    16  }