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

     1  /*
     2   * 3gpp-pfd-management
     3   *
     4   * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
     5   *
     6   * API version: 1.0.0
     7   * Generated by: OpenAPI Generator (https://openapi-generator.tech)
     8   */
     9  
    10  package models
    11  
    12  type PfdReport struct {
    13  	// Identifies the external application identifier(s) which PFD(s) are not added or modified successfully
    14  	ExternalAppIds []string    `json:"externalAppIds" yaml:"externalAppIds" bson:"externalAppIds" mapstructure:"ExternalAppIds"`
    15  	FailureCode    FailureCode `json:"failureCode" yaml:"failureCode" bson:"failureCode" mapstructure:"FailureCode"`
    16  	// Unsigned integer identifying a period of time in units of seconds.
    17  	CachingTime int32 `json:"cachingTime,omitempty" yaml:"cachingTime" bson:"cachingTime" mapstructure:"CachingTime"`
    18  }