We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab9ffd1 commit a286f02Copy full SHA for a286f02
1 file changed
google-ads-examples/src/main/java/com/google/ads/googleads/examples/basicoperations/GetKeywords.java
@@ -49,7 +49,7 @@ private static class GetKeywordsParams extends CodeSampleParams {
49
private Long adGroupId;
50
51
@Parameter(names = ArgumentNames.OMIT_UNSELECTED_RESOURCE_NAMES, arity = 1)
52
- private Boolean omitUnselectedResourceNames;
+ private Boolean omitUnselectedResourceNames = false;
53
}
54
55
public static void main(String[] args) throws IOException {
0 commit comments