api property

  1. @JsonKey.new(name: "api")
ApiConfig? api
getter/setter pair

API interface configuration provides a set of APIs based on gRPC for remote invocation.

Implementation

@JsonKey(name: "api")
ApiConfig? api;