APIEncoding constructor
APIEncoding({})
Implementation
APIEncoding(
{this.contentType,
this.headers,
this.style,
bool? allowReserved,
bool? explode}) {
this.allowReserved = allowReserved;
this.explode = explode;
}