Skip to content

Commit d7d81a1

Browse files
authored
Rename responsive search ads params class (#267)
Change-Id: Ic698fc88b5b70a0cc7ac94fb5d21359783287617
1 parent c596100 commit d7d81a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

google-ads-examples/src/main/java/com/google/ads/googleads/examples/basicoperations/GetResponsiveSearchAds.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class GetResponsiveSearchAds {
4242

4343
private static final int PAGE_SIZE = 1_000;
4444

45-
private static class GetAdGroupsParams extends CodeSampleParams {
45+
private static class GetResponsiveSearchAdsParams extends CodeSampleParams {
4646

4747
@Parameter(names = ArgumentNames.CUSTOMER_ID, required = true)
4848
private Long customerId;
@@ -52,7 +52,7 @@ private static class GetAdGroupsParams extends CodeSampleParams {
5252
}
5353

5454
public static void main(String[] args) {
55-
GetAdGroupsParams params = new GetAdGroupsParams();
55+
GetResponsiveSearchAdsParams params = new GetResponsiveSearchAdsParams();
5656
if (!params.parseArguments(args)) {
5757

5858
// Either pass the required parameters for this example on the command line, or insert them

0 commit comments

Comments
 (0)