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

     1  /*
     2   * Nsmf_PDUSession
     3   *
     4   * SMF PDU Session Service
     5   *
     6   * API version: 1.0.0
     7   * Generated by: OpenAPI Generator (https://openapi-generator.tech)
     8   */
     9  
    10  package models
    11  
    12  import (
    13  	"time"
    14  )
    15  
    16  type SmContextUpdateError struct {
    17  	Error        *ProblemDetails  `json:"error"`
    18  	N1SmMsg      *RefToBinaryData `json:"n1SmMsg,omitempty"`
    19  	N2SmInfo     *RefToBinaryData `json:"n2SmInfo,omitempty"`
    20  	N2SmInfoType N2SmInfoType     `json:"n2SmInfoType,omitempty"`
    21  	UpCnxState   UpCnxState       `json:"upCnxState,omitempty"`
    22  	RecoveryTime *time.Time       `json:"recoveryTime,omitempty"`
    23  }