// Code generated by go-swagger; DO NOT EDIT. package clientmodel // This file was generated by the swagger tool. // Editing this file might prove futile when you re-run the swagger generate command import ( strfmt "github.com/go-openapi/strfmt" ) // SubscriptionResult A list of unique IDs // swagger:model SubscriptionResult type SubscriptionResult []int64 // Validate validates this subscription result func (m SubscriptionResult) Validate(formats strfmt.Registry) error { return nil }