/**
 * GeoSanja API
 * API para Aplicação GeoSanja
 *
 * OpenAPI spec version: 1.2.8
 * Contact: claudio.bogossian@gmail.com
 *
 * NOTE: This class is auto generated by the swagger code generator program.
 * https://github.com/swagger-api/swagger-codegen.git
 * Do not edit the class manually.
 */
import { CamadaCustomAttributeDTO } from './camadaCustomAttributeDTO';
export interface CamadaMetadadoDTO {
    id?: number;
    schema?: string;
    tipo?: string;
    table?: string;
    geomType?: string;
    geomAttribute?: string;
    idAttribute?: string;
    responsavel?: string;
    informacoesContato?: string;
    informacoesComplementares?: string;
    linkShapefile?: string;
    lei?: string;
    tituloCompleto?: string;
    customAttributes?: Array<CamadaCustomAttributeDTO>;
}
