New API version with additional structures and params
[ric-plt/xapp-frame.git] / pkg / clientapi / policy / subscribe_policy_responses.go
index e817e10..e9f52da 100644 (file)
@@ -61,7 +61,7 @@ func NewSubscribePolicyCreated() *SubscribePolicyCreated {
 Subscription successfully created
 */
 type SubscribePolicyCreated struct {
-       Payload clientmodel.SubscriptionResult
+       Payload clientmodel.SubscriptionResponse
 }
 
 func (o *SubscribePolicyCreated) Error() string {