Skip to content

Commit

Permalink
c1
Browse files Browse the repository at this point in the history
  • Loading branch information
sbansla committed Nov 14, 2023
1 parent a254878 commit 1e5cad6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/resources/twilio-java/models.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
@JsonInclude(JsonInclude.Include.NON_EMPTY)
@JsonProperty("{{{baseName}}}")
@Getter @Setter private {{{dataType}}} {{name}};
{{#vendorExtensions.x-serialize}}
{{^isMap}}
{{#vendorExtensions.x-serialize}}
public String get{{#lambda.titlecase}}{{name}}{{/lambda.titlecase}}() {
return {{vendorExtensions.x-serialize}};
}{{/vendorExtensions.x-serialize}}
{{/isMap}}
{{/vars}}
{{#vendorExtensions.x-constructor-required}}
{{#modelParameters}}
Expand Down

0 comments on commit 1e5cad6

Please sign in to comment.