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