toJson method
Implementation
String toJson() {
return AttributesSearchModelMapper.ensureInitialized()
.encodeJson<AttributesSearchModel>(this as AttributesSearchModel);
}
String toJson() {
return AttributesSearchModelMapper.ensureInitialized()
.encodeJson<AttributesSearchModel>(this as AttributesSearchModel);
}