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

     1  /*
     2   * Namf_Location
     3   *
     4   * AMF Location 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 CivicAddress struct {
    13  	Country string `json:"country,omitempty" yaml:"country" bson:"country"`
    14  	A1      string `json:"A1,omitempty" yaml:"A1" bson:"A1"`
    15  	A2      string `json:"A2,omitempty" yaml:"A2" bson:"A2"`
    16  	A3      string `json:"A3,omitempty" yaml:"A3" bson:"A3"`
    17  	A4      string `json:"A4,omitempty" yaml:"A4" bson:"A4"`
    18  	A5      string `json:"A5,omitempty" yaml:"A5" bson:"A5"`
    19  	A6      string `json:"A6,omitempty" yaml:"A6" bson:"A6"`
    20  	PRD     string `json:"PRD,omitempty" yaml:"PRD" bson:"PRD"`
    21  	POD     string `json:"POD,omitempty" yaml:"POD" bson:"POD"`
    22  	STS     string `json:"STS,omitempty" yaml:"STS" bson:"STS"`
    23  	HNO     string `json:"HNO,omitempty" yaml:"HNO" bson:"HNO"`
    24  	HNS     string `json:"HNS,omitempty" yaml:"HNS" bson:"HNS"`
    25  	LMK     string `json:"LMK,omitempty" yaml:"LMK" bson:"LMK"`
    26  	LOC     string `json:"LOC,omitempty" yaml:"LOC" bson:"LOC"`
    27  	NAM     string `json:"NAM,omitempty" yaml:"NAM" bson:"NAM"`
    28  	PC      string `json:"PC,omitempty" yaml:"PC" bson:"PC"`
    29  	BLD     string `json:"BLD,omitempty" yaml:"BLD" bson:"BLD"`
    30  	UNIT    string `json:"UNIT,omitempty" yaml:"UNIT" bson:"UNIT"`
    31  	ROOM    string `json:"ROOM,omitempty" yaml:"ROOM" bson:"ROOM"`
    32  	PLC     string `json:"PLC,omitempty" yaml:"PLC" bson:"PLC"`
    33  	PCN     string `json:"PCN,omitempty" yaml:"PCN" bson:"PCN"`
    34  	POBOX   string `json:"POBOX,omitempty" yaml:"POBOX" bson:"POBOX"`
    35  	ADDCODE string `json:"ADDCODE,omitempty" yaml:"ADDCODE" bson:"ADDCODE"`
    36  	SEAT    string `json:"SEAT,omitempty" yaml:"SEAT" bson:"SEAT"`
    37  	RD      string `json:"RD,omitempty" yaml:"RD" bson:"RD"`
    38  	RDSEC   string `json:"RDSEC,omitempty" yaml:"RDSEC" bson:"RDSEC"`
    39  	RDBR    string `json:"RDBR,omitempty" yaml:"RDBR" bson:"RDBR"`
    40  	RDSUBBR string `json:"RDSUBBR,omitempty" yaml:"RDSUBBR" bson:"RDSUBBR"`
    41  	PRM     string `json:"PRM,omitempty" yaml:"PRM" bson:"PRM"`
    42  	POM     string `json:"POM,omitempty" yaml:"POM" bson:"POM"`
    43  }