Skip to content

Commit

Permalink
PR8929: add since
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhouapache committed Apr 17, 2024
1 parent 6366a06 commit 36fb37b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class HostTagResponse extends BaseResponse {
private String name;

@SerializedName(ApiConstants.IS_IMPLICIT)
@Param(description = "true if the host tag is implicit")
@Param(description = "true if the host tag is implicit", since = "4.20.0")
private boolean isImplicit;

public String getId() {
Expand Down

0 comments on commit 36fb37b

Please sign in to comment.