Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
fix: add a getter for the model name (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
kayman-mk committed May 12, 2022
1 parent 1cc1cb8 commit 7752008
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -27,6 +27,7 @@ public class CommunicationModel {
/**
* A name for the project. Just for information.
*/
@Getter
@SerializedName(value="project_name")
private final String projectName;

Expand Down

0 comments on commit 7752008

Please sign in to comment.