Andrew Sung
Results
1
comments of
Andrew Sung
Updated OP to include expected output as well. Here's the concrete example from Google provider implementation: ``` @Type("dns-managed-zone") public class ManagedZoneResource extends GoogleResource { private String description; private String dnsName;...