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

fix: add a getter for the model name #18

Merged
merged 6 commits into from May 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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