google-apis-searchads360_v0 0.7.0 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/searchads360_v0/classes.rb +2803 -99
- data/lib/google/apis/searchads360_v0/gem_version.rb +2 -2
- data/lib/google/apis/searchads360_v0/representations.rb +913 -28
- metadata +4 -4
| @@ -22,12 +22,48 @@ module Google | |
| 22 22 | 
             
              module Apis
         | 
| 23 23 | 
             
                module Searchads360V0
         | 
| 24 24 |  | 
| 25 | 
            +
                  class GoogleAdsSearchads360V0CommonAdScheduleInfo
         | 
| 26 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 27 | 
            +
                  
         | 
| 28 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 29 | 
            +
                  end
         | 
| 30 | 
            +
                  
         | 
| 25 31 | 
             
                  class GoogleAdsSearchads360V0CommonAgeRangeInfo
         | 
| 26 32 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 27 33 |  | 
| 28 34 | 
             
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 29 35 | 
             
                  end
         | 
| 30 36 |  | 
| 37 | 
            +
                  class GoogleAdsSearchads360V0CommonAssetInteractionTarget
         | 
| 38 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 39 | 
            +
                  
         | 
| 40 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 41 | 
            +
                  end
         | 
| 42 | 
            +
                  
         | 
| 43 | 
            +
                  class GoogleAdsSearchads360V0CommonAssetUsage
         | 
| 44 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 45 | 
            +
                  
         | 
| 46 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 47 | 
            +
                  end
         | 
| 48 | 
            +
                  
         | 
| 49 | 
            +
                  class GoogleAdsSearchads360V0CommonAudienceInfo
         | 
| 50 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 51 | 
            +
                  
         | 
| 52 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 53 | 
            +
                  end
         | 
| 54 | 
            +
                  
         | 
| 55 | 
            +
                  class GoogleAdsSearchads360V0CommonBusinessProfileLocation
         | 
| 56 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 57 | 
            +
                  
         | 
| 58 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 59 | 
            +
                  end
         | 
| 60 | 
            +
                  
         | 
| 61 | 
            +
                  class GoogleAdsSearchads360V0CommonCallToActionAsset
         | 
| 62 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 63 | 
            +
                  
         | 
| 64 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 65 | 
            +
                  end
         | 
| 66 | 
            +
                  
         | 
| 31 67 | 
             
                  class GoogleAdsSearchads360V0CommonCustomParameter
         | 
| 32 68 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 33 69 |  | 
| @@ -58,6 +94,18 @@ module Google | |
| 58 94 | 
             
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 59 95 | 
             
                  end
         | 
| 60 96 |  | 
| 97 | 
            +
                  class GoogleAdsSearchads360V0CommonImageAsset
         | 
| 98 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 99 | 
            +
                  
         | 
| 100 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 101 | 
            +
                  end
         | 
| 102 | 
            +
                  
         | 
| 103 | 
            +
                  class GoogleAdsSearchads360V0CommonImageDimension
         | 
| 104 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 105 | 
            +
                  
         | 
| 106 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 107 | 
            +
                  end
         | 
| 108 | 
            +
                  
         | 
| 61 109 | 
             
                  class GoogleAdsSearchads360V0CommonKeyword
         | 
| 62 110 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 63 111 |  | 
| @@ -232,12 +280,48 @@ module Google | |
| 232 280 | 
             
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 233 281 | 
             
                  end
         | 
| 234 282 |  | 
| 283 | 
            +
                  class GoogleAdsSearchads360V0CommonTextAsset
         | 
| 284 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 285 | 
            +
                  
         | 
| 286 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 287 | 
            +
                  end
         | 
| 288 | 
            +
                  
         | 
| 235 289 | 
             
                  class GoogleAdsSearchads360V0CommonTextLabel
         | 
| 236 290 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 237 291 |  | 
| 238 292 | 
             
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 239 293 | 
             
                  end
         | 
| 240 294 |  | 
| 295 | 
            +
                  class GoogleAdsSearchads360V0CommonUnifiedCallAsset
         | 
| 296 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 297 | 
            +
                  
         | 
| 298 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 299 | 
            +
                  end
         | 
| 300 | 
            +
                  
         | 
| 301 | 
            +
                  class GoogleAdsSearchads360V0CommonUnifiedCalloutAsset
         | 
| 302 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 303 | 
            +
                  
         | 
| 304 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 305 | 
            +
                  end
         | 
| 306 | 
            +
                  
         | 
| 307 | 
            +
                  class GoogleAdsSearchads360V0CommonUnifiedLocationAsset
         | 
| 308 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 309 | 
            +
                  
         | 
| 310 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 311 | 
            +
                  end
         | 
| 312 | 
            +
                  
         | 
| 313 | 
            +
                  class GoogleAdsSearchads360V0CommonUnifiedPageFeedAsset
         | 
| 314 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 315 | 
            +
                  
         | 
| 316 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 317 | 
            +
                  end
         | 
| 318 | 
            +
                  
         | 
| 319 | 
            +
                  class GoogleAdsSearchads360V0CommonUnifiedSitelinkAsset
         | 
| 320 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 321 | 
            +
                  
         | 
| 322 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 323 | 
            +
                  end
         | 
| 324 | 
            +
                  
         | 
| 241 325 | 
             
                  class GoogleAdsSearchads360V0CommonUserListInfo
         | 
| 242 326 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 243 327 |  | 
| @@ -262,6 +346,12 @@ module Google | |
| 262 346 | 
             
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 263 347 | 
             
                  end
         | 
| 264 348 |  | 
| 349 | 
            +
                  class GoogleAdsSearchads360V0CommonYoutubeVideoAsset
         | 
| 350 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 351 | 
            +
                  
         | 
| 352 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 353 | 
            +
                  end
         | 
| 354 | 
            +
                  
         | 
| 265 355 | 
             
                  class GoogleAdsSearchads360V0ErrorsErrorLocationFieldPathElement
         | 
| 266 356 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 267 357 |  | 
| @@ -304,6 +394,12 @@ module Google | |
| 304 394 | 
             
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 305 395 | 
             
                  end
         | 
| 306 396 |  | 
| 397 | 
            +
                  class GoogleAdsSearchads360V0ResourcesAdGroupCriterionPositionEstimates
         | 
| 398 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 399 | 
            +
                  
         | 
| 400 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 401 | 
            +
                  end
         | 
| 402 | 
            +
                  
         | 
| 307 403 | 
             
                  class GoogleAdsSearchads360V0ResourcesAdGroupCriterionQualityInfo
         | 
| 308 404 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 309 405 |  | 
| @@ -370,6 +466,48 @@ module Google | |
| 370 466 | 
             
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 371 467 | 
             
                  end
         | 
| 372 468 |  | 
| 469 | 
            +
                  class GoogleAdsSearchads360V0ResourcesListingGroupFilterDimensionProductBiddingCategory
         | 
| 470 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 471 | 
            +
                  
         | 
| 472 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 473 | 
            +
                  end
         | 
| 474 | 
            +
                  
         | 
| 475 | 
            +
                  class GoogleAdsSearchads360V0ResourcesListingGroupFilterDimensionProductBrand
         | 
| 476 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 477 | 
            +
                  
         | 
| 478 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 479 | 
            +
                  end
         | 
| 480 | 
            +
                  
         | 
| 481 | 
            +
                  class GoogleAdsSearchads360V0ResourcesListingGroupFilterDimensionProductChannel
         | 
| 482 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 483 | 
            +
                  
         | 
| 484 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 485 | 
            +
                  end
         | 
| 486 | 
            +
                  
         | 
| 487 | 
            +
                  class GoogleAdsSearchads360V0ResourcesListingGroupFilterDimensionProductCondition
         | 
| 488 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 489 | 
            +
                  
         | 
| 490 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 491 | 
            +
                  end
         | 
| 492 | 
            +
                  
         | 
| 493 | 
            +
                  class GoogleAdsSearchads360V0ResourcesListingGroupFilterDimensionProductCustomAttribute
         | 
| 494 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 495 | 
            +
                  
         | 
| 496 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 497 | 
            +
                  end
         | 
| 498 | 
            +
                  
         | 
| 499 | 
            +
                  class GoogleAdsSearchads360V0ResourcesListingGroupFilterDimensionProductItemId
         | 
| 500 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 501 | 
            +
                  
         | 
| 502 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 503 | 
            +
                  end
         | 
| 504 | 
            +
                  
         | 
| 505 | 
            +
                  class GoogleAdsSearchads360V0ResourcesListingGroupFilterDimensionProductType
         | 
| 506 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 507 | 
            +
                  
         | 
| 508 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 509 | 
            +
                  end
         | 
| 510 | 
            +
                  
         | 
| 373 511 | 
             
                  class GoogleAdsSearchads360V0ResourcesAd
         | 
| 374 512 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 375 513 |  | 
| @@ -394,6 +532,18 @@ module Google | |
| 394 532 | 
             
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 395 533 | 
             
                  end
         | 
| 396 534 |  | 
| 535 | 
            +
                  class GoogleAdsSearchads360V0ResourcesAdGroupAsset
         | 
| 536 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 537 | 
            +
                  
         | 
| 538 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 539 | 
            +
                  end
         | 
| 540 | 
            +
                  
         | 
| 541 | 
            +
                  class GoogleAdsSearchads360V0ResourcesAdGroupAssetSet
         | 
| 542 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 543 | 
            +
                  
         | 
| 544 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 545 | 
            +
                  end
         | 
| 546 | 
            +
                  
         | 
| 397 547 | 
             
                  class GoogleAdsSearchads360V0ResourcesAdGroupAudienceView
         | 
| 398 548 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 399 549 |  | 
| @@ -436,12 +586,60 @@ module Google | |
| 436 586 | 
             
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 437 587 | 
             
                  end
         | 
| 438 588 |  | 
| 589 | 
            +
                  class GoogleAdsSearchads360V0ResourcesAssetGroup
         | 
| 590 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 591 | 
            +
                  
         | 
| 592 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 593 | 
            +
                  end
         | 
| 594 | 
            +
                  
         | 
| 595 | 
            +
                  class GoogleAdsSearchads360V0ResourcesAssetGroupAsset
         | 
| 596 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 597 | 
            +
                  
         | 
| 598 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 599 | 
            +
                  end
         | 
| 600 | 
            +
                  
         | 
| 601 | 
            +
                  class GoogleAdsSearchads360V0ResourcesAssetGroupAssetCombinationData
         | 
| 602 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 603 | 
            +
                  
         | 
| 604 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 605 | 
            +
                  end
         | 
| 606 | 
            +
                  
         | 
| 607 | 
            +
                  class GoogleAdsSearchads360V0ResourcesAssetGroupListingGroupFilter
         | 
| 608 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 609 | 
            +
                  
         | 
| 610 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 611 | 
            +
                  end
         | 
| 612 | 
            +
                  
         | 
| 613 | 
            +
                  class GoogleAdsSearchads360V0ResourcesAssetGroupSignal
         | 
| 614 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 615 | 
            +
                  
         | 
| 616 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 617 | 
            +
                  end
         | 
| 618 | 
            +
                  
         | 
| 619 | 
            +
                  class GoogleAdsSearchads360V0ResourcesAssetGroupTopCombinationView
         | 
| 620 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 621 | 
            +
                  
         | 
| 622 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 623 | 
            +
                  end
         | 
| 624 | 
            +
                  
         | 
| 439 625 | 
             
                  class GoogleAdsSearchads360V0ResourcesAssetSet
         | 
| 440 626 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 441 627 |  | 
| 442 628 | 
             
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 443 629 | 
             
                  end
         | 
| 444 630 |  | 
| 631 | 
            +
                  class GoogleAdsSearchads360V0ResourcesAssetSetAsset
         | 
| 632 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 633 | 
            +
                  
         | 
| 634 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 635 | 
            +
                  end
         | 
| 636 | 
            +
                  
         | 
| 637 | 
            +
                  class GoogleAdsSearchads360V0ResourcesAudience
         | 
| 638 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 639 | 
            +
                  
         | 
| 640 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 641 | 
            +
                  end
         | 
| 642 | 
            +
                  
         | 
| 445 643 | 
             
                  class GoogleAdsSearchads360V0ResourcesBiddingStrategy
         | 
| 446 644 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 447 645 |  | 
| @@ -454,6 +652,18 @@ module Google | |
| 454 652 | 
             
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 455 653 | 
             
                  end
         | 
| 456 654 |  | 
| 655 | 
            +
                  class GoogleAdsSearchads360V0ResourcesCampaignAsset
         | 
| 656 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 657 | 
            +
                  
         | 
| 658 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 659 | 
            +
                  end
         | 
| 660 | 
            +
                  
         | 
| 661 | 
            +
                  class GoogleAdsSearchads360V0ResourcesCampaignAssetSet
         | 
| 662 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 663 | 
            +
                  
         | 
| 664 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 665 | 
            +
                  end
         | 
| 666 | 
            +
                  
         | 
| 457 667 | 
             
                  class GoogleAdsSearchads360V0ResourcesCampaignAudienceView
         | 
| 458 668 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 459 669 |  | 
| @@ -478,6 +688,18 @@ module Google | |
| 478 688 | 
             
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 479 689 | 
             
                  end
         | 
| 480 690 |  | 
| 691 | 
            +
                  class GoogleAdsSearchads360V0ResourcesCartDataSalesView
         | 
| 692 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 693 | 
            +
                  
         | 
| 694 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 695 | 
            +
                  end
         | 
| 696 | 
            +
                  
         | 
| 697 | 
            +
                  class GoogleAdsSearchads360V0ResourcesConversion
         | 
| 698 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 699 | 
            +
                  
         | 
| 700 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 701 | 
            +
                  end
         | 
| 702 | 
            +
                  
         | 
| 481 703 | 
             
                  class GoogleAdsSearchads360V0ResourcesConversionAction
         | 
| 482 704 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 483 705 |  | 
| @@ -502,6 +724,18 @@ module Google | |
| 502 724 | 
             
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 503 725 | 
             
                  end
         | 
| 504 726 |  | 
| 727 | 
            +
                  class GoogleAdsSearchads360V0ResourcesCustomerAsset
         | 
| 728 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 729 | 
            +
                  
         | 
| 730 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 731 | 
            +
                  end
         | 
| 732 | 
            +
                  
         | 
| 733 | 
            +
                  class GoogleAdsSearchads360V0ResourcesCustomerAssetSet
         | 
| 734 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 735 | 
            +
                  
         | 
| 736 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 737 | 
            +
                  end
         | 
| 738 | 
            +
                  
         | 
| 505 739 | 
             
                  class GoogleAdsSearchads360V0ResourcesCustomerClient
         | 
| 506 740 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 507 741 |  | 
| @@ -532,6 +766,12 @@ module Google | |
| 532 766 | 
             
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 533 767 | 
             
                  end
         | 
| 534 768 |  | 
| 769 | 
            +
                  class GoogleAdsSearchads360V0ResourcesGeoTargetConstant
         | 
| 770 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 771 | 
            +
                  
         | 
| 772 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 773 | 
            +
                  end
         | 
| 774 | 
            +
                  
         | 
| 535 775 | 
             
                  class GoogleAdsSearchads360V0ResourcesKeywordView
         | 
| 536 776 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 537 777 |  | 
| @@ -544,12 +784,36 @@ module Google | |
| 544 784 | 
             
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 545 785 | 
             
                  end
         | 
| 546 786 |  | 
| 787 | 
            +
                  class GoogleAdsSearchads360V0ResourcesLanguageConstant
         | 
| 788 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 789 | 
            +
                  
         | 
| 790 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 791 | 
            +
                  end
         | 
| 792 | 
            +
                  
         | 
| 793 | 
            +
                  class GoogleAdsSearchads360V0ResourcesListingGroupFilterDimension
         | 
| 794 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 795 | 
            +
                  
         | 
| 796 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 797 | 
            +
                  end
         | 
| 798 | 
            +
                  
         | 
| 799 | 
            +
                  class GoogleAdsSearchads360V0ResourcesListingGroupFilterDimensionPath
         | 
| 800 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 801 | 
            +
                  
         | 
| 802 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 803 | 
            +
                  end
         | 
| 804 | 
            +
                  
         | 
| 547 805 | 
             
                  class GoogleAdsSearchads360V0ResourcesLocationView
         | 
| 548 806 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 549 807 |  | 
| 550 808 | 
             
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 551 809 | 
             
                  end
         | 
| 552 810 |  | 
| 811 | 
            +
                  class GoogleAdsSearchads360V0ResourcesProductBiddingCategoryConstant
         | 
| 812 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 813 | 
            +
                  
         | 
| 814 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 815 | 
            +
                  end
         | 
| 816 | 
            +
                  
         | 
| 553 817 | 
             
                  class GoogleAdsSearchads360V0ResourcesProductGroupView
         | 
| 554 818 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 555 819 |  | 
| @@ -562,12 +826,24 @@ module Google | |
| 562 826 | 
             
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 563 827 | 
             
                  end
         | 
| 564 828 |  | 
| 829 | 
            +
                  class GoogleAdsSearchads360V0ResourcesShoppingPerformanceView
         | 
| 830 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 831 | 
            +
                  
         | 
| 832 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 833 | 
            +
                  end
         | 
| 834 | 
            +
                  
         | 
| 565 835 | 
             
                  class GoogleAdsSearchads360V0ResourcesUserList
         | 
| 566 836 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 567 837 |  | 
| 568 838 | 
             
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 569 839 | 
             
                  end
         | 
| 570 840 |  | 
| 841 | 
            +
                  class GoogleAdsSearchads360V0ResourcesVisit
         | 
| 842 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 843 | 
            +
                  
         | 
| 844 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 845 | 
            +
                  end
         | 
| 846 | 
            +
                  
         | 
| 571 847 | 
             
                  class GoogleAdsSearchads360V0ResourcesWebpageView
         | 
| 572 848 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 573 849 |  | 
| @@ -622,6 +898,17 @@ module Google | |
| 622 898 | 
             
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 623 899 | 
             
                  end
         | 
| 624 900 |  | 
| 901 | 
            +
                  class GoogleAdsSearchads360V0CommonAdScheduleInfo
         | 
| 902 | 
            +
                    # @private
         | 
| 903 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 904 | 
            +
                      property :day_of_week, as: 'dayOfWeek'
         | 
| 905 | 
            +
                      property :end_hour, as: 'endHour'
         | 
| 906 | 
            +
                      property :end_minute, as: 'endMinute'
         | 
| 907 | 
            +
                      property :start_hour, as: 'startHour'
         | 
| 908 | 
            +
                      property :start_minute, as: 'startMinute'
         | 
| 909 | 
            +
                    end
         | 
| 910 | 
            +
                  end
         | 
| 911 | 
            +
                  
         | 
| 625 912 | 
             
                  class GoogleAdsSearchads360V0CommonAgeRangeInfo
         | 
| 626 913 | 
             
                    # @private
         | 
| 627 914 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| @@ -629,6 +916,45 @@ module Google | |
| 629 916 | 
             
                    end
         | 
| 630 917 | 
             
                  end
         | 
| 631 918 |  | 
| 919 | 
            +
                  class GoogleAdsSearchads360V0CommonAssetInteractionTarget
         | 
| 920 | 
            +
                    # @private
         | 
| 921 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 922 | 
            +
                      property :asset, as: 'asset'
         | 
| 923 | 
            +
                      property :interaction_on_this_asset, as: 'interactionOnThisAsset'
         | 
| 924 | 
            +
                    end
         | 
| 925 | 
            +
                  end
         | 
| 926 | 
            +
                  
         | 
| 927 | 
            +
                  class GoogleAdsSearchads360V0CommonAssetUsage
         | 
| 928 | 
            +
                    # @private
         | 
| 929 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 930 | 
            +
                      property :asset, as: 'asset'
         | 
| 931 | 
            +
                      property :served_asset_field_type, as: 'servedAssetFieldType'
         | 
| 932 | 
            +
                    end
         | 
| 933 | 
            +
                  end
         | 
| 934 | 
            +
                  
         | 
| 935 | 
            +
                  class GoogleAdsSearchads360V0CommonAudienceInfo
         | 
| 936 | 
            +
                    # @private
         | 
| 937 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 938 | 
            +
                      property :audience, as: 'audience'
         | 
| 939 | 
            +
                    end
         | 
| 940 | 
            +
                  end
         | 
| 941 | 
            +
                  
         | 
| 942 | 
            +
                  class GoogleAdsSearchads360V0CommonBusinessProfileLocation
         | 
| 943 | 
            +
                    # @private
         | 
| 944 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 945 | 
            +
                      collection :labels, as: 'labels'
         | 
| 946 | 
            +
                      property :listing_id, :numeric_string => true, as: 'listingId'
         | 
| 947 | 
            +
                      property :store_code, as: 'storeCode'
         | 
| 948 | 
            +
                    end
         | 
| 949 | 
            +
                  end
         | 
| 950 | 
            +
                  
         | 
| 951 | 
            +
                  class GoogleAdsSearchads360V0CommonCallToActionAsset
         | 
| 952 | 
            +
                    # @private
         | 
| 953 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 954 | 
            +
                      property :call_to_action, as: 'callToAction'
         | 
| 955 | 
            +
                    end
         | 
| 956 | 
            +
                  end
         | 
| 957 | 
            +
                  
         | 
| 632 958 | 
             
                  class GoogleAdsSearchads360V0CommonCustomParameter
         | 
| 633 959 | 
             
                    # @private
         | 
| 634 960 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| @@ -663,6 +989,25 @@ module Google | |
| 663 989 | 
             
                    end
         | 
| 664 990 | 
             
                  end
         | 
| 665 991 |  | 
| 992 | 
            +
                  class GoogleAdsSearchads360V0CommonImageAsset
         | 
| 993 | 
            +
                    # @private
         | 
| 994 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 995 | 
            +
                      property :file_size, :numeric_string => true, as: 'fileSize'
         | 
| 996 | 
            +
                      property :full_size, as: 'fullSize', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonImageDimension, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonImageDimension::Representation
         | 
| 997 | 
            +
                  
         | 
| 998 | 
            +
                      property :mime_type, as: 'mimeType'
         | 
| 999 | 
            +
                    end
         | 
| 1000 | 
            +
                  end
         | 
| 1001 | 
            +
                  
         | 
| 1002 | 
            +
                  class GoogleAdsSearchads360V0CommonImageDimension
         | 
| 1003 | 
            +
                    # @private
         | 
| 1004 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1005 | 
            +
                      property :height_pixels, :numeric_string => true, as: 'heightPixels'
         | 
| 1006 | 
            +
                      property :url, as: 'url'
         | 
| 1007 | 
            +
                      property :width_pixels, :numeric_string => true, as: 'widthPixels'
         | 
| 1008 | 
            +
                    end
         | 
| 1009 | 
            +
                  end
         | 
| 1010 | 
            +
                  
         | 
| 666 1011 | 
             
                  class GoogleAdsSearchads360V0CommonKeyword
         | 
| 667 1012 | 
             
                    # @private
         | 
| 668 1013 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| @@ -772,6 +1117,14 @@ module Google | |
| 772 1117 | 
             
                      property :clicks, :numeric_string => true, as: 'clicks'
         | 
| 773 1118 | 
             
                      property :client_account_conversions, as: 'clientAccountConversions'
         | 
| 774 1119 | 
             
                      property :client_account_conversions_value, as: 'clientAccountConversionsValue'
         | 
| 1120 | 
            +
                      property :client_account_cross_sell_cost_of_goods_sold_micros, :numeric_string => true, as: 'clientAccountCrossSellCostOfGoodsSoldMicros'
         | 
| 1121 | 
            +
                      property :client_account_cross_sell_gross_profit_micros, :numeric_string => true, as: 'clientAccountCrossSellGrossProfitMicros'
         | 
| 1122 | 
            +
                      property :client_account_cross_sell_revenue_micros, :numeric_string => true, as: 'clientAccountCrossSellRevenueMicros'
         | 
| 1123 | 
            +
                      property :client_account_cross_sell_units_sold, as: 'clientAccountCrossSellUnitsSold'
         | 
| 1124 | 
            +
                      property :client_account_lead_cost_of_goods_sold_micros, :numeric_string => true, as: 'clientAccountLeadCostOfGoodsSoldMicros'
         | 
| 1125 | 
            +
                      property :client_account_lead_gross_profit_micros, :numeric_string => true, as: 'clientAccountLeadGrossProfitMicros'
         | 
| 1126 | 
            +
                      property :client_account_lead_revenue_micros, :numeric_string => true, as: 'clientAccountLeadRevenueMicros'
         | 
| 1127 | 
            +
                      property :client_account_lead_units_sold, as: 'clientAccountLeadUnitsSold'
         | 
| 775 1128 | 
             
                      property :client_account_view_through_conversions, :numeric_string => true, as: 'clientAccountViewThroughConversions'
         | 
| 776 1129 | 
             
                      property :content_budget_lost_impression_share, as: 'contentBudgetLostImpressionShare'
         | 
| 777 1130 | 
             
                      property :content_impression_share, as: 'contentImpressionShare'
         | 
| @@ -789,6 +1142,10 @@ module Google | |
| 789 1142 | 
             
                      property :cost_per_current_model_attributed_conversion, as: 'costPerCurrentModelAttributedConversion'
         | 
| 790 1143 | 
             
                      property :cross_device_conversions, as: 'crossDeviceConversions'
         | 
| 791 1144 | 
             
                      property :cross_device_conversions_value, as: 'crossDeviceConversionsValue'
         | 
| 1145 | 
            +
                      property :cross_sell_cost_of_goods_sold_micros, :numeric_string => true, as: 'crossSellCostOfGoodsSoldMicros'
         | 
| 1146 | 
            +
                      property :cross_sell_gross_profit_micros, :numeric_string => true, as: 'crossSellGrossProfitMicros'
         | 
| 1147 | 
            +
                      property :cross_sell_revenue_micros, :numeric_string => true, as: 'crossSellRevenueMicros'
         | 
| 1148 | 
            +
                      property :cross_sell_units_sold, as: 'crossSellUnitsSold'
         | 
| 792 1149 | 
             
                      property :ctr, as: 'ctr'
         | 
| 793 1150 | 
             
                      property :historical_creative_quality_score, as: 'historicalCreativeQualityScore'
         | 
| 794 1151 | 
             
                      property :historical_landing_page_quality_score, as: 'historicalLandingPageQualityScore'
         | 
| @@ -800,6 +1157,10 @@ module Google | |
| 800 1157 | 
             
                      property :interactions, :numeric_string => true, as: 'interactions'
         | 
| 801 1158 | 
             
                      property :invalid_click_rate, as: 'invalidClickRate'
         | 
| 802 1159 | 
             
                      property :invalid_clicks, :numeric_string => true, as: 'invalidClicks'
         | 
| 1160 | 
            +
                      property :lead_cost_of_goods_sold_micros, :numeric_string => true, as: 'leadCostOfGoodsSoldMicros'
         | 
| 1161 | 
            +
                      property :lead_gross_profit_micros, :numeric_string => true, as: 'leadGrossProfitMicros'
         | 
| 1162 | 
            +
                      property :lead_revenue_micros, :numeric_string => true, as: 'leadRevenueMicros'
         | 
| 1163 | 
            +
                      property :lead_units_sold, as: 'leadUnitsSold'
         | 
| 803 1164 | 
             
                      property :mobile_friendly_clicks_percentage, as: 'mobileFriendlyClicksPercentage'
         | 
| 804 1165 | 
             
                      property :search_absolute_top_impression_share, as: 'searchAbsoluteTopImpressionShare'
         | 
| 805 1166 | 
             
                      property :search_budget_lost_absolute_top_impression_share, as: 'searchBudgetLostAbsoluteTopImpressionShare'
         | 
| @@ -898,6 +1259,8 @@ module Google | |
| 898 1259 | 
             
                    # @private
         | 
| 899 1260 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 900 1261 | 
             
                      property :ad_network_type, as: 'adNetworkType'
         | 
| 1262 | 
            +
                      property :asset_interaction_target, as: 'assetInteractionTarget', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonAssetInteractionTarget, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonAssetInteractionTarget::Representation
         | 
| 1263 | 
            +
                  
         | 
| 901 1264 | 
             
                      property :conversion_action, as: 'conversionAction'
         | 
| 902 1265 | 
             
                      property :conversion_action_category, as: 'conversionActionCategory'
         | 
| 903 1266 | 
             
                      property :conversion_action_name, as: 'conversionActionName'
         | 
| @@ -907,6 +1270,49 @@ module Google | |
| 907 1270 | 
             
                      property :keyword, as: 'keyword', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonKeyword, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonKeyword::Representation
         | 
| 908 1271 |  | 
| 909 1272 | 
             
                      property :month, as: 'month'
         | 
| 1273 | 
            +
                      property :product_bidding_category_level1, as: 'productBiddingCategoryLevel1'
         | 
| 1274 | 
            +
                      property :product_bidding_category_level2, as: 'productBiddingCategoryLevel2'
         | 
| 1275 | 
            +
                      property :product_bidding_category_level3, as: 'productBiddingCategoryLevel3'
         | 
| 1276 | 
            +
                      property :product_bidding_category_level4, as: 'productBiddingCategoryLevel4'
         | 
| 1277 | 
            +
                      property :product_bidding_category_level5, as: 'productBiddingCategoryLevel5'
         | 
| 1278 | 
            +
                      property :product_brand, as: 'productBrand'
         | 
| 1279 | 
            +
                      property :product_channel, as: 'productChannel'
         | 
| 1280 | 
            +
                      property :product_channel_exclusivity, as: 'productChannelExclusivity'
         | 
| 1281 | 
            +
                      property :product_condition, as: 'productCondition'
         | 
| 1282 | 
            +
                      property :product_country, as: 'productCountry'
         | 
| 1283 | 
            +
                      property :product_custom_attribute0, as: 'productCustomAttribute0'
         | 
| 1284 | 
            +
                      property :product_custom_attribute1, as: 'productCustomAttribute1'
         | 
| 1285 | 
            +
                      property :product_custom_attribute2, as: 'productCustomAttribute2'
         | 
| 1286 | 
            +
                      property :product_custom_attribute3, as: 'productCustomAttribute3'
         | 
| 1287 | 
            +
                      property :product_custom_attribute4, as: 'productCustomAttribute4'
         | 
| 1288 | 
            +
                      property :product_item_id, as: 'productItemId'
         | 
| 1289 | 
            +
                      property :product_language, as: 'productLanguage'
         | 
| 1290 | 
            +
                      property :product_sold_bidding_category_level1, as: 'productSoldBiddingCategoryLevel1'
         | 
| 1291 | 
            +
                      property :product_sold_bidding_category_level2, as: 'productSoldBiddingCategoryLevel2'
         | 
| 1292 | 
            +
                      property :product_sold_bidding_category_level3, as: 'productSoldBiddingCategoryLevel3'
         | 
| 1293 | 
            +
                      property :product_sold_bidding_category_level4, as: 'productSoldBiddingCategoryLevel4'
         | 
| 1294 | 
            +
                      property :product_sold_bidding_category_level5, as: 'productSoldBiddingCategoryLevel5'
         | 
| 1295 | 
            +
                      property :product_sold_brand, as: 'productSoldBrand'
         | 
| 1296 | 
            +
                      property :product_sold_condition, as: 'productSoldCondition'
         | 
| 1297 | 
            +
                      property :product_sold_custom_attribute0, as: 'productSoldCustomAttribute0'
         | 
| 1298 | 
            +
                      property :product_sold_custom_attribute1, as: 'productSoldCustomAttribute1'
         | 
| 1299 | 
            +
                      property :product_sold_custom_attribute2, as: 'productSoldCustomAttribute2'
         | 
| 1300 | 
            +
                      property :product_sold_custom_attribute3, as: 'productSoldCustomAttribute3'
         | 
| 1301 | 
            +
                      property :product_sold_custom_attribute4, as: 'productSoldCustomAttribute4'
         | 
| 1302 | 
            +
                      property :product_sold_item_id, as: 'productSoldItemId'
         | 
| 1303 | 
            +
                      property :product_sold_title, as: 'productSoldTitle'
         | 
| 1304 | 
            +
                      property :product_sold_type_l1, as: 'productSoldTypeL1'
         | 
| 1305 | 
            +
                      property :product_sold_type_l2, as: 'productSoldTypeL2'
         | 
| 1306 | 
            +
                      property :product_sold_type_l3, as: 'productSoldTypeL3'
         | 
| 1307 | 
            +
                      property :product_sold_type_l4, as: 'productSoldTypeL4'
         | 
| 1308 | 
            +
                      property :product_sold_type_l5, as: 'productSoldTypeL5'
         | 
| 1309 | 
            +
                      property :product_store_id, as: 'productStoreId'
         | 
| 1310 | 
            +
                      property :product_title, as: 'productTitle'
         | 
| 1311 | 
            +
                      property :product_type_l1, as: 'productTypeL1'
         | 
| 1312 | 
            +
                      property :product_type_l2, as: 'productTypeL2'
         | 
| 1313 | 
            +
                      property :product_type_l3, as: 'productTypeL3'
         | 
| 1314 | 
            +
                      property :product_type_l4, as: 'productTypeL4'
         | 
| 1315 | 
            +
                      property :product_type_l5, as: 'productTypeL5'
         | 
| 910 1316 | 
             
                      property :quarter, as: 'quarter'
         | 
| 911 1317 | 
             
                      property :week, as: 'week'
         | 
| 912 1318 | 
             
                      property :year, as: 'year'
         | 
| @@ -977,6 +1383,13 @@ module Google | |
| 977 1383 | 
             
                    end
         | 
| 978 1384 | 
             
                  end
         | 
| 979 1385 |  | 
| 1386 | 
            +
                  class GoogleAdsSearchads360V0CommonTextAsset
         | 
| 1387 | 
            +
                    # @private
         | 
| 1388 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1389 | 
            +
                      property :text, as: 'text'
         | 
| 1390 | 
            +
                    end
         | 
| 1391 | 
            +
                  end
         | 
| 1392 | 
            +
                  
         | 
| 980 1393 | 
             
                  class GoogleAdsSearchads360V0CommonTextLabel
         | 
| 981 1394 | 
             
                    # @private
         | 
| 982 1395 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| @@ -985,6 +1398,69 @@ module Google | |
| 985 1398 | 
             
                    end
         | 
| 986 1399 | 
             
                  end
         | 
| 987 1400 |  | 
| 1401 | 
            +
                  class GoogleAdsSearchads360V0CommonUnifiedCallAsset
         | 
| 1402 | 
            +
                    # @private
         | 
| 1403 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1404 | 
            +
                      collection :ad_schedule_targets, as: 'adScheduleTargets', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonAdScheduleInfo, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonAdScheduleInfo::Representation
         | 
| 1405 | 
            +
                  
         | 
| 1406 | 
            +
                      property :call_conversion_action, as: 'callConversionAction'
         | 
| 1407 | 
            +
                      property :call_conversion_reporting_state, as: 'callConversionReportingState'
         | 
| 1408 | 
            +
                      property :call_only, as: 'callOnly'
         | 
| 1409 | 
            +
                      property :call_tracking_enabled, as: 'callTrackingEnabled'
         | 
| 1410 | 
            +
                      property :country_code, as: 'countryCode'
         | 
| 1411 | 
            +
                      property :end_date, as: 'endDate'
         | 
| 1412 | 
            +
                      property :phone_number, as: 'phoneNumber'
         | 
| 1413 | 
            +
                      property :start_date, as: 'startDate'
         | 
| 1414 | 
            +
                      property :use_searcher_time_zone, as: 'useSearcherTimeZone'
         | 
| 1415 | 
            +
                    end
         | 
| 1416 | 
            +
                  end
         | 
| 1417 | 
            +
                  
         | 
| 1418 | 
            +
                  class GoogleAdsSearchads360V0CommonUnifiedCalloutAsset
         | 
| 1419 | 
            +
                    # @private
         | 
| 1420 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1421 | 
            +
                      collection :ad_schedule_targets, as: 'adScheduleTargets', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonAdScheduleInfo, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonAdScheduleInfo::Representation
         | 
| 1422 | 
            +
                  
         | 
| 1423 | 
            +
                      property :callout_text, as: 'calloutText'
         | 
| 1424 | 
            +
                      property :end_date, as: 'endDate'
         | 
| 1425 | 
            +
                      property :start_date, as: 'startDate'
         | 
| 1426 | 
            +
                      property :use_searcher_time_zone, as: 'useSearcherTimeZone'
         | 
| 1427 | 
            +
                    end
         | 
| 1428 | 
            +
                  end
         | 
| 1429 | 
            +
                  
         | 
| 1430 | 
            +
                  class GoogleAdsSearchads360V0CommonUnifiedLocationAsset
         | 
| 1431 | 
            +
                    # @private
         | 
| 1432 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1433 | 
            +
                      collection :business_profile_locations, as: 'businessProfileLocations', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonBusinessProfileLocation, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonBusinessProfileLocation::Representation
         | 
| 1434 | 
            +
                  
         | 
| 1435 | 
            +
                      property :location_ownership_type, as: 'locationOwnershipType'
         | 
| 1436 | 
            +
                      property :place_id, as: 'placeId'
         | 
| 1437 | 
            +
                    end
         | 
| 1438 | 
            +
                  end
         | 
| 1439 | 
            +
                  
         | 
| 1440 | 
            +
                  class GoogleAdsSearchads360V0CommonUnifiedPageFeedAsset
         | 
| 1441 | 
            +
                    # @private
         | 
| 1442 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1443 | 
            +
                      collection :labels, as: 'labels'
         | 
| 1444 | 
            +
                      property :page_url, as: 'pageUrl'
         | 
| 1445 | 
            +
                    end
         | 
| 1446 | 
            +
                  end
         | 
| 1447 | 
            +
                  
         | 
| 1448 | 
            +
                  class GoogleAdsSearchads360V0CommonUnifiedSitelinkAsset
         | 
| 1449 | 
            +
                    # @private
         | 
| 1450 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1451 | 
            +
                      collection :ad_schedule_targets, as: 'adScheduleTargets', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonAdScheduleInfo, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonAdScheduleInfo::Representation
         | 
| 1452 | 
            +
                  
         | 
| 1453 | 
            +
                      property :description1, as: 'description1'
         | 
| 1454 | 
            +
                      property :description2, as: 'description2'
         | 
| 1455 | 
            +
                      property :end_date, as: 'endDate'
         | 
| 1456 | 
            +
                      property :link_text, as: 'linkText'
         | 
| 1457 | 
            +
                      property :mobile_preferred, as: 'mobilePreferred'
         | 
| 1458 | 
            +
                      property :start_date, as: 'startDate'
         | 
| 1459 | 
            +
                      property :tracking_id, :numeric_string => true, as: 'trackingId'
         | 
| 1460 | 
            +
                      property :use_searcher_time_zone, as: 'useSearcherTimeZone'
         | 
| 1461 | 
            +
                    end
         | 
| 1462 | 
            +
                  end
         | 
| 1463 | 
            +
                  
         | 
| 988 1464 | 
             
                  class GoogleAdsSearchads360V0CommonUserListInfo
         | 
| 989 1465 | 
             
                    # @private
         | 
| 990 1466 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| @@ -1022,6 +1498,14 @@ module Google | |
| 1022 1498 | 
             
                    end
         | 
| 1023 1499 | 
             
                  end
         | 
| 1024 1500 |  | 
| 1501 | 
            +
                  class GoogleAdsSearchads360V0CommonYoutubeVideoAsset
         | 
| 1502 | 
            +
                    # @private
         | 
| 1503 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1504 | 
            +
                      property :youtube_video_id, as: 'youtubeVideoId'
         | 
| 1505 | 
            +
                      property :youtube_video_title, as: 'youtubeVideoTitle'
         | 
| 1506 | 
            +
                    end
         | 
| 1507 | 
            +
                  end
         | 
| 1508 | 
            +
                  
         | 
| 1025 1509 | 
             
                  class GoogleAdsSearchads360V0ErrorsErrorLocationFieldPathElement
         | 
| 1026 1510 | 
             
                    # @private
         | 
| 1027 1511 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| @@ -1041,6 +1525,7 @@ module Google | |
| 1041 1525 | 
             
                      property :distinct_error, as: 'distinctError'
         | 
| 1042 1526 | 
             
                      property :header_error, as: 'headerError'
         | 
| 1043 1527 | 
             
                      property :internal_error, as: 'internalError'
         | 
| 1528 | 
            +
                      property :invalid_parameter_error, as: 'invalidParameterError'
         | 
| 1044 1529 | 
             
                      property :query_error, as: 'queryError'
         | 
| 1045 1530 | 
             
                      property :quota_error, as: 'quotaError'
         | 
| 1046 1531 | 
             
                      property :request_error, as: 'requestError'
         | 
| @@ -1098,6 +1583,13 @@ module Google | |
| 1098 1583 | 
             
                    end
         | 
| 1099 1584 | 
             
                  end
         | 
| 1100 1585 |  | 
| 1586 | 
            +
                  class GoogleAdsSearchads360V0ResourcesAdGroupCriterionPositionEstimates
         | 
| 1587 | 
            +
                    # @private
         | 
| 1588 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1589 | 
            +
                      property :top_of_page_cpc_micros, :numeric_string => true, as: 'topOfPageCpcMicros'
         | 
| 1590 | 
            +
                    end
         | 
| 1591 | 
            +
                  end
         | 
| 1592 | 
            +
                  
         | 
| 1101 1593 | 
             
                  class GoogleAdsSearchads360V0ResourcesAdGroupCriterionQualityInfo
         | 
| 1102 1594 | 
             
                    # @private
         | 
| 1103 1595 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| @@ -1125,69 +1617,121 @@ module Google | |
| 1125 1617 | 
             
                  class GoogleAdsSearchads360V0ResourcesCampaignNetworkSettings
         | 
| 1126 1618 | 
             
                    # @private
         | 
| 1127 1619 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1128 | 
            -
                      property :target_content_network, as: 'targetContentNetwork'
         | 
| 1129 | 
            -
                      property :target_google_search, as: 'targetGoogleSearch'
         | 
| 1130 | 
            -
                      property :target_partner_search_network, as: 'targetPartnerSearchNetwork'
         | 
| 1131 | 
            -
                      property :target_search_network, as: 'targetSearchNetwork'
         | 
| 1620 | 
            +
                      property :target_content_network, as: 'targetContentNetwork'
         | 
| 1621 | 
            +
                      property :target_google_search, as: 'targetGoogleSearch'
         | 
| 1622 | 
            +
                      property :target_partner_search_network, as: 'targetPartnerSearchNetwork'
         | 
| 1623 | 
            +
                      property :target_search_network, as: 'targetSearchNetwork'
         | 
| 1624 | 
            +
                    end
         | 
| 1625 | 
            +
                  end
         | 
| 1626 | 
            +
                  
         | 
| 1627 | 
            +
                  class GoogleAdsSearchads360V0ResourcesCampaignOptimizationGoalSetting
         | 
| 1628 | 
            +
                    # @private
         | 
| 1629 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1630 | 
            +
                      collection :optimization_goal_types, as: 'optimizationGoalTypes'
         | 
| 1631 | 
            +
                    end
         | 
| 1632 | 
            +
                  end
         | 
| 1633 | 
            +
                  
         | 
| 1634 | 
            +
                  class GoogleAdsSearchads360V0ResourcesCampaignSelectiveOptimization
         | 
| 1635 | 
            +
                    # @private
         | 
| 1636 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1637 | 
            +
                      collection :conversion_actions, as: 'conversionActions'
         | 
| 1638 | 
            +
                    end
         | 
| 1639 | 
            +
                  end
         | 
| 1640 | 
            +
                  
         | 
| 1641 | 
            +
                  class GoogleAdsSearchads360V0ResourcesCampaignShoppingSetting
         | 
| 1642 | 
            +
                    # @private
         | 
| 1643 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1644 | 
            +
                      property :campaign_priority, as: 'campaignPriority'
         | 
| 1645 | 
            +
                      property :enable_local, as: 'enableLocal'
         | 
| 1646 | 
            +
                      property :feed_label, as: 'feedLabel'
         | 
| 1647 | 
            +
                      property :merchant_id, :numeric_string => true, as: 'merchantId'
         | 
| 1648 | 
            +
                      property :sales_country, as: 'salesCountry'
         | 
| 1649 | 
            +
                      property :use_vehicle_inventory, as: 'useVehicleInventory'
         | 
| 1650 | 
            +
                    end
         | 
| 1651 | 
            +
                  end
         | 
| 1652 | 
            +
                  
         | 
| 1653 | 
            +
                  class GoogleAdsSearchads360V0ResourcesCampaignTrackingSetting
         | 
| 1654 | 
            +
                    # @private
         | 
| 1655 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1656 | 
            +
                      property :tracking_url, as: 'trackingUrl'
         | 
| 1657 | 
            +
                    end
         | 
| 1658 | 
            +
                  end
         | 
| 1659 | 
            +
                  
         | 
| 1660 | 
            +
                  class GoogleAdsSearchads360V0ResourcesConversionActionAttributionModelSettings
         | 
| 1661 | 
            +
                    # @private
         | 
| 1662 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1663 | 
            +
                      property :attribution_model, as: 'attributionModel'
         | 
| 1664 | 
            +
                      property :data_driven_model_status, as: 'dataDrivenModelStatus'
         | 
| 1665 | 
            +
                    end
         | 
| 1666 | 
            +
                  end
         | 
| 1667 | 
            +
                  
         | 
| 1668 | 
            +
                  class GoogleAdsSearchads360V0ResourcesConversionActionFloodlightSettings
         | 
| 1669 | 
            +
                    # @private
         | 
| 1670 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1671 | 
            +
                      property :activity_group_tag, as: 'activityGroupTag'
         | 
| 1672 | 
            +
                      property :activity_id, :numeric_string => true, as: 'activityId'
         | 
| 1673 | 
            +
                      property :activity_tag, as: 'activityTag'
         | 
| 1674 | 
            +
                    end
         | 
| 1675 | 
            +
                  end
         | 
| 1676 | 
            +
                  
         | 
| 1677 | 
            +
                  class GoogleAdsSearchads360V0ResourcesConversionActionValueSettings
         | 
| 1678 | 
            +
                    # @private
         | 
| 1679 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1680 | 
            +
                      property :always_use_default_value, as: 'alwaysUseDefaultValue'
         | 
| 1681 | 
            +
                      property :default_currency_code, as: 'defaultCurrencyCode'
         | 
| 1682 | 
            +
                      property :default_value, as: 'defaultValue'
         | 
| 1132 1683 | 
             
                    end
         | 
| 1133 1684 | 
             
                  end
         | 
| 1134 1685 |  | 
| 1135 | 
            -
                  class  | 
| 1686 | 
            +
                  class GoogleAdsSearchads360V0ResourcesListingGroupFilterDimensionProductBiddingCategory
         | 
| 1136 1687 | 
             
                    # @private
         | 
| 1137 1688 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1138 | 
            -
                       | 
| 1689 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 1690 | 
            +
                      property :level, as: 'level'
         | 
| 1139 1691 | 
             
                    end
         | 
| 1140 1692 | 
             
                  end
         | 
| 1141 1693 |  | 
| 1142 | 
            -
                  class  | 
| 1694 | 
            +
                  class GoogleAdsSearchads360V0ResourcesListingGroupFilterDimensionProductBrand
         | 
| 1143 1695 | 
             
                    # @private
         | 
| 1144 1696 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1145 | 
            -
                       | 
| 1697 | 
            +
                      property :value, as: 'value'
         | 
| 1146 1698 | 
             
                    end
         | 
| 1147 1699 | 
             
                  end
         | 
| 1148 1700 |  | 
| 1149 | 
            -
                  class  | 
| 1701 | 
            +
                  class GoogleAdsSearchads360V0ResourcesListingGroupFilterDimensionProductChannel
         | 
| 1150 1702 | 
             
                    # @private
         | 
| 1151 1703 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1152 | 
            -
                      property : | 
| 1153 | 
            -
                      property :enable_local, as: 'enableLocal'
         | 
| 1154 | 
            -
                      property :feed_label, as: 'feedLabel'
         | 
| 1155 | 
            -
                      property :merchant_id, :numeric_string => true, as: 'merchantId'
         | 
| 1156 | 
            -
                      property :sales_country, as: 'salesCountry'
         | 
| 1157 | 
            -
                      property :use_vehicle_inventory, as: 'useVehicleInventory'
         | 
| 1704 | 
            +
                      property :channel, as: 'channel'
         | 
| 1158 1705 | 
             
                    end
         | 
| 1159 1706 | 
             
                  end
         | 
| 1160 1707 |  | 
| 1161 | 
            -
                  class  | 
| 1708 | 
            +
                  class GoogleAdsSearchads360V0ResourcesListingGroupFilterDimensionProductCondition
         | 
| 1162 1709 | 
             
                    # @private
         | 
| 1163 1710 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1164 | 
            -
                      property : | 
| 1711 | 
            +
                      property :condition, as: 'condition'
         | 
| 1165 1712 | 
             
                    end
         | 
| 1166 1713 | 
             
                  end
         | 
| 1167 1714 |  | 
| 1168 | 
            -
                  class  | 
| 1715 | 
            +
                  class GoogleAdsSearchads360V0ResourcesListingGroupFilterDimensionProductCustomAttribute
         | 
| 1169 1716 | 
             
                    # @private
         | 
| 1170 1717 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1171 | 
            -
                      property : | 
| 1172 | 
            -
                      property : | 
| 1718 | 
            +
                      property :index, as: 'index'
         | 
| 1719 | 
            +
                      property :value, as: 'value'
         | 
| 1173 1720 | 
             
                    end
         | 
| 1174 1721 | 
             
                  end
         | 
| 1175 1722 |  | 
| 1176 | 
            -
                  class  | 
| 1723 | 
            +
                  class GoogleAdsSearchads360V0ResourcesListingGroupFilterDimensionProductItemId
         | 
| 1177 1724 | 
             
                    # @private
         | 
| 1178 1725 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1179 | 
            -
                      property : | 
| 1180 | 
            -
                      property :activity_id, :numeric_string => true, as: 'activityId'
         | 
| 1181 | 
            -
                      property :activity_tag, as: 'activityTag'
         | 
| 1726 | 
            +
                      property :value, as: 'value'
         | 
| 1182 1727 | 
             
                    end
         | 
| 1183 1728 | 
             
                  end
         | 
| 1184 1729 |  | 
| 1185 | 
            -
                  class  | 
| 1730 | 
            +
                  class GoogleAdsSearchads360V0ResourcesListingGroupFilterDimensionProductType
         | 
| 1186 1731 | 
             
                    # @private
         | 
| 1187 1732 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1188 | 
            -
                      property : | 
| 1189 | 
            -
                      property : | 
| 1190 | 
            -
                      property :default_value, as: 'defaultValue'
         | 
| 1733 | 
            +
                      property :level, as: 'level'
         | 
| 1734 | 
            +
                      property :value, as: 'value'
         | 
| 1191 1735 | 
             
                    end
         | 
| 1192 1736 | 
             
                  end
         | 
| 1193 1737 |  | 
| @@ -1260,6 +1804,26 @@ module Google | |
| 1260 1804 | 
             
                    end
         | 
| 1261 1805 | 
             
                  end
         | 
| 1262 1806 |  | 
| 1807 | 
            +
                  class GoogleAdsSearchads360V0ResourcesAdGroupAsset
         | 
| 1808 | 
            +
                    # @private
         | 
| 1809 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1810 | 
            +
                      property :ad_group, as: 'adGroup'
         | 
| 1811 | 
            +
                      property :asset, as: 'asset'
         | 
| 1812 | 
            +
                      property :resource_name, as: 'resourceName'
         | 
| 1813 | 
            +
                      property :status, as: 'status'
         | 
| 1814 | 
            +
                    end
         | 
| 1815 | 
            +
                  end
         | 
| 1816 | 
            +
                  
         | 
| 1817 | 
            +
                  class GoogleAdsSearchads360V0ResourcesAdGroupAssetSet
         | 
| 1818 | 
            +
                    # @private
         | 
| 1819 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1820 | 
            +
                      property :ad_group, as: 'adGroup'
         | 
| 1821 | 
            +
                      property :asset_set, as: 'assetSet'
         | 
| 1822 | 
            +
                      property :resource_name, as: 'resourceName'
         | 
| 1823 | 
            +
                      property :status, as: 'status'
         | 
| 1824 | 
            +
                    end
         | 
| 1825 | 
            +
                  end
         | 
| 1826 | 
            +
                  
         | 
| 1263 1827 | 
             
                  class GoogleAdsSearchads360V0ResourcesAdGroupAudienceView
         | 
| 1264 1828 | 
             
                    # @private
         | 
| 1265 1829 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| @@ -1303,6 +1867,8 @@ module Google | |
| 1303 1867 | 
             
                      property :location, as: 'location', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonLocationInfo, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonLocationInfo::Representation
         | 
| 1304 1868 |  | 
| 1305 1869 | 
             
                      property :negative, as: 'negative'
         | 
| 1870 | 
            +
                      property :position_estimates, as: 'positionEstimates', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupCriterionPositionEstimates, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupCriterionPositionEstimates::Representation
         | 
| 1871 | 
            +
                  
         | 
| 1306 1872 | 
             
                      property :quality_info, as: 'qualityInfo', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupCriterionQualityInfo, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupCriterionQualityInfo::Representation
         | 
| 1307 1873 |  | 
| 1308 1874 | 
             
                      property :resource_name, as: 'resourceName'
         | 
| @@ -1344,17 +1910,106 @@ module Google | |
| 1344 1910 | 
             
                  class GoogleAdsSearchads360V0ResourcesAsset
         | 
| 1345 1911 | 
             
                    # @private
         | 
| 1346 1912 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1913 | 
            +
                      property :call_asset, as: 'callAsset', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonUnifiedCallAsset, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonUnifiedCallAsset::Representation
         | 
| 1914 | 
            +
                  
         | 
| 1915 | 
            +
                      property :call_to_action_asset, as: 'callToActionAsset', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonCallToActionAsset, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonCallToActionAsset::Representation
         | 
| 1916 | 
            +
                  
         | 
| 1917 | 
            +
                      property :callout_asset, as: 'calloutAsset', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonUnifiedCalloutAsset, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonUnifiedCalloutAsset::Representation
         | 
| 1918 | 
            +
                  
         | 
| 1347 1919 | 
             
                      property :creation_time, as: 'creationTime'
         | 
| 1348 1920 | 
             
                      property :engine_status, as: 'engineStatus'
         | 
| 1349 1921 | 
             
                      collection :final_urls, as: 'finalUrls'
         | 
| 1350 1922 | 
             
                      property :id, :numeric_string => true, as: 'id'
         | 
| 1923 | 
            +
                      property :image_asset, as: 'imageAsset', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonImageAsset, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonImageAsset::Representation
         | 
| 1924 | 
            +
                  
         | 
| 1351 1925 | 
             
                      property :last_modified_time, as: 'lastModifiedTime'
         | 
| 1926 | 
            +
                      property :location_asset, as: 'locationAsset', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonUnifiedLocationAsset, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonUnifiedLocationAsset::Representation
         | 
| 1927 | 
            +
                  
         | 
| 1352 1928 | 
             
                      property :mobile_app_asset, as: 'mobileAppAsset', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonMobileAppAsset, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonMobileAppAsset::Representation
         | 
| 1353 1929 |  | 
| 1930 | 
            +
                      property :name, as: 'name'
         | 
| 1931 | 
            +
                      property :page_feed_asset, as: 'pageFeedAsset', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonUnifiedPageFeedAsset, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonUnifiedPageFeedAsset::Representation
         | 
| 1932 | 
            +
                  
         | 
| 1354 1933 | 
             
                      property :resource_name, as: 'resourceName'
         | 
| 1934 | 
            +
                      property :sitelink_asset, as: 'sitelinkAsset', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonUnifiedSitelinkAsset, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonUnifiedSitelinkAsset::Representation
         | 
| 1935 | 
            +
                  
         | 
| 1355 1936 | 
             
                      property :status, as: 'status'
         | 
| 1937 | 
            +
                      property :text_asset, as: 'textAsset', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonTextAsset, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonTextAsset::Representation
         | 
| 1938 | 
            +
                  
         | 
| 1356 1939 | 
             
                      property :tracking_url_template, as: 'trackingUrlTemplate'
         | 
| 1357 1940 | 
             
                      property :type, as: 'type'
         | 
| 1941 | 
            +
                      property :youtube_video_asset, as: 'youtubeVideoAsset', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonYoutubeVideoAsset, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonYoutubeVideoAsset::Representation
         | 
| 1942 | 
            +
                  
         | 
| 1943 | 
            +
                    end
         | 
| 1944 | 
            +
                  end
         | 
| 1945 | 
            +
                  
         | 
| 1946 | 
            +
                  class GoogleAdsSearchads360V0ResourcesAssetGroup
         | 
| 1947 | 
            +
                    # @private
         | 
| 1948 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1949 | 
            +
                      property :ad_strength, as: 'adStrength'
         | 
| 1950 | 
            +
                      property :campaign, as: 'campaign'
         | 
| 1951 | 
            +
                      collection :final_mobile_urls, as: 'finalMobileUrls'
         | 
| 1952 | 
            +
                      collection :final_urls, as: 'finalUrls'
         | 
| 1953 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 1954 | 
            +
                      property :name, as: 'name'
         | 
| 1955 | 
            +
                      property :path1, as: 'path1'
         | 
| 1956 | 
            +
                      property :path2, as: 'path2'
         | 
| 1957 | 
            +
                      property :resource_name, as: 'resourceName'
         | 
| 1958 | 
            +
                      property :status, as: 'status'
         | 
| 1959 | 
            +
                    end
         | 
| 1960 | 
            +
                  end
         | 
| 1961 | 
            +
                  
         | 
| 1962 | 
            +
                  class GoogleAdsSearchads360V0ResourcesAssetGroupAsset
         | 
| 1963 | 
            +
                    # @private
         | 
| 1964 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1965 | 
            +
                      property :asset, as: 'asset'
         | 
| 1966 | 
            +
                      property :asset_group, as: 'assetGroup'
         | 
| 1967 | 
            +
                      property :field_type, as: 'fieldType'
         | 
| 1968 | 
            +
                      property :resource_name, as: 'resourceName'
         | 
| 1969 | 
            +
                      property :status, as: 'status'
         | 
| 1970 | 
            +
                    end
         | 
| 1971 | 
            +
                  end
         | 
| 1972 | 
            +
                  
         | 
| 1973 | 
            +
                  class GoogleAdsSearchads360V0ResourcesAssetGroupAssetCombinationData
         | 
| 1974 | 
            +
                    # @private
         | 
| 1975 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1976 | 
            +
                      collection :asset_combination_served_assets, as: 'assetCombinationServedAssets', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonAssetUsage, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonAssetUsage::Representation
         | 
| 1977 | 
            +
                  
         | 
| 1978 | 
            +
                    end
         | 
| 1979 | 
            +
                  end
         | 
| 1980 | 
            +
                  
         | 
| 1981 | 
            +
                  class GoogleAdsSearchads360V0ResourcesAssetGroupListingGroupFilter
         | 
| 1982 | 
            +
                    # @private
         | 
| 1983 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1984 | 
            +
                      property :asset_group, as: 'assetGroup'
         | 
| 1985 | 
            +
                      property :case_value, as: 'caseValue', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesListingGroupFilterDimension, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesListingGroupFilterDimension::Representation
         | 
| 1986 | 
            +
                  
         | 
| 1987 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 1988 | 
            +
                      property :parent_listing_group_filter, as: 'parentListingGroupFilter'
         | 
| 1989 | 
            +
                      property :path, as: 'path', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesListingGroupFilterDimensionPath, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesListingGroupFilterDimensionPath::Representation
         | 
| 1990 | 
            +
                  
         | 
| 1991 | 
            +
                      property :resource_name, as: 'resourceName'
         | 
| 1992 | 
            +
                      property :type, as: 'type'
         | 
| 1993 | 
            +
                      property :vertical, as: 'vertical'
         | 
| 1994 | 
            +
                    end
         | 
| 1995 | 
            +
                  end
         | 
| 1996 | 
            +
                  
         | 
| 1997 | 
            +
                  class GoogleAdsSearchads360V0ResourcesAssetGroupSignal
         | 
| 1998 | 
            +
                    # @private
         | 
| 1999 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2000 | 
            +
                      property :asset_group, as: 'assetGroup'
         | 
| 2001 | 
            +
                      property :audience, as: 'audience', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonAudienceInfo, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonAudienceInfo::Representation
         | 
| 2002 | 
            +
                  
         | 
| 2003 | 
            +
                      property :resource_name, as: 'resourceName'
         | 
| 2004 | 
            +
                    end
         | 
| 2005 | 
            +
                  end
         | 
| 2006 | 
            +
                  
         | 
| 2007 | 
            +
                  class GoogleAdsSearchads360V0ResourcesAssetGroupTopCombinationView
         | 
| 2008 | 
            +
                    # @private
         | 
| 2009 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2010 | 
            +
                      collection :asset_group_top_combinations, as: 'assetGroupTopCombinations', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAssetGroupAssetCombinationData, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAssetGroupAssetCombinationData::Representation
         | 
| 2011 | 
            +
                  
         | 
| 2012 | 
            +
                      property :resource_name, as: 'resourceName'
         | 
| 1358 2013 | 
             
                    end
         | 
| 1359 2014 | 
             
                  end
         | 
| 1360 2015 |  | 
| @@ -1366,6 +2021,26 @@ module Google | |
| 1366 2021 | 
             
                    end
         | 
| 1367 2022 | 
             
                  end
         | 
| 1368 2023 |  | 
| 2024 | 
            +
                  class GoogleAdsSearchads360V0ResourcesAssetSetAsset
         | 
| 2025 | 
            +
                    # @private
         | 
| 2026 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2027 | 
            +
                      property :asset, as: 'asset'
         | 
| 2028 | 
            +
                      property :asset_set, as: 'assetSet'
         | 
| 2029 | 
            +
                      property :resource_name, as: 'resourceName'
         | 
| 2030 | 
            +
                      property :status, as: 'status'
         | 
| 2031 | 
            +
                    end
         | 
| 2032 | 
            +
                  end
         | 
| 2033 | 
            +
                  
         | 
| 2034 | 
            +
                  class GoogleAdsSearchads360V0ResourcesAudience
         | 
| 2035 | 
            +
                    # @private
         | 
| 2036 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2037 | 
            +
                      property :description, as: 'description'
         | 
| 2038 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 2039 | 
            +
                      property :name, as: 'name'
         | 
| 2040 | 
            +
                      property :resource_name, as: 'resourceName'
         | 
| 2041 | 
            +
                    end
         | 
| 2042 | 
            +
                  end
         | 
| 2043 | 
            +
                  
         | 
| 1369 2044 | 
             
                  class GoogleAdsSearchads360V0ResourcesBiddingStrategy
         | 
| 1370 2045 | 
             
                    # @private
         | 
| 1371 2046 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| @@ -1468,6 +2143,26 @@ module Google | |
| 1468 2143 | 
             
                    end
         | 
| 1469 2144 | 
             
                  end
         | 
| 1470 2145 |  | 
| 2146 | 
            +
                  class GoogleAdsSearchads360V0ResourcesCampaignAsset
         | 
| 2147 | 
            +
                    # @private
         | 
| 2148 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2149 | 
            +
                      property :asset, as: 'asset'
         | 
| 2150 | 
            +
                      property :campaign, as: 'campaign'
         | 
| 2151 | 
            +
                      property :resource_name, as: 'resourceName'
         | 
| 2152 | 
            +
                      property :status, as: 'status'
         | 
| 2153 | 
            +
                    end
         | 
| 2154 | 
            +
                  end
         | 
| 2155 | 
            +
                  
         | 
| 2156 | 
            +
                  class GoogleAdsSearchads360V0ResourcesCampaignAssetSet
         | 
| 2157 | 
            +
                    # @private
         | 
| 2158 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2159 | 
            +
                      property :asset_set, as: 'assetSet'
         | 
| 2160 | 
            +
                      property :campaign, as: 'campaign'
         | 
| 2161 | 
            +
                      property :resource_name, as: 'resourceName'
         | 
| 2162 | 
            +
                      property :status, as: 'status'
         | 
| 2163 | 
            +
                    end
         | 
| 2164 | 
            +
                  end
         | 
| 2165 | 
            +
                  
         | 
| 1471 2166 | 
             
                  class GoogleAdsSearchads360V0ResourcesCampaignAudienceView
         | 
| 1472 2167 | 
             
                    # @private
         | 
| 1473 2168 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| @@ -1526,6 +2221,43 @@ module Google | |
| 1526 2221 | 
             
                    end
         | 
| 1527 2222 | 
             
                  end
         | 
| 1528 2223 |  | 
| 2224 | 
            +
                  class GoogleAdsSearchads360V0ResourcesCartDataSalesView
         | 
| 2225 | 
            +
                    # @private
         | 
| 2226 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2227 | 
            +
                      property :resource_name, as: 'resourceName'
         | 
| 2228 | 
            +
                    end
         | 
| 2229 | 
            +
                  end
         | 
| 2230 | 
            +
                  
         | 
| 2231 | 
            +
                  class GoogleAdsSearchads360V0ResourcesConversion
         | 
| 2232 | 
            +
                    # @private
         | 
| 2233 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2234 | 
            +
                      property :ad_id, :numeric_string => true, as: 'adId'
         | 
| 2235 | 
            +
                      property :advertiser_conversion_id, as: 'advertiserConversionId'
         | 
| 2236 | 
            +
                      property :asset_field_type, as: 'assetFieldType'
         | 
| 2237 | 
            +
                      property :asset_id, :numeric_string => true, as: 'assetId'
         | 
| 2238 | 
            +
                      property :attribution_type, as: 'attributionType'
         | 
| 2239 | 
            +
                      property :click_id, as: 'clickId'
         | 
| 2240 | 
            +
                      property :conversion_date_time, as: 'conversionDateTime'
         | 
| 2241 | 
            +
                      property :conversion_last_modified_date_time, as: 'conversionLastModifiedDateTime'
         | 
| 2242 | 
            +
                      property :conversion_quantity, :numeric_string => true, as: 'conversionQuantity'
         | 
| 2243 | 
            +
                      property :conversion_revenue_micros, :numeric_string => true, as: 'conversionRevenueMicros'
         | 
| 2244 | 
            +
                      property :conversion_visit_date_time, as: 'conversionVisitDateTime'
         | 
| 2245 | 
            +
                      property :criterion_id, :numeric_string => true, as: 'criterionId'
         | 
| 2246 | 
            +
                      property :floodlight_order_id, as: 'floodlightOrderId'
         | 
| 2247 | 
            +
                      property :floodlight_original_revenue, :numeric_string => true, as: 'floodlightOriginalRevenue'
         | 
| 2248 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 2249 | 
            +
                      property :merchant_id, :numeric_string => true, as: 'merchantId'
         | 
| 2250 | 
            +
                      property :product_channel, as: 'productChannel'
         | 
| 2251 | 
            +
                      property :product_country_code, as: 'productCountryCode'
         | 
| 2252 | 
            +
                      property :product_id, as: 'productId'
         | 
| 2253 | 
            +
                      property :product_language_code, as: 'productLanguageCode'
         | 
| 2254 | 
            +
                      property :product_store_id, as: 'productStoreId'
         | 
| 2255 | 
            +
                      property :resource_name, as: 'resourceName'
         | 
| 2256 | 
            +
                      property :status, as: 'status'
         | 
| 2257 | 
            +
                      property :visit_id, :numeric_string => true, as: 'visitId'
         | 
| 2258 | 
            +
                    end
         | 
| 2259 | 
            +
                  end
         | 
| 2260 | 
            +
                  
         | 
| 1529 2261 | 
             
                  class GoogleAdsSearchads360V0ResourcesConversionAction
         | 
| 1530 2262 | 
             
                    # @private
         | 
| 1531 2263 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| @@ -1604,6 +2336,25 @@ module Google | |
| 1604 2336 | 
             
                    end
         | 
| 1605 2337 | 
             
                  end
         | 
| 1606 2338 |  | 
| 2339 | 
            +
                  class GoogleAdsSearchads360V0ResourcesCustomerAsset
         | 
| 2340 | 
            +
                    # @private
         | 
| 2341 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2342 | 
            +
                      property :asset, as: 'asset'
         | 
| 2343 | 
            +
                      property :resource_name, as: 'resourceName'
         | 
| 2344 | 
            +
                      property :status, as: 'status'
         | 
| 2345 | 
            +
                    end
         | 
| 2346 | 
            +
                  end
         | 
| 2347 | 
            +
                  
         | 
| 2348 | 
            +
                  class GoogleAdsSearchads360V0ResourcesCustomerAssetSet
         | 
| 2349 | 
            +
                    # @private
         | 
| 2350 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2351 | 
            +
                      property :asset_set, as: 'assetSet'
         | 
| 2352 | 
            +
                      property :customer, as: 'customer'
         | 
| 2353 | 
            +
                      property :resource_name, as: 'resourceName'
         | 
| 2354 | 
            +
                      property :status, as: 'status'
         | 
| 2355 | 
            +
                    end
         | 
| 2356 | 
            +
                  end
         | 
| 2357 | 
            +
                  
         | 
| 1607 2358 | 
             
                  class GoogleAdsSearchads360V0ResourcesCustomerClient
         | 
| 1608 2359 | 
             
                    # @private
         | 
| 1609 2360 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| @@ -1656,6 +2407,20 @@ module Google | |
| 1656 2407 | 
             
                    end
         | 
| 1657 2408 | 
             
                  end
         | 
| 1658 2409 |  | 
| 2410 | 
            +
                  class GoogleAdsSearchads360V0ResourcesGeoTargetConstant
         | 
| 2411 | 
            +
                    # @private
         | 
| 2412 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2413 | 
            +
                      property :canonical_name, as: 'canonicalName'
         | 
| 2414 | 
            +
                      property :country_code, as: 'countryCode'
         | 
| 2415 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 2416 | 
            +
                      property :name, as: 'name'
         | 
| 2417 | 
            +
                      property :parent_geo_target, as: 'parentGeoTarget'
         | 
| 2418 | 
            +
                      property :resource_name, as: 'resourceName'
         | 
| 2419 | 
            +
                      property :status, as: 'status'
         | 
| 2420 | 
            +
                      property :target_type, as: 'targetType'
         | 
| 2421 | 
            +
                    end
         | 
| 2422 | 
            +
                  end
         | 
| 2423 | 
            +
                  
         | 
| 1659 2424 | 
             
                  class GoogleAdsSearchads360V0ResourcesKeywordView
         | 
| 1660 2425 | 
             
                    # @private
         | 
| 1661 2426 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| @@ -1675,6 +2440,45 @@ module Google | |
| 1675 2440 | 
             
                    end
         | 
| 1676 2441 | 
             
                  end
         | 
| 1677 2442 |  | 
| 2443 | 
            +
                  class GoogleAdsSearchads360V0ResourcesLanguageConstant
         | 
| 2444 | 
            +
                    # @private
         | 
| 2445 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2446 | 
            +
                      property :code, as: 'code'
         | 
| 2447 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 2448 | 
            +
                      property :name, as: 'name'
         | 
| 2449 | 
            +
                      property :resource_name, as: 'resourceName'
         | 
| 2450 | 
            +
                      property :targetable, as: 'targetable'
         | 
| 2451 | 
            +
                    end
         | 
| 2452 | 
            +
                  end
         | 
| 2453 | 
            +
                  
         | 
| 2454 | 
            +
                  class GoogleAdsSearchads360V0ResourcesListingGroupFilterDimension
         | 
| 2455 | 
            +
                    # @private
         | 
| 2456 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2457 | 
            +
                      property :product_bidding_category, as: 'productBiddingCategory', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesListingGroupFilterDimensionProductBiddingCategory, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesListingGroupFilterDimensionProductBiddingCategory::Representation
         | 
| 2458 | 
            +
                  
         | 
| 2459 | 
            +
                      property :product_brand, as: 'productBrand', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesListingGroupFilterDimensionProductBrand, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesListingGroupFilterDimensionProductBrand::Representation
         | 
| 2460 | 
            +
                  
         | 
| 2461 | 
            +
                      property :product_channel, as: 'productChannel', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesListingGroupFilterDimensionProductChannel, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesListingGroupFilterDimensionProductChannel::Representation
         | 
| 2462 | 
            +
                  
         | 
| 2463 | 
            +
                      property :product_condition, as: 'productCondition', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesListingGroupFilterDimensionProductCondition, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesListingGroupFilterDimensionProductCondition::Representation
         | 
| 2464 | 
            +
                  
         | 
| 2465 | 
            +
                      property :product_custom_attribute, as: 'productCustomAttribute', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesListingGroupFilterDimensionProductCustomAttribute, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesListingGroupFilterDimensionProductCustomAttribute::Representation
         | 
| 2466 | 
            +
                  
         | 
| 2467 | 
            +
                      property :product_item_id, as: 'productItemId', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesListingGroupFilterDimensionProductItemId, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesListingGroupFilterDimensionProductItemId::Representation
         | 
| 2468 | 
            +
                  
         | 
| 2469 | 
            +
                      property :product_type, as: 'productType', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesListingGroupFilterDimensionProductType, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesListingGroupFilterDimensionProductType::Representation
         | 
| 2470 | 
            +
                  
         | 
| 2471 | 
            +
                    end
         | 
| 2472 | 
            +
                  end
         | 
| 2473 | 
            +
                  
         | 
| 2474 | 
            +
                  class GoogleAdsSearchads360V0ResourcesListingGroupFilterDimensionPath
         | 
| 2475 | 
            +
                    # @private
         | 
| 2476 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2477 | 
            +
                      collection :dimensions, as: 'dimensions', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesListingGroupFilterDimension, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesListingGroupFilterDimension::Representation
         | 
| 2478 | 
            +
                  
         | 
| 2479 | 
            +
                    end
         | 
| 2480 | 
            +
                  end
         | 
| 2481 | 
            +
                  
         | 
| 1678 2482 | 
             
                  class GoogleAdsSearchads360V0ResourcesLocationView
         | 
| 1679 2483 | 
             
                    # @private
         | 
| 1680 2484 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| @@ -1682,6 +2486,20 @@ module Google | |
| 1682 2486 | 
             
                    end
         | 
| 1683 2487 | 
             
                  end
         | 
| 1684 2488 |  | 
| 2489 | 
            +
                  class GoogleAdsSearchads360V0ResourcesProductBiddingCategoryConstant
         | 
| 2490 | 
            +
                    # @private
         | 
| 2491 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2492 | 
            +
                      property :country_code, as: 'countryCode'
         | 
| 2493 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 2494 | 
            +
                      property :language_code, as: 'languageCode'
         | 
| 2495 | 
            +
                      property :level, as: 'level'
         | 
| 2496 | 
            +
                      property :localized_name, as: 'localizedName'
         | 
| 2497 | 
            +
                      property :product_bidding_category_constant_parent, as: 'productBiddingCategoryConstantParent'
         | 
| 2498 | 
            +
                      property :resource_name, as: 'resourceName'
         | 
| 2499 | 
            +
                      property :status, as: 'status'
         | 
| 2500 | 
            +
                    end
         | 
| 2501 | 
            +
                  end
         | 
| 2502 | 
            +
                  
         | 
| 1685 2503 | 
             
                  class GoogleAdsSearchads360V0ResourcesProductGroupView
         | 
| 1686 2504 | 
             
                    # @private
         | 
| 1687 2505 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| @@ -1709,6 +2527,13 @@ module Google | |
| 1709 2527 | 
             
                    end
         | 
| 1710 2528 | 
             
                  end
         | 
| 1711 2529 |  | 
| 2530 | 
            +
                  class GoogleAdsSearchads360V0ResourcesShoppingPerformanceView
         | 
| 2531 | 
            +
                    # @private
         | 
| 2532 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2533 | 
            +
                      property :resource_name, as: 'resourceName'
         | 
| 2534 | 
            +
                    end
         | 
| 2535 | 
            +
                  end
         | 
| 2536 | 
            +
                  
         | 
| 1712 2537 | 
             
                  class GoogleAdsSearchads360V0ResourcesUserList
         | 
| 1713 2538 | 
             
                    # @private
         | 
| 1714 2539 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| @@ -1719,6 +2544,26 @@ module Google | |
| 1719 2544 | 
             
                    end
         | 
| 1720 2545 | 
             
                  end
         | 
| 1721 2546 |  | 
| 2547 | 
            +
                  class GoogleAdsSearchads360V0ResourcesVisit
         | 
| 2548 | 
            +
                    # @private
         | 
| 2549 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2550 | 
            +
                      property :ad_id, :numeric_string => true, as: 'adId'
         | 
| 2551 | 
            +
                      property :asset_field_type, as: 'assetFieldType'
         | 
| 2552 | 
            +
                      property :asset_id, :numeric_string => true, as: 'assetId'
         | 
| 2553 | 
            +
                      property :click_id, as: 'clickId'
         | 
| 2554 | 
            +
                      property :criterion_id, :numeric_string => true, as: 'criterionId'
         | 
| 2555 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 2556 | 
            +
                      property :merchant_id, :numeric_string => true, as: 'merchantId'
         | 
| 2557 | 
            +
                      property :product_channel, as: 'productChannel'
         | 
| 2558 | 
            +
                      property :product_country_code, as: 'productCountryCode'
         | 
| 2559 | 
            +
                      property :product_id, as: 'productId'
         | 
| 2560 | 
            +
                      property :product_language_code, as: 'productLanguageCode'
         | 
| 2561 | 
            +
                      property :product_store_id, as: 'productStoreId'
         | 
| 2562 | 
            +
                      property :resource_name, as: 'resourceName'
         | 
| 2563 | 
            +
                      property :visit_date_time, as: 'visitDateTime'
         | 
| 2564 | 
            +
                    end
         | 
| 2565 | 
            +
                  end
         | 
| 2566 | 
            +
                  
         | 
| 1722 2567 | 
             
                  class GoogleAdsSearchads360V0ResourcesWebpageView
         | 
| 1723 2568 | 
             
                    # @private
         | 
| 1724 2569 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| @@ -1759,6 +2604,10 @@ module Google | |
| 1759 2604 |  | 
| 1760 2605 | 
             
                      property :ad_group_ad_label, as: 'adGroupAdLabel', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupAdLabel, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupAdLabel::Representation
         | 
| 1761 2606 |  | 
| 2607 | 
            +
                      property :ad_group_asset, as: 'adGroupAsset', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupAsset, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupAsset::Representation
         | 
| 2608 | 
            +
                  
         | 
| 2609 | 
            +
                      property :ad_group_asset_set, as: 'adGroupAssetSet', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupAssetSet, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupAssetSet::Representation
         | 
| 2610 | 
            +
                  
         | 
| 1762 2611 | 
             
                      property :ad_group_audience_view, as: 'adGroupAudienceView', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupAudienceView, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupAudienceView::Representation
         | 
| 1763 2612 |  | 
| 1764 2613 | 
             
                      property :ad_group_bid_modifier, as: 'adGroupBidModifier', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupBidModifier, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupBidModifier::Representation
         | 
| @@ -1773,12 +2622,30 @@ module Google | |
| 1773 2622 |  | 
| 1774 2623 | 
             
                      property :asset, as: 'asset', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAsset, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAsset::Representation
         | 
| 1775 2624 |  | 
| 2625 | 
            +
                      property :asset_group, as: 'assetGroup', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAssetGroup, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAssetGroup::Representation
         | 
| 2626 | 
            +
                  
         | 
| 2627 | 
            +
                      property :asset_group_asset, as: 'assetGroupAsset', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAssetGroupAsset, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAssetGroupAsset::Representation
         | 
| 2628 | 
            +
                  
         | 
| 2629 | 
            +
                      property :asset_group_listing_group_filter, as: 'assetGroupListingGroupFilter', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAssetGroupListingGroupFilter, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAssetGroupListingGroupFilter::Representation
         | 
| 2630 | 
            +
                  
         | 
| 2631 | 
            +
                      property :asset_group_signal, as: 'assetGroupSignal', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAssetGroupSignal, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAssetGroupSignal::Representation
         | 
| 2632 | 
            +
                  
         | 
| 2633 | 
            +
                      property :asset_group_top_combination_view, as: 'assetGroupTopCombinationView', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAssetGroupTopCombinationView, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAssetGroupTopCombinationView::Representation
         | 
| 2634 | 
            +
                  
         | 
| 1776 2635 | 
             
                      property :asset_set, as: 'assetSet', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAssetSet, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAssetSet::Representation
         | 
| 1777 2636 |  | 
| 2637 | 
            +
                      property :asset_set_asset, as: 'assetSetAsset', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAssetSetAsset, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAssetSetAsset::Representation
         | 
| 2638 | 
            +
                  
         | 
| 2639 | 
            +
                      property :audience, as: 'audience', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAudience, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAudience::Representation
         | 
| 2640 | 
            +
                  
         | 
| 1778 2641 | 
             
                      property :bidding_strategy, as: 'biddingStrategy', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesBiddingStrategy, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesBiddingStrategy::Representation
         | 
| 1779 2642 |  | 
| 1780 2643 | 
             
                      property :campaign, as: 'campaign', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaign, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaign::Representation
         | 
| 1781 2644 |  | 
| 2645 | 
            +
                      property :campaign_asset, as: 'campaignAsset', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignAsset, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignAsset::Representation
         | 
| 2646 | 
            +
                  
         | 
| 2647 | 
            +
                      property :campaign_asset_set, as: 'campaignAssetSet', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignAssetSet, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignAssetSet::Representation
         | 
| 2648 | 
            +
                  
         | 
| 1782 2649 | 
             
                      property :campaign_audience_view, as: 'campaignAudienceView', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignAudienceView, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignAudienceView::Representation
         | 
| 1783 2650 |  | 
| 1784 2651 | 
             
                      property :campaign_budget, as: 'campaignBudget', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignBudget, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignBudget::Representation
         | 
| @@ -1787,12 +2654,20 @@ module Google | |
| 1787 2654 |  | 
| 1788 2655 | 
             
                      property :campaign_label, as: 'campaignLabel', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignLabel, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignLabel::Representation
         | 
| 1789 2656 |  | 
| 2657 | 
            +
                      property :cart_data_sales_view, as: 'cartDataSalesView', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCartDataSalesView, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCartDataSalesView::Representation
         | 
| 2658 | 
            +
                  
         | 
| 2659 | 
            +
                      property :conversion, as: 'conversion', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesConversion, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesConversion::Representation
         | 
| 2660 | 
            +
                  
         | 
| 1790 2661 | 
             
                      property :conversion_action, as: 'conversionAction', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesConversionAction, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesConversionAction::Representation
         | 
| 1791 2662 |  | 
| 1792 2663 | 
             
                      collection :custom_columns, as: 'customColumns', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonValue, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonValue::Representation
         | 
| 1793 2664 |  | 
| 1794 2665 | 
             
                      property :customer, as: 'customer', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCustomer, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCustomer::Representation
         | 
| 1795 2666 |  | 
| 2667 | 
            +
                      property :customer_asset, as: 'customerAsset', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCustomerAsset, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCustomerAsset::Representation
         | 
| 2668 | 
            +
                  
         | 
| 2669 | 
            +
                      property :customer_asset_set, as: 'customerAssetSet', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCustomerAssetSet, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCustomerAssetSet::Representation
         | 
| 2670 | 
            +
                  
         | 
| 1796 2671 | 
             
                      property :customer_client, as: 'customerClient', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCustomerClient, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCustomerClient::Representation
         | 
| 1797 2672 |  | 
| 1798 2673 | 
             
                      property :customer_manager_link, as: 'customerManagerLink', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCustomerManagerLink, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCustomerManagerLink::Representation
         | 
| @@ -1801,20 +2676,30 @@ module Google | |
| 1801 2676 |  | 
| 1802 2677 | 
             
                      property :gender_view, as: 'genderView', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesGenderView, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesGenderView::Representation
         | 
| 1803 2678 |  | 
| 2679 | 
            +
                      property :geo_target_constant, as: 'geoTargetConstant', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesGeoTargetConstant, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesGeoTargetConstant::Representation
         | 
| 2680 | 
            +
                  
         | 
| 1804 2681 | 
             
                      property :keyword_view, as: 'keywordView', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesKeywordView, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesKeywordView::Representation
         | 
| 1805 2682 |  | 
| 1806 2683 | 
             
                      property :label, as: 'label', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesLabel, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesLabel::Representation
         | 
| 1807 2684 |  | 
| 2685 | 
            +
                      property :language_constant, as: 'languageConstant', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesLanguageConstant, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesLanguageConstant::Representation
         | 
| 2686 | 
            +
                  
         | 
| 1808 2687 | 
             
                      property :location_view, as: 'locationView', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesLocationView, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesLocationView::Representation
         | 
| 1809 2688 |  | 
| 1810 2689 | 
             
                      property :metrics, as: 'metrics', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonMetrics, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonMetrics::Representation
         | 
| 1811 2690 |  | 
| 2691 | 
            +
                      property :product_bidding_category_constant, as: 'productBiddingCategoryConstant', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesProductBiddingCategoryConstant, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesProductBiddingCategoryConstant::Representation
         | 
| 2692 | 
            +
                  
         | 
| 1812 2693 | 
             
                      property :product_group_view, as: 'productGroupView', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesProductGroupView, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesProductGroupView::Representation
         | 
| 1813 2694 |  | 
| 1814 2695 | 
             
                      property :segments, as: 'segments', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonSegments, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonSegments::Representation
         | 
| 1815 2696 |  | 
| 2697 | 
            +
                      property :shopping_performance_view, as: 'shoppingPerformanceView', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesShoppingPerformanceView, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesShoppingPerformanceView::Representation
         | 
| 2698 | 
            +
                  
         | 
| 1816 2699 | 
             
                      property :user_list, as: 'userList', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesUserList, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesUserList::Representation
         | 
| 1817 2700 |  | 
| 2701 | 
            +
                      property :visit, as: 'visit', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesVisit, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesVisit::Representation
         | 
| 2702 | 
            +
                  
         | 
| 1818 2703 | 
             
                      property :webpage_view, as: 'webpageView', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesWebpageView, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesWebpageView::Representation
         | 
| 1819 2704 |  | 
| 1820 2705 | 
             
                    end
         |