github.com/free5gc/openapi@v1.0.8/models/model_redirect_information.go (about) 1 /* 2 * Npcf_SMPolicyControl 3 * 4 * Session Management Policy Control 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 RedirectInformation struct { 13 // Indicates the redirect is enable. 14 RedirectEnabled bool `json:"redirectEnabled,omitempty" bson:"redirectEnabled"` 15 16 RedirectAddressType RedirectAddressType `json:"redirectAddressType,omitempty" bson:"redirectAddressType"` 17 18 // Indicates the address of the redirect server. 19 RedirectServerAddress string `json:"redirectServerAddress,omitempty" bson:"redirectServerAddress"` 20 }