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

     1  /*
     2   * Namf_Communication
     3   *
     4   * AMF Communication 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 CreateUeContextResponse struct {
    13  	JsonData                     *UeContextCreatedData `json:"jsonData,omitempty" multipart:"contentType:application/json"`
    14  	BinaryDataN2Information      []byte                `json:"BinaryDataN2Information,omitempty" multipart:"contentType:application/vnd.3gpp.ngap,ref:JsonData.TargetToSourceData.NgapData.ContentId"`
    15  	BinaryDataN2InformationExt1  []byte                `json:"BinaryDataN2InformationExt1,omitempty" multipart:"contentType:application/vnd.3gpp.ngap,ref:JsonData.PduSessionList[0].N2InfoContent.NgapData.ContentId"`
    16  	BinaryDataN2InformationExt2  []byte                `json:"BinaryDataN2InformationExt2,omitempty" multipart:"contentType:application/vnd.3gpp.ngap,ref:JsonData.PduSessionList[1].N2InfoContent.NgapData.ContentId"`
    17  	BinaryDataN2InformationExt3  []byte                `json:"BinaryDataN2InformationExt3,omitempty" multipart:"contentType:application/vnd.3gpp.ngap,ref:JsonData.PduSessionList[2].N2InfoContent.NgapData.ContentId"`
    18  	BinaryDataN2InformationExt4  []byte                `json:"BinaryDataN2InformationExt4,omitempty" multipart:"contentType:application/vnd.3gpp.ngap,ref:JsonData.PduSessionList[3].N2InfoContent.NgapData.ContentId"`
    19  	BinaryDataN2InformationExt5  []byte                `json:"BinaryDataN2InformationExt5,omitempty" multipart:"contentType:application/vnd.3gpp.ngap,ref:JsonData.PduSessionList[4].N2InfoContent.NgapData.ContentId"`
    20  	BinaryDataN2InformationExt6  []byte                `json:"BinaryDataN2InformationExt6,omitempty" multipart:"contentType:application/vnd.3gpp.ngap,ref:JsonData.PduSessionList[5].N2InfoContent.NgapData.ContentId"`
    21  	BinaryDataN2InformationExt7  []byte                `json:"BinaryDataN2InformationExt7,omitempty" multipart:"contentType:application/vnd.3gpp.ngap,ref:JsonData.PduSessionList[6].N2InfoContent.NgapData.ContentId"`
    22  	BinaryDataN2InformationExt8  []byte                `json:"BinaryDataN2InformationExt8,omitempty" multipart:"contentType:application/vnd.3gpp.ngap,ref:JsonData.PduSessionList[7].N2InfoContent.NgapData.ContentId"`
    23  	BinaryDataN2InformationExt9  []byte                `json:"BinaryDataN2InformationExt9,omitempty" multipart:"contentType:application/vnd.3gpp.ngap,ref:JsonData.FailedSessionList[0].N2InfoContent.NgapData.ContentId"`
    24  	BinaryDataN2InformationExt10 []byte                `json:"BinaryDataN2InformationExt10,omitempty" multipart:"contentType:application/vnd.3gpp.ngap,ref:JsonData.FailedSessionList[1].N2InfoContent.NgapData.ContentId"`
    25  	BinaryDataN2InformationExt11 []byte                `json:"BinaryDataN2InformationExt11,omitempty" multipart:"contentType:application/vnd.3gpp.ngap,ref:JsonData.FailedSessionList[2].N2InfoContent.NgapData.ContentId"`
    26  	BinaryDataN2InformationExt12 []byte                `json:"BinaryDataN2InformationExt12,omitempty" multipart:"contentType:application/vnd.3gpp.ngap,ref:JsonData.FailedSessionList[3].N2InfoContent.NgapData.ContentId"`
    27  	BinaryDataN2InformationExt13 []byte                `json:"BinaryDataN2InformationExt13,omitempty" multipart:"contentType:application/vnd.3gpp.ngap,ref:JsonData.FailedSessionList[4].N2InfoContent.NgapData.ContentId"`
    28  	BinaryDataN2InformationExt14 []byte                `json:"BinaryDataN2InformationExt14,omitempty" multipart:"contentType:application/vnd.3gpp.ngap,ref:JsonData.FailedSessionList[5].N2InfoContent.NgapData.ContentId"`
    29  	BinaryDataN2InformationExt15 []byte                `json:"BinaryDataN2InformationExt15,omitempty" multipart:"contentType:application/vnd.3gpp.ngap,ref:JsonData.FailedSessionList[6].N2InfoContent.NgapData.ContentId"`
    30  }