lib/api/sf-gate/sf_gate_models/ids.go

25 lines
561 B
Go

// Code generated by go-swagger; DO NOT EDIT.
// All Code Copyright(c) 2018-2020 by Taxnexus, Inc.
// All rights reserved worldwide.
// Proprietary product; unlicensed use is not allowed
package sf_gate_models
// This file was generated by the swagger tool.
// Editing this file might prove futile when you re-run the swagger generate command
import (
"github.com/go-openapi/strfmt"
)
// Ids Taxnexus Record Ids
//
// swagger:model Ids
type Ids []string
// Validate validates this ids
func (m Ids) Validate(formats strfmt.Registry) error {
return nil
}