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

     1  /*
     2   * Npcf_AMPolicyControl
     3   *
     4   * Access and Mobility Policy Control Service API
     5   *
     6   * API version: 1.0.0
     7   * Generated by: OpenAPI Generator (https://openapi-generator.tech)
     8   */
     9  
    10  package models
    11  
    12  type ServiceAreaRestriction struct {
    13  	RestrictionType               RestrictionType `json:"restrictionType,omitempty" yaml:"restrictionType" bson:"restrictionType" mapstructure:"RestrictionType"`
    14  	Areas                         []Area          `json:"areas,omitempty" yaml:"areas" bson:"areas" mapstructure:"Areas"`
    15  	MaxNumOfTAs                   int32           `json:"maxNumOfTAs,omitempty" yaml:"maxNumOfTAs" bson:"maxNumOfTAs" mapstructure:"MaxNumOfTAs"`
    16  	MaxNumOfTAsForNotAllowedAreas int32           `json:"maxNumOfTAsForNotAllowedAreas,omitempty" yaml:"maxNumOfTAsForNotAllowedAreas" bson:"maxNumOfTAsForNotAllowedAreas" mapstructure:"MaxNumOfTAsForNotAllowedAreas"`
    17  }