google-apis-dfareporting_v3_3 0.1.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 +7 -0
- data/.yardopts +13 -0
- data/CHANGELOG.md +7 -0
- data/LICENSE.md +202 -0
- data/OVERVIEW.md +96 -0
- data/lib/google-apis-dfareporting_v3_3.rb +15 -0
- data/lib/google/apis/dfareporting_v3_3.rb +42 -0
- data/lib/google/apis/dfareporting_v3_3/classes.rb +12142 -0
- data/lib/google/apis/dfareporting_v3_3/gem_version.rb +28 -0
- data/lib/google/apis/dfareporting_v3_3/representations.rb +4425 -0
- data/lib/google/apis/dfareporting_v3_3/service.rb +8075 -0
- metadata +76 -0
| @@ -0,0 +1,28 @@ | |
| 1 | 
            +
            # Copyright 2020 Google LLC
         | 
| 2 | 
            +
            #
         | 
| 3 | 
            +
            # Licensed under the Apache License, Version 2.0 (the "License");
         | 
| 4 | 
            +
            # you may not use this file except in compliance with the License.
         | 
| 5 | 
            +
            # You may obtain a copy of the License at
         | 
| 6 | 
            +
            #
         | 
| 7 | 
            +
            #      http://www.apache.org/licenses/LICENSE-2.0
         | 
| 8 | 
            +
            #
         | 
| 9 | 
            +
            # Unless required by applicable law or agreed to in writing, software
         | 
| 10 | 
            +
            # distributed under the License is distributed on an "AS IS" BASIS,
         | 
| 11 | 
            +
            # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
         | 
| 12 | 
            +
            # See the License for the specific language governing permissions and
         | 
| 13 | 
            +
            # limitations under the License.
         | 
| 14 | 
            +
             | 
| 15 | 
            +
            module Google
         | 
| 16 | 
            +
              module Apis
         | 
| 17 | 
            +
                module DfareportingV3_3
         | 
| 18 | 
            +
                  # Version of the google-apis-dfareporting_v3_3 gem
         | 
| 19 | 
            +
                  GEM_VERSION = "0.1.0"
         | 
| 20 | 
            +
             | 
| 21 | 
            +
                  # Version of the code generator used to generate this client
         | 
| 22 | 
            +
                  GENERATOR_VERSION = "0.1.1"
         | 
| 23 | 
            +
             | 
| 24 | 
            +
                  # Revision of the discovery document this client was generated from
         | 
| 25 | 
            +
                  REVISION = "20201102"
         | 
| 26 | 
            +
                end
         | 
| 27 | 
            +
              end
         | 
| 28 | 
            +
            end
         | 
| @@ -0,0 +1,4425 @@ | |
| 1 | 
            +
            # Copyright 2020 Google LLC
         | 
| 2 | 
            +
            #
         | 
| 3 | 
            +
            # Licensed under the Apache License, Version 2.0 (the "License");
         | 
| 4 | 
            +
            # you may not use this file except in compliance with the License.
         | 
| 5 | 
            +
            # You may obtain a copy of the License at
         | 
| 6 | 
            +
            #
         | 
| 7 | 
            +
            #      http://www.apache.org/licenses/LICENSE-2.0
         | 
| 8 | 
            +
            #
         | 
| 9 | 
            +
            # Unless required by applicable law or agreed to in writing, software
         | 
| 10 | 
            +
            # distributed under the License is distributed on an "AS IS" BASIS,
         | 
| 11 | 
            +
            # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
         | 
| 12 | 
            +
            # See the License for the specific language governing permissions and
         | 
| 13 | 
            +
            # limitations under the License.
         | 
| 14 | 
            +
             | 
| 15 | 
            +
            require 'date'
         | 
| 16 | 
            +
            require 'google/apis/core/base_service'
         | 
| 17 | 
            +
            require 'google/apis/core/json_representation'
         | 
| 18 | 
            +
            require 'google/apis/core/hashable'
         | 
| 19 | 
            +
            require 'google/apis/errors'
         | 
| 20 | 
            +
             | 
| 21 | 
            +
            module Google
         | 
| 22 | 
            +
              module Apis
         | 
| 23 | 
            +
                module DfareportingV3_3
         | 
| 24 | 
            +
                  
         | 
| 25 | 
            +
                  class Account
         | 
| 26 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 27 | 
            +
                  
         | 
| 28 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 29 | 
            +
                  end
         | 
| 30 | 
            +
                  
         | 
| 31 | 
            +
                  class AccountActiveAdSummary
         | 
| 32 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 33 | 
            +
                  
         | 
| 34 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 35 | 
            +
                  end
         | 
| 36 | 
            +
                  
         | 
| 37 | 
            +
                  class AccountPermission
         | 
| 38 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 39 | 
            +
                  
         | 
| 40 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 41 | 
            +
                  end
         | 
| 42 | 
            +
                  
         | 
| 43 | 
            +
                  class AccountPermissionGroup
         | 
| 44 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 45 | 
            +
                  
         | 
| 46 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 47 | 
            +
                  end
         | 
| 48 | 
            +
                  
         | 
| 49 | 
            +
                  class AccountPermissionGroupsListResponse
         | 
| 50 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 51 | 
            +
                  
         | 
| 52 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 53 | 
            +
                  end
         | 
| 54 | 
            +
                  
         | 
| 55 | 
            +
                  class AccountPermissionsListResponse
         | 
| 56 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 57 | 
            +
                  
         | 
| 58 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 59 | 
            +
                  end
         | 
| 60 | 
            +
                  
         | 
| 61 | 
            +
                  class AccountUserProfile
         | 
| 62 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 63 | 
            +
                  
         | 
| 64 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 65 | 
            +
                  end
         | 
| 66 | 
            +
                  
         | 
| 67 | 
            +
                  class AccountUserProfilesListResponse
         | 
| 68 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 69 | 
            +
                  
         | 
| 70 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 71 | 
            +
                  end
         | 
| 72 | 
            +
                  
         | 
| 73 | 
            +
                  class AccountsListResponse
         | 
| 74 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 75 | 
            +
                  
         | 
| 76 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 77 | 
            +
                  end
         | 
| 78 | 
            +
                  
         | 
| 79 | 
            +
                  class Activities
         | 
| 80 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 81 | 
            +
                  
         | 
| 82 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 83 | 
            +
                  end
         | 
| 84 | 
            +
                  
         | 
| 85 | 
            +
                  class Ad
         | 
| 86 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 87 | 
            +
                  
         | 
| 88 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 89 | 
            +
                  end
         | 
| 90 | 
            +
                  
         | 
| 91 | 
            +
                  class AdBlockingConfiguration
         | 
| 92 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 93 | 
            +
                  
         | 
| 94 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 95 | 
            +
                  end
         | 
| 96 | 
            +
                  
         | 
| 97 | 
            +
                  class AdSlot
         | 
| 98 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 99 | 
            +
                  
         | 
| 100 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 101 | 
            +
                  end
         | 
| 102 | 
            +
                  
         | 
| 103 | 
            +
                  class AdsListResponse
         | 
| 104 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 105 | 
            +
                  
         | 
| 106 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 107 | 
            +
                  end
         | 
| 108 | 
            +
                  
         | 
| 109 | 
            +
                  class Advertiser
         | 
| 110 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 111 | 
            +
                  
         | 
| 112 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 113 | 
            +
                  end
         | 
| 114 | 
            +
                  
         | 
| 115 | 
            +
                  class AdvertiserGroup
         | 
| 116 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 117 | 
            +
                  
         | 
| 118 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 119 | 
            +
                  end
         | 
| 120 | 
            +
                  
         | 
| 121 | 
            +
                  class AdvertiserGroupsListResponse
         | 
| 122 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 123 | 
            +
                  
         | 
| 124 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 125 | 
            +
                  end
         | 
| 126 | 
            +
                  
         | 
| 127 | 
            +
                  class AdvertiserLandingPagesListResponse
         | 
| 128 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 129 | 
            +
                  
         | 
| 130 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 131 | 
            +
                  end
         | 
| 132 | 
            +
                  
         | 
| 133 | 
            +
                  class AdvertisersListResponse
         | 
| 134 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 135 | 
            +
                  
         | 
| 136 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 137 | 
            +
                  end
         | 
| 138 | 
            +
                  
         | 
| 139 | 
            +
                  class AudienceSegment
         | 
| 140 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 141 | 
            +
                  
         | 
| 142 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 143 | 
            +
                  end
         | 
| 144 | 
            +
                  
         | 
| 145 | 
            +
                  class AudienceSegmentGroup
         | 
| 146 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 147 | 
            +
                  
         | 
| 148 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 149 | 
            +
                  end
         | 
| 150 | 
            +
                  
         | 
| 151 | 
            +
                  class Browser
         | 
| 152 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 153 | 
            +
                  
         | 
| 154 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 155 | 
            +
                  end
         | 
| 156 | 
            +
                  
         | 
| 157 | 
            +
                  class BrowsersListResponse
         | 
| 158 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 159 | 
            +
                  
         | 
| 160 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 161 | 
            +
                  end
         | 
| 162 | 
            +
                  
         | 
| 163 | 
            +
                  class Campaign
         | 
| 164 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 165 | 
            +
                  
         | 
| 166 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 167 | 
            +
                  end
         | 
| 168 | 
            +
                  
         | 
| 169 | 
            +
                  class CampaignCreativeAssociation
         | 
| 170 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 171 | 
            +
                  
         | 
| 172 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 173 | 
            +
                  end
         | 
| 174 | 
            +
                  
         | 
| 175 | 
            +
                  class CampaignCreativeAssociationsListResponse
         | 
| 176 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 177 | 
            +
                  
         | 
| 178 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 179 | 
            +
                  end
         | 
| 180 | 
            +
                  
         | 
| 181 | 
            +
                  class CampaignsListResponse
         | 
| 182 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 183 | 
            +
                  
         | 
| 184 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 185 | 
            +
                  end
         | 
| 186 | 
            +
                  
         | 
| 187 | 
            +
                  class ChangeLog
         | 
| 188 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 189 | 
            +
                  
         | 
| 190 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 191 | 
            +
                  end
         | 
| 192 | 
            +
                  
         | 
| 193 | 
            +
                  class ChangeLogsListResponse
         | 
| 194 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 195 | 
            +
                  
         | 
| 196 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 197 | 
            +
                  end
         | 
| 198 | 
            +
                  
         | 
| 199 | 
            +
                  class CitiesListResponse
         | 
| 200 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 201 | 
            +
                  
         | 
| 202 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 203 | 
            +
                  end
         | 
| 204 | 
            +
                  
         | 
| 205 | 
            +
                  class City
         | 
| 206 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 207 | 
            +
                  
         | 
| 208 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 209 | 
            +
                  end
         | 
| 210 | 
            +
                  
         | 
| 211 | 
            +
                  class ClickTag
         | 
| 212 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 213 | 
            +
                  
         | 
| 214 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 215 | 
            +
                  end
         | 
| 216 | 
            +
                  
         | 
| 217 | 
            +
                  class ClickThroughUrl
         | 
| 218 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 219 | 
            +
                  
         | 
| 220 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 221 | 
            +
                  end
         | 
| 222 | 
            +
                  
         | 
| 223 | 
            +
                  class ClickThroughUrlSuffixProperties
         | 
| 224 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 225 | 
            +
                  
         | 
| 226 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 227 | 
            +
                  end
         | 
| 228 | 
            +
                  
         | 
| 229 | 
            +
                  class CompanionClickThroughOverride
         | 
| 230 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 231 | 
            +
                  
         | 
| 232 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 233 | 
            +
                  end
         | 
| 234 | 
            +
                  
         | 
| 235 | 
            +
                  class CompanionSetting
         | 
| 236 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 237 | 
            +
                  
         | 
| 238 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 239 | 
            +
                  end
         | 
| 240 | 
            +
                  
         | 
| 241 | 
            +
                  class CompatibleFields
         | 
| 242 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 243 | 
            +
                  
         | 
| 244 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 245 | 
            +
                  end
         | 
| 246 | 
            +
                  
         | 
| 247 | 
            +
                  class ConnectionType
         | 
| 248 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 249 | 
            +
                  
         | 
| 250 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 251 | 
            +
                  end
         | 
| 252 | 
            +
                  
         | 
| 253 | 
            +
                  class ConnectionTypesListResponse
         | 
| 254 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 255 | 
            +
                  
         | 
| 256 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 257 | 
            +
                  end
         | 
| 258 | 
            +
                  
         | 
| 259 | 
            +
                  class ContentCategoriesListResponse
         | 
| 260 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 261 | 
            +
                  
         | 
| 262 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 263 | 
            +
                  end
         | 
| 264 | 
            +
                  
         | 
| 265 | 
            +
                  class ContentCategory
         | 
| 266 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 267 | 
            +
                  
         | 
| 268 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 269 | 
            +
                  end
         | 
| 270 | 
            +
                  
         | 
| 271 | 
            +
                  class Conversion
         | 
| 272 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 273 | 
            +
                  
         | 
| 274 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 275 | 
            +
                  end
         | 
| 276 | 
            +
                  
         | 
| 277 | 
            +
                  class ConversionError
         | 
| 278 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 279 | 
            +
                  
         | 
| 280 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 281 | 
            +
                  end
         | 
| 282 | 
            +
                  
         | 
| 283 | 
            +
                  class ConversionStatus
         | 
| 284 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 285 | 
            +
                  
         | 
| 286 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 287 | 
            +
                  end
         | 
| 288 | 
            +
                  
         | 
| 289 | 
            +
                  class ConversionsBatchInsertRequest
         | 
| 290 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 291 | 
            +
                  
         | 
| 292 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 293 | 
            +
                  end
         | 
| 294 | 
            +
                  
         | 
| 295 | 
            +
                  class ConversionsBatchInsertResponse
         | 
| 296 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 297 | 
            +
                  
         | 
| 298 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 299 | 
            +
                  end
         | 
| 300 | 
            +
                  
         | 
| 301 | 
            +
                  class ConversionsBatchUpdateRequest
         | 
| 302 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 303 | 
            +
                  
         | 
| 304 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 305 | 
            +
                  end
         | 
| 306 | 
            +
                  
         | 
| 307 | 
            +
                  class ConversionsBatchUpdateResponse
         | 
| 308 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 309 | 
            +
                  
         | 
| 310 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 311 | 
            +
                  end
         | 
| 312 | 
            +
                  
         | 
| 313 | 
            +
                  class CountriesListResponse
         | 
| 314 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 315 | 
            +
                  
         | 
| 316 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 317 | 
            +
                  end
         | 
| 318 | 
            +
                  
         | 
| 319 | 
            +
                  class Country
         | 
| 320 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 321 | 
            +
                  
         | 
| 322 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 323 | 
            +
                  end
         | 
| 324 | 
            +
                  
         | 
| 325 | 
            +
                  class Creative
         | 
| 326 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 327 | 
            +
                  
         | 
| 328 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 329 | 
            +
                  end
         | 
| 330 | 
            +
                  
         | 
| 331 | 
            +
                  class CreativeAsset
         | 
| 332 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 333 | 
            +
                  
         | 
| 334 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 335 | 
            +
                  end
         | 
| 336 | 
            +
                  
         | 
| 337 | 
            +
                  class CreativeAssetId
         | 
| 338 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 339 | 
            +
                  
         | 
| 340 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 341 | 
            +
                  end
         | 
| 342 | 
            +
                  
         | 
| 343 | 
            +
                  class CreativeAssetMetadata
         | 
| 344 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 345 | 
            +
                  
         | 
| 346 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 347 | 
            +
                  end
         | 
| 348 | 
            +
                  
         | 
| 349 | 
            +
                  class CreativeAssetSelection
         | 
| 350 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 351 | 
            +
                  
         | 
| 352 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 353 | 
            +
                  end
         | 
| 354 | 
            +
                  
         | 
| 355 | 
            +
                  class CreativeAssignment
         | 
| 356 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 357 | 
            +
                  
         | 
| 358 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 359 | 
            +
                  end
         | 
| 360 | 
            +
                  
         | 
| 361 | 
            +
                  class CreativeClickThroughUrl
         | 
| 362 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 363 | 
            +
                  
         | 
| 364 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 365 | 
            +
                  end
         | 
| 366 | 
            +
                  
         | 
| 367 | 
            +
                  class CreativeCustomEvent
         | 
| 368 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 369 | 
            +
                  
         | 
| 370 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 371 | 
            +
                  end
         | 
| 372 | 
            +
                  
         | 
| 373 | 
            +
                  class CreativeField
         | 
| 374 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 375 | 
            +
                  
         | 
| 376 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 377 | 
            +
                  end
         | 
| 378 | 
            +
                  
         | 
| 379 | 
            +
                  class CreativeFieldAssignment
         | 
| 380 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 381 | 
            +
                  
         | 
| 382 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 383 | 
            +
                  end
         | 
| 384 | 
            +
                  
         | 
| 385 | 
            +
                  class CreativeFieldValue
         | 
| 386 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 387 | 
            +
                  
         | 
| 388 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 389 | 
            +
                  end
         | 
| 390 | 
            +
                  
         | 
| 391 | 
            +
                  class CreativeFieldValuesListResponse
         | 
| 392 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 393 | 
            +
                  
         | 
| 394 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 395 | 
            +
                  end
         | 
| 396 | 
            +
                  
         | 
| 397 | 
            +
                  class CreativeFieldsListResponse
         | 
| 398 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 399 | 
            +
                  
         | 
| 400 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 401 | 
            +
                  end
         | 
| 402 | 
            +
                  
         | 
| 403 | 
            +
                  class CreativeGroup
         | 
| 404 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 405 | 
            +
                  
         | 
| 406 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 407 | 
            +
                  end
         | 
| 408 | 
            +
                  
         | 
| 409 | 
            +
                  class CreativeGroupAssignment
         | 
| 410 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 411 | 
            +
                  
         | 
| 412 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 413 | 
            +
                  end
         | 
| 414 | 
            +
                  
         | 
| 415 | 
            +
                  class CreativeGroupsListResponse
         | 
| 416 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 417 | 
            +
                  
         | 
| 418 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 419 | 
            +
                  end
         | 
| 420 | 
            +
                  
         | 
| 421 | 
            +
                  class CreativeOptimizationConfiguration
         | 
| 422 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 423 | 
            +
                  
         | 
| 424 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 425 | 
            +
                  end
         | 
| 426 | 
            +
                  
         | 
| 427 | 
            +
                  class CreativeRotation
         | 
| 428 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 429 | 
            +
                  
         | 
| 430 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 431 | 
            +
                  end
         | 
| 432 | 
            +
                  
         | 
| 433 | 
            +
                  class CreativesListResponse
         | 
| 434 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 435 | 
            +
                  
         | 
| 436 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 437 | 
            +
                  end
         | 
| 438 | 
            +
                  
         | 
| 439 | 
            +
                  class CrossDimensionReachReportCompatibleFields
         | 
| 440 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 441 | 
            +
                  
         | 
| 442 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 443 | 
            +
                  end
         | 
| 444 | 
            +
                  
         | 
| 445 | 
            +
                  class CustomFloodlightVariable
         | 
| 446 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 447 | 
            +
                  
         | 
| 448 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 449 | 
            +
                  end
         | 
| 450 | 
            +
                  
         | 
| 451 | 
            +
                  class CustomRichMediaEvents
         | 
| 452 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 453 | 
            +
                  
         | 
| 454 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 455 | 
            +
                  end
         | 
| 456 | 
            +
                  
         | 
| 457 | 
            +
                  class CustomViewabilityMetric
         | 
| 458 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 459 | 
            +
                  
         | 
| 460 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 461 | 
            +
                  end
         | 
| 462 | 
            +
                  
         | 
| 463 | 
            +
                  class CustomViewabilityMetricConfiguration
         | 
| 464 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 465 | 
            +
                  
         | 
| 466 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 467 | 
            +
                  end
         | 
| 468 | 
            +
                  
         | 
| 469 | 
            +
                  class DateRange
         | 
| 470 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 471 | 
            +
                  
         | 
| 472 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 473 | 
            +
                  end
         | 
| 474 | 
            +
                  
         | 
| 475 | 
            +
                  class DayPartTargeting
         | 
| 476 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 477 | 
            +
                  
         | 
| 478 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 479 | 
            +
                  end
         | 
| 480 | 
            +
                  
         | 
| 481 | 
            +
                  class DeepLink
         | 
| 482 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 483 | 
            +
                  
         | 
| 484 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 485 | 
            +
                  end
         | 
| 486 | 
            +
                  
         | 
| 487 | 
            +
                  class DefaultClickThroughEventTagProperties
         | 
| 488 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 489 | 
            +
                  
         | 
| 490 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 491 | 
            +
                  end
         | 
| 492 | 
            +
                  
         | 
| 493 | 
            +
                  class DeliverySchedule
         | 
| 494 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 495 | 
            +
                  
         | 
| 496 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 497 | 
            +
                  end
         | 
| 498 | 
            +
                  
         | 
| 499 | 
            +
                  class DfpSettings
         | 
| 500 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 501 | 
            +
                  
         | 
| 502 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 503 | 
            +
                  end
         | 
| 504 | 
            +
                  
         | 
| 505 | 
            +
                  class Dimension
         | 
| 506 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 507 | 
            +
                  
         | 
| 508 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 509 | 
            +
                  end
         | 
| 510 | 
            +
                  
         | 
| 511 | 
            +
                  class DimensionFilter
         | 
| 512 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 513 | 
            +
                  
         | 
| 514 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 515 | 
            +
                  end
         | 
| 516 | 
            +
                  
         | 
| 517 | 
            +
                  class DimensionValue
         | 
| 518 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 519 | 
            +
                  
         | 
| 520 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 521 | 
            +
                  end
         | 
| 522 | 
            +
                  
         | 
| 523 | 
            +
                  class DimensionValueList
         | 
| 524 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 525 | 
            +
                  
         | 
| 526 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 527 | 
            +
                  end
         | 
| 528 | 
            +
                  
         | 
| 529 | 
            +
                  class DimensionValueRequest
         | 
| 530 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 531 | 
            +
                  
         | 
| 532 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 533 | 
            +
                  end
         | 
| 534 | 
            +
                  
         | 
| 535 | 
            +
                  class DirectorySite
         | 
| 536 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 537 | 
            +
                  
         | 
| 538 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 539 | 
            +
                  end
         | 
| 540 | 
            +
                  
         | 
| 541 | 
            +
                  class DirectorySiteSettings
         | 
| 542 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 543 | 
            +
                  
         | 
| 544 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 545 | 
            +
                  end
         | 
| 546 | 
            +
                  
         | 
| 547 | 
            +
                  class DirectorySitesListResponse
         | 
| 548 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 549 | 
            +
                  
         | 
| 550 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 551 | 
            +
                  end
         | 
| 552 | 
            +
                  
         | 
| 553 | 
            +
                  class DynamicTargetingKey
         | 
| 554 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 555 | 
            +
                  
         | 
| 556 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 557 | 
            +
                  end
         | 
| 558 | 
            +
                  
         | 
| 559 | 
            +
                  class DynamicTargetingKeysListResponse
         | 
| 560 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 561 | 
            +
                  
         | 
| 562 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 563 | 
            +
                  end
         | 
| 564 | 
            +
                  
         | 
| 565 | 
            +
                  class EncryptionInfo
         | 
| 566 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 567 | 
            +
                  
         | 
| 568 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 569 | 
            +
                  end
         | 
| 570 | 
            +
                  
         | 
| 571 | 
            +
                  class EventTag
         | 
| 572 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 573 | 
            +
                  
         | 
| 574 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 575 | 
            +
                  end
         | 
| 576 | 
            +
                  
         | 
| 577 | 
            +
                  class EventTagOverride
         | 
| 578 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 579 | 
            +
                  
         | 
| 580 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 581 | 
            +
                  end
         | 
| 582 | 
            +
                  
         | 
| 583 | 
            +
                  class EventTagsListResponse
         | 
| 584 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 585 | 
            +
                  
         | 
| 586 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 587 | 
            +
                  end
         | 
| 588 | 
            +
                  
         | 
| 589 | 
            +
                  class File
         | 
| 590 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 591 | 
            +
                    
         | 
| 592 | 
            +
                    class Urls
         | 
| 593 | 
            +
                      class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 594 | 
            +
                    
         | 
| 595 | 
            +
                      include Google::Apis::Core::JsonObjectSupport
         | 
| 596 | 
            +
                    end
         | 
| 597 | 
            +
                  
         | 
| 598 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 599 | 
            +
                  end
         | 
| 600 | 
            +
                  
         | 
| 601 | 
            +
                  class FileList
         | 
| 602 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 603 | 
            +
                  
         | 
| 604 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 605 | 
            +
                  end
         | 
| 606 | 
            +
                  
         | 
| 607 | 
            +
                  class Flight
         | 
| 608 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 609 | 
            +
                  
         | 
| 610 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 611 | 
            +
                  end
         | 
| 612 | 
            +
                  
         | 
| 613 | 
            +
                  class FloodlightActivitiesGenerateTagResponse
         | 
| 614 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 615 | 
            +
                  
         | 
| 616 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 617 | 
            +
                  end
         | 
| 618 | 
            +
                  
         | 
| 619 | 
            +
                  class FloodlightActivitiesListResponse
         | 
| 620 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 621 | 
            +
                  
         | 
| 622 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 623 | 
            +
                  end
         | 
| 624 | 
            +
                  
         | 
| 625 | 
            +
                  class FloodlightActivity
         | 
| 626 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 627 | 
            +
                  
         | 
| 628 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 629 | 
            +
                  end
         | 
| 630 | 
            +
                  
         | 
| 631 | 
            +
                  class FloodlightActivityDynamicTag
         | 
| 632 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 633 | 
            +
                  
         | 
| 634 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 635 | 
            +
                  end
         | 
| 636 | 
            +
                  
         | 
| 637 | 
            +
                  class FloodlightActivityGroup
         | 
| 638 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 639 | 
            +
                  
         | 
| 640 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 641 | 
            +
                  end
         | 
| 642 | 
            +
                  
         | 
| 643 | 
            +
                  class FloodlightActivityGroupsListResponse
         | 
| 644 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 645 | 
            +
                  
         | 
| 646 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 647 | 
            +
                  end
         | 
| 648 | 
            +
                  
         | 
| 649 | 
            +
                  class FloodlightActivityPublisherDynamicTag
         | 
| 650 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 651 | 
            +
                  
         | 
| 652 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 653 | 
            +
                  end
         | 
| 654 | 
            +
                  
         | 
| 655 | 
            +
                  class FloodlightConfiguration
         | 
| 656 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 657 | 
            +
                  
         | 
| 658 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 659 | 
            +
                  end
         | 
| 660 | 
            +
                  
         | 
| 661 | 
            +
                  class FloodlightConfigurationsListResponse
         | 
| 662 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 663 | 
            +
                  
         | 
| 664 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 665 | 
            +
                  end
         | 
| 666 | 
            +
                  
         | 
| 667 | 
            +
                  class FloodlightReportCompatibleFields
         | 
| 668 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 669 | 
            +
                  
         | 
| 670 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 671 | 
            +
                  end
         | 
| 672 | 
            +
                  
         | 
| 673 | 
            +
                  class FrequencyCap
         | 
| 674 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 675 | 
            +
                  
         | 
| 676 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 677 | 
            +
                  end
         | 
| 678 | 
            +
                  
         | 
| 679 | 
            +
                  class FsCommand
         | 
| 680 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 681 | 
            +
                  
         | 
| 682 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 683 | 
            +
                  end
         | 
| 684 | 
            +
                  
         | 
| 685 | 
            +
                  class GeoTargeting
         | 
| 686 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 687 | 
            +
                  
         | 
| 688 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 689 | 
            +
                  end
         | 
| 690 | 
            +
                  
         | 
| 691 | 
            +
                  class InventoryItem
         | 
| 692 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 693 | 
            +
                  
         | 
| 694 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 695 | 
            +
                  end
         | 
| 696 | 
            +
                  
         | 
| 697 | 
            +
                  class InventoryItemsListResponse
         | 
| 698 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 699 | 
            +
                  
         | 
| 700 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 701 | 
            +
                  end
         | 
| 702 | 
            +
                  
         | 
| 703 | 
            +
                  class KeyValueTargetingExpression
         | 
| 704 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 705 | 
            +
                  
         | 
| 706 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 707 | 
            +
                  end
         | 
| 708 | 
            +
                  
         | 
| 709 | 
            +
                  class LandingPage
         | 
| 710 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 711 | 
            +
                  
         | 
| 712 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 713 | 
            +
                  end
         | 
| 714 | 
            +
                  
         | 
| 715 | 
            +
                  class Language
         | 
| 716 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 717 | 
            +
                  
         | 
| 718 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 719 | 
            +
                  end
         | 
| 720 | 
            +
                  
         | 
| 721 | 
            +
                  class LanguageTargeting
         | 
| 722 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 723 | 
            +
                  
         | 
| 724 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 725 | 
            +
                  end
         | 
| 726 | 
            +
                  
         | 
| 727 | 
            +
                  class LanguagesListResponse
         | 
| 728 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 729 | 
            +
                  
         | 
| 730 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 731 | 
            +
                  end
         | 
| 732 | 
            +
                  
         | 
| 733 | 
            +
                  class LastModifiedInfo
         | 
| 734 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 735 | 
            +
                  
         | 
| 736 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 737 | 
            +
                  end
         | 
| 738 | 
            +
                  
         | 
| 739 | 
            +
                  class ListPopulationClause
         | 
| 740 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 741 | 
            +
                  
         | 
| 742 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 743 | 
            +
                  end
         | 
| 744 | 
            +
                  
         | 
| 745 | 
            +
                  class ListPopulationRule
         | 
| 746 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 747 | 
            +
                  
         | 
| 748 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 749 | 
            +
                  end
         | 
| 750 | 
            +
                  
         | 
| 751 | 
            +
                  class ListPopulationTerm
         | 
| 752 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 753 | 
            +
                  
         | 
| 754 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 755 | 
            +
                  end
         | 
| 756 | 
            +
                  
         | 
| 757 | 
            +
                  class ListTargetingExpression
         | 
| 758 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 759 | 
            +
                  
         | 
| 760 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 761 | 
            +
                  end
         | 
| 762 | 
            +
                  
         | 
| 763 | 
            +
                  class LookbackConfiguration
         | 
| 764 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 765 | 
            +
                  
         | 
| 766 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 767 | 
            +
                  end
         | 
| 768 | 
            +
                  
         | 
| 769 | 
            +
                  class Metric
         | 
| 770 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 771 | 
            +
                  
         | 
| 772 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 773 | 
            +
                  end
         | 
| 774 | 
            +
                  
         | 
| 775 | 
            +
                  class Metro
         | 
| 776 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 777 | 
            +
                  
         | 
| 778 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 779 | 
            +
                  end
         | 
| 780 | 
            +
                  
         | 
| 781 | 
            +
                  class MetrosListResponse
         | 
| 782 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 783 | 
            +
                  
         | 
| 784 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 785 | 
            +
                  end
         | 
| 786 | 
            +
                  
         | 
| 787 | 
            +
                  class MobileApp
         | 
| 788 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 789 | 
            +
                  
         | 
| 790 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 791 | 
            +
                  end
         | 
| 792 | 
            +
                  
         | 
| 793 | 
            +
                  class MobileAppsListResponse
         | 
| 794 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 795 | 
            +
                  
         | 
| 796 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 797 | 
            +
                  end
         | 
| 798 | 
            +
                  
         | 
| 799 | 
            +
                  class MobileCarrier
         | 
| 800 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 801 | 
            +
                  
         | 
| 802 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 803 | 
            +
                  end
         | 
| 804 | 
            +
                  
         | 
| 805 | 
            +
                  class MobileCarriersListResponse
         | 
| 806 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 807 | 
            +
                  
         | 
| 808 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 809 | 
            +
                  end
         | 
| 810 | 
            +
                  
         | 
| 811 | 
            +
                  class ObjectFilter
         | 
| 812 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 813 | 
            +
                  
         | 
| 814 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 815 | 
            +
                  end
         | 
| 816 | 
            +
                  
         | 
| 817 | 
            +
                  class OffsetPosition
         | 
| 818 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 819 | 
            +
                  
         | 
| 820 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 821 | 
            +
                  end
         | 
| 822 | 
            +
                  
         | 
| 823 | 
            +
                  class OmnitureSettings
         | 
| 824 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 825 | 
            +
                  
         | 
| 826 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 827 | 
            +
                  end
         | 
| 828 | 
            +
                  
         | 
| 829 | 
            +
                  class OperatingSystem
         | 
| 830 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 831 | 
            +
                  
         | 
| 832 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 833 | 
            +
                  end
         | 
| 834 | 
            +
                  
         | 
| 835 | 
            +
                  class OperatingSystemVersion
         | 
| 836 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 837 | 
            +
                  
         | 
| 838 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 839 | 
            +
                  end
         | 
| 840 | 
            +
                  
         | 
| 841 | 
            +
                  class OperatingSystemVersionsListResponse
         | 
| 842 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 843 | 
            +
                  
         | 
| 844 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 845 | 
            +
                  end
         | 
| 846 | 
            +
                  
         | 
| 847 | 
            +
                  class OperatingSystemsListResponse
         | 
| 848 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 849 | 
            +
                  
         | 
| 850 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 851 | 
            +
                  end
         | 
| 852 | 
            +
                  
         | 
| 853 | 
            +
                  class OptimizationActivity
         | 
| 854 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 855 | 
            +
                  
         | 
| 856 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 857 | 
            +
                  end
         | 
| 858 | 
            +
                  
         | 
| 859 | 
            +
                  class Order
         | 
| 860 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 861 | 
            +
                  
         | 
| 862 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 863 | 
            +
                  end
         | 
| 864 | 
            +
                  
         | 
| 865 | 
            +
                  class OrderContact
         | 
| 866 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 867 | 
            +
                  
         | 
| 868 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 869 | 
            +
                  end
         | 
| 870 | 
            +
                  
         | 
| 871 | 
            +
                  class OrderDocument
         | 
| 872 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 873 | 
            +
                  
         | 
| 874 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 875 | 
            +
                  end
         | 
| 876 | 
            +
                  
         | 
| 877 | 
            +
                  class OrderDocumentsListResponse
         | 
| 878 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 879 | 
            +
                  
         | 
| 880 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 881 | 
            +
                  end
         | 
| 882 | 
            +
                  
         | 
| 883 | 
            +
                  class OrdersListResponse
         | 
| 884 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 885 | 
            +
                  
         | 
| 886 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 887 | 
            +
                  end
         | 
| 888 | 
            +
                  
         | 
| 889 | 
            +
                  class PathToConversionReportCompatibleFields
         | 
| 890 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 891 | 
            +
                  
         | 
| 892 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 893 | 
            +
                  end
         | 
| 894 | 
            +
                  
         | 
| 895 | 
            +
                  class Placement
         | 
| 896 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 897 | 
            +
                  
         | 
| 898 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 899 | 
            +
                  end
         | 
| 900 | 
            +
                  
         | 
| 901 | 
            +
                  class PlacementAssignment
         | 
| 902 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 903 | 
            +
                  
         | 
| 904 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 905 | 
            +
                  end
         | 
| 906 | 
            +
                  
         | 
| 907 | 
            +
                  class PlacementGroup
         | 
| 908 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 909 | 
            +
                  
         | 
| 910 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 911 | 
            +
                  end
         | 
| 912 | 
            +
                  
         | 
| 913 | 
            +
                  class PlacementGroupsListResponse
         | 
| 914 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 915 | 
            +
                  
         | 
| 916 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 917 | 
            +
                  end
         | 
| 918 | 
            +
                  
         | 
| 919 | 
            +
                  class PlacementStrategiesListResponse
         | 
| 920 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 921 | 
            +
                  
         | 
| 922 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 923 | 
            +
                  end
         | 
| 924 | 
            +
                  
         | 
| 925 | 
            +
                  class PlacementStrategy
         | 
| 926 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 927 | 
            +
                  
         | 
| 928 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 929 | 
            +
                  end
         | 
| 930 | 
            +
                  
         | 
| 931 | 
            +
                  class PlacementTag
         | 
| 932 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 933 | 
            +
                  
         | 
| 934 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 935 | 
            +
                  end
         | 
| 936 | 
            +
                  
         | 
| 937 | 
            +
                  class PlacementsGenerateTagsResponse
         | 
| 938 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 939 | 
            +
                  
         | 
| 940 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 941 | 
            +
                  end
         | 
| 942 | 
            +
                  
         | 
| 943 | 
            +
                  class PlacementsListResponse
         | 
| 944 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 945 | 
            +
                  
         | 
| 946 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 947 | 
            +
                  end
         | 
| 948 | 
            +
                  
         | 
| 949 | 
            +
                  class PlatformType
         | 
| 950 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 951 | 
            +
                  
         | 
| 952 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 953 | 
            +
                  end
         | 
| 954 | 
            +
                  
         | 
| 955 | 
            +
                  class PlatformTypesListResponse
         | 
| 956 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 957 | 
            +
                  
         | 
| 958 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 959 | 
            +
                  end
         | 
| 960 | 
            +
                  
         | 
| 961 | 
            +
                  class PopupWindowProperties
         | 
| 962 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 963 | 
            +
                  
         | 
| 964 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 965 | 
            +
                  end
         | 
| 966 | 
            +
                  
         | 
| 967 | 
            +
                  class PostalCode
         | 
| 968 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 969 | 
            +
                  
         | 
| 970 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 971 | 
            +
                  end
         | 
| 972 | 
            +
                  
         | 
| 973 | 
            +
                  class PostalCodesListResponse
         | 
| 974 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 975 | 
            +
                  
         | 
| 976 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 977 | 
            +
                  end
         | 
| 978 | 
            +
                  
         | 
| 979 | 
            +
                  class Pricing
         | 
| 980 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 981 | 
            +
                  
         | 
| 982 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 983 | 
            +
                  end
         | 
| 984 | 
            +
                  
         | 
| 985 | 
            +
                  class PricingSchedule
         | 
| 986 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 987 | 
            +
                  
         | 
| 988 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 989 | 
            +
                  end
         | 
| 990 | 
            +
                  
         | 
| 991 | 
            +
                  class PricingSchedulePricingPeriod
         | 
| 992 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 993 | 
            +
                  
         | 
| 994 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 995 | 
            +
                  end
         | 
| 996 | 
            +
                  
         | 
| 997 | 
            +
                  class Project
         | 
| 998 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 999 | 
            +
                  
         | 
| 1000 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1001 | 
            +
                  end
         | 
| 1002 | 
            +
                  
         | 
| 1003 | 
            +
                  class ProjectsListResponse
         | 
| 1004 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1005 | 
            +
                  
         | 
| 1006 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1007 | 
            +
                  end
         | 
| 1008 | 
            +
                  
         | 
| 1009 | 
            +
                  class ReachReportCompatibleFields
         | 
| 1010 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1011 | 
            +
                  
         | 
| 1012 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1013 | 
            +
                  end
         | 
| 1014 | 
            +
                  
         | 
| 1015 | 
            +
                  class Recipient
         | 
| 1016 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1017 | 
            +
                  
         | 
| 1018 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1019 | 
            +
                  end
         | 
| 1020 | 
            +
                  
         | 
| 1021 | 
            +
                  class Region
         | 
| 1022 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1023 | 
            +
                  
         | 
| 1024 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1025 | 
            +
                  end
         | 
| 1026 | 
            +
                  
         | 
| 1027 | 
            +
                  class RegionsListResponse
         | 
| 1028 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1029 | 
            +
                  
         | 
| 1030 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1031 | 
            +
                  end
         | 
| 1032 | 
            +
                  
         | 
| 1033 | 
            +
                  class RemarketingList
         | 
| 1034 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1035 | 
            +
                  
         | 
| 1036 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1037 | 
            +
                  end
         | 
| 1038 | 
            +
                  
         | 
| 1039 | 
            +
                  class RemarketingListShare
         | 
| 1040 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1041 | 
            +
                  
         | 
| 1042 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1043 | 
            +
                  end
         | 
| 1044 | 
            +
                  
         | 
| 1045 | 
            +
                  class RemarketingListsListResponse
         | 
| 1046 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1047 | 
            +
                  
         | 
| 1048 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1049 | 
            +
                  end
         | 
| 1050 | 
            +
                  
         | 
| 1051 | 
            +
                  class Report
         | 
| 1052 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1053 | 
            +
                    
         | 
| 1054 | 
            +
                    class Criteria
         | 
| 1055 | 
            +
                      class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1056 | 
            +
                    
         | 
| 1057 | 
            +
                      include Google::Apis::Core::JsonObjectSupport
         | 
| 1058 | 
            +
                    end
         | 
| 1059 | 
            +
                    
         | 
| 1060 | 
            +
                    class CrossDimensionReachCriteria
         | 
| 1061 | 
            +
                      class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1062 | 
            +
                    
         | 
| 1063 | 
            +
                      include Google::Apis::Core::JsonObjectSupport
         | 
| 1064 | 
            +
                    end
         | 
| 1065 | 
            +
                    
         | 
| 1066 | 
            +
                    class Delivery
         | 
| 1067 | 
            +
                      class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1068 | 
            +
                    
         | 
| 1069 | 
            +
                      include Google::Apis::Core::JsonObjectSupport
         | 
| 1070 | 
            +
                    end
         | 
| 1071 | 
            +
                    
         | 
| 1072 | 
            +
                    class FloodlightCriteria
         | 
| 1073 | 
            +
                      class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1074 | 
            +
                      
         | 
| 1075 | 
            +
                      class ReportProperties
         | 
| 1076 | 
            +
                        class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1077 | 
            +
                      
         | 
| 1078 | 
            +
                        include Google::Apis::Core::JsonObjectSupport
         | 
| 1079 | 
            +
                      end
         | 
| 1080 | 
            +
                    
         | 
| 1081 | 
            +
                      include Google::Apis::Core::JsonObjectSupport
         | 
| 1082 | 
            +
                    end
         | 
| 1083 | 
            +
                    
         | 
| 1084 | 
            +
                    class PathToConversionCriteria
         | 
| 1085 | 
            +
                      class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1086 | 
            +
                      
         | 
| 1087 | 
            +
                      class ReportProperties
         | 
| 1088 | 
            +
                        class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1089 | 
            +
                      
         | 
| 1090 | 
            +
                        include Google::Apis::Core::JsonObjectSupport
         | 
| 1091 | 
            +
                      end
         | 
| 1092 | 
            +
                    
         | 
| 1093 | 
            +
                      include Google::Apis::Core::JsonObjectSupport
         | 
| 1094 | 
            +
                    end
         | 
| 1095 | 
            +
                    
         | 
| 1096 | 
            +
                    class ReachCriteria
         | 
| 1097 | 
            +
                      class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1098 | 
            +
                    
         | 
| 1099 | 
            +
                      include Google::Apis::Core::JsonObjectSupport
         | 
| 1100 | 
            +
                    end
         | 
| 1101 | 
            +
                    
         | 
| 1102 | 
            +
                    class Schedule
         | 
| 1103 | 
            +
                      class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1104 | 
            +
                    
         | 
| 1105 | 
            +
                      include Google::Apis::Core::JsonObjectSupport
         | 
| 1106 | 
            +
                    end
         | 
| 1107 | 
            +
                  
         | 
| 1108 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1109 | 
            +
                  end
         | 
| 1110 | 
            +
                  
         | 
| 1111 | 
            +
                  class ReportCompatibleFields
         | 
| 1112 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1113 | 
            +
                  
         | 
| 1114 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1115 | 
            +
                  end
         | 
| 1116 | 
            +
                  
         | 
| 1117 | 
            +
                  class ReportList
         | 
| 1118 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1119 | 
            +
                  
         | 
| 1120 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1121 | 
            +
                  end
         | 
| 1122 | 
            +
                  
         | 
| 1123 | 
            +
                  class ReportsConfiguration
         | 
| 1124 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1125 | 
            +
                  
         | 
| 1126 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1127 | 
            +
                  end
         | 
| 1128 | 
            +
                  
         | 
| 1129 | 
            +
                  class RichMediaExitOverride
         | 
| 1130 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1131 | 
            +
                  
         | 
| 1132 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1133 | 
            +
                  end
         | 
| 1134 | 
            +
                  
         | 
| 1135 | 
            +
                  class Rule
         | 
| 1136 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1137 | 
            +
                  
         | 
| 1138 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1139 | 
            +
                  end
         | 
| 1140 | 
            +
                  
         | 
| 1141 | 
            +
                  class Site
         | 
| 1142 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1143 | 
            +
                  
         | 
| 1144 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1145 | 
            +
                  end
         | 
| 1146 | 
            +
                  
         | 
| 1147 | 
            +
                  class SiteCompanionSetting
         | 
| 1148 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1149 | 
            +
                  
         | 
| 1150 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1151 | 
            +
                  end
         | 
| 1152 | 
            +
                  
         | 
| 1153 | 
            +
                  class SiteContact
         | 
| 1154 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1155 | 
            +
                  
         | 
| 1156 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1157 | 
            +
                  end
         | 
| 1158 | 
            +
                  
         | 
| 1159 | 
            +
                  class SiteSettings
         | 
| 1160 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1161 | 
            +
                  
         | 
| 1162 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1163 | 
            +
                  end
         | 
| 1164 | 
            +
                  
         | 
| 1165 | 
            +
                  class SiteSkippableSetting
         | 
| 1166 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1167 | 
            +
                  
         | 
| 1168 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1169 | 
            +
                  end
         | 
| 1170 | 
            +
                  
         | 
| 1171 | 
            +
                  class SiteTranscodeSetting
         | 
| 1172 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1173 | 
            +
                  
         | 
| 1174 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1175 | 
            +
                  end
         | 
| 1176 | 
            +
                  
         | 
| 1177 | 
            +
                  class SiteVideoSettings
         | 
| 1178 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1179 | 
            +
                  
         | 
| 1180 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1181 | 
            +
                  end
         | 
| 1182 | 
            +
                  
         | 
| 1183 | 
            +
                  class SitesListResponse
         | 
| 1184 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1185 | 
            +
                  
         | 
| 1186 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1187 | 
            +
                  end
         | 
| 1188 | 
            +
                  
         | 
| 1189 | 
            +
                  class Size
         | 
| 1190 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1191 | 
            +
                  
         | 
| 1192 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1193 | 
            +
                  end
         | 
| 1194 | 
            +
                  
         | 
| 1195 | 
            +
                  class SizesListResponse
         | 
| 1196 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1197 | 
            +
                  
         | 
| 1198 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1199 | 
            +
                  end
         | 
| 1200 | 
            +
                  
         | 
| 1201 | 
            +
                  class SkippableSetting
         | 
| 1202 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1203 | 
            +
                  
         | 
| 1204 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1205 | 
            +
                  end
         | 
| 1206 | 
            +
                  
         | 
| 1207 | 
            +
                  class SortedDimension
         | 
| 1208 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1209 | 
            +
                  
         | 
| 1210 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1211 | 
            +
                  end
         | 
| 1212 | 
            +
                  
         | 
| 1213 | 
            +
                  class Subaccount
         | 
| 1214 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1215 | 
            +
                  
         | 
| 1216 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1217 | 
            +
                  end
         | 
| 1218 | 
            +
                  
         | 
| 1219 | 
            +
                  class SubaccountsListResponse
         | 
| 1220 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1221 | 
            +
                  
         | 
| 1222 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1223 | 
            +
                  end
         | 
| 1224 | 
            +
                  
         | 
| 1225 | 
            +
                  class TagData
         | 
| 1226 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1227 | 
            +
                  
         | 
| 1228 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1229 | 
            +
                  end
         | 
| 1230 | 
            +
                  
         | 
| 1231 | 
            +
                  class TagSetting
         | 
| 1232 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1233 | 
            +
                  
         | 
| 1234 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1235 | 
            +
                  end
         | 
| 1236 | 
            +
                  
         | 
| 1237 | 
            +
                  class TagSettings
         | 
| 1238 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1239 | 
            +
                  
         | 
| 1240 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1241 | 
            +
                  end
         | 
| 1242 | 
            +
                  
         | 
| 1243 | 
            +
                  class TargetWindow
         | 
| 1244 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1245 | 
            +
                  
         | 
| 1246 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1247 | 
            +
                  end
         | 
| 1248 | 
            +
                  
         | 
| 1249 | 
            +
                  class TargetableRemarketingList
         | 
| 1250 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1251 | 
            +
                  
         | 
| 1252 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1253 | 
            +
                  end
         | 
| 1254 | 
            +
                  
         | 
| 1255 | 
            +
                  class TargetableRemarketingListsListResponse
         | 
| 1256 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1257 | 
            +
                  
         | 
| 1258 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1259 | 
            +
                  end
         | 
| 1260 | 
            +
                  
         | 
| 1261 | 
            +
                  class TargetingTemplate
         | 
| 1262 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1263 | 
            +
                  
         | 
| 1264 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1265 | 
            +
                  end
         | 
| 1266 | 
            +
                  
         | 
| 1267 | 
            +
                  class TargetingTemplatesListResponse
         | 
| 1268 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1269 | 
            +
                  
         | 
| 1270 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1271 | 
            +
                  end
         | 
| 1272 | 
            +
                  
         | 
| 1273 | 
            +
                  class TechnologyTargeting
         | 
| 1274 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1275 | 
            +
                  
         | 
| 1276 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1277 | 
            +
                  end
         | 
| 1278 | 
            +
                  
         | 
| 1279 | 
            +
                  class ThirdPartyAuthenticationToken
         | 
| 1280 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1281 | 
            +
                  
         | 
| 1282 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1283 | 
            +
                  end
         | 
| 1284 | 
            +
                  
         | 
| 1285 | 
            +
                  class ThirdPartyTrackingUrl
         | 
| 1286 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1287 | 
            +
                  
         | 
| 1288 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1289 | 
            +
                  end
         | 
| 1290 | 
            +
                  
         | 
| 1291 | 
            +
                  class TranscodeSetting
         | 
| 1292 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1293 | 
            +
                  
         | 
| 1294 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1295 | 
            +
                  end
         | 
| 1296 | 
            +
                  
         | 
| 1297 | 
            +
                  class UniversalAdId
         | 
| 1298 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1299 | 
            +
                  
         | 
| 1300 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1301 | 
            +
                  end
         | 
| 1302 | 
            +
                  
         | 
| 1303 | 
            +
                  class UserDefinedVariableConfiguration
         | 
| 1304 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1305 | 
            +
                  
         | 
| 1306 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1307 | 
            +
                  end
         | 
| 1308 | 
            +
                  
         | 
| 1309 | 
            +
                  class UserProfile
         | 
| 1310 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1311 | 
            +
                  
         | 
| 1312 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1313 | 
            +
                  end
         | 
| 1314 | 
            +
                  
         | 
| 1315 | 
            +
                  class UserProfileList
         | 
| 1316 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1317 | 
            +
                  
         | 
| 1318 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1319 | 
            +
                  end
         | 
| 1320 | 
            +
                  
         | 
| 1321 | 
            +
                  class UserRole
         | 
| 1322 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1323 | 
            +
                  
         | 
| 1324 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1325 | 
            +
                  end
         | 
| 1326 | 
            +
                  
         | 
| 1327 | 
            +
                  class UserRolePermission
         | 
| 1328 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1329 | 
            +
                  
         | 
| 1330 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1331 | 
            +
                  end
         | 
| 1332 | 
            +
                  
         | 
| 1333 | 
            +
                  class UserRolePermissionGroup
         | 
| 1334 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1335 | 
            +
                  
         | 
| 1336 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1337 | 
            +
                  end
         | 
| 1338 | 
            +
                  
         | 
| 1339 | 
            +
                  class UserRolePermissionGroupsListResponse
         | 
| 1340 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1341 | 
            +
                  
         | 
| 1342 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1343 | 
            +
                  end
         | 
| 1344 | 
            +
                  
         | 
| 1345 | 
            +
                  class UserRolePermissionsListResponse
         | 
| 1346 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1347 | 
            +
                  
         | 
| 1348 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1349 | 
            +
                  end
         | 
| 1350 | 
            +
                  
         | 
| 1351 | 
            +
                  class UserRolesListResponse
         | 
| 1352 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1353 | 
            +
                  
         | 
| 1354 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1355 | 
            +
                  end
         | 
| 1356 | 
            +
                  
         | 
| 1357 | 
            +
                  class VideoFormat
         | 
| 1358 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1359 | 
            +
                  
         | 
| 1360 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1361 | 
            +
                  end
         | 
| 1362 | 
            +
                  
         | 
| 1363 | 
            +
                  class VideoFormatsListResponse
         | 
| 1364 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1365 | 
            +
                  
         | 
| 1366 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1367 | 
            +
                  end
         | 
| 1368 | 
            +
                  
         | 
| 1369 | 
            +
                  class VideoOffset
         | 
| 1370 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1371 | 
            +
                  
         | 
| 1372 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1373 | 
            +
                  end
         | 
| 1374 | 
            +
                  
         | 
| 1375 | 
            +
                  class VideoSettings
         | 
| 1376 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 1377 | 
            +
                  
         | 
| 1378 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 1379 | 
            +
                  end
         | 
| 1380 | 
            +
                  
         | 
| 1381 | 
            +
                  class Account
         | 
| 1382 | 
            +
                    # @private
         | 
| 1383 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1384 | 
            +
                      collection :account_permission_ids, as: 'accountPermissionIds'
         | 
| 1385 | 
            +
                      property :account_profile, as: 'accountProfile'
         | 
| 1386 | 
            +
                      property :active, as: 'active'
         | 
| 1387 | 
            +
                      property :active_ads_limit_tier, as: 'activeAdsLimitTier'
         | 
| 1388 | 
            +
                      property :active_view_opt_out, as: 'activeViewOptOut'
         | 
| 1389 | 
            +
                      collection :available_permission_ids, as: 'availablePermissionIds'
         | 
| 1390 | 
            +
                      property :country_id, :numeric_string => true, as: 'countryId'
         | 
| 1391 | 
            +
                      property :currency_id, :numeric_string => true, as: 'currencyId'
         | 
| 1392 | 
            +
                      property :default_creative_size_id, :numeric_string => true, as: 'defaultCreativeSizeId'
         | 
| 1393 | 
            +
                      property :description, as: 'description'
         | 
| 1394 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 1395 | 
            +
                      property :kind, as: 'kind'
         | 
| 1396 | 
            +
                      property :locale, as: 'locale'
         | 
| 1397 | 
            +
                      property :maximum_image_size, :numeric_string => true, as: 'maximumImageSize'
         | 
| 1398 | 
            +
                      property :name, as: 'name'
         | 
| 1399 | 
            +
                      property :nielsen_ocr_enabled, as: 'nielsenOcrEnabled'
         | 
| 1400 | 
            +
                      property :reports_configuration, as: 'reportsConfiguration', class: Google::Apis::DfareportingV3_3::ReportsConfiguration, decorator: Google::Apis::DfareportingV3_3::ReportsConfiguration::Representation
         | 
| 1401 | 
            +
                  
         | 
| 1402 | 
            +
                      property :share_reports_with_twitter, as: 'shareReportsWithTwitter'
         | 
| 1403 | 
            +
                      property :teaser_size_limit, :numeric_string => true, as: 'teaserSizeLimit'
         | 
| 1404 | 
            +
                    end
         | 
| 1405 | 
            +
                  end
         | 
| 1406 | 
            +
                  
         | 
| 1407 | 
            +
                  class AccountActiveAdSummary
         | 
| 1408 | 
            +
                    # @private
         | 
| 1409 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1410 | 
            +
                      property :account_id, :numeric_string => true, as: 'accountId'
         | 
| 1411 | 
            +
                      property :active_ads, :numeric_string => true, as: 'activeAds'
         | 
| 1412 | 
            +
                      property :active_ads_limit_tier, as: 'activeAdsLimitTier'
         | 
| 1413 | 
            +
                      property :available_ads, :numeric_string => true, as: 'availableAds'
         | 
| 1414 | 
            +
                      property :kind, as: 'kind'
         | 
| 1415 | 
            +
                    end
         | 
| 1416 | 
            +
                  end
         | 
| 1417 | 
            +
                  
         | 
| 1418 | 
            +
                  class AccountPermission
         | 
| 1419 | 
            +
                    # @private
         | 
| 1420 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1421 | 
            +
                      collection :account_profiles, as: 'accountProfiles'
         | 
| 1422 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 1423 | 
            +
                      property :kind, as: 'kind'
         | 
| 1424 | 
            +
                      property :level, as: 'level'
         | 
| 1425 | 
            +
                      property :name, as: 'name'
         | 
| 1426 | 
            +
                      property :permission_group_id, :numeric_string => true, as: 'permissionGroupId'
         | 
| 1427 | 
            +
                    end
         | 
| 1428 | 
            +
                  end
         | 
| 1429 | 
            +
                  
         | 
| 1430 | 
            +
                  class AccountPermissionGroup
         | 
| 1431 | 
            +
                    # @private
         | 
| 1432 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1433 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 1434 | 
            +
                      property :kind, as: 'kind'
         | 
| 1435 | 
            +
                      property :name, as: 'name'
         | 
| 1436 | 
            +
                    end
         | 
| 1437 | 
            +
                  end
         | 
| 1438 | 
            +
                  
         | 
| 1439 | 
            +
                  class AccountPermissionGroupsListResponse
         | 
| 1440 | 
            +
                    # @private
         | 
| 1441 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1442 | 
            +
                      collection :account_permission_groups, as: 'accountPermissionGroups', class: Google::Apis::DfareportingV3_3::AccountPermissionGroup, decorator: Google::Apis::DfareportingV3_3::AccountPermissionGroup::Representation
         | 
| 1443 | 
            +
                  
         | 
| 1444 | 
            +
                      property :kind, as: 'kind'
         | 
| 1445 | 
            +
                    end
         | 
| 1446 | 
            +
                  end
         | 
| 1447 | 
            +
                  
         | 
| 1448 | 
            +
                  class AccountPermissionsListResponse
         | 
| 1449 | 
            +
                    # @private
         | 
| 1450 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1451 | 
            +
                      collection :account_permissions, as: 'accountPermissions', class: Google::Apis::DfareportingV3_3::AccountPermission, decorator: Google::Apis::DfareportingV3_3::AccountPermission::Representation
         | 
| 1452 | 
            +
                  
         | 
| 1453 | 
            +
                      property :kind, as: 'kind'
         | 
| 1454 | 
            +
                    end
         | 
| 1455 | 
            +
                  end
         | 
| 1456 | 
            +
                  
         | 
| 1457 | 
            +
                  class AccountUserProfile
         | 
| 1458 | 
            +
                    # @private
         | 
| 1459 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1460 | 
            +
                      property :account_id, :numeric_string => true, as: 'accountId'
         | 
| 1461 | 
            +
                      property :active, as: 'active'
         | 
| 1462 | 
            +
                      property :advertiser_filter, as: 'advertiserFilter', class: Google::Apis::DfareportingV3_3::ObjectFilter, decorator: Google::Apis::DfareportingV3_3::ObjectFilter::Representation
         | 
| 1463 | 
            +
                  
         | 
| 1464 | 
            +
                      property :campaign_filter, as: 'campaignFilter', class: Google::Apis::DfareportingV3_3::ObjectFilter, decorator: Google::Apis::DfareportingV3_3::ObjectFilter::Representation
         | 
| 1465 | 
            +
                  
         | 
| 1466 | 
            +
                      property :comments, as: 'comments'
         | 
| 1467 | 
            +
                      property :email, as: 'email'
         | 
| 1468 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 1469 | 
            +
                      property :kind, as: 'kind'
         | 
| 1470 | 
            +
                      property :locale, as: 'locale'
         | 
| 1471 | 
            +
                      property :name, as: 'name'
         | 
| 1472 | 
            +
                      property :site_filter, as: 'siteFilter', class: Google::Apis::DfareportingV3_3::ObjectFilter, decorator: Google::Apis::DfareportingV3_3::ObjectFilter::Representation
         | 
| 1473 | 
            +
                  
         | 
| 1474 | 
            +
                      property :subaccount_id, :numeric_string => true, as: 'subaccountId'
         | 
| 1475 | 
            +
                      property :trafficker_type, as: 'traffickerType'
         | 
| 1476 | 
            +
                      property :user_access_type, as: 'userAccessType'
         | 
| 1477 | 
            +
                      property :user_role_filter, as: 'userRoleFilter', class: Google::Apis::DfareportingV3_3::ObjectFilter, decorator: Google::Apis::DfareportingV3_3::ObjectFilter::Representation
         | 
| 1478 | 
            +
                  
         | 
| 1479 | 
            +
                      property :user_role_id, :numeric_string => true, as: 'userRoleId'
         | 
| 1480 | 
            +
                    end
         | 
| 1481 | 
            +
                  end
         | 
| 1482 | 
            +
                  
         | 
| 1483 | 
            +
                  class AccountUserProfilesListResponse
         | 
| 1484 | 
            +
                    # @private
         | 
| 1485 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1486 | 
            +
                      collection :account_user_profiles, as: 'accountUserProfiles', class: Google::Apis::DfareportingV3_3::AccountUserProfile, decorator: Google::Apis::DfareportingV3_3::AccountUserProfile::Representation
         | 
| 1487 | 
            +
                  
         | 
| 1488 | 
            +
                      property :kind, as: 'kind'
         | 
| 1489 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 1490 | 
            +
                    end
         | 
| 1491 | 
            +
                  end
         | 
| 1492 | 
            +
                  
         | 
| 1493 | 
            +
                  class AccountsListResponse
         | 
| 1494 | 
            +
                    # @private
         | 
| 1495 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1496 | 
            +
                      collection :accounts, as: 'accounts', class: Google::Apis::DfareportingV3_3::Account, decorator: Google::Apis::DfareportingV3_3::Account::Representation
         | 
| 1497 | 
            +
                  
         | 
| 1498 | 
            +
                      property :kind, as: 'kind'
         | 
| 1499 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 1500 | 
            +
                    end
         | 
| 1501 | 
            +
                  end
         | 
| 1502 | 
            +
                  
         | 
| 1503 | 
            +
                  class Activities
         | 
| 1504 | 
            +
                    # @private
         | 
| 1505 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1506 | 
            +
                      collection :filters, as: 'filters', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 1507 | 
            +
                  
         | 
| 1508 | 
            +
                      property :kind, as: 'kind'
         | 
| 1509 | 
            +
                      collection :metric_names, as: 'metricNames'
         | 
| 1510 | 
            +
                    end
         | 
| 1511 | 
            +
                  end
         | 
| 1512 | 
            +
                  
         | 
| 1513 | 
            +
                  class Ad
         | 
| 1514 | 
            +
                    # @private
         | 
| 1515 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1516 | 
            +
                      property :account_id, :numeric_string => true, as: 'accountId'
         | 
| 1517 | 
            +
                      property :active, as: 'active'
         | 
| 1518 | 
            +
                      property :advertiser_id, :numeric_string => true, as: 'advertiserId'
         | 
| 1519 | 
            +
                      property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 1520 | 
            +
                  
         | 
| 1521 | 
            +
                      property :archived, as: 'archived'
         | 
| 1522 | 
            +
                      property :audience_segment_id, :numeric_string => true, as: 'audienceSegmentId'
         | 
| 1523 | 
            +
                      property :campaign_id, :numeric_string => true, as: 'campaignId'
         | 
| 1524 | 
            +
                      property :campaign_id_dimension_value, as: 'campaignIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 1525 | 
            +
                  
         | 
| 1526 | 
            +
                      property :click_through_url, as: 'clickThroughUrl', class: Google::Apis::DfareportingV3_3::ClickThroughUrl, decorator: Google::Apis::DfareportingV3_3::ClickThroughUrl::Representation
         | 
| 1527 | 
            +
                  
         | 
| 1528 | 
            +
                      property :click_through_url_suffix_properties, as: 'clickThroughUrlSuffixProperties', class: Google::Apis::DfareportingV3_3::ClickThroughUrlSuffixProperties, decorator: Google::Apis::DfareportingV3_3::ClickThroughUrlSuffixProperties::Representation
         | 
| 1529 | 
            +
                  
         | 
| 1530 | 
            +
                      property :comments, as: 'comments'
         | 
| 1531 | 
            +
                      property :compatibility, as: 'compatibility'
         | 
| 1532 | 
            +
                      property :create_info, as: 'createInfo', class: Google::Apis::DfareportingV3_3::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_3::LastModifiedInfo::Representation
         | 
| 1533 | 
            +
                  
         | 
| 1534 | 
            +
                      collection :creative_group_assignments, as: 'creativeGroupAssignments', class: Google::Apis::DfareportingV3_3::CreativeGroupAssignment, decorator: Google::Apis::DfareportingV3_3::CreativeGroupAssignment::Representation
         | 
| 1535 | 
            +
                  
         | 
| 1536 | 
            +
                      property :creative_rotation, as: 'creativeRotation', class: Google::Apis::DfareportingV3_3::CreativeRotation, decorator: Google::Apis::DfareportingV3_3::CreativeRotation::Representation
         | 
| 1537 | 
            +
                  
         | 
| 1538 | 
            +
                      property :day_part_targeting, as: 'dayPartTargeting', class: Google::Apis::DfareportingV3_3::DayPartTargeting, decorator: Google::Apis::DfareportingV3_3::DayPartTargeting::Representation
         | 
| 1539 | 
            +
                  
         | 
| 1540 | 
            +
                      property :default_click_through_event_tag_properties, as: 'defaultClickThroughEventTagProperties', class: Google::Apis::DfareportingV3_3::DefaultClickThroughEventTagProperties, decorator: Google::Apis::DfareportingV3_3::DefaultClickThroughEventTagProperties::Representation
         | 
| 1541 | 
            +
                  
         | 
| 1542 | 
            +
                      property :delivery_schedule, as: 'deliverySchedule', class: Google::Apis::DfareportingV3_3::DeliverySchedule, decorator: Google::Apis::DfareportingV3_3::DeliverySchedule::Representation
         | 
| 1543 | 
            +
                  
         | 
| 1544 | 
            +
                      property :dynamic_click_tracker, as: 'dynamicClickTracker'
         | 
| 1545 | 
            +
                      property :end_time, as: 'endTime', type: DateTime
         | 
| 1546 | 
            +
                  
         | 
| 1547 | 
            +
                      collection :event_tag_overrides, as: 'eventTagOverrides', class: Google::Apis::DfareportingV3_3::EventTagOverride, decorator: Google::Apis::DfareportingV3_3::EventTagOverride::Representation
         | 
| 1548 | 
            +
                  
         | 
| 1549 | 
            +
                      property :geo_targeting, as: 'geoTargeting', class: Google::Apis::DfareportingV3_3::GeoTargeting, decorator: Google::Apis::DfareportingV3_3::GeoTargeting::Representation
         | 
| 1550 | 
            +
                  
         | 
| 1551 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 1552 | 
            +
                      property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 1553 | 
            +
                  
         | 
| 1554 | 
            +
                      property :key_value_targeting_expression, as: 'keyValueTargetingExpression', class: Google::Apis::DfareportingV3_3::KeyValueTargetingExpression, decorator: Google::Apis::DfareportingV3_3::KeyValueTargetingExpression::Representation
         | 
| 1555 | 
            +
                  
         | 
| 1556 | 
            +
                      property :kind, as: 'kind'
         | 
| 1557 | 
            +
                      property :language_targeting, as: 'languageTargeting', class: Google::Apis::DfareportingV3_3::LanguageTargeting, decorator: Google::Apis::DfareportingV3_3::LanguageTargeting::Representation
         | 
| 1558 | 
            +
                  
         | 
| 1559 | 
            +
                      property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::DfareportingV3_3::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_3::LastModifiedInfo::Representation
         | 
| 1560 | 
            +
                  
         | 
| 1561 | 
            +
                      property :name, as: 'name'
         | 
| 1562 | 
            +
                      collection :placement_assignments, as: 'placementAssignments', class: Google::Apis::DfareportingV3_3::PlacementAssignment, decorator: Google::Apis::DfareportingV3_3::PlacementAssignment::Representation
         | 
| 1563 | 
            +
                  
         | 
| 1564 | 
            +
                      property :remarketing_list_expression, as: 'remarketingListExpression', class: Google::Apis::DfareportingV3_3::ListTargetingExpression, decorator: Google::Apis::DfareportingV3_3::ListTargetingExpression::Representation
         | 
| 1565 | 
            +
                  
         | 
| 1566 | 
            +
                      property :size, as: 'size', class: Google::Apis::DfareportingV3_3::Size, decorator: Google::Apis::DfareportingV3_3::Size::Representation
         | 
| 1567 | 
            +
                  
         | 
| 1568 | 
            +
                      property :ssl_compliant, as: 'sslCompliant'
         | 
| 1569 | 
            +
                      property :ssl_required, as: 'sslRequired'
         | 
| 1570 | 
            +
                      property :start_time, as: 'startTime', type: DateTime
         | 
| 1571 | 
            +
                  
         | 
| 1572 | 
            +
                      property :subaccount_id, :numeric_string => true, as: 'subaccountId'
         | 
| 1573 | 
            +
                      property :targeting_template_id, :numeric_string => true, as: 'targetingTemplateId'
         | 
| 1574 | 
            +
                      property :technology_targeting, as: 'technologyTargeting', class: Google::Apis::DfareportingV3_3::TechnologyTargeting, decorator: Google::Apis::DfareportingV3_3::TechnologyTargeting::Representation
         | 
| 1575 | 
            +
                  
         | 
| 1576 | 
            +
                      property :type, as: 'type'
         | 
| 1577 | 
            +
                    end
         | 
| 1578 | 
            +
                  end
         | 
| 1579 | 
            +
                  
         | 
| 1580 | 
            +
                  class AdBlockingConfiguration
         | 
| 1581 | 
            +
                    # @private
         | 
| 1582 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1583 | 
            +
                      property :click_through_url, as: 'clickThroughUrl'
         | 
| 1584 | 
            +
                      property :creative_bundle_id, :numeric_string => true, as: 'creativeBundleId'
         | 
| 1585 | 
            +
                      property :enabled, as: 'enabled'
         | 
| 1586 | 
            +
                      property :override_click_through_url, as: 'overrideClickThroughUrl'
         | 
| 1587 | 
            +
                    end
         | 
| 1588 | 
            +
                  end
         | 
| 1589 | 
            +
                  
         | 
| 1590 | 
            +
                  class AdSlot
         | 
| 1591 | 
            +
                    # @private
         | 
| 1592 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1593 | 
            +
                      property :comment, as: 'comment'
         | 
| 1594 | 
            +
                      property :compatibility, as: 'compatibility'
         | 
| 1595 | 
            +
                      property :height, :numeric_string => true, as: 'height'
         | 
| 1596 | 
            +
                      property :linked_placement_id, :numeric_string => true, as: 'linkedPlacementId'
         | 
| 1597 | 
            +
                      property :name, as: 'name'
         | 
| 1598 | 
            +
                      property :payment_source_type, as: 'paymentSourceType'
         | 
| 1599 | 
            +
                      property :primary, as: 'primary'
         | 
| 1600 | 
            +
                      property :width, :numeric_string => true, as: 'width'
         | 
| 1601 | 
            +
                    end
         | 
| 1602 | 
            +
                  end
         | 
| 1603 | 
            +
                  
         | 
| 1604 | 
            +
                  class AdsListResponse
         | 
| 1605 | 
            +
                    # @private
         | 
| 1606 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1607 | 
            +
                      collection :ads, as: 'ads', class: Google::Apis::DfareportingV3_3::Ad, decorator: Google::Apis::DfareportingV3_3::Ad::Representation
         | 
| 1608 | 
            +
                  
         | 
| 1609 | 
            +
                      property :kind, as: 'kind'
         | 
| 1610 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 1611 | 
            +
                    end
         | 
| 1612 | 
            +
                  end
         | 
| 1613 | 
            +
                  
         | 
| 1614 | 
            +
                  class Advertiser
         | 
| 1615 | 
            +
                    # @private
         | 
| 1616 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1617 | 
            +
                      property :account_id, :numeric_string => true, as: 'accountId'
         | 
| 1618 | 
            +
                      property :advertiser_group_id, :numeric_string => true, as: 'advertiserGroupId'
         | 
| 1619 | 
            +
                      property :click_through_url_suffix, as: 'clickThroughUrlSuffix'
         | 
| 1620 | 
            +
                      property :default_click_through_event_tag_id, :numeric_string => true, as: 'defaultClickThroughEventTagId'
         | 
| 1621 | 
            +
                      property :default_email, as: 'defaultEmail'
         | 
| 1622 | 
            +
                      property :floodlight_configuration_id, :numeric_string => true, as: 'floodlightConfigurationId'
         | 
| 1623 | 
            +
                      property :floodlight_configuration_id_dimension_value, as: 'floodlightConfigurationIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 1624 | 
            +
                  
         | 
| 1625 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 1626 | 
            +
                      property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 1627 | 
            +
                  
         | 
| 1628 | 
            +
                      property :kind, as: 'kind'
         | 
| 1629 | 
            +
                      property :name, as: 'name'
         | 
| 1630 | 
            +
                      property :original_floodlight_configuration_id, :numeric_string => true, as: 'originalFloodlightConfigurationId'
         | 
| 1631 | 
            +
                      property :status, as: 'status'
         | 
| 1632 | 
            +
                      property :subaccount_id, :numeric_string => true, as: 'subaccountId'
         | 
| 1633 | 
            +
                      property :suspended, as: 'suspended'
         | 
| 1634 | 
            +
                    end
         | 
| 1635 | 
            +
                  end
         | 
| 1636 | 
            +
                  
         | 
| 1637 | 
            +
                  class AdvertiserGroup
         | 
| 1638 | 
            +
                    # @private
         | 
| 1639 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1640 | 
            +
                      property :account_id, :numeric_string => true, as: 'accountId'
         | 
| 1641 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 1642 | 
            +
                      property :kind, as: 'kind'
         | 
| 1643 | 
            +
                      property :name, as: 'name'
         | 
| 1644 | 
            +
                    end
         | 
| 1645 | 
            +
                  end
         | 
| 1646 | 
            +
                  
         | 
| 1647 | 
            +
                  class AdvertiserGroupsListResponse
         | 
| 1648 | 
            +
                    # @private
         | 
| 1649 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1650 | 
            +
                      collection :advertiser_groups, as: 'advertiserGroups', class: Google::Apis::DfareportingV3_3::AdvertiserGroup, decorator: Google::Apis::DfareportingV3_3::AdvertiserGroup::Representation
         | 
| 1651 | 
            +
                  
         | 
| 1652 | 
            +
                      property :kind, as: 'kind'
         | 
| 1653 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 1654 | 
            +
                    end
         | 
| 1655 | 
            +
                  end
         | 
| 1656 | 
            +
                  
         | 
| 1657 | 
            +
                  class AdvertiserLandingPagesListResponse
         | 
| 1658 | 
            +
                    # @private
         | 
| 1659 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1660 | 
            +
                      property :kind, as: 'kind'
         | 
| 1661 | 
            +
                      collection :landing_pages, as: 'landingPages', class: Google::Apis::DfareportingV3_3::LandingPage, decorator: Google::Apis::DfareportingV3_3::LandingPage::Representation
         | 
| 1662 | 
            +
                  
         | 
| 1663 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 1664 | 
            +
                    end
         | 
| 1665 | 
            +
                  end
         | 
| 1666 | 
            +
                  
         | 
| 1667 | 
            +
                  class AdvertisersListResponse
         | 
| 1668 | 
            +
                    # @private
         | 
| 1669 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1670 | 
            +
                      collection :advertisers, as: 'advertisers', class: Google::Apis::DfareportingV3_3::Advertiser, decorator: Google::Apis::DfareportingV3_3::Advertiser::Representation
         | 
| 1671 | 
            +
                  
         | 
| 1672 | 
            +
                      property :kind, as: 'kind'
         | 
| 1673 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 1674 | 
            +
                    end
         | 
| 1675 | 
            +
                  end
         | 
| 1676 | 
            +
                  
         | 
| 1677 | 
            +
                  class AudienceSegment
         | 
| 1678 | 
            +
                    # @private
         | 
| 1679 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1680 | 
            +
                      property :allocation, as: 'allocation'
         | 
| 1681 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 1682 | 
            +
                      property :name, as: 'name'
         | 
| 1683 | 
            +
                    end
         | 
| 1684 | 
            +
                  end
         | 
| 1685 | 
            +
                  
         | 
| 1686 | 
            +
                  class AudienceSegmentGroup
         | 
| 1687 | 
            +
                    # @private
         | 
| 1688 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1689 | 
            +
                      collection :audience_segments, as: 'audienceSegments', class: Google::Apis::DfareportingV3_3::AudienceSegment, decorator: Google::Apis::DfareportingV3_3::AudienceSegment::Representation
         | 
| 1690 | 
            +
                  
         | 
| 1691 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 1692 | 
            +
                      property :name, as: 'name'
         | 
| 1693 | 
            +
                    end
         | 
| 1694 | 
            +
                  end
         | 
| 1695 | 
            +
                  
         | 
| 1696 | 
            +
                  class Browser
         | 
| 1697 | 
            +
                    # @private
         | 
| 1698 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1699 | 
            +
                      property :browser_version_id, :numeric_string => true, as: 'browserVersionId'
         | 
| 1700 | 
            +
                      property :dart_id, :numeric_string => true, as: 'dartId'
         | 
| 1701 | 
            +
                      property :kind, as: 'kind'
         | 
| 1702 | 
            +
                      property :major_version, as: 'majorVersion'
         | 
| 1703 | 
            +
                      property :minor_version, as: 'minorVersion'
         | 
| 1704 | 
            +
                      property :name, as: 'name'
         | 
| 1705 | 
            +
                    end
         | 
| 1706 | 
            +
                  end
         | 
| 1707 | 
            +
                  
         | 
| 1708 | 
            +
                  class BrowsersListResponse
         | 
| 1709 | 
            +
                    # @private
         | 
| 1710 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1711 | 
            +
                      collection :browsers, as: 'browsers', class: Google::Apis::DfareportingV3_3::Browser, decorator: Google::Apis::DfareportingV3_3::Browser::Representation
         | 
| 1712 | 
            +
                  
         | 
| 1713 | 
            +
                      property :kind, as: 'kind'
         | 
| 1714 | 
            +
                    end
         | 
| 1715 | 
            +
                  end
         | 
| 1716 | 
            +
                  
         | 
| 1717 | 
            +
                  class Campaign
         | 
| 1718 | 
            +
                    # @private
         | 
| 1719 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1720 | 
            +
                      property :account_id, :numeric_string => true, as: 'accountId'
         | 
| 1721 | 
            +
                      property :ad_blocking_configuration, as: 'adBlockingConfiguration', class: Google::Apis::DfareportingV3_3::AdBlockingConfiguration, decorator: Google::Apis::DfareportingV3_3::AdBlockingConfiguration::Representation
         | 
| 1722 | 
            +
                  
         | 
| 1723 | 
            +
                      collection :additional_creative_optimization_configurations, as: 'additionalCreativeOptimizationConfigurations', class: Google::Apis::DfareportingV3_3::CreativeOptimizationConfiguration, decorator: Google::Apis::DfareportingV3_3::CreativeOptimizationConfiguration::Representation
         | 
| 1724 | 
            +
                  
         | 
| 1725 | 
            +
                      property :advertiser_group_id, :numeric_string => true, as: 'advertiserGroupId'
         | 
| 1726 | 
            +
                      property :advertiser_id, :numeric_string => true, as: 'advertiserId'
         | 
| 1727 | 
            +
                      property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 1728 | 
            +
                  
         | 
| 1729 | 
            +
                      property :archived, as: 'archived'
         | 
| 1730 | 
            +
                      collection :audience_segment_groups, as: 'audienceSegmentGroups', class: Google::Apis::DfareportingV3_3::AudienceSegmentGroup, decorator: Google::Apis::DfareportingV3_3::AudienceSegmentGroup::Representation
         | 
| 1731 | 
            +
                  
         | 
| 1732 | 
            +
                      property :billing_invoice_code, as: 'billingInvoiceCode'
         | 
| 1733 | 
            +
                      property :click_through_url_suffix_properties, as: 'clickThroughUrlSuffixProperties', class: Google::Apis::DfareportingV3_3::ClickThroughUrlSuffixProperties, decorator: Google::Apis::DfareportingV3_3::ClickThroughUrlSuffixProperties::Representation
         | 
| 1734 | 
            +
                  
         | 
| 1735 | 
            +
                      property :comment, as: 'comment'
         | 
| 1736 | 
            +
                      property :create_info, as: 'createInfo', class: Google::Apis::DfareportingV3_3::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_3::LastModifiedInfo::Representation
         | 
| 1737 | 
            +
                  
         | 
| 1738 | 
            +
                      collection :creative_group_ids, as: 'creativeGroupIds'
         | 
| 1739 | 
            +
                      property :creative_optimization_configuration, as: 'creativeOptimizationConfiguration', class: Google::Apis::DfareportingV3_3::CreativeOptimizationConfiguration, decorator: Google::Apis::DfareportingV3_3::CreativeOptimizationConfiguration::Representation
         | 
| 1740 | 
            +
                  
         | 
| 1741 | 
            +
                      property :default_click_through_event_tag_properties, as: 'defaultClickThroughEventTagProperties', class: Google::Apis::DfareportingV3_3::DefaultClickThroughEventTagProperties, decorator: Google::Apis::DfareportingV3_3::DefaultClickThroughEventTagProperties::Representation
         | 
| 1742 | 
            +
                  
         | 
| 1743 | 
            +
                      property :default_landing_page_id, :numeric_string => true, as: 'defaultLandingPageId'
         | 
| 1744 | 
            +
                      property :end_date, as: 'endDate', type: Date
         | 
| 1745 | 
            +
                  
         | 
| 1746 | 
            +
                      collection :event_tag_overrides, as: 'eventTagOverrides', class: Google::Apis::DfareportingV3_3::EventTagOverride, decorator: Google::Apis::DfareportingV3_3::EventTagOverride::Representation
         | 
| 1747 | 
            +
                  
         | 
| 1748 | 
            +
                      property :external_id, as: 'externalId'
         | 
| 1749 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 1750 | 
            +
                      property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 1751 | 
            +
                  
         | 
| 1752 | 
            +
                      property :kind, as: 'kind'
         | 
| 1753 | 
            +
                      property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::DfareportingV3_3::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_3::LastModifiedInfo::Representation
         | 
| 1754 | 
            +
                  
         | 
| 1755 | 
            +
                      property :name, as: 'name'
         | 
| 1756 | 
            +
                      property :nielsen_ocr_enabled, as: 'nielsenOcrEnabled'
         | 
| 1757 | 
            +
                      property :start_date, as: 'startDate', type: Date
         | 
| 1758 | 
            +
                  
         | 
| 1759 | 
            +
                      property :subaccount_id, :numeric_string => true, as: 'subaccountId'
         | 
| 1760 | 
            +
                      collection :trafficker_emails, as: 'traffickerEmails'
         | 
| 1761 | 
            +
                    end
         | 
| 1762 | 
            +
                  end
         | 
| 1763 | 
            +
                  
         | 
| 1764 | 
            +
                  class CampaignCreativeAssociation
         | 
| 1765 | 
            +
                    # @private
         | 
| 1766 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1767 | 
            +
                      property :creative_id, :numeric_string => true, as: 'creativeId'
         | 
| 1768 | 
            +
                      property :kind, as: 'kind'
         | 
| 1769 | 
            +
                    end
         | 
| 1770 | 
            +
                  end
         | 
| 1771 | 
            +
                  
         | 
| 1772 | 
            +
                  class CampaignCreativeAssociationsListResponse
         | 
| 1773 | 
            +
                    # @private
         | 
| 1774 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1775 | 
            +
                      collection :campaign_creative_associations, as: 'campaignCreativeAssociations', class: Google::Apis::DfareportingV3_3::CampaignCreativeAssociation, decorator: Google::Apis::DfareportingV3_3::CampaignCreativeAssociation::Representation
         | 
| 1776 | 
            +
                  
         | 
| 1777 | 
            +
                      property :kind, as: 'kind'
         | 
| 1778 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 1779 | 
            +
                    end
         | 
| 1780 | 
            +
                  end
         | 
| 1781 | 
            +
                  
         | 
| 1782 | 
            +
                  class CampaignsListResponse
         | 
| 1783 | 
            +
                    # @private
         | 
| 1784 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1785 | 
            +
                      collection :campaigns, as: 'campaigns', class: Google::Apis::DfareportingV3_3::Campaign, decorator: Google::Apis::DfareportingV3_3::Campaign::Representation
         | 
| 1786 | 
            +
                  
         | 
| 1787 | 
            +
                      property :kind, as: 'kind'
         | 
| 1788 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 1789 | 
            +
                    end
         | 
| 1790 | 
            +
                  end
         | 
| 1791 | 
            +
                  
         | 
| 1792 | 
            +
                  class ChangeLog
         | 
| 1793 | 
            +
                    # @private
         | 
| 1794 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1795 | 
            +
                      property :account_id, :numeric_string => true, as: 'accountId'
         | 
| 1796 | 
            +
                      property :action, as: 'action'
         | 
| 1797 | 
            +
                      property :change_time, as: 'changeTime', type: DateTime
         | 
| 1798 | 
            +
                  
         | 
| 1799 | 
            +
                      property :field_name, as: 'fieldName'
         | 
| 1800 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 1801 | 
            +
                      property :kind, as: 'kind'
         | 
| 1802 | 
            +
                      property :new_value, as: 'newValue'
         | 
| 1803 | 
            +
                      property :object_id_prop, :numeric_string => true, as: 'objectId'
         | 
| 1804 | 
            +
                      property :object_type, as: 'objectType'
         | 
| 1805 | 
            +
                      property :old_value, as: 'oldValue'
         | 
| 1806 | 
            +
                      property :subaccount_id, :numeric_string => true, as: 'subaccountId'
         | 
| 1807 | 
            +
                      property :transaction_id, :numeric_string => true, as: 'transactionId'
         | 
| 1808 | 
            +
                      property :user_profile_id, :numeric_string => true, as: 'userProfileId'
         | 
| 1809 | 
            +
                      property :user_profile_name, as: 'userProfileName'
         | 
| 1810 | 
            +
                    end
         | 
| 1811 | 
            +
                  end
         | 
| 1812 | 
            +
                  
         | 
| 1813 | 
            +
                  class ChangeLogsListResponse
         | 
| 1814 | 
            +
                    # @private
         | 
| 1815 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1816 | 
            +
                      collection :change_logs, as: 'changeLogs', class: Google::Apis::DfareportingV3_3::ChangeLog, decorator: Google::Apis::DfareportingV3_3::ChangeLog::Representation
         | 
| 1817 | 
            +
                  
         | 
| 1818 | 
            +
                      property :kind, as: 'kind'
         | 
| 1819 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 1820 | 
            +
                    end
         | 
| 1821 | 
            +
                  end
         | 
| 1822 | 
            +
                  
         | 
| 1823 | 
            +
                  class CitiesListResponse
         | 
| 1824 | 
            +
                    # @private
         | 
| 1825 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1826 | 
            +
                      collection :cities, as: 'cities', class: Google::Apis::DfareportingV3_3::City, decorator: Google::Apis::DfareportingV3_3::City::Representation
         | 
| 1827 | 
            +
                  
         | 
| 1828 | 
            +
                      property :kind, as: 'kind'
         | 
| 1829 | 
            +
                    end
         | 
| 1830 | 
            +
                  end
         | 
| 1831 | 
            +
                  
         | 
| 1832 | 
            +
                  class City
         | 
| 1833 | 
            +
                    # @private
         | 
| 1834 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1835 | 
            +
                      property :country_code, as: 'countryCode'
         | 
| 1836 | 
            +
                      property :country_dart_id, :numeric_string => true, as: 'countryDartId'
         | 
| 1837 | 
            +
                      property :dart_id, :numeric_string => true, as: 'dartId'
         | 
| 1838 | 
            +
                      property :kind, as: 'kind'
         | 
| 1839 | 
            +
                      property :metro_code, as: 'metroCode'
         | 
| 1840 | 
            +
                      property :metro_dma_id, :numeric_string => true, as: 'metroDmaId'
         | 
| 1841 | 
            +
                      property :name, as: 'name'
         | 
| 1842 | 
            +
                      property :region_code, as: 'regionCode'
         | 
| 1843 | 
            +
                      property :region_dart_id, :numeric_string => true, as: 'regionDartId'
         | 
| 1844 | 
            +
                    end
         | 
| 1845 | 
            +
                  end
         | 
| 1846 | 
            +
                  
         | 
| 1847 | 
            +
                  class ClickTag
         | 
| 1848 | 
            +
                    # @private
         | 
| 1849 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1850 | 
            +
                      property :click_through_url, as: 'clickThroughUrl', class: Google::Apis::DfareportingV3_3::CreativeClickThroughUrl, decorator: Google::Apis::DfareportingV3_3::CreativeClickThroughUrl::Representation
         | 
| 1851 | 
            +
                  
         | 
| 1852 | 
            +
                      property :event_name, as: 'eventName'
         | 
| 1853 | 
            +
                      property :name, as: 'name'
         | 
| 1854 | 
            +
                    end
         | 
| 1855 | 
            +
                  end
         | 
| 1856 | 
            +
                  
         | 
| 1857 | 
            +
                  class ClickThroughUrl
         | 
| 1858 | 
            +
                    # @private
         | 
| 1859 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1860 | 
            +
                      property :computed_click_through_url, as: 'computedClickThroughUrl'
         | 
| 1861 | 
            +
                      property :custom_click_through_url, as: 'customClickThroughUrl'
         | 
| 1862 | 
            +
                      property :default_landing_page, as: 'defaultLandingPage'
         | 
| 1863 | 
            +
                      property :landing_page_id, :numeric_string => true, as: 'landingPageId'
         | 
| 1864 | 
            +
                    end
         | 
| 1865 | 
            +
                  end
         | 
| 1866 | 
            +
                  
         | 
| 1867 | 
            +
                  class ClickThroughUrlSuffixProperties
         | 
| 1868 | 
            +
                    # @private
         | 
| 1869 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1870 | 
            +
                      property :click_through_url_suffix, as: 'clickThroughUrlSuffix'
         | 
| 1871 | 
            +
                      property :override_inherited_suffix, as: 'overrideInheritedSuffix'
         | 
| 1872 | 
            +
                    end
         | 
| 1873 | 
            +
                  end
         | 
| 1874 | 
            +
                  
         | 
| 1875 | 
            +
                  class CompanionClickThroughOverride
         | 
| 1876 | 
            +
                    # @private
         | 
| 1877 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1878 | 
            +
                      property :click_through_url, as: 'clickThroughUrl', class: Google::Apis::DfareportingV3_3::ClickThroughUrl, decorator: Google::Apis::DfareportingV3_3::ClickThroughUrl::Representation
         | 
| 1879 | 
            +
                  
         | 
| 1880 | 
            +
                      property :creative_id, :numeric_string => true, as: 'creativeId'
         | 
| 1881 | 
            +
                    end
         | 
| 1882 | 
            +
                  end
         | 
| 1883 | 
            +
                  
         | 
| 1884 | 
            +
                  class CompanionSetting
         | 
| 1885 | 
            +
                    # @private
         | 
| 1886 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1887 | 
            +
                      property :companions_disabled, as: 'companionsDisabled'
         | 
| 1888 | 
            +
                      collection :enabled_sizes, as: 'enabledSizes', class: Google::Apis::DfareportingV3_3::Size, decorator: Google::Apis::DfareportingV3_3::Size::Representation
         | 
| 1889 | 
            +
                  
         | 
| 1890 | 
            +
                      property :image_only, as: 'imageOnly'
         | 
| 1891 | 
            +
                      property :kind, as: 'kind'
         | 
| 1892 | 
            +
                    end
         | 
| 1893 | 
            +
                  end
         | 
| 1894 | 
            +
                  
         | 
| 1895 | 
            +
                  class CompatibleFields
         | 
| 1896 | 
            +
                    # @private
         | 
| 1897 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1898 | 
            +
                      property :cross_dimension_reach_report_compatible_fields, as: 'crossDimensionReachReportCompatibleFields', class: Google::Apis::DfareportingV3_3::CrossDimensionReachReportCompatibleFields, decorator: Google::Apis::DfareportingV3_3::CrossDimensionReachReportCompatibleFields::Representation
         | 
| 1899 | 
            +
                  
         | 
| 1900 | 
            +
                      property :floodlight_report_compatible_fields, as: 'floodlightReportCompatibleFields', class: Google::Apis::DfareportingV3_3::FloodlightReportCompatibleFields, decorator: Google::Apis::DfareportingV3_3::FloodlightReportCompatibleFields::Representation
         | 
| 1901 | 
            +
                  
         | 
| 1902 | 
            +
                      property :kind, as: 'kind'
         | 
| 1903 | 
            +
                      property :path_to_conversion_report_compatible_fields, as: 'pathToConversionReportCompatibleFields', class: Google::Apis::DfareportingV3_3::PathToConversionReportCompatibleFields, decorator: Google::Apis::DfareportingV3_3::PathToConversionReportCompatibleFields::Representation
         | 
| 1904 | 
            +
                  
         | 
| 1905 | 
            +
                      property :reach_report_compatible_fields, as: 'reachReportCompatibleFields', class: Google::Apis::DfareportingV3_3::ReachReportCompatibleFields, decorator: Google::Apis::DfareportingV3_3::ReachReportCompatibleFields::Representation
         | 
| 1906 | 
            +
                  
         | 
| 1907 | 
            +
                      property :report_compatible_fields, as: 'reportCompatibleFields', class: Google::Apis::DfareportingV3_3::ReportCompatibleFields, decorator: Google::Apis::DfareportingV3_3::ReportCompatibleFields::Representation
         | 
| 1908 | 
            +
                  
         | 
| 1909 | 
            +
                    end
         | 
| 1910 | 
            +
                  end
         | 
| 1911 | 
            +
                  
         | 
| 1912 | 
            +
                  class ConnectionType
         | 
| 1913 | 
            +
                    # @private
         | 
| 1914 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1915 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 1916 | 
            +
                      property :kind, as: 'kind'
         | 
| 1917 | 
            +
                      property :name, as: 'name'
         | 
| 1918 | 
            +
                    end
         | 
| 1919 | 
            +
                  end
         | 
| 1920 | 
            +
                  
         | 
| 1921 | 
            +
                  class ConnectionTypesListResponse
         | 
| 1922 | 
            +
                    # @private
         | 
| 1923 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1924 | 
            +
                      collection :connection_types, as: 'connectionTypes', class: Google::Apis::DfareportingV3_3::ConnectionType, decorator: Google::Apis::DfareportingV3_3::ConnectionType::Representation
         | 
| 1925 | 
            +
                  
         | 
| 1926 | 
            +
                      property :kind, as: 'kind'
         | 
| 1927 | 
            +
                    end
         | 
| 1928 | 
            +
                  end
         | 
| 1929 | 
            +
                  
         | 
| 1930 | 
            +
                  class ContentCategoriesListResponse
         | 
| 1931 | 
            +
                    # @private
         | 
| 1932 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1933 | 
            +
                      collection :content_categories, as: 'contentCategories', class: Google::Apis::DfareportingV3_3::ContentCategory, decorator: Google::Apis::DfareportingV3_3::ContentCategory::Representation
         | 
| 1934 | 
            +
                  
         | 
| 1935 | 
            +
                      property :kind, as: 'kind'
         | 
| 1936 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 1937 | 
            +
                    end
         | 
| 1938 | 
            +
                  end
         | 
| 1939 | 
            +
                  
         | 
| 1940 | 
            +
                  class ContentCategory
         | 
| 1941 | 
            +
                    # @private
         | 
| 1942 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1943 | 
            +
                      property :account_id, :numeric_string => true, as: 'accountId'
         | 
| 1944 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 1945 | 
            +
                      property :kind, as: 'kind'
         | 
| 1946 | 
            +
                      property :name, as: 'name'
         | 
| 1947 | 
            +
                    end
         | 
| 1948 | 
            +
                  end
         | 
| 1949 | 
            +
                  
         | 
| 1950 | 
            +
                  class Conversion
         | 
| 1951 | 
            +
                    # @private
         | 
| 1952 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1953 | 
            +
                      property :child_directed_treatment, as: 'childDirectedTreatment'
         | 
| 1954 | 
            +
                      collection :custom_variables, as: 'customVariables', class: Google::Apis::DfareportingV3_3::CustomFloodlightVariable, decorator: Google::Apis::DfareportingV3_3::CustomFloodlightVariable::Representation
         | 
| 1955 | 
            +
                  
         | 
| 1956 | 
            +
                      property :encrypted_user_id, as: 'encryptedUserId'
         | 
| 1957 | 
            +
                      collection :encrypted_user_id_candidates, as: 'encryptedUserIdCandidates'
         | 
| 1958 | 
            +
                      property :floodlight_activity_id, :numeric_string => true, as: 'floodlightActivityId'
         | 
| 1959 | 
            +
                      property :floodlight_configuration_id, :numeric_string => true, as: 'floodlightConfigurationId'
         | 
| 1960 | 
            +
                      property :gclid, as: 'gclid'
         | 
| 1961 | 
            +
                      property :kind, as: 'kind'
         | 
| 1962 | 
            +
                      property :limit_ad_tracking, as: 'limitAdTracking'
         | 
| 1963 | 
            +
                      property :match_id, as: 'matchId'
         | 
| 1964 | 
            +
                      property :mobile_device_id, as: 'mobileDeviceId'
         | 
| 1965 | 
            +
                      property :non_personalized_ad, as: 'nonPersonalizedAd'
         | 
| 1966 | 
            +
                      property :ordinal, as: 'ordinal'
         | 
| 1967 | 
            +
                      property :quantity, :numeric_string => true, as: 'quantity'
         | 
| 1968 | 
            +
                      property :timestamp_micros, :numeric_string => true, as: 'timestampMicros'
         | 
| 1969 | 
            +
                      property :treatment_for_underage, as: 'treatmentForUnderage'
         | 
| 1970 | 
            +
                      property :value, as: 'value'
         | 
| 1971 | 
            +
                    end
         | 
| 1972 | 
            +
                  end
         | 
| 1973 | 
            +
                  
         | 
| 1974 | 
            +
                  class ConversionError
         | 
| 1975 | 
            +
                    # @private
         | 
| 1976 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1977 | 
            +
                      property :code, as: 'code'
         | 
| 1978 | 
            +
                      property :kind, as: 'kind'
         | 
| 1979 | 
            +
                      property :message, as: 'message'
         | 
| 1980 | 
            +
                    end
         | 
| 1981 | 
            +
                  end
         | 
| 1982 | 
            +
                  
         | 
| 1983 | 
            +
                  class ConversionStatus
         | 
| 1984 | 
            +
                    # @private
         | 
| 1985 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1986 | 
            +
                      property :conversion, as: 'conversion', class: Google::Apis::DfareportingV3_3::Conversion, decorator: Google::Apis::DfareportingV3_3::Conversion::Representation
         | 
| 1987 | 
            +
                  
         | 
| 1988 | 
            +
                      collection :errors, as: 'errors', class: Google::Apis::DfareportingV3_3::ConversionError, decorator: Google::Apis::DfareportingV3_3::ConversionError::Representation
         | 
| 1989 | 
            +
                  
         | 
| 1990 | 
            +
                      property :kind, as: 'kind'
         | 
| 1991 | 
            +
                    end
         | 
| 1992 | 
            +
                  end
         | 
| 1993 | 
            +
                  
         | 
| 1994 | 
            +
                  class ConversionsBatchInsertRequest
         | 
| 1995 | 
            +
                    # @private
         | 
| 1996 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1997 | 
            +
                      collection :conversions, as: 'conversions', class: Google::Apis::DfareportingV3_3::Conversion, decorator: Google::Apis::DfareportingV3_3::Conversion::Representation
         | 
| 1998 | 
            +
                  
         | 
| 1999 | 
            +
                      property :encryption_info, as: 'encryptionInfo', class: Google::Apis::DfareportingV3_3::EncryptionInfo, decorator: Google::Apis::DfareportingV3_3::EncryptionInfo::Representation
         | 
| 2000 | 
            +
                  
         | 
| 2001 | 
            +
                      property :kind, as: 'kind'
         | 
| 2002 | 
            +
                    end
         | 
| 2003 | 
            +
                  end
         | 
| 2004 | 
            +
                  
         | 
| 2005 | 
            +
                  class ConversionsBatchInsertResponse
         | 
| 2006 | 
            +
                    # @private
         | 
| 2007 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2008 | 
            +
                      property :has_failures, as: 'hasFailures'
         | 
| 2009 | 
            +
                      property :kind, as: 'kind'
         | 
| 2010 | 
            +
                      collection :status, as: 'status', class: Google::Apis::DfareportingV3_3::ConversionStatus, decorator: Google::Apis::DfareportingV3_3::ConversionStatus::Representation
         | 
| 2011 | 
            +
                  
         | 
| 2012 | 
            +
                    end
         | 
| 2013 | 
            +
                  end
         | 
| 2014 | 
            +
                  
         | 
| 2015 | 
            +
                  class ConversionsBatchUpdateRequest
         | 
| 2016 | 
            +
                    # @private
         | 
| 2017 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2018 | 
            +
                      collection :conversions, as: 'conversions', class: Google::Apis::DfareportingV3_3::Conversion, decorator: Google::Apis::DfareportingV3_3::Conversion::Representation
         | 
| 2019 | 
            +
                  
         | 
| 2020 | 
            +
                      property :encryption_info, as: 'encryptionInfo', class: Google::Apis::DfareportingV3_3::EncryptionInfo, decorator: Google::Apis::DfareportingV3_3::EncryptionInfo::Representation
         | 
| 2021 | 
            +
                  
         | 
| 2022 | 
            +
                      property :kind, as: 'kind'
         | 
| 2023 | 
            +
                    end
         | 
| 2024 | 
            +
                  end
         | 
| 2025 | 
            +
                  
         | 
| 2026 | 
            +
                  class ConversionsBatchUpdateResponse
         | 
| 2027 | 
            +
                    # @private
         | 
| 2028 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2029 | 
            +
                      property :has_failures, as: 'hasFailures'
         | 
| 2030 | 
            +
                      property :kind, as: 'kind'
         | 
| 2031 | 
            +
                      collection :status, as: 'status', class: Google::Apis::DfareportingV3_3::ConversionStatus, decorator: Google::Apis::DfareportingV3_3::ConversionStatus::Representation
         | 
| 2032 | 
            +
                  
         | 
| 2033 | 
            +
                    end
         | 
| 2034 | 
            +
                  end
         | 
| 2035 | 
            +
                  
         | 
| 2036 | 
            +
                  class CountriesListResponse
         | 
| 2037 | 
            +
                    # @private
         | 
| 2038 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2039 | 
            +
                      collection :countries, as: 'countries', class: Google::Apis::DfareportingV3_3::Country, decorator: Google::Apis::DfareportingV3_3::Country::Representation
         | 
| 2040 | 
            +
                  
         | 
| 2041 | 
            +
                      property :kind, as: 'kind'
         | 
| 2042 | 
            +
                    end
         | 
| 2043 | 
            +
                  end
         | 
| 2044 | 
            +
                  
         | 
| 2045 | 
            +
                  class Country
         | 
| 2046 | 
            +
                    # @private
         | 
| 2047 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2048 | 
            +
                      property :country_code, as: 'countryCode'
         | 
| 2049 | 
            +
                      property :dart_id, :numeric_string => true, as: 'dartId'
         | 
| 2050 | 
            +
                      property :kind, as: 'kind'
         | 
| 2051 | 
            +
                      property :name, as: 'name'
         | 
| 2052 | 
            +
                      property :ssl_enabled, as: 'sslEnabled'
         | 
| 2053 | 
            +
                    end
         | 
| 2054 | 
            +
                  end
         | 
| 2055 | 
            +
                  
         | 
| 2056 | 
            +
                  class Creative
         | 
| 2057 | 
            +
                    # @private
         | 
| 2058 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2059 | 
            +
                      property :account_id, :numeric_string => true, as: 'accountId'
         | 
| 2060 | 
            +
                      property :active, as: 'active'
         | 
| 2061 | 
            +
                      property :ad_parameters, as: 'adParameters'
         | 
| 2062 | 
            +
                      collection :ad_tag_keys, as: 'adTagKeys'
         | 
| 2063 | 
            +
                      collection :additional_sizes, as: 'additionalSizes', class: Google::Apis::DfareportingV3_3::Size, decorator: Google::Apis::DfareportingV3_3::Size::Representation
         | 
| 2064 | 
            +
                  
         | 
| 2065 | 
            +
                      property :advertiser_id, :numeric_string => true, as: 'advertiserId'
         | 
| 2066 | 
            +
                      property :allow_script_access, as: 'allowScriptAccess'
         | 
| 2067 | 
            +
                      property :archived, as: 'archived'
         | 
| 2068 | 
            +
                      property :artwork_type, as: 'artworkType'
         | 
| 2069 | 
            +
                      property :authoring_source, as: 'authoringSource'
         | 
| 2070 | 
            +
                      property :authoring_tool, as: 'authoringTool'
         | 
| 2071 | 
            +
                      property :auto_advance_images, as: 'autoAdvanceImages'
         | 
| 2072 | 
            +
                      property :background_color, as: 'backgroundColor'
         | 
| 2073 | 
            +
                      property :backup_image_click_through_url, as: 'backupImageClickThroughUrl', class: Google::Apis::DfareportingV3_3::CreativeClickThroughUrl, decorator: Google::Apis::DfareportingV3_3::CreativeClickThroughUrl::Representation
         | 
| 2074 | 
            +
                  
         | 
| 2075 | 
            +
                      collection :backup_image_features, as: 'backupImageFeatures'
         | 
| 2076 | 
            +
                      property :backup_image_reporting_label, as: 'backupImageReportingLabel'
         | 
| 2077 | 
            +
                      property :backup_image_target_window, as: 'backupImageTargetWindow', class: Google::Apis::DfareportingV3_3::TargetWindow, decorator: Google::Apis::DfareportingV3_3::TargetWindow::Representation
         | 
| 2078 | 
            +
                  
         | 
| 2079 | 
            +
                      collection :click_tags, as: 'clickTags', class: Google::Apis::DfareportingV3_3::ClickTag, decorator: Google::Apis::DfareportingV3_3::ClickTag::Representation
         | 
| 2080 | 
            +
                  
         | 
| 2081 | 
            +
                      property :commercial_id, as: 'commercialId'
         | 
| 2082 | 
            +
                      collection :companion_creatives, as: 'companionCreatives'
         | 
| 2083 | 
            +
                      collection :compatibility, as: 'compatibility'
         | 
| 2084 | 
            +
                      property :convert_flash_to_html5, as: 'convertFlashToHtml5'
         | 
| 2085 | 
            +
                      collection :counter_custom_events, as: 'counterCustomEvents', class: Google::Apis::DfareportingV3_3::CreativeCustomEvent, decorator: Google::Apis::DfareportingV3_3::CreativeCustomEvent::Representation
         | 
| 2086 | 
            +
                  
         | 
| 2087 | 
            +
                      property :creative_asset_selection, as: 'creativeAssetSelection', class: Google::Apis::DfareportingV3_3::CreativeAssetSelection, decorator: Google::Apis::DfareportingV3_3::CreativeAssetSelection::Representation
         | 
| 2088 | 
            +
                  
         | 
| 2089 | 
            +
                      collection :creative_assets, as: 'creativeAssets', class: Google::Apis::DfareportingV3_3::CreativeAsset, decorator: Google::Apis::DfareportingV3_3::CreativeAsset::Representation
         | 
| 2090 | 
            +
                  
         | 
| 2091 | 
            +
                      collection :creative_field_assignments, as: 'creativeFieldAssignments', class: Google::Apis::DfareportingV3_3::CreativeFieldAssignment, decorator: Google::Apis::DfareportingV3_3::CreativeFieldAssignment::Representation
         | 
| 2092 | 
            +
                  
         | 
| 2093 | 
            +
                      collection :custom_key_values, as: 'customKeyValues'
         | 
| 2094 | 
            +
                      property :dynamic_asset_selection, as: 'dynamicAssetSelection'
         | 
| 2095 | 
            +
                      collection :exit_custom_events, as: 'exitCustomEvents', class: Google::Apis::DfareportingV3_3::CreativeCustomEvent, decorator: Google::Apis::DfareportingV3_3::CreativeCustomEvent::Representation
         | 
| 2096 | 
            +
                  
         | 
| 2097 | 
            +
                      property :fs_command, as: 'fsCommand', class: Google::Apis::DfareportingV3_3::FsCommand, decorator: Google::Apis::DfareportingV3_3::FsCommand::Representation
         | 
| 2098 | 
            +
                  
         | 
| 2099 | 
            +
                      property :html_code, as: 'htmlCode'
         | 
| 2100 | 
            +
                      property :html_code_locked, as: 'htmlCodeLocked'
         | 
| 2101 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 2102 | 
            +
                      property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 2103 | 
            +
                  
         | 
| 2104 | 
            +
                      property :kind, as: 'kind'
         | 
| 2105 | 
            +
                      property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::DfareportingV3_3::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_3::LastModifiedInfo::Representation
         | 
| 2106 | 
            +
                  
         | 
| 2107 | 
            +
                      property :latest_trafficked_creative_id, :numeric_string => true, as: 'latestTraffickedCreativeId'
         | 
| 2108 | 
            +
                      property :media_description, as: 'mediaDescription'
         | 
| 2109 | 
            +
                      property :media_duration, as: 'mediaDuration'
         | 
| 2110 | 
            +
                      property :name, as: 'name'
         | 
| 2111 | 
            +
                      property :override_css, as: 'overrideCss'
         | 
| 2112 | 
            +
                      property :progress_offset, as: 'progressOffset', class: Google::Apis::DfareportingV3_3::VideoOffset, decorator: Google::Apis::DfareportingV3_3::VideoOffset::Representation
         | 
| 2113 | 
            +
                  
         | 
| 2114 | 
            +
                      property :redirect_url, as: 'redirectUrl'
         | 
| 2115 | 
            +
                      property :rendering_id, :numeric_string => true, as: 'renderingId'
         | 
| 2116 | 
            +
                      property :rendering_id_dimension_value, as: 'renderingIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 2117 | 
            +
                  
         | 
| 2118 | 
            +
                      property :required_flash_plugin_version, as: 'requiredFlashPluginVersion'
         | 
| 2119 | 
            +
                      property :required_flash_version, as: 'requiredFlashVersion'
         | 
| 2120 | 
            +
                      property :size, as: 'size', class: Google::Apis::DfareportingV3_3::Size, decorator: Google::Apis::DfareportingV3_3::Size::Representation
         | 
| 2121 | 
            +
                  
         | 
| 2122 | 
            +
                      property :skip_offset, as: 'skipOffset', class: Google::Apis::DfareportingV3_3::VideoOffset, decorator: Google::Apis::DfareportingV3_3::VideoOffset::Representation
         | 
| 2123 | 
            +
                  
         | 
| 2124 | 
            +
                      property :skippable, as: 'skippable'
         | 
| 2125 | 
            +
                      property :ssl_compliant, as: 'sslCompliant'
         | 
| 2126 | 
            +
                      property :ssl_override, as: 'sslOverride'
         | 
| 2127 | 
            +
                      property :studio_advertiser_id, :numeric_string => true, as: 'studioAdvertiserId'
         | 
| 2128 | 
            +
                      property :studio_creative_id, :numeric_string => true, as: 'studioCreativeId'
         | 
| 2129 | 
            +
                      property :studio_trafficked_creative_id, :numeric_string => true, as: 'studioTraffickedCreativeId'
         | 
| 2130 | 
            +
                      property :subaccount_id, :numeric_string => true, as: 'subaccountId'
         | 
| 2131 | 
            +
                      property :third_party_backup_image_impressions_url, as: 'thirdPartyBackupImageImpressionsUrl'
         | 
| 2132 | 
            +
                      property :third_party_rich_media_impressions_url, as: 'thirdPartyRichMediaImpressionsUrl'
         | 
| 2133 | 
            +
                      collection :third_party_urls, as: 'thirdPartyUrls', class: Google::Apis::DfareportingV3_3::ThirdPartyTrackingUrl, decorator: Google::Apis::DfareportingV3_3::ThirdPartyTrackingUrl::Representation
         | 
| 2134 | 
            +
                  
         | 
| 2135 | 
            +
                      collection :timer_custom_events, as: 'timerCustomEvents', class: Google::Apis::DfareportingV3_3::CreativeCustomEvent, decorator: Google::Apis::DfareportingV3_3::CreativeCustomEvent::Representation
         | 
| 2136 | 
            +
                  
         | 
| 2137 | 
            +
                      property :total_file_size, :numeric_string => true, as: 'totalFileSize'
         | 
| 2138 | 
            +
                      property :type, as: 'type'
         | 
| 2139 | 
            +
                      property :universal_ad_id, as: 'universalAdId', class: Google::Apis::DfareportingV3_3::UniversalAdId, decorator: Google::Apis::DfareportingV3_3::UniversalAdId::Representation
         | 
| 2140 | 
            +
                  
         | 
| 2141 | 
            +
                      property :version, as: 'version'
         | 
| 2142 | 
            +
                    end
         | 
| 2143 | 
            +
                  end
         | 
| 2144 | 
            +
                  
         | 
| 2145 | 
            +
                  class CreativeAsset
         | 
| 2146 | 
            +
                    # @private
         | 
| 2147 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2148 | 
            +
                      property :action_script3, as: 'actionScript3'
         | 
| 2149 | 
            +
                      property :active, as: 'active'
         | 
| 2150 | 
            +
                      collection :additional_sizes, as: 'additionalSizes', class: Google::Apis::DfareportingV3_3::Size, decorator: Google::Apis::DfareportingV3_3::Size::Representation
         | 
| 2151 | 
            +
                  
         | 
| 2152 | 
            +
                      property :alignment, as: 'alignment'
         | 
| 2153 | 
            +
                      property :artwork_type, as: 'artworkType'
         | 
| 2154 | 
            +
                      property :asset_identifier, as: 'assetIdentifier', class: Google::Apis::DfareportingV3_3::CreativeAssetId, decorator: Google::Apis::DfareportingV3_3::CreativeAssetId::Representation
         | 
| 2155 | 
            +
                  
         | 
| 2156 | 
            +
                      property :audio_bit_rate, as: 'audioBitRate'
         | 
| 2157 | 
            +
                      property :audio_sample_rate, as: 'audioSampleRate'
         | 
| 2158 | 
            +
                      property :backup_image_exit, as: 'backupImageExit', class: Google::Apis::DfareportingV3_3::CreativeCustomEvent, decorator: Google::Apis::DfareportingV3_3::CreativeCustomEvent::Representation
         | 
| 2159 | 
            +
                  
         | 
| 2160 | 
            +
                      property :bit_rate, as: 'bitRate'
         | 
| 2161 | 
            +
                      property :child_asset_type, as: 'childAssetType'
         | 
| 2162 | 
            +
                      property :collapsed_size, as: 'collapsedSize', class: Google::Apis::DfareportingV3_3::Size, decorator: Google::Apis::DfareportingV3_3::Size::Representation
         | 
| 2163 | 
            +
                  
         | 
| 2164 | 
            +
                      collection :companion_creative_ids, as: 'companionCreativeIds'
         | 
| 2165 | 
            +
                      property :custom_start_time_value, as: 'customStartTimeValue'
         | 
| 2166 | 
            +
                      collection :detected_features, as: 'detectedFeatures'
         | 
| 2167 | 
            +
                      property :display_type, as: 'displayType'
         | 
| 2168 | 
            +
                      property :duration, as: 'duration'
         | 
| 2169 | 
            +
                      property :duration_type, as: 'durationType'
         | 
| 2170 | 
            +
                      property :expanded_dimension, as: 'expandedDimension', class: Google::Apis::DfareportingV3_3::Size, decorator: Google::Apis::DfareportingV3_3::Size::Representation
         | 
| 2171 | 
            +
                  
         | 
| 2172 | 
            +
                      property :file_size, :numeric_string => true, as: 'fileSize'
         | 
| 2173 | 
            +
                      property :flash_version, as: 'flashVersion'
         | 
| 2174 | 
            +
                      property :frame_rate, as: 'frameRate'
         | 
| 2175 | 
            +
                      property :hide_flash_objects, as: 'hideFlashObjects'
         | 
| 2176 | 
            +
                      property :hide_selection_boxes, as: 'hideSelectionBoxes'
         | 
| 2177 | 
            +
                      property :horizontally_locked, as: 'horizontallyLocked'
         | 
| 2178 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 2179 | 
            +
                      property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 2180 | 
            +
                  
         | 
| 2181 | 
            +
                      property :media_duration, as: 'mediaDuration'
         | 
| 2182 | 
            +
                      property :mime_type, as: 'mimeType'
         | 
| 2183 | 
            +
                      property :offset, as: 'offset', class: Google::Apis::DfareportingV3_3::OffsetPosition, decorator: Google::Apis::DfareportingV3_3::OffsetPosition::Representation
         | 
| 2184 | 
            +
                  
         | 
| 2185 | 
            +
                      property :orientation, as: 'orientation'
         | 
| 2186 | 
            +
                      property :original_backup, as: 'originalBackup'
         | 
| 2187 | 
            +
                      property :polite_load, as: 'politeLoad'
         | 
| 2188 | 
            +
                      property :position, as: 'position', class: Google::Apis::DfareportingV3_3::OffsetPosition, decorator: Google::Apis::DfareportingV3_3::OffsetPosition::Representation
         | 
| 2189 | 
            +
                  
         | 
| 2190 | 
            +
                      property :position_left_unit, as: 'positionLeftUnit'
         | 
| 2191 | 
            +
                      property :position_top_unit, as: 'positionTopUnit'
         | 
| 2192 | 
            +
                      property :progressive_serving_url, as: 'progressiveServingUrl'
         | 
| 2193 | 
            +
                      property :pushdown, as: 'pushdown'
         | 
| 2194 | 
            +
                      property :pushdown_duration, as: 'pushdownDuration'
         | 
| 2195 | 
            +
                      property :role, as: 'role'
         | 
| 2196 | 
            +
                      property :size, as: 'size', class: Google::Apis::DfareportingV3_3::Size, decorator: Google::Apis::DfareportingV3_3::Size::Representation
         | 
| 2197 | 
            +
                  
         | 
| 2198 | 
            +
                      property :ssl_compliant, as: 'sslCompliant'
         | 
| 2199 | 
            +
                      property :start_time_type, as: 'startTimeType'
         | 
| 2200 | 
            +
                      property :streaming_serving_url, as: 'streamingServingUrl'
         | 
| 2201 | 
            +
                      property :transparency, as: 'transparency'
         | 
| 2202 | 
            +
                      property :vertically_locked, as: 'verticallyLocked'
         | 
| 2203 | 
            +
                      property :window_mode, as: 'windowMode'
         | 
| 2204 | 
            +
                      property :z_index, as: 'zIndex'
         | 
| 2205 | 
            +
                      property :zip_filename, as: 'zipFilename'
         | 
| 2206 | 
            +
                      property :zip_filesize, as: 'zipFilesize'
         | 
| 2207 | 
            +
                    end
         | 
| 2208 | 
            +
                  end
         | 
| 2209 | 
            +
                  
         | 
| 2210 | 
            +
                  class CreativeAssetId
         | 
| 2211 | 
            +
                    # @private
         | 
| 2212 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2213 | 
            +
                      property :name, as: 'name'
         | 
| 2214 | 
            +
                      property :type, as: 'type'
         | 
| 2215 | 
            +
                    end
         | 
| 2216 | 
            +
                  end
         | 
| 2217 | 
            +
                  
         | 
| 2218 | 
            +
                  class CreativeAssetMetadata
         | 
| 2219 | 
            +
                    # @private
         | 
| 2220 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2221 | 
            +
                      property :asset_identifier, as: 'assetIdentifier', class: Google::Apis::DfareportingV3_3::CreativeAssetId, decorator: Google::Apis::DfareportingV3_3::CreativeAssetId::Representation
         | 
| 2222 | 
            +
                  
         | 
| 2223 | 
            +
                      collection :click_tags, as: 'clickTags', class: Google::Apis::DfareportingV3_3::ClickTag, decorator: Google::Apis::DfareportingV3_3::ClickTag::Representation
         | 
| 2224 | 
            +
                  
         | 
| 2225 | 
            +
                      collection :detected_features, as: 'detectedFeatures'
         | 
| 2226 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 2227 | 
            +
                      property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 2228 | 
            +
                  
         | 
| 2229 | 
            +
                      property :kind, as: 'kind'
         | 
| 2230 | 
            +
                      collection :warned_validation_rules, as: 'warnedValidationRules'
         | 
| 2231 | 
            +
                    end
         | 
| 2232 | 
            +
                  end
         | 
| 2233 | 
            +
                  
         | 
| 2234 | 
            +
                  class CreativeAssetSelection
         | 
| 2235 | 
            +
                    # @private
         | 
| 2236 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2237 | 
            +
                      property :default_asset_id, :numeric_string => true, as: 'defaultAssetId'
         | 
| 2238 | 
            +
                      collection :rules, as: 'rules', class: Google::Apis::DfareportingV3_3::Rule, decorator: Google::Apis::DfareportingV3_3::Rule::Representation
         | 
| 2239 | 
            +
                  
         | 
| 2240 | 
            +
                    end
         | 
| 2241 | 
            +
                  end
         | 
| 2242 | 
            +
                  
         | 
| 2243 | 
            +
                  class CreativeAssignment
         | 
| 2244 | 
            +
                    # @private
         | 
| 2245 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2246 | 
            +
                      property :active, as: 'active'
         | 
| 2247 | 
            +
                      property :apply_event_tags, as: 'applyEventTags'
         | 
| 2248 | 
            +
                      property :click_through_url, as: 'clickThroughUrl', class: Google::Apis::DfareportingV3_3::ClickThroughUrl, decorator: Google::Apis::DfareportingV3_3::ClickThroughUrl::Representation
         | 
| 2249 | 
            +
                  
         | 
| 2250 | 
            +
                      collection :companion_creative_overrides, as: 'companionCreativeOverrides', class: Google::Apis::DfareportingV3_3::CompanionClickThroughOverride, decorator: Google::Apis::DfareportingV3_3::CompanionClickThroughOverride::Representation
         | 
| 2251 | 
            +
                  
         | 
| 2252 | 
            +
                      collection :creative_group_assignments, as: 'creativeGroupAssignments', class: Google::Apis::DfareportingV3_3::CreativeGroupAssignment, decorator: Google::Apis::DfareportingV3_3::CreativeGroupAssignment::Representation
         | 
| 2253 | 
            +
                  
         | 
| 2254 | 
            +
                      property :creative_id, :numeric_string => true, as: 'creativeId'
         | 
| 2255 | 
            +
                      property :creative_id_dimension_value, as: 'creativeIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 2256 | 
            +
                  
         | 
| 2257 | 
            +
                      property :end_time, as: 'endTime', type: DateTime
         | 
| 2258 | 
            +
                  
         | 
| 2259 | 
            +
                      collection :rich_media_exit_overrides, as: 'richMediaExitOverrides', class: Google::Apis::DfareportingV3_3::RichMediaExitOverride, decorator: Google::Apis::DfareportingV3_3::RichMediaExitOverride::Representation
         | 
| 2260 | 
            +
                  
         | 
| 2261 | 
            +
                      property :sequence, as: 'sequence'
         | 
| 2262 | 
            +
                      property :ssl_compliant, as: 'sslCompliant'
         | 
| 2263 | 
            +
                      property :start_time, as: 'startTime', type: DateTime
         | 
| 2264 | 
            +
                  
         | 
| 2265 | 
            +
                      property :weight, as: 'weight'
         | 
| 2266 | 
            +
                    end
         | 
| 2267 | 
            +
                  end
         | 
| 2268 | 
            +
                  
         | 
| 2269 | 
            +
                  class CreativeClickThroughUrl
         | 
| 2270 | 
            +
                    # @private
         | 
| 2271 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2272 | 
            +
                      property :computed_click_through_url, as: 'computedClickThroughUrl'
         | 
| 2273 | 
            +
                      property :custom_click_through_url, as: 'customClickThroughUrl'
         | 
| 2274 | 
            +
                      property :landing_page_id, :numeric_string => true, as: 'landingPageId'
         | 
| 2275 | 
            +
                    end
         | 
| 2276 | 
            +
                  end
         | 
| 2277 | 
            +
                  
         | 
| 2278 | 
            +
                  class CreativeCustomEvent
         | 
| 2279 | 
            +
                    # @private
         | 
| 2280 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2281 | 
            +
                      property :advertiser_custom_event_id, :numeric_string => true, as: 'advertiserCustomEventId'
         | 
| 2282 | 
            +
                      property :advertiser_custom_event_name, as: 'advertiserCustomEventName'
         | 
| 2283 | 
            +
                      property :advertiser_custom_event_type, as: 'advertiserCustomEventType'
         | 
| 2284 | 
            +
                      property :artwork_label, as: 'artworkLabel'
         | 
| 2285 | 
            +
                      property :artwork_type, as: 'artworkType'
         | 
| 2286 | 
            +
                      property :exit_click_through_url, as: 'exitClickThroughUrl', class: Google::Apis::DfareportingV3_3::CreativeClickThroughUrl, decorator: Google::Apis::DfareportingV3_3::CreativeClickThroughUrl::Representation
         | 
| 2287 | 
            +
                  
         | 
| 2288 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 2289 | 
            +
                      property :popup_window_properties, as: 'popupWindowProperties', class: Google::Apis::DfareportingV3_3::PopupWindowProperties, decorator: Google::Apis::DfareportingV3_3::PopupWindowProperties::Representation
         | 
| 2290 | 
            +
                  
         | 
| 2291 | 
            +
                      property :target_type, as: 'targetType'
         | 
| 2292 | 
            +
                      property :video_reporting_id, as: 'videoReportingId'
         | 
| 2293 | 
            +
                    end
         | 
| 2294 | 
            +
                  end
         | 
| 2295 | 
            +
                  
         | 
| 2296 | 
            +
                  class CreativeField
         | 
| 2297 | 
            +
                    # @private
         | 
| 2298 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2299 | 
            +
                      property :account_id, :numeric_string => true, as: 'accountId'
         | 
| 2300 | 
            +
                      property :advertiser_id, :numeric_string => true, as: 'advertiserId'
         | 
| 2301 | 
            +
                      property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 2302 | 
            +
                  
         | 
| 2303 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 2304 | 
            +
                      property :kind, as: 'kind'
         | 
| 2305 | 
            +
                      property :name, as: 'name'
         | 
| 2306 | 
            +
                      property :subaccount_id, :numeric_string => true, as: 'subaccountId'
         | 
| 2307 | 
            +
                    end
         | 
| 2308 | 
            +
                  end
         | 
| 2309 | 
            +
                  
         | 
| 2310 | 
            +
                  class CreativeFieldAssignment
         | 
| 2311 | 
            +
                    # @private
         | 
| 2312 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2313 | 
            +
                      property :creative_field_id, :numeric_string => true, as: 'creativeFieldId'
         | 
| 2314 | 
            +
                      property :creative_field_value_id, :numeric_string => true, as: 'creativeFieldValueId'
         | 
| 2315 | 
            +
                    end
         | 
| 2316 | 
            +
                  end
         | 
| 2317 | 
            +
                  
         | 
| 2318 | 
            +
                  class CreativeFieldValue
         | 
| 2319 | 
            +
                    # @private
         | 
| 2320 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2321 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 2322 | 
            +
                      property :kind, as: 'kind'
         | 
| 2323 | 
            +
                      property :value, as: 'value'
         | 
| 2324 | 
            +
                    end
         | 
| 2325 | 
            +
                  end
         | 
| 2326 | 
            +
                  
         | 
| 2327 | 
            +
                  class CreativeFieldValuesListResponse
         | 
| 2328 | 
            +
                    # @private
         | 
| 2329 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2330 | 
            +
                      collection :creative_field_values, as: 'creativeFieldValues', class: Google::Apis::DfareportingV3_3::CreativeFieldValue, decorator: Google::Apis::DfareportingV3_3::CreativeFieldValue::Representation
         | 
| 2331 | 
            +
                  
         | 
| 2332 | 
            +
                      property :kind, as: 'kind'
         | 
| 2333 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 2334 | 
            +
                    end
         | 
| 2335 | 
            +
                  end
         | 
| 2336 | 
            +
                  
         | 
| 2337 | 
            +
                  class CreativeFieldsListResponse
         | 
| 2338 | 
            +
                    # @private
         | 
| 2339 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2340 | 
            +
                      collection :creative_fields, as: 'creativeFields', class: Google::Apis::DfareportingV3_3::CreativeField, decorator: Google::Apis::DfareportingV3_3::CreativeField::Representation
         | 
| 2341 | 
            +
                  
         | 
| 2342 | 
            +
                      property :kind, as: 'kind'
         | 
| 2343 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 2344 | 
            +
                    end
         | 
| 2345 | 
            +
                  end
         | 
| 2346 | 
            +
                  
         | 
| 2347 | 
            +
                  class CreativeGroup
         | 
| 2348 | 
            +
                    # @private
         | 
| 2349 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2350 | 
            +
                      property :account_id, :numeric_string => true, as: 'accountId'
         | 
| 2351 | 
            +
                      property :advertiser_id, :numeric_string => true, as: 'advertiserId'
         | 
| 2352 | 
            +
                      property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 2353 | 
            +
                  
         | 
| 2354 | 
            +
                      property :group_number, as: 'groupNumber'
         | 
| 2355 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 2356 | 
            +
                      property :kind, as: 'kind'
         | 
| 2357 | 
            +
                      property :name, as: 'name'
         | 
| 2358 | 
            +
                      property :subaccount_id, :numeric_string => true, as: 'subaccountId'
         | 
| 2359 | 
            +
                    end
         | 
| 2360 | 
            +
                  end
         | 
| 2361 | 
            +
                  
         | 
| 2362 | 
            +
                  class CreativeGroupAssignment
         | 
| 2363 | 
            +
                    # @private
         | 
| 2364 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2365 | 
            +
                      property :creative_group_id, :numeric_string => true, as: 'creativeGroupId'
         | 
| 2366 | 
            +
                      property :creative_group_number, as: 'creativeGroupNumber'
         | 
| 2367 | 
            +
                    end
         | 
| 2368 | 
            +
                  end
         | 
| 2369 | 
            +
                  
         | 
| 2370 | 
            +
                  class CreativeGroupsListResponse
         | 
| 2371 | 
            +
                    # @private
         | 
| 2372 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2373 | 
            +
                      collection :creative_groups, as: 'creativeGroups', class: Google::Apis::DfareportingV3_3::CreativeGroup, decorator: Google::Apis::DfareportingV3_3::CreativeGroup::Representation
         | 
| 2374 | 
            +
                  
         | 
| 2375 | 
            +
                      property :kind, as: 'kind'
         | 
| 2376 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 2377 | 
            +
                    end
         | 
| 2378 | 
            +
                  end
         | 
| 2379 | 
            +
                  
         | 
| 2380 | 
            +
                  class CreativeOptimizationConfiguration
         | 
| 2381 | 
            +
                    # @private
         | 
| 2382 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2383 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 2384 | 
            +
                      property :name, as: 'name'
         | 
| 2385 | 
            +
                      collection :optimization_activitys, as: 'optimizationActivitys', class: Google::Apis::DfareportingV3_3::OptimizationActivity, decorator: Google::Apis::DfareportingV3_3::OptimizationActivity::Representation
         | 
| 2386 | 
            +
                  
         | 
| 2387 | 
            +
                      property :optimization_model, as: 'optimizationModel'
         | 
| 2388 | 
            +
                    end
         | 
| 2389 | 
            +
                  end
         | 
| 2390 | 
            +
                  
         | 
| 2391 | 
            +
                  class CreativeRotation
         | 
| 2392 | 
            +
                    # @private
         | 
| 2393 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2394 | 
            +
                      collection :creative_assignments, as: 'creativeAssignments', class: Google::Apis::DfareportingV3_3::CreativeAssignment, decorator: Google::Apis::DfareportingV3_3::CreativeAssignment::Representation
         | 
| 2395 | 
            +
                  
         | 
| 2396 | 
            +
                      property :creative_optimization_configuration_id, :numeric_string => true, as: 'creativeOptimizationConfigurationId'
         | 
| 2397 | 
            +
                      property :type, as: 'type'
         | 
| 2398 | 
            +
                      property :weight_calculation_strategy, as: 'weightCalculationStrategy'
         | 
| 2399 | 
            +
                    end
         | 
| 2400 | 
            +
                  end
         | 
| 2401 | 
            +
                  
         | 
| 2402 | 
            +
                  class CreativesListResponse
         | 
| 2403 | 
            +
                    # @private
         | 
| 2404 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2405 | 
            +
                      collection :creatives, as: 'creatives', class: Google::Apis::DfareportingV3_3::Creative, decorator: Google::Apis::DfareportingV3_3::Creative::Representation
         | 
| 2406 | 
            +
                  
         | 
| 2407 | 
            +
                      property :kind, as: 'kind'
         | 
| 2408 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 2409 | 
            +
                    end
         | 
| 2410 | 
            +
                  end
         | 
| 2411 | 
            +
                  
         | 
| 2412 | 
            +
                  class CrossDimensionReachReportCompatibleFields
         | 
| 2413 | 
            +
                    # @private
         | 
| 2414 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2415 | 
            +
                      collection :breakdown, as: 'breakdown', class: Google::Apis::DfareportingV3_3::Dimension, decorator: Google::Apis::DfareportingV3_3::Dimension::Representation
         | 
| 2416 | 
            +
                  
         | 
| 2417 | 
            +
                      collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::DfareportingV3_3::Dimension, decorator: Google::Apis::DfareportingV3_3::Dimension::Representation
         | 
| 2418 | 
            +
                  
         | 
| 2419 | 
            +
                      property :kind, as: 'kind'
         | 
| 2420 | 
            +
                      collection :metrics, as: 'metrics', class: Google::Apis::DfareportingV3_3::Metric, decorator: Google::Apis::DfareportingV3_3::Metric::Representation
         | 
| 2421 | 
            +
                  
         | 
| 2422 | 
            +
                      collection :overlap_metrics, as: 'overlapMetrics', class: Google::Apis::DfareportingV3_3::Metric, decorator: Google::Apis::DfareportingV3_3::Metric::Representation
         | 
| 2423 | 
            +
                  
         | 
| 2424 | 
            +
                    end
         | 
| 2425 | 
            +
                  end
         | 
| 2426 | 
            +
                  
         | 
| 2427 | 
            +
                  class CustomFloodlightVariable
         | 
| 2428 | 
            +
                    # @private
         | 
| 2429 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2430 | 
            +
                      property :kind, as: 'kind'
         | 
| 2431 | 
            +
                      property :type, as: 'type'
         | 
| 2432 | 
            +
                      property :value, as: 'value'
         | 
| 2433 | 
            +
                    end
         | 
| 2434 | 
            +
                  end
         | 
| 2435 | 
            +
                  
         | 
| 2436 | 
            +
                  class CustomRichMediaEvents
         | 
| 2437 | 
            +
                    # @private
         | 
| 2438 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2439 | 
            +
                      collection :filtered_event_ids, as: 'filteredEventIds', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 2440 | 
            +
                  
         | 
| 2441 | 
            +
                      property :kind, as: 'kind'
         | 
| 2442 | 
            +
                    end
         | 
| 2443 | 
            +
                  end
         | 
| 2444 | 
            +
                  
         | 
| 2445 | 
            +
                  class CustomViewabilityMetric
         | 
| 2446 | 
            +
                    # @private
         | 
| 2447 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2448 | 
            +
                      property :configuration, as: 'configuration', class: Google::Apis::DfareportingV3_3::CustomViewabilityMetricConfiguration, decorator: Google::Apis::DfareportingV3_3::CustomViewabilityMetricConfiguration::Representation
         | 
| 2449 | 
            +
                  
         | 
| 2450 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 2451 | 
            +
                      property :name, as: 'name'
         | 
| 2452 | 
            +
                    end
         | 
| 2453 | 
            +
                  end
         | 
| 2454 | 
            +
                  
         | 
| 2455 | 
            +
                  class CustomViewabilityMetricConfiguration
         | 
| 2456 | 
            +
                    # @private
         | 
| 2457 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2458 | 
            +
                      property :audible, as: 'audible'
         | 
| 2459 | 
            +
                      property :time_millis, as: 'timeMillis'
         | 
| 2460 | 
            +
                      property :time_percent, as: 'timePercent'
         | 
| 2461 | 
            +
                      property :viewability_percent, as: 'viewabilityPercent'
         | 
| 2462 | 
            +
                    end
         | 
| 2463 | 
            +
                  end
         | 
| 2464 | 
            +
                  
         | 
| 2465 | 
            +
                  class DateRange
         | 
| 2466 | 
            +
                    # @private
         | 
| 2467 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2468 | 
            +
                      property :end_date, as: 'endDate', type: Date
         | 
| 2469 | 
            +
                  
         | 
| 2470 | 
            +
                      property :kind, as: 'kind'
         | 
| 2471 | 
            +
                      property :relative_date_range, as: 'relativeDateRange'
         | 
| 2472 | 
            +
                      property :start_date, as: 'startDate', type: Date
         | 
| 2473 | 
            +
                  
         | 
| 2474 | 
            +
                    end
         | 
| 2475 | 
            +
                  end
         | 
| 2476 | 
            +
                  
         | 
| 2477 | 
            +
                  class DayPartTargeting
         | 
| 2478 | 
            +
                    # @private
         | 
| 2479 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2480 | 
            +
                      collection :days_of_week, as: 'daysOfWeek'
         | 
| 2481 | 
            +
                      collection :hours_of_day, as: 'hoursOfDay'
         | 
| 2482 | 
            +
                      property :user_local_time, as: 'userLocalTime'
         | 
| 2483 | 
            +
                    end
         | 
| 2484 | 
            +
                  end
         | 
| 2485 | 
            +
                  
         | 
| 2486 | 
            +
                  class DeepLink
         | 
| 2487 | 
            +
                    # @private
         | 
| 2488 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2489 | 
            +
                      property :app_url, as: 'appUrl'
         | 
| 2490 | 
            +
                      property :fallback_url, as: 'fallbackUrl'
         | 
| 2491 | 
            +
                      property :kind, as: 'kind'
         | 
| 2492 | 
            +
                      property :mobile_app, as: 'mobileApp', class: Google::Apis::DfareportingV3_3::MobileApp, decorator: Google::Apis::DfareportingV3_3::MobileApp::Representation
         | 
| 2493 | 
            +
                  
         | 
| 2494 | 
            +
                      collection :remarketing_list_ids, as: 'remarketingListIds'
         | 
| 2495 | 
            +
                    end
         | 
| 2496 | 
            +
                  end
         | 
| 2497 | 
            +
                  
         | 
| 2498 | 
            +
                  class DefaultClickThroughEventTagProperties
         | 
| 2499 | 
            +
                    # @private
         | 
| 2500 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2501 | 
            +
                      property :default_click_through_event_tag_id, :numeric_string => true, as: 'defaultClickThroughEventTagId'
         | 
| 2502 | 
            +
                      property :override_inherited_event_tag, as: 'overrideInheritedEventTag'
         | 
| 2503 | 
            +
                    end
         | 
| 2504 | 
            +
                  end
         | 
| 2505 | 
            +
                  
         | 
| 2506 | 
            +
                  class DeliverySchedule
         | 
| 2507 | 
            +
                    # @private
         | 
| 2508 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2509 | 
            +
                      property :frequency_cap, as: 'frequencyCap', class: Google::Apis::DfareportingV3_3::FrequencyCap, decorator: Google::Apis::DfareportingV3_3::FrequencyCap::Representation
         | 
| 2510 | 
            +
                  
         | 
| 2511 | 
            +
                      property :hard_cutoff, as: 'hardCutoff'
         | 
| 2512 | 
            +
                      property :impression_ratio, :numeric_string => true, as: 'impressionRatio'
         | 
| 2513 | 
            +
                      property :priority, as: 'priority'
         | 
| 2514 | 
            +
                    end
         | 
| 2515 | 
            +
                  end
         | 
| 2516 | 
            +
                  
         | 
| 2517 | 
            +
                  class DfpSettings
         | 
| 2518 | 
            +
                    # @private
         | 
| 2519 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2520 | 
            +
                      property :dfp_network_code, as: 'dfpNetworkCode'
         | 
| 2521 | 
            +
                      property :dfp_network_name, as: 'dfpNetworkName'
         | 
| 2522 | 
            +
                      property :programmatic_placement_accepted, as: 'programmaticPlacementAccepted'
         | 
| 2523 | 
            +
                      property :pub_paid_placement_accepted, as: 'pubPaidPlacementAccepted'
         | 
| 2524 | 
            +
                      property :publisher_portal_only, as: 'publisherPortalOnly'
         | 
| 2525 | 
            +
                    end
         | 
| 2526 | 
            +
                  end
         | 
| 2527 | 
            +
                  
         | 
| 2528 | 
            +
                  class Dimension
         | 
| 2529 | 
            +
                    # @private
         | 
| 2530 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2531 | 
            +
                      property :kind, as: 'kind'
         | 
| 2532 | 
            +
                      property :name, as: 'name'
         | 
| 2533 | 
            +
                    end
         | 
| 2534 | 
            +
                  end
         | 
| 2535 | 
            +
                  
         | 
| 2536 | 
            +
                  class DimensionFilter
         | 
| 2537 | 
            +
                    # @private
         | 
| 2538 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2539 | 
            +
                      property :dimension_name, as: 'dimensionName'
         | 
| 2540 | 
            +
                      property :kind, as: 'kind'
         | 
| 2541 | 
            +
                      property :value, as: 'value'
         | 
| 2542 | 
            +
                    end
         | 
| 2543 | 
            +
                  end
         | 
| 2544 | 
            +
                  
         | 
| 2545 | 
            +
                  class DimensionValue
         | 
| 2546 | 
            +
                    # @private
         | 
| 2547 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2548 | 
            +
                      property :dimension_name, as: 'dimensionName'
         | 
| 2549 | 
            +
                      property :etag, as: 'etag'
         | 
| 2550 | 
            +
                      property :id, as: 'id'
         | 
| 2551 | 
            +
                      property :kind, as: 'kind'
         | 
| 2552 | 
            +
                      property :match_type, as: 'matchType'
         | 
| 2553 | 
            +
                      property :value, as: 'value'
         | 
| 2554 | 
            +
                    end
         | 
| 2555 | 
            +
                  end
         | 
| 2556 | 
            +
                  
         | 
| 2557 | 
            +
                  class DimensionValueList
         | 
| 2558 | 
            +
                    # @private
         | 
| 2559 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2560 | 
            +
                      property :etag, as: 'etag'
         | 
| 2561 | 
            +
                      collection :items, as: 'items', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 2562 | 
            +
                  
         | 
| 2563 | 
            +
                      property :kind, as: 'kind'
         | 
| 2564 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 2565 | 
            +
                    end
         | 
| 2566 | 
            +
                  end
         | 
| 2567 | 
            +
                  
         | 
| 2568 | 
            +
                  class DimensionValueRequest
         | 
| 2569 | 
            +
                    # @private
         | 
| 2570 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2571 | 
            +
                      property :dimension_name, as: 'dimensionName'
         | 
| 2572 | 
            +
                      property :end_date, as: 'endDate', type: Date
         | 
| 2573 | 
            +
                  
         | 
| 2574 | 
            +
                      collection :filters, as: 'filters', class: Google::Apis::DfareportingV3_3::DimensionFilter, decorator: Google::Apis::DfareportingV3_3::DimensionFilter::Representation
         | 
| 2575 | 
            +
                  
         | 
| 2576 | 
            +
                      property :kind, as: 'kind'
         | 
| 2577 | 
            +
                      property :start_date, as: 'startDate', type: Date
         | 
| 2578 | 
            +
                  
         | 
| 2579 | 
            +
                    end
         | 
| 2580 | 
            +
                  end
         | 
| 2581 | 
            +
                  
         | 
| 2582 | 
            +
                  class DirectorySite
         | 
| 2583 | 
            +
                    # @private
         | 
| 2584 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2585 | 
            +
                      property :active, as: 'active'
         | 
| 2586 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 2587 | 
            +
                      property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 2588 | 
            +
                  
         | 
| 2589 | 
            +
                      collection :inpage_tag_formats, as: 'inpageTagFormats'
         | 
| 2590 | 
            +
                      collection :interstitial_tag_formats, as: 'interstitialTagFormats'
         | 
| 2591 | 
            +
                      property :kind, as: 'kind'
         | 
| 2592 | 
            +
                      property :name, as: 'name'
         | 
| 2593 | 
            +
                      property :settings, as: 'settings', class: Google::Apis::DfareportingV3_3::DirectorySiteSettings, decorator: Google::Apis::DfareportingV3_3::DirectorySiteSettings::Representation
         | 
| 2594 | 
            +
                  
         | 
| 2595 | 
            +
                      property :url, as: 'url'
         | 
| 2596 | 
            +
                    end
         | 
| 2597 | 
            +
                  end
         | 
| 2598 | 
            +
                  
         | 
| 2599 | 
            +
                  class DirectorySiteSettings
         | 
| 2600 | 
            +
                    # @private
         | 
| 2601 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2602 | 
            +
                      property :active_view_opt_out, as: 'activeViewOptOut'
         | 
| 2603 | 
            +
                      property :dfp_settings, as: 'dfpSettings', class: Google::Apis::DfareportingV3_3::DfpSettings, decorator: Google::Apis::DfareportingV3_3::DfpSettings::Representation
         | 
| 2604 | 
            +
                  
         | 
| 2605 | 
            +
                      property :instream_video_placement_accepted, as: 'instreamVideoPlacementAccepted'
         | 
| 2606 | 
            +
                      property :interstitial_placement_accepted, as: 'interstitialPlacementAccepted'
         | 
| 2607 | 
            +
                    end
         | 
| 2608 | 
            +
                  end
         | 
| 2609 | 
            +
                  
         | 
| 2610 | 
            +
                  class DirectorySitesListResponse
         | 
| 2611 | 
            +
                    # @private
         | 
| 2612 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2613 | 
            +
                      collection :directory_sites, as: 'directorySites', class: Google::Apis::DfareportingV3_3::DirectorySite, decorator: Google::Apis::DfareportingV3_3::DirectorySite::Representation
         | 
| 2614 | 
            +
                  
         | 
| 2615 | 
            +
                      property :kind, as: 'kind'
         | 
| 2616 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 2617 | 
            +
                    end
         | 
| 2618 | 
            +
                  end
         | 
| 2619 | 
            +
                  
         | 
| 2620 | 
            +
                  class DynamicTargetingKey
         | 
| 2621 | 
            +
                    # @private
         | 
| 2622 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2623 | 
            +
                      property :kind, as: 'kind'
         | 
| 2624 | 
            +
                      property :name, as: 'name'
         | 
| 2625 | 
            +
                      property :object_id_prop, :numeric_string => true, as: 'objectId'
         | 
| 2626 | 
            +
                      property :object_type, as: 'objectType'
         | 
| 2627 | 
            +
                    end
         | 
| 2628 | 
            +
                  end
         | 
| 2629 | 
            +
                  
         | 
| 2630 | 
            +
                  class DynamicTargetingKeysListResponse
         | 
| 2631 | 
            +
                    # @private
         | 
| 2632 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2633 | 
            +
                      collection :dynamic_targeting_keys, as: 'dynamicTargetingKeys', class: Google::Apis::DfareportingV3_3::DynamicTargetingKey, decorator: Google::Apis::DfareportingV3_3::DynamicTargetingKey::Representation
         | 
| 2634 | 
            +
                  
         | 
| 2635 | 
            +
                      property :kind, as: 'kind'
         | 
| 2636 | 
            +
                    end
         | 
| 2637 | 
            +
                  end
         | 
| 2638 | 
            +
                  
         | 
| 2639 | 
            +
                  class EncryptionInfo
         | 
| 2640 | 
            +
                    # @private
         | 
| 2641 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2642 | 
            +
                      property :encryption_entity_id, :numeric_string => true, as: 'encryptionEntityId'
         | 
| 2643 | 
            +
                      property :encryption_entity_type, as: 'encryptionEntityType'
         | 
| 2644 | 
            +
                      property :encryption_source, as: 'encryptionSource'
         | 
| 2645 | 
            +
                      property :kind, as: 'kind'
         | 
| 2646 | 
            +
                    end
         | 
| 2647 | 
            +
                  end
         | 
| 2648 | 
            +
                  
         | 
| 2649 | 
            +
                  class EventTag
         | 
| 2650 | 
            +
                    # @private
         | 
| 2651 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2652 | 
            +
                      property :account_id, :numeric_string => true, as: 'accountId'
         | 
| 2653 | 
            +
                      property :advertiser_id, :numeric_string => true, as: 'advertiserId'
         | 
| 2654 | 
            +
                      property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 2655 | 
            +
                  
         | 
| 2656 | 
            +
                      property :campaign_id, :numeric_string => true, as: 'campaignId'
         | 
| 2657 | 
            +
                      property :campaign_id_dimension_value, as: 'campaignIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 2658 | 
            +
                  
         | 
| 2659 | 
            +
                      property :enabled_by_default, as: 'enabledByDefault'
         | 
| 2660 | 
            +
                      property :exclude_from_adx_requests, as: 'excludeFromAdxRequests'
         | 
| 2661 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 2662 | 
            +
                      property :kind, as: 'kind'
         | 
| 2663 | 
            +
                      property :name, as: 'name'
         | 
| 2664 | 
            +
                      property :site_filter_type, as: 'siteFilterType'
         | 
| 2665 | 
            +
                      collection :site_ids, as: 'siteIds'
         | 
| 2666 | 
            +
                      property :ssl_compliant, as: 'sslCompliant'
         | 
| 2667 | 
            +
                      property :status, as: 'status'
         | 
| 2668 | 
            +
                      property :subaccount_id, :numeric_string => true, as: 'subaccountId'
         | 
| 2669 | 
            +
                      property :type, as: 'type'
         | 
| 2670 | 
            +
                      property :url, as: 'url'
         | 
| 2671 | 
            +
                      property :url_escape_levels, as: 'urlEscapeLevels'
         | 
| 2672 | 
            +
                    end
         | 
| 2673 | 
            +
                  end
         | 
| 2674 | 
            +
                  
         | 
| 2675 | 
            +
                  class EventTagOverride
         | 
| 2676 | 
            +
                    # @private
         | 
| 2677 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2678 | 
            +
                      property :enabled, as: 'enabled'
         | 
| 2679 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 2680 | 
            +
                    end
         | 
| 2681 | 
            +
                  end
         | 
| 2682 | 
            +
                  
         | 
| 2683 | 
            +
                  class EventTagsListResponse
         | 
| 2684 | 
            +
                    # @private
         | 
| 2685 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2686 | 
            +
                      collection :event_tags, as: 'eventTags', class: Google::Apis::DfareportingV3_3::EventTag, decorator: Google::Apis::DfareportingV3_3::EventTag::Representation
         | 
| 2687 | 
            +
                  
         | 
| 2688 | 
            +
                      property :kind, as: 'kind'
         | 
| 2689 | 
            +
                    end
         | 
| 2690 | 
            +
                  end
         | 
| 2691 | 
            +
                  
         | 
| 2692 | 
            +
                  class File
         | 
| 2693 | 
            +
                    # @private
         | 
| 2694 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2695 | 
            +
                      property :date_range, as: 'dateRange', class: Google::Apis::DfareportingV3_3::DateRange, decorator: Google::Apis::DfareportingV3_3::DateRange::Representation
         | 
| 2696 | 
            +
                  
         | 
| 2697 | 
            +
                      property :etag, as: 'etag'
         | 
| 2698 | 
            +
                      property :file_name, as: 'fileName'
         | 
| 2699 | 
            +
                      property :format, as: 'format'
         | 
| 2700 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 2701 | 
            +
                      property :kind, as: 'kind'
         | 
| 2702 | 
            +
                      property :last_modified_time, :numeric_string => true, as: 'lastModifiedTime'
         | 
| 2703 | 
            +
                      property :report_id, :numeric_string => true, as: 'reportId'
         | 
| 2704 | 
            +
                      property :status, as: 'status'
         | 
| 2705 | 
            +
                      property :urls, as: 'urls', class: Google::Apis::DfareportingV3_3::File::Urls, decorator: Google::Apis::DfareportingV3_3::File::Urls::Representation
         | 
| 2706 | 
            +
                  
         | 
| 2707 | 
            +
                    end
         | 
| 2708 | 
            +
                    
         | 
| 2709 | 
            +
                    class Urls
         | 
| 2710 | 
            +
                      # @private
         | 
| 2711 | 
            +
                      class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2712 | 
            +
                        property :api_url, as: 'apiUrl'
         | 
| 2713 | 
            +
                        property :browser_url, as: 'browserUrl'
         | 
| 2714 | 
            +
                      end
         | 
| 2715 | 
            +
                    end
         | 
| 2716 | 
            +
                  end
         | 
| 2717 | 
            +
                  
         | 
| 2718 | 
            +
                  class FileList
         | 
| 2719 | 
            +
                    # @private
         | 
| 2720 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2721 | 
            +
                      property :etag, as: 'etag'
         | 
| 2722 | 
            +
                      collection :items, as: 'items', class: Google::Apis::DfareportingV3_3::File, decorator: Google::Apis::DfareportingV3_3::File::Representation
         | 
| 2723 | 
            +
                  
         | 
| 2724 | 
            +
                      property :kind, as: 'kind'
         | 
| 2725 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 2726 | 
            +
                    end
         | 
| 2727 | 
            +
                  end
         | 
| 2728 | 
            +
                  
         | 
| 2729 | 
            +
                  class Flight
         | 
| 2730 | 
            +
                    # @private
         | 
| 2731 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2732 | 
            +
                      property :end_date, as: 'endDate', type: Date
         | 
| 2733 | 
            +
                  
         | 
| 2734 | 
            +
                      property :rate_or_cost, :numeric_string => true, as: 'rateOrCost'
         | 
| 2735 | 
            +
                      property :start_date, as: 'startDate', type: Date
         | 
| 2736 | 
            +
                  
         | 
| 2737 | 
            +
                      property :units, :numeric_string => true, as: 'units'
         | 
| 2738 | 
            +
                    end
         | 
| 2739 | 
            +
                  end
         | 
| 2740 | 
            +
                  
         | 
| 2741 | 
            +
                  class FloodlightActivitiesGenerateTagResponse
         | 
| 2742 | 
            +
                    # @private
         | 
| 2743 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2744 | 
            +
                      property :floodlight_activity_tag, as: 'floodlightActivityTag'
         | 
| 2745 | 
            +
                      property :global_site_tag_global_snippet, as: 'globalSiteTagGlobalSnippet'
         | 
| 2746 | 
            +
                      property :kind, as: 'kind'
         | 
| 2747 | 
            +
                    end
         | 
| 2748 | 
            +
                  end
         | 
| 2749 | 
            +
                  
         | 
| 2750 | 
            +
                  class FloodlightActivitiesListResponse
         | 
| 2751 | 
            +
                    # @private
         | 
| 2752 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2753 | 
            +
                      collection :floodlight_activities, as: 'floodlightActivities', class: Google::Apis::DfareportingV3_3::FloodlightActivity, decorator: Google::Apis::DfareportingV3_3::FloodlightActivity::Representation
         | 
| 2754 | 
            +
                  
         | 
| 2755 | 
            +
                      property :kind, as: 'kind'
         | 
| 2756 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 2757 | 
            +
                    end
         | 
| 2758 | 
            +
                  end
         | 
| 2759 | 
            +
                  
         | 
| 2760 | 
            +
                  class FloodlightActivity
         | 
| 2761 | 
            +
                    # @private
         | 
| 2762 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2763 | 
            +
                      property :account_id, :numeric_string => true, as: 'accountId'
         | 
| 2764 | 
            +
                      property :advertiser_id, :numeric_string => true, as: 'advertiserId'
         | 
| 2765 | 
            +
                      property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 2766 | 
            +
                  
         | 
| 2767 | 
            +
                      property :cache_busting_type, as: 'cacheBustingType'
         | 
| 2768 | 
            +
                      property :counting_method, as: 'countingMethod'
         | 
| 2769 | 
            +
                      collection :default_tags, as: 'defaultTags', class: Google::Apis::DfareportingV3_3::FloodlightActivityDynamicTag, decorator: Google::Apis::DfareportingV3_3::FloodlightActivityDynamicTag::Representation
         | 
| 2770 | 
            +
                  
         | 
| 2771 | 
            +
                      property :expected_url, as: 'expectedUrl'
         | 
| 2772 | 
            +
                      property :floodlight_activity_group_id, :numeric_string => true, as: 'floodlightActivityGroupId'
         | 
| 2773 | 
            +
                      property :floodlight_activity_group_name, as: 'floodlightActivityGroupName'
         | 
| 2774 | 
            +
                      property :floodlight_activity_group_tag_string, as: 'floodlightActivityGroupTagString'
         | 
| 2775 | 
            +
                      property :floodlight_activity_group_type, as: 'floodlightActivityGroupType'
         | 
| 2776 | 
            +
                      property :floodlight_configuration_id, :numeric_string => true, as: 'floodlightConfigurationId'
         | 
| 2777 | 
            +
                      property :floodlight_configuration_id_dimension_value, as: 'floodlightConfigurationIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 2778 | 
            +
                  
         | 
| 2779 | 
            +
                      property :floodlight_tag_type, as: 'floodlightTagType'
         | 
| 2780 | 
            +
                      property :hidden, as: 'hidden'
         | 
| 2781 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 2782 | 
            +
                      property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 2783 | 
            +
                  
         | 
| 2784 | 
            +
                      property :kind, as: 'kind'
         | 
| 2785 | 
            +
                      property :name, as: 'name'
         | 
| 2786 | 
            +
                      property :notes, as: 'notes'
         | 
| 2787 | 
            +
                      collection :publisher_tags, as: 'publisherTags', class: Google::Apis::DfareportingV3_3::FloodlightActivityPublisherDynamicTag, decorator: Google::Apis::DfareportingV3_3::FloodlightActivityPublisherDynamicTag::Representation
         | 
| 2788 | 
            +
                  
         | 
| 2789 | 
            +
                      property :secure, as: 'secure'
         | 
| 2790 | 
            +
                      property :ssl_compliant, as: 'sslCompliant'
         | 
| 2791 | 
            +
                      property :ssl_required, as: 'sslRequired'
         | 
| 2792 | 
            +
                      property :subaccount_id, :numeric_string => true, as: 'subaccountId'
         | 
| 2793 | 
            +
                      property :tag_format, as: 'tagFormat'
         | 
| 2794 | 
            +
                      property :tag_string, as: 'tagString'
         | 
| 2795 | 
            +
                      collection :user_defined_variable_types, as: 'userDefinedVariableTypes'
         | 
| 2796 | 
            +
                    end
         | 
| 2797 | 
            +
                  end
         | 
| 2798 | 
            +
                  
         | 
| 2799 | 
            +
                  class FloodlightActivityDynamicTag
         | 
| 2800 | 
            +
                    # @private
         | 
| 2801 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2802 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 2803 | 
            +
                      property :name, as: 'name'
         | 
| 2804 | 
            +
                      property :tag, as: 'tag'
         | 
| 2805 | 
            +
                    end
         | 
| 2806 | 
            +
                  end
         | 
| 2807 | 
            +
                  
         | 
| 2808 | 
            +
                  class FloodlightActivityGroup
         | 
| 2809 | 
            +
                    # @private
         | 
| 2810 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2811 | 
            +
                      property :account_id, :numeric_string => true, as: 'accountId'
         | 
| 2812 | 
            +
                      property :advertiser_id, :numeric_string => true, as: 'advertiserId'
         | 
| 2813 | 
            +
                      property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 2814 | 
            +
                  
         | 
| 2815 | 
            +
                      property :floodlight_configuration_id, :numeric_string => true, as: 'floodlightConfigurationId'
         | 
| 2816 | 
            +
                      property :floodlight_configuration_id_dimension_value, as: 'floodlightConfigurationIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 2817 | 
            +
                  
         | 
| 2818 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 2819 | 
            +
                      property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 2820 | 
            +
                  
         | 
| 2821 | 
            +
                      property :kind, as: 'kind'
         | 
| 2822 | 
            +
                      property :name, as: 'name'
         | 
| 2823 | 
            +
                      property :subaccount_id, :numeric_string => true, as: 'subaccountId'
         | 
| 2824 | 
            +
                      property :tag_string, as: 'tagString'
         | 
| 2825 | 
            +
                      property :type, as: 'type'
         | 
| 2826 | 
            +
                    end
         | 
| 2827 | 
            +
                  end
         | 
| 2828 | 
            +
                  
         | 
| 2829 | 
            +
                  class FloodlightActivityGroupsListResponse
         | 
| 2830 | 
            +
                    # @private
         | 
| 2831 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2832 | 
            +
                      collection :floodlight_activity_groups, as: 'floodlightActivityGroups', class: Google::Apis::DfareportingV3_3::FloodlightActivityGroup, decorator: Google::Apis::DfareportingV3_3::FloodlightActivityGroup::Representation
         | 
| 2833 | 
            +
                  
         | 
| 2834 | 
            +
                      property :kind, as: 'kind'
         | 
| 2835 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 2836 | 
            +
                    end
         | 
| 2837 | 
            +
                  end
         | 
| 2838 | 
            +
                  
         | 
| 2839 | 
            +
                  class FloodlightActivityPublisherDynamicTag
         | 
| 2840 | 
            +
                    # @private
         | 
| 2841 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2842 | 
            +
                      property :click_through, as: 'clickThrough'
         | 
| 2843 | 
            +
                      property :directory_site_id, :numeric_string => true, as: 'directorySiteId'
         | 
| 2844 | 
            +
                      property :dynamic_tag, as: 'dynamicTag', class: Google::Apis::DfareportingV3_3::FloodlightActivityDynamicTag, decorator: Google::Apis::DfareportingV3_3::FloodlightActivityDynamicTag::Representation
         | 
| 2845 | 
            +
                  
         | 
| 2846 | 
            +
                      property :site_id, :numeric_string => true, as: 'siteId'
         | 
| 2847 | 
            +
                      property :site_id_dimension_value, as: 'siteIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 2848 | 
            +
                  
         | 
| 2849 | 
            +
                      property :view_through, as: 'viewThrough'
         | 
| 2850 | 
            +
                    end
         | 
| 2851 | 
            +
                  end
         | 
| 2852 | 
            +
                  
         | 
| 2853 | 
            +
                  class FloodlightConfiguration
         | 
| 2854 | 
            +
                    # @private
         | 
| 2855 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2856 | 
            +
                      property :account_id, :numeric_string => true, as: 'accountId'
         | 
| 2857 | 
            +
                      property :advertiser_id, :numeric_string => true, as: 'advertiserId'
         | 
| 2858 | 
            +
                      property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 2859 | 
            +
                  
         | 
| 2860 | 
            +
                      property :analytics_data_sharing_enabled, as: 'analyticsDataSharingEnabled'
         | 
| 2861 | 
            +
                      property :custom_viewability_metric, as: 'customViewabilityMetric', class: Google::Apis::DfareportingV3_3::CustomViewabilityMetric, decorator: Google::Apis::DfareportingV3_3::CustomViewabilityMetric::Representation
         | 
| 2862 | 
            +
                  
         | 
| 2863 | 
            +
                      property :exposure_to_conversion_enabled, as: 'exposureToConversionEnabled'
         | 
| 2864 | 
            +
                      property :first_day_of_week, as: 'firstDayOfWeek'
         | 
| 2865 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 2866 | 
            +
                      property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 2867 | 
            +
                  
         | 
| 2868 | 
            +
                      property :in_app_attribution_tracking_enabled, as: 'inAppAttributionTrackingEnabled'
         | 
| 2869 | 
            +
                      property :kind, as: 'kind'
         | 
| 2870 | 
            +
                      property :lookback_configuration, as: 'lookbackConfiguration', class: Google::Apis::DfareportingV3_3::LookbackConfiguration, decorator: Google::Apis::DfareportingV3_3::LookbackConfiguration::Representation
         | 
| 2871 | 
            +
                  
         | 
| 2872 | 
            +
                      property :natural_search_conversion_attribution_option, as: 'naturalSearchConversionAttributionOption'
         | 
| 2873 | 
            +
                      property :omniture_settings, as: 'omnitureSettings', class: Google::Apis::DfareportingV3_3::OmnitureSettings, decorator: Google::Apis::DfareportingV3_3::OmnitureSettings::Representation
         | 
| 2874 | 
            +
                  
         | 
| 2875 | 
            +
                      property :subaccount_id, :numeric_string => true, as: 'subaccountId'
         | 
| 2876 | 
            +
                      property :tag_settings, as: 'tagSettings', class: Google::Apis::DfareportingV3_3::TagSettings, decorator: Google::Apis::DfareportingV3_3::TagSettings::Representation
         | 
| 2877 | 
            +
                  
         | 
| 2878 | 
            +
                      collection :third_party_authentication_tokens, as: 'thirdPartyAuthenticationTokens', class: Google::Apis::DfareportingV3_3::ThirdPartyAuthenticationToken, decorator: Google::Apis::DfareportingV3_3::ThirdPartyAuthenticationToken::Representation
         | 
| 2879 | 
            +
                  
         | 
| 2880 | 
            +
                      collection :user_defined_variable_configurations, as: 'userDefinedVariableConfigurations', class: Google::Apis::DfareportingV3_3::UserDefinedVariableConfiguration, decorator: Google::Apis::DfareportingV3_3::UserDefinedVariableConfiguration::Representation
         | 
| 2881 | 
            +
                  
         | 
| 2882 | 
            +
                    end
         | 
| 2883 | 
            +
                  end
         | 
| 2884 | 
            +
                  
         | 
| 2885 | 
            +
                  class FloodlightConfigurationsListResponse
         | 
| 2886 | 
            +
                    # @private
         | 
| 2887 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2888 | 
            +
                      collection :floodlight_configurations, as: 'floodlightConfigurations', class: Google::Apis::DfareportingV3_3::FloodlightConfiguration, decorator: Google::Apis::DfareportingV3_3::FloodlightConfiguration::Representation
         | 
| 2889 | 
            +
                  
         | 
| 2890 | 
            +
                      property :kind, as: 'kind'
         | 
| 2891 | 
            +
                    end
         | 
| 2892 | 
            +
                  end
         | 
| 2893 | 
            +
                  
         | 
| 2894 | 
            +
                  class FloodlightReportCompatibleFields
         | 
| 2895 | 
            +
                    # @private
         | 
| 2896 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2897 | 
            +
                      collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::DfareportingV3_3::Dimension, decorator: Google::Apis::DfareportingV3_3::Dimension::Representation
         | 
| 2898 | 
            +
                  
         | 
| 2899 | 
            +
                      collection :dimensions, as: 'dimensions', class: Google::Apis::DfareportingV3_3::Dimension, decorator: Google::Apis::DfareportingV3_3::Dimension::Representation
         | 
| 2900 | 
            +
                  
         | 
| 2901 | 
            +
                      property :kind, as: 'kind'
         | 
| 2902 | 
            +
                      collection :metrics, as: 'metrics', class: Google::Apis::DfareportingV3_3::Metric, decorator: Google::Apis::DfareportingV3_3::Metric::Representation
         | 
| 2903 | 
            +
                  
         | 
| 2904 | 
            +
                    end
         | 
| 2905 | 
            +
                  end
         | 
| 2906 | 
            +
                  
         | 
| 2907 | 
            +
                  class FrequencyCap
         | 
| 2908 | 
            +
                    # @private
         | 
| 2909 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2910 | 
            +
                      property :duration, :numeric_string => true, as: 'duration'
         | 
| 2911 | 
            +
                      property :impressions, :numeric_string => true, as: 'impressions'
         | 
| 2912 | 
            +
                    end
         | 
| 2913 | 
            +
                  end
         | 
| 2914 | 
            +
                  
         | 
| 2915 | 
            +
                  class FsCommand
         | 
| 2916 | 
            +
                    # @private
         | 
| 2917 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2918 | 
            +
                      property :left, as: 'left'
         | 
| 2919 | 
            +
                      property :position_option, as: 'positionOption'
         | 
| 2920 | 
            +
                      property :top, as: 'top'
         | 
| 2921 | 
            +
                      property :window_height, as: 'windowHeight'
         | 
| 2922 | 
            +
                      property :window_width, as: 'windowWidth'
         | 
| 2923 | 
            +
                    end
         | 
| 2924 | 
            +
                  end
         | 
| 2925 | 
            +
                  
         | 
| 2926 | 
            +
                  class GeoTargeting
         | 
| 2927 | 
            +
                    # @private
         | 
| 2928 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2929 | 
            +
                      collection :cities, as: 'cities', class: Google::Apis::DfareportingV3_3::City, decorator: Google::Apis::DfareportingV3_3::City::Representation
         | 
| 2930 | 
            +
                  
         | 
| 2931 | 
            +
                      collection :countries, as: 'countries', class: Google::Apis::DfareportingV3_3::Country, decorator: Google::Apis::DfareportingV3_3::Country::Representation
         | 
| 2932 | 
            +
                  
         | 
| 2933 | 
            +
                      property :exclude_countries, as: 'excludeCountries'
         | 
| 2934 | 
            +
                      collection :metros, as: 'metros', class: Google::Apis::DfareportingV3_3::Metro, decorator: Google::Apis::DfareportingV3_3::Metro::Representation
         | 
| 2935 | 
            +
                  
         | 
| 2936 | 
            +
                      collection :postal_codes, as: 'postalCodes', class: Google::Apis::DfareportingV3_3::PostalCode, decorator: Google::Apis::DfareportingV3_3::PostalCode::Representation
         | 
| 2937 | 
            +
                  
         | 
| 2938 | 
            +
                      collection :regions, as: 'regions', class: Google::Apis::DfareportingV3_3::Region, decorator: Google::Apis::DfareportingV3_3::Region::Representation
         | 
| 2939 | 
            +
                  
         | 
| 2940 | 
            +
                    end
         | 
| 2941 | 
            +
                  end
         | 
| 2942 | 
            +
                  
         | 
| 2943 | 
            +
                  class InventoryItem
         | 
| 2944 | 
            +
                    # @private
         | 
| 2945 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2946 | 
            +
                      property :account_id, :numeric_string => true, as: 'accountId'
         | 
| 2947 | 
            +
                      collection :ad_slots, as: 'adSlots', class: Google::Apis::DfareportingV3_3::AdSlot, decorator: Google::Apis::DfareportingV3_3::AdSlot::Representation
         | 
| 2948 | 
            +
                  
         | 
| 2949 | 
            +
                      property :advertiser_id, :numeric_string => true, as: 'advertiserId'
         | 
| 2950 | 
            +
                      property :content_category_id, :numeric_string => true, as: 'contentCategoryId'
         | 
| 2951 | 
            +
                      property :estimated_click_through_rate, :numeric_string => true, as: 'estimatedClickThroughRate'
         | 
| 2952 | 
            +
                      property :estimated_conversion_rate, :numeric_string => true, as: 'estimatedConversionRate'
         | 
| 2953 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 2954 | 
            +
                      property :in_plan, as: 'inPlan'
         | 
| 2955 | 
            +
                      property :kind, as: 'kind'
         | 
| 2956 | 
            +
                      property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::DfareportingV3_3::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_3::LastModifiedInfo::Representation
         | 
| 2957 | 
            +
                  
         | 
| 2958 | 
            +
                      property :name, as: 'name'
         | 
| 2959 | 
            +
                      property :negotiation_channel_id, :numeric_string => true, as: 'negotiationChannelId'
         | 
| 2960 | 
            +
                      property :order_id, :numeric_string => true, as: 'orderId'
         | 
| 2961 | 
            +
                      property :placement_strategy_id, :numeric_string => true, as: 'placementStrategyId'
         | 
| 2962 | 
            +
                      property :pricing, as: 'pricing', class: Google::Apis::DfareportingV3_3::Pricing, decorator: Google::Apis::DfareportingV3_3::Pricing::Representation
         | 
| 2963 | 
            +
                  
         | 
| 2964 | 
            +
                      property :project_id, :numeric_string => true, as: 'projectId'
         | 
| 2965 | 
            +
                      property :rfp_id, :numeric_string => true, as: 'rfpId'
         | 
| 2966 | 
            +
                      property :site_id, :numeric_string => true, as: 'siteId'
         | 
| 2967 | 
            +
                      property :subaccount_id, :numeric_string => true, as: 'subaccountId'
         | 
| 2968 | 
            +
                      property :type, as: 'type'
         | 
| 2969 | 
            +
                    end
         | 
| 2970 | 
            +
                  end
         | 
| 2971 | 
            +
                  
         | 
| 2972 | 
            +
                  class InventoryItemsListResponse
         | 
| 2973 | 
            +
                    # @private
         | 
| 2974 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2975 | 
            +
                      collection :inventory_items, as: 'inventoryItems', class: Google::Apis::DfareportingV3_3::InventoryItem, decorator: Google::Apis::DfareportingV3_3::InventoryItem::Representation
         | 
| 2976 | 
            +
                  
         | 
| 2977 | 
            +
                      property :kind, as: 'kind'
         | 
| 2978 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 2979 | 
            +
                    end
         | 
| 2980 | 
            +
                  end
         | 
| 2981 | 
            +
                  
         | 
| 2982 | 
            +
                  class KeyValueTargetingExpression
         | 
| 2983 | 
            +
                    # @private
         | 
| 2984 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2985 | 
            +
                      property :expression, as: 'expression'
         | 
| 2986 | 
            +
                    end
         | 
| 2987 | 
            +
                  end
         | 
| 2988 | 
            +
                  
         | 
| 2989 | 
            +
                  class LandingPage
         | 
| 2990 | 
            +
                    # @private
         | 
| 2991 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2992 | 
            +
                      property :advertiser_id, :numeric_string => true, as: 'advertiserId'
         | 
| 2993 | 
            +
                      property :archived, as: 'archived'
         | 
| 2994 | 
            +
                      collection :deep_links, as: 'deepLinks', class: Google::Apis::DfareportingV3_3::DeepLink, decorator: Google::Apis::DfareportingV3_3::DeepLink::Representation
         | 
| 2995 | 
            +
                  
         | 
| 2996 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 2997 | 
            +
                      property :kind, as: 'kind'
         | 
| 2998 | 
            +
                      property :name, as: 'name'
         | 
| 2999 | 
            +
                      property :url, as: 'url'
         | 
| 3000 | 
            +
                    end
         | 
| 3001 | 
            +
                  end
         | 
| 3002 | 
            +
                  
         | 
| 3003 | 
            +
                  class Language
         | 
| 3004 | 
            +
                    # @private
         | 
| 3005 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3006 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 3007 | 
            +
                      property :kind, as: 'kind'
         | 
| 3008 | 
            +
                      property :language_code, as: 'languageCode'
         | 
| 3009 | 
            +
                      property :name, as: 'name'
         | 
| 3010 | 
            +
                    end
         | 
| 3011 | 
            +
                  end
         | 
| 3012 | 
            +
                  
         | 
| 3013 | 
            +
                  class LanguageTargeting
         | 
| 3014 | 
            +
                    # @private
         | 
| 3015 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3016 | 
            +
                      collection :languages, as: 'languages', class: Google::Apis::DfareportingV3_3::Language, decorator: Google::Apis::DfareportingV3_3::Language::Representation
         | 
| 3017 | 
            +
                  
         | 
| 3018 | 
            +
                    end
         | 
| 3019 | 
            +
                  end
         | 
| 3020 | 
            +
                  
         | 
| 3021 | 
            +
                  class LanguagesListResponse
         | 
| 3022 | 
            +
                    # @private
         | 
| 3023 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3024 | 
            +
                      property :kind, as: 'kind'
         | 
| 3025 | 
            +
                      collection :languages, as: 'languages', class: Google::Apis::DfareportingV3_3::Language, decorator: Google::Apis::DfareportingV3_3::Language::Representation
         | 
| 3026 | 
            +
                  
         | 
| 3027 | 
            +
                    end
         | 
| 3028 | 
            +
                  end
         | 
| 3029 | 
            +
                  
         | 
| 3030 | 
            +
                  class LastModifiedInfo
         | 
| 3031 | 
            +
                    # @private
         | 
| 3032 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3033 | 
            +
                      property :time, :numeric_string => true, as: 'time'
         | 
| 3034 | 
            +
                    end
         | 
| 3035 | 
            +
                  end
         | 
| 3036 | 
            +
                  
         | 
| 3037 | 
            +
                  class ListPopulationClause
         | 
| 3038 | 
            +
                    # @private
         | 
| 3039 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3040 | 
            +
                      collection :terms, as: 'terms', class: Google::Apis::DfareportingV3_3::ListPopulationTerm, decorator: Google::Apis::DfareportingV3_3::ListPopulationTerm::Representation
         | 
| 3041 | 
            +
                  
         | 
| 3042 | 
            +
                    end
         | 
| 3043 | 
            +
                  end
         | 
| 3044 | 
            +
                  
         | 
| 3045 | 
            +
                  class ListPopulationRule
         | 
| 3046 | 
            +
                    # @private
         | 
| 3047 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3048 | 
            +
                      property :floodlight_activity_id, :numeric_string => true, as: 'floodlightActivityId'
         | 
| 3049 | 
            +
                      property :floodlight_activity_name, as: 'floodlightActivityName'
         | 
| 3050 | 
            +
                      collection :list_population_clauses, as: 'listPopulationClauses', class: Google::Apis::DfareportingV3_3::ListPopulationClause, decorator: Google::Apis::DfareportingV3_3::ListPopulationClause::Representation
         | 
| 3051 | 
            +
                  
         | 
| 3052 | 
            +
                    end
         | 
| 3053 | 
            +
                  end
         | 
| 3054 | 
            +
                  
         | 
| 3055 | 
            +
                  class ListPopulationTerm
         | 
| 3056 | 
            +
                    # @private
         | 
| 3057 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3058 | 
            +
                      property :contains, as: 'contains'
         | 
| 3059 | 
            +
                      property :negation, as: 'negation'
         | 
| 3060 | 
            +
                      property :operator, as: 'operator'
         | 
| 3061 | 
            +
                      property :remarketing_list_id, :numeric_string => true, as: 'remarketingListId'
         | 
| 3062 | 
            +
                      property :type, as: 'type'
         | 
| 3063 | 
            +
                      property :value, as: 'value'
         | 
| 3064 | 
            +
                      property :variable_friendly_name, as: 'variableFriendlyName'
         | 
| 3065 | 
            +
                      property :variable_name, as: 'variableName'
         | 
| 3066 | 
            +
                    end
         | 
| 3067 | 
            +
                  end
         | 
| 3068 | 
            +
                  
         | 
| 3069 | 
            +
                  class ListTargetingExpression
         | 
| 3070 | 
            +
                    # @private
         | 
| 3071 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3072 | 
            +
                      property :expression, as: 'expression'
         | 
| 3073 | 
            +
                    end
         | 
| 3074 | 
            +
                  end
         | 
| 3075 | 
            +
                  
         | 
| 3076 | 
            +
                  class LookbackConfiguration
         | 
| 3077 | 
            +
                    # @private
         | 
| 3078 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3079 | 
            +
                      property :click_duration, as: 'clickDuration'
         | 
| 3080 | 
            +
                      property :post_impression_activities_duration, as: 'postImpressionActivitiesDuration'
         | 
| 3081 | 
            +
                    end
         | 
| 3082 | 
            +
                  end
         | 
| 3083 | 
            +
                  
         | 
| 3084 | 
            +
                  class Metric
         | 
| 3085 | 
            +
                    # @private
         | 
| 3086 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3087 | 
            +
                      property :kind, as: 'kind'
         | 
| 3088 | 
            +
                      property :name, as: 'name'
         | 
| 3089 | 
            +
                    end
         | 
| 3090 | 
            +
                  end
         | 
| 3091 | 
            +
                  
         | 
| 3092 | 
            +
                  class Metro
         | 
| 3093 | 
            +
                    # @private
         | 
| 3094 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3095 | 
            +
                      property :country_code, as: 'countryCode'
         | 
| 3096 | 
            +
                      property :country_dart_id, :numeric_string => true, as: 'countryDartId'
         | 
| 3097 | 
            +
                      property :dart_id, :numeric_string => true, as: 'dartId'
         | 
| 3098 | 
            +
                      property :dma_id, :numeric_string => true, as: 'dmaId'
         | 
| 3099 | 
            +
                      property :kind, as: 'kind'
         | 
| 3100 | 
            +
                      property :metro_code, as: 'metroCode'
         | 
| 3101 | 
            +
                      property :name, as: 'name'
         | 
| 3102 | 
            +
                    end
         | 
| 3103 | 
            +
                  end
         | 
| 3104 | 
            +
                  
         | 
| 3105 | 
            +
                  class MetrosListResponse
         | 
| 3106 | 
            +
                    # @private
         | 
| 3107 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3108 | 
            +
                      property :kind, as: 'kind'
         | 
| 3109 | 
            +
                      collection :metros, as: 'metros', class: Google::Apis::DfareportingV3_3::Metro, decorator: Google::Apis::DfareportingV3_3::Metro::Representation
         | 
| 3110 | 
            +
                  
         | 
| 3111 | 
            +
                    end
         | 
| 3112 | 
            +
                  end
         | 
| 3113 | 
            +
                  
         | 
| 3114 | 
            +
                  class MobileApp
         | 
| 3115 | 
            +
                    # @private
         | 
| 3116 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3117 | 
            +
                      property :directory, as: 'directory'
         | 
| 3118 | 
            +
                      property :id, as: 'id'
         | 
| 3119 | 
            +
                      property :kind, as: 'kind'
         | 
| 3120 | 
            +
                      property :publisher_name, as: 'publisherName'
         | 
| 3121 | 
            +
                      property :title, as: 'title'
         | 
| 3122 | 
            +
                    end
         | 
| 3123 | 
            +
                  end
         | 
| 3124 | 
            +
                  
         | 
| 3125 | 
            +
                  class MobileAppsListResponse
         | 
| 3126 | 
            +
                    # @private
         | 
| 3127 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3128 | 
            +
                      property :kind, as: 'kind'
         | 
| 3129 | 
            +
                      collection :mobile_apps, as: 'mobileApps', class: Google::Apis::DfareportingV3_3::MobileApp, decorator: Google::Apis::DfareportingV3_3::MobileApp::Representation
         | 
| 3130 | 
            +
                  
         | 
| 3131 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 3132 | 
            +
                    end
         | 
| 3133 | 
            +
                  end
         | 
| 3134 | 
            +
                  
         | 
| 3135 | 
            +
                  class MobileCarrier
         | 
| 3136 | 
            +
                    # @private
         | 
| 3137 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3138 | 
            +
                      property :country_code, as: 'countryCode'
         | 
| 3139 | 
            +
                      property :country_dart_id, :numeric_string => true, as: 'countryDartId'
         | 
| 3140 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 3141 | 
            +
                      property :kind, as: 'kind'
         | 
| 3142 | 
            +
                      property :name, as: 'name'
         | 
| 3143 | 
            +
                    end
         | 
| 3144 | 
            +
                  end
         | 
| 3145 | 
            +
                  
         | 
| 3146 | 
            +
                  class MobileCarriersListResponse
         | 
| 3147 | 
            +
                    # @private
         | 
| 3148 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3149 | 
            +
                      property :kind, as: 'kind'
         | 
| 3150 | 
            +
                      collection :mobile_carriers, as: 'mobileCarriers', class: Google::Apis::DfareportingV3_3::MobileCarrier, decorator: Google::Apis::DfareportingV3_3::MobileCarrier::Representation
         | 
| 3151 | 
            +
                  
         | 
| 3152 | 
            +
                    end
         | 
| 3153 | 
            +
                  end
         | 
| 3154 | 
            +
                  
         | 
| 3155 | 
            +
                  class ObjectFilter
         | 
| 3156 | 
            +
                    # @private
         | 
| 3157 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3158 | 
            +
                      property :kind, as: 'kind'
         | 
| 3159 | 
            +
                      collection :object_ids, as: 'objectIds'
         | 
| 3160 | 
            +
                      property :status, as: 'status'
         | 
| 3161 | 
            +
                    end
         | 
| 3162 | 
            +
                  end
         | 
| 3163 | 
            +
                  
         | 
| 3164 | 
            +
                  class OffsetPosition
         | 
| 3165 | 
            +
                    # @private
         | 
| 3166 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3167 | 
            +
                      property :left, as: 'left'
         | 
| 3168 | 
            +
                      property :top, as: 'top'
         | 
| 3169 | 
            +
                    end
         | 
| 3170 | 
            +
                  end
         | 
| 3171 | 
            +
                  
         | 
| 3172 | 
            +
                  class OmnitureSettings
         | 
| 3173 | 
            +
                    # @private
         | 
| 3174 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3175 | 
            +
                      property :omniture_cost_data_enabled, as: 'omnitureCostDataEnabled'
         | 
| 3176 | 
            +
                      property :omniture_integration_enabled, as: 'omnitureIntegrationEnabled'
         | 
| 3177 | 
            +
                    end
         | 
| 3178 | 
            +
                  end
         | 
| 3179 | 
            +
                  
         | 
| 3180 | 
            +
                  class OperatingSystem
         | 
| 3181 | 
            +
                    # @private
         | 
| 3182 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3183 | 
            +
                      property :dart_id, :numeric_string => true, as: 'dartId'
         | 
| 3184 | 
            +
                      property :desktop, as: 'desktop'
         | 
| 3185 | 
            +
                      property :kind, as: 'kind'
         | 
| 3186 | 
            +
                      property :mobile, as: 'mobile'
         | 
| 3187 | 
            +
                      property :name, as: 'name'
         | 
| 3188 | 
            +
                    end
         | 
| 3189 | 
            +
                  end
         | 
| 3190 | 
            +
                  
         | 
| 3191 | 
            +
                  class OperatingSystemVersion
         | 
| 3192 | 
            +
                    # @private
         | 
| 3193 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3194 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 3195 | 
            +
                      property :kind, as: 'kind'
         | 
| 3196 | 
            +
                      property :major_version, as: 'majorVersion'
         | 
| 3197 | 
            +
                      property :minor_version, as: 'minorVersion'
         | 
| 3198 | 
            +
                      property :name, as: 'name'
         | 
| 3199 | 
            +
                      property :operating_system, as: 'operatingSystem', class: Google::Apis::DfareportingV3_3::OperatingSystem, decorator: Google::Apis::DfareportingV3_3::OperatingSystem::Representation
         | 
| 3200 | 
            +
                  
         | 
| 3201 | 
            +
                    end
         | 
| 3202 | 
            +
                  end
         | 
| 3203 | 
            +
                  
         | 
| 3204 | 
            +
                  class OperatingSystemVersionsListResponse
         | 
| 3205 | 
            +
                    # @private
         | 
| 3206 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3207 | 
            +
                      property :kind, as: 'kind'
         | 
| 3208 | 
            +
                      collection :operating_system_versions, as: 'operatingSystemVersions', class: Google::Apis::DfareportingV3_3::OperatingSystemVersion, decorator: Google::Apis::DfareportingV3_3::OperatingSystemVersion::Representation
         | 
| 3209 | 
            +
                  
         | 
| 3210 | 
            +
                    end
         | 
| 3211 | 
            +
                  end
         | 
| 3212 | 
            +
                  
         | 
| 3213 | 
            +
                  class OperatingSystemsListResponse
         | 
| 3214 | 
            +
                    # @private
         | 
| 3215 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3216 | 
            +
                      property :kind, as: 'kind'
         | 
| 3217 | 
            +
                      collection :operating_systems, as: 'operatingSystems', class: Google::Apis::DfareportingV3_3::OperatingSystem, decorator: Google::Apis::DfareportingV3_3::OperatingSystem::Representation
         | 
| 3218 | 
            +
                  
         | 
| 3219 | 
            +
                    end
         | 
| 3220 | 
            +
                  end
         | 
| 3221 | 
            +
                  
         | 
| 3222 | 
            +
                  class OptimizationActivity
         | 
| 3223 | 
            +
                    # @private
         | 
| 3224 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3225 | 
            +
                      property :floodlight_activity_id, :numeric_string => true, as: 'floodlightActivityId'
         | 
| 3226 | 
            +
                      property :floodlight_activity_id_dimension_value, as: 'floodlightActivityIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 3227 | 
            +
                  
         | 
| 3228 | 
            +
                      property :weight, as: 'weight'
         | 
| 3229 | 
            +
                    end
         | 
| 3230 | 
            +
                  end
         | 
| 3231 | 
            +
                  
         | 
| 3232 | 
            +
                  class Order
         | 
| 3233 | 
            +
                    # @private
         | 
| 3234 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3235 | 
            +
                      property :account_id, :numeric_string => true, as: 'accountId'
         | 
| 3236 | 
            +
                      property :advertiser_id, :numeric_string => true, as: 'advertiserId'
         | 
| 3237 | 
            +
                      collection :approver_user_profile_ids, as: 'approverUserProfileIds'
         | 
| 3238 | 
            +
                      property :buyer_invoice_id, as: 'buyerInvoiceId'
         | 
| 3239 | 
            +
                      property :buyer_organization_name, as: 'buyerOrganizationName'
         | 
| 3240 | 
            +
                      property :comments, as: 'comments'
         | 
| 3241 | 
            +
                      collection :contacts, as: 'contacts', class: Google::Apis::DfareportingV3_3::OrderContact, decorator: Google::Apis::DfareportingV3_3::OrderContact::Representation
         | 
| 3242 | 
            +
                  
         | 
| 3243 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 3244 | 
            +
                      property :kind, as: 'kind'
         | 
| 3245 | 
            +
                      property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::DfareportingV3_3::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_3::LastModifiedInfo::Representation
         | 
| 3246 | 
            +
                  
         | 
| 3247 | 
            +
                      property :name, as: 'name'
         | 
| 3248 | 
            +
                      property :notes, as: 'notes'
         | 
| 3249 | 
            +
                      property :planning_term_id, :numeric_string => true, as: 'planningTermId'
         | 
| 3250 | 
            +
                      property :project_id, :numeric_string => true, as: 'projectId'
         | 
| 3251 | 
            +
                      property :seller_order_id, as: 'sellerOrderId'
         | 
| 3252 | 
            +
                      property :seller_organization_name, as: 'sellerOrganizationName'
         | 
| 3253 | 
            +
                      collection :site_id, as: 'siteId'
         | 
| 3254 | 
            +
                      collection :site_names, as: 'siteNames'
         | 
| 3255 | 
            +
                      property :subaccount_id, :numeric_string => true, as: 'subaccountId'
         | 
| 3256 | 
            +
                      property :terms_and_conditions, as: 'termsAndConditions'
         | 
| 3257 | 
            +
                    end
         | 
| 3258 | 
            +
                  end
         | 
| 3259 | 
            +
                  
         | 
| 3260 | 
            +
                  class OrderContact
         | 
| 3261 | 
            +
                    # @private
         | 
| 3262 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3263 | 
            +
                      property :contact_info, as: 'contactInfo'
         | 
| 3264 | 
            +
                      property :contact_name, as: 'contactName'
         | 
| 3265 | 
            +
                      property :contact_title, as: 'contactTitle'
         | 
| 3266 | 
            +
                      property :contact_type, as: 'contactType'
         | 
| 3267 | 
            +
                      property :signature_user_profile_id, :numeric_string => true, as: 'signatureUserProfileId'
         | 
| 3268 | 
            +
                    end
         | 
| 3269 | 
            +
                  end
         | 
| 3270 | 
            +
                  
         | 
| 3271 | 
            +
                  class OrderDocument
         | 
| 3272 | 
            +
                    # @private
         | 
| 3273 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3274 | 
            +
                      property :account_id, :numeric_string => true, as: 'accountId'
         | 
| 3275 | 
            +
                      property :advertiser_id, :numeric_string => true, as: 'advertiserId'
         | 
| 3276 | 
            +
                      property :amended_order_document_id, :numeric_string => true, as: 'amendedOrderDocumentId'
         | 
| 3277 | 
            +
                      collection :approved_by_user_profile_ids, as: 'approvedByUserProfileIds'
         | 
| 3278 | 
            +
                      property :cancelled, as: 'cancelled'
         | 
| 3279 | 
            +
                      property :created_info, as: 'createdInfo', class: Google::Apis::DfareportingV3_3::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_3::LastModifiedInfo::Representation
         | 
| 3280 | 
            +
                  
         | 
| 3281 | 
            +
                      property :effective_date, as: 'effectiveDate', type: Date
         | 
| 3282 | 
            +
                  
         | 
| 3283 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 3284 | 
            +
                      property :kind, as: 'kind'
         | 
| 3285 | 
            +
                      collection :last_sent_recipients, as: 'lastSentRecipients'
         | 
| 3286 | 
            +
                      property :last_sent_time, as: 'lastSentTime', type: DateTime
         | 
| 3287 | 
            +
                  
         | 
| 3288 | 
            +
                      property :order_id, :numeric_string => true, as: 'orderId'
         | 
| 3289 | 
            +
                      property :project_id, :numeric_string => true, as: 'projectId'
         | 
| 3290 | 
            +
                      property :signed, as: 'signed'
         | 
| 3291 | 
            +
                      property :subaccount_id, :numeric_string => true, as: 'subaccountId'
         | 
| 3292 | 
            +
                      property :title, as: 'title'
         | 
| 3293 | 
            +
                      property :type, as: 'type'
         | 
| 3294 | 
            +
                    end
         | 
| 3295 | 
            +
                  end
         | 
| 3296 | 
            +
                  
         | 
| 3297 | 
            +
                  class OrderDocumentsListResponse
         | 
| 3298 | 
            +
                    # @private
         | 
| 3299 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3300 | 
            +
                      property :kind, as: 'kind'
         | 
| 3301 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 3302 | 
            +
                      collection :order_documents, as: 'orderDocuments', class: Google::Apis::DfareportingV3_3::OrderDocument, decorator: Google::Apis::DfareportingV3_3::OrderDocument::Representation
         | 
| 3303 | 
            +
                  
         | 
| 3304 | 
            +
                    end
         | 
| 3305 | 
            +
                  end
         | 
| 3306 | 
            +
                  
         | 
| 3307 | 
            +
                  class OrdersListResponse
         | 
| 3308 | 
            +
                    # @private
         | 
| 3309 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3310 | 
            +
                      property :kind, as: 'kind'
         | 
| 3311 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 3312 | 
            +
                      collection :orders, as: 'orders', class: Google::Apis::DfareportingV3_3::Order, decorator: Google::Apis::DfareportingV3_3::Order::Representation
         | 
| 3313 | 
            +
                  
         | 
| 3314 | 
            +
                    end
         | 
| 3315 | 
            +
                  end
         | 
| 3316 | 
            +
                  
         | 
| 3317 | 
            +
                  class PathToConversionReportCompatibleFields
         | 
| 3318 | 
            +
                    # @private
         | 
| 3319 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3320 | 
            +
                      collection :conversion_dimensions, as: 'conversionDimensions', class: Google::Apis::DfareportingV3_3::Dimension, decorator: Google::Apis::DfareportingV3_3::Dimension::Representation
         | 
| 3321 | 
            +
                  
         | 
| 3322 | 
            +
                      collection :custom_floodlight_variables, as: 'customFloodlightVariables', class: Google::Apis::DfareportingV3_3::Dimension, decorator: Google::Apis::DfareportingV3_3::Dimension::Representation
         | 
| 3323 | 
            +
                  
         | 
| 3324 | 
            +
                      property :kind, as: 'kind'
         | 
| 3325 | 
            +
                      collection :metrics, as: 'metrics', class: Google::Apis::DfareportingV3_3::Metric, decorator: Google::Apis::DfareportingV3_3::Metric::Representation
         | 
| 3326 | 
            +
                  
         | 
| 3327 | 
            +
                      collection :per_interaction_dimensions, as: 'perInteractionDimensions', class: Google::Apis::DfareportingV3_3::Dimension, decorator: Google::Apis::DfareportingV3_3::Dimension::Representation
         | 
| 3328 | 
            +
                  
         | 
| 3329 | 
            +
                    end
         | 
| 3330 | 
            +
                  end
         | 
| 3331 | 
            +
                  
         | 
| 3332 | 
            +
                  class Placement
         | 
| 3333 | 
            +
                    # @private
         | 
| 3334 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3335 | 
            +
                      property :account_id, :numeric_string => true, as: 'accountId'
         | 
| 3336 | 
            +
                      property :ad_blocking_opt_out, as: 'adBlockingOptOut'
         | 
| 3337 | 
            +
                      collection :additional_sizes, as: 'additionalSizes', class: Google::Apis::DfareportingV3_3::Size, decorator: Google::Apis::DfareportingV3_3::Size::Representation
         | 
| 3338 | 
            +
                  
         | 
| 3339 | 
            +
                      property :advertiser_id, :numeric_string => true, as: 'advertiserId'
         | 
| 3340 | 
            +
                      property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 3341 | 
            +
                  
         | 
| 3342 | 
            +
                      property :archived, as: 'archived'
         | 
| 3343 | 
            +
                      property :campaign_id, :numeric_string => true, as: 'campaignId'
         | 
| 3344 | 
            +
                      property :campaign_id_dimension_value, as: 'campaignIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 3345 | 
            +
                  
         | 
| 3346 | 
            +
                      property :comment, as: 'comment'
         | 
| 3347 | 
            +
                      property :compatibility, as: 'compatibility'
         | 
| 3348 | 
            +
                      property :content_category_id, :numeric_string => true, as: 'contentCategoryId'
         | 
| 3349 | 
            +
                      property :create_info, as: 'createInfo', class: Google::Apis::DfareportingV3_3::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_3::LastModifiedInfo::Representation
         | 
| 3350 | 
            +
                  
         | 
| 3351 | 
            +
                      property :directory_site_id, :numeric_string => true, as: 'directorySiteId'
         | 
| 3352 | 
            +
                      property :directory_site_id_dimension_value, as: 'directorySiteIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 3353 | 
            +
                  
         | 
| 3354 | 
            +
                      property :external_id, as: 'externalId'
         | 
| 3355 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 3356 | 
            +
                      property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 3357 | 
            +
                  
         | 
| 3358 | 
            +
                      property :key_name, as: 'keyName'
         | 
| 3359 | 
            +
                      property :kind, as: 'kind'
         | 
| 3360 | 
            +
                      property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::DfareportingV3_3::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_3::LastModifiedInfo::Representation
         | 
| 3361 | 
            +
                  
         | 
| 3362 | 
            +
                      property :lookback_configuration, as: 'lookbackConfiguration', class: Google::Apis::DfareportingV3_3::LookbackConfiguration, decorator: Google::Apis::DfareportingV3_3::LookbackConfiguration::Representation
         | 
| 3363 | 
            +
                  
         | 
| 3364 | 
            +
                      property :name, as: 'name'
         | 
| 3365 | 
            +
                      property :payment_approved, as: 'paymentApproved'
         | 
| 3366 | 
            +
                      property :payment_source, as: 'paymentSource'
         | 
| 3367 | 
            +
                      property :placement_group_id, :numeric_string => true, as: 'placementGroupId'
         | 
| 3368 | 
            +
                      property :placement_group_id_dimension_value, as: 'placementGroupIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 3369 | 
            +
                  
         | 
| 3370 | 
            +
                      property :placement_strategy_id, :numeric_string => true, as: 'placementStrategyId'
         | 
| 3371 | 
            +
                      property :pricing_schedule, as: 'pricingSchedule', class: Google::Apis::DfareportingV3_3::PricingSchedule, decorator: Google::Apis::DfareportingV3_3::PricingSchedule::Representation
         | 
| 3372 | 
            +
                  
         | 
| 3373 | 
            +
                      property :primary, as: 'primary'
         | 
| 3374 | 
            +
                      property :publisher_update_info, as: 'publisherUpdateInfo', class: Google::Apis::DfareportingV3_3::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_3::LastModifiedInfo::Representation
         | 
| 3375 | 
            +
                  
         | 
| 3376 | 
            +
                      property :site_id, :numeric_string => true, as: 'siteId'
         | 
| 3377 | 
            +
                      property :site_id_dimension_value, as: 'siteIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 3378 | 
            +
                  
         | 
| 3379 | 
            +
                      property :size, as: 'size', class: Google::Apis::DfareportingV3_3::Size, decorator: Google::Apis::DfareportingV3_3::Size::Representation
         | 
| 3380 | 
            +
                  
         | 
| 3381 | 
            +
                      property :ssl_required, as: 'sslRequired'
         | 
| 3382 | 
            +
                      property :status, as: 'status'
         | 
| 3383 | 
            +
                      property :subaccount_id, :numeric_string => true, as: 'subaccountId'
         | 
| 3384 | 
            +
                      collection :tag_formats, as: 'tagFormats'
         | 
| 3385 | 
            +
                      property :tag_setting, as: 'tagSetting', class: Google::Apis::DfareportingV3_3::TagSetting, decorator: Google::Apis::DfareportingV3_3::TagSetting::Representation
         | 
| 3386 | 
            +
                  
         | 
| 3387 | 
            +
                      property :video_active_view_opt_out, as: 'videoActiveViewOptOut'
         | 
| 3388 | 
            +
                      property :video_settings, as: 'videoSettings', class: Google::Apis::DfareportingV3_3::VideoSettings, decorator: Google::Apis::DfareportingV3_3::VideoSettings::Representation
         | 
| 3389 | 
            +
                  
         | 
| 3390 | 
            +
                      property :vpaid_adapter_choice, as: 'vpaidAdapterChoice'
         | 
| 3391 | 
            +
                    end
         | 
| 3392 | 
            +
                  end
         | 
| 3393 | 
            +
                  
         | 
| 3394 | 
            +
                  class PlacementAssignment
         | 
| 3395 | 
            +
                    # @private
         | 
| 3396 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3397 | 
            +
                      property :active, as: 'active'
         | 
| 3398 | 
            +
                      property :placement_id, :numeric_string => true, as: 'placementId'
         | 
| 3399 | 
            +
                      property :placement_id_dimension_value, as: 'placementIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 3400 | 
            +
                  
         | 
| 3401 | 
            +
                      property :ssl_required, as: 'sslRequired'
         | 
| 3402 | 
            +
                    end
         | 
| 3403 | 
            +
                  end
         | 
| 3404 | 
            +
                  
         | 
| 3405 | 
            +
                  class PlacementGroup
         | 
| 3406 | 
            +
                    # @private
         | 
| 3407 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3408 | 
            +
                      property :account_id, :numeric_string => true, as: 'accountId'
         | 
| 3409 | 
            +
                      property :advertiser_id, :numeric_string => true, as: 'advertiserId'
         | 
| 3410 | 
            +
                      property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 3411 | 
            +
                  
         | 
| 3412 | 
            +
                      property :archived, as: 'archived'
         | 
| 3413 | 
            +
                      property :campaign_id, :numeric_string => true, as: 'campaignId'
         | 
| 3414 | 
            +
                      property :campaign_id_dimension_value, as: 'campaignIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 3415 | 
            +
                  
         | 
| 3416 | 
            +
                      collection :child_placement_ids, as: 'childPlacementIds'
         | 
| 3417 | 
            +
                      property :comment, as: 'comment'
         | 
| 3418 | 
            +
                      property :content_category_id, :numeric_string => true, as: 'contentCategoryId'
         | 
| 3419 | 
            +
                      property :create_info, as: 'createInfo', class: Google::Apis::DfareportingV3_3::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_3::LastModifiedInfo::Representation
         | 
| 3420 | 
            +
                  
         | 
| 3421 | 
            +
                      property :directory_site_id, :numeric_string => true, as: 'directorySiteId'
         | 
| 3422 | 
            +
                      property :directory_site_id_dimension_value, as: 'directorySiteIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 3423 | 
            +
                  
         | 
| 3424 | 
            +
                      property :external_id, as: 'externalId'
         | 
| 3425 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 3426 | 
            +
                      property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 3427 | 
            +
                  
         | 
| 3428 | 
            +
                      property :kind, as: 'kind'
         | 
| 3429 | 
            +
                      property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::DfareportingV3_3::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_3::LastModifiedInfo::Representation
         | 
| 3430 | 
            +
                  
         | 
| 3431 | 
            +
                      property :name, as: 'name'
         | 
| 3432 | 
            +
                      property :placement_group_type, as: 'placementGroupType'
         | 
| 3433 | 
            +
                      property :placement_strategy_id, :numeric_string => true, as: 'placementStrategyId'
         | 
| 3434 | 
            +
                      property :pricing_schedule, as: 'pricingSchedule', class: Google::Apis::DfareportingV3_3::PricingSchedule, decorator: Google::Apis::DfareportingV3_3::PricingSchedule::Representation
         | 
| 3435 | 
            +
                  
         | 
| 3436 | 
            +
                      property :primary_placement_id, :numeric_string => true, as: 'primaryPlacementId'
         | 
| 3437 | 
            +
                      property :primary_placement_id_dimension_value, as: 'primaryPlacementIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 3438 | 
            +
                  
         | 
| 3439 | 
            +
                      property :site_id, :numeric_string => true, as: 'siteId'
         | 
| 3440 | 
            +
                      property :site_id_dimension_value, as: 'siteIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 3441 | 
            +
                  
         | 
| 3442 | 
            +
                      property :subaccount_id, :numeric_string => true, as: 'subaccountId'
         | 
| 3443 | 
            +
                    end
         | 
| 3444 | 
            +
                  end
         | 
| 3445 | 
            +
                  
         | 
| 3446 | 
            +
                  class PlacementGroupsListResponse
         | 
| 3447 | 
            +
                    # @private
         | 
| 3448 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3449 | 
            +
                      property :kind, as: 'kind'
         | 
| 3450 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 3451 | 
            +
                      collection :placement_groups, as: 'placementGroups', class: Google::Apis::DfareportingV3_3::PlacementGroup, decorator: Google::Apis::DfareportingV3_3::PlacementGroup::Representation
         | 
| 3452 | 
            +
                  
         | 
| 3453 | 
            +
                    end
         | 
| 3454 | 
            +
                  end
         | 
| 3455 | 
            +
                  
         | 
| 3456 | 
            +
                  class PlacementStrategiesListResponse
         | 
| 3457 | 
            +
                    # @private
         | 
| 3458 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3459 | 
            +
                      property :kind, as: 'kind'
         | 
| 3460 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 3461 | 
            +
                      collection :placement_strategies, as: 'placementStrategies', class: Google::Apis::DfareportingV3_3::PlacementStrategy, decorator: Google::Apis::DfareportingV3_3::PlacementStrategy::Representation
         | 
| 3462 | 
            +
                  
         | 
| 3463 | 
            +
                    end
         | 
| 3464 | 
            +
                  end
         | 
| 3465 | 
            +
                  
         | 
| 3466 | 
            +
                  class PlacementStrategy
         | 
| 3467 | 
            +
                    # @private
         | 
| 3468 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3469 | 
            +
                      property :account_id, :numeric_string => true, as: 'accountId'
         | 
| 3470 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 3471 | 
            +
                      property :kind, as: 'kind'
         | 
| 3472 | 
            +
                      property :name, as: 'name'
         | 
| 3473 | 
            +
                    end
         | 
| 3474 | 
            +
                  end
         | 
| 3475 | 
            +
                  
         | 
| 3476 | 
            +
                  class PlacementTag
         | 
| 3477 | 
            +
                    # @private
         | 
| 3478 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3479 | 
            +
                      property :placement_id, :numeric_string => true, as: 'placementId'
         | 
| 3480 | 
            +
                      collection :tag_datas, as: 'tagDatas', class: Google::Apis::DfareportingV3_3::TagData, decorator: Google::Apis::DfareportingV3_3::TagData::Representation
         | 
| 3481 | 
            +
                  
         | 
| 3482 | 
            +
                    end
         | 
| 3483 | 
            +
                  end
         | 
| 3484 | 
            +
                  
         | 
| 3485 | 
            +
                  class PlacementsGenerateTagsResponse
         | 
| 3486 | 
            +
                    # @private
         | 
| 3487 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3488 | 
            +
                      property :kind, as: 'kind'
         | 
| 3489 | 
            +
                      collection :placement_tags, as: 'placementTags', class: Google::Apis::DfareportingV3_3::PlacementTag, decorator: Google::Apis::DfareportingV3_3::PlacementTag::Representation
         | 
| 3490 | 
            +
                  
         | 
| 3491 | 
            +
                    end
         | 
| 3492 | 
            +
                  end
         | 
| 3493 | 
            +
                  
         | 
| 3494 | 
            +
                  class PlacementsListResponse
         | 
| 3495 | 
            +
                    # @private
         | 
| 3496 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3497 | 
            +
                      property :kind, as: 'kind'
         | 
| 3498 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 3499 | 
            +
                      collection :placements, as: 'placements', class: Google::Apis::DfareportingV3_3::Placement, decorator: Google::Apis::DfareportingV3_3::Placement::Representation
         | 
| 3500 | 
            +
                  
         | 
| 3501 | 
            +
                    end
         | 
| 3502 | 
            +
                  end
         | 
| 3503 | 
            +
                  
         | 
| 3504 | 
            +
                  class PlatformType
         | 
| 3505 | 
            +
                    # @private
         | 
| 3506 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3507 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 3508 | 
            +
                      property :kind, as: 'kind'
         | 
| 3509 | 
            +
                      property :name, as: 'name'
         | 
| 3510 | 
            +
                    end
         | 
| 3511 | 
            +
                  end
         | 
| 3512 | 
            +
                  
         | 
| 3513 | 
            +
                  class PlatformTypesListResponse
         | 
| 3514 | 
            +
                    # @private
         | 
| 3515 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3516 | 
            +
                      property :kind, as: 'kind'
         | 
| 3517 | 
            +
                      collection :platform_types, as: 'platformTypes', class: Google::Apis::DfareportingV3_3::PlatformType, decorator: Google::Apis::DfareportingV3_3::PlatformType::Representation
         | 
| 3518 | 
            +
                  
         | 
| 3519 | 
            +
                    end
         | 
| 3520 | 
            +
                  end
         | 
| 3521 | 
            +
                  
         | 
| 3522 | 
            +
                  class PopupWindowProperties
         | 
| 3523 | 
            +
                    # @private
         | 
| 3524 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3525 | 
            +
                      property :dimension, as: 'dimension', class: Google::Apis::DfareportingV3_3::Size, decorator: Google::Apis::DfareportingV3_3::Size::Representation
         | 
| 3526 | 
            +
                  
         | 
| 3527 | 
            +
                      property :offset, as: 'offset', class: Google::Apis::DfareportingV3_3::OffsetPosition, decorator: Google::Apis::DfareportingV3_3::OffsetPosition::Representation
         | 
| 3528 | 
            +
                  
         | 
| 3529 | 
            +
                      property :position_type, as: 'positionType'
         | 
| 3530 | 
            +
                      property :show_address_bar, as: 'showAddressBar'
         | 
| 3531 | 
            +
                      property :show_menu_bar, as: 'showMenuBar'
         | 
| 3532 | 
            +
                      property :show_scroll_bar, as: 'showScrollBar'
         | 
| 3533 | 
            +
                      property :show_status_bar, as: 'showStatusBar'
         | 
| 3534 | 
            +
                      property :show_tool_bar, as: 'showToolBar'
         | 
| 3535 | 
            +
                      property :title, as: 'title'
         | 
| 3536 | 
            +
                    end
         | 
| 3537 | 
            +
                  end
         | 
| 3538 | 
            +
                  
         | 
| 3539 | 
            +
                  class PostalCode
         | 
| 3540 | 
            +
                    # @private
         | 
| 3541 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3542 | 
            +
                      property :code, as: 'code'
         | 
| 3543 | 
            +
                      property :country_code, as: 'countryCode'
         | 
| 3544 | 
            +
                      property :country_dart_id, :numeric_string => true, as: 'countryDartId'
         | 
| 3545 | 
            +
                      property :id, as: 'id'
         | 
| 3546 | 
            +
                      property :kind, as: 'kind'
         | 
| 3547 | 
            +
                    end
         | 
| 3548 | 
            +
                  end
         | 
| 3549 | 
            +
                  
         | 
| 3550 | 
            +
                  class PostalCodesListResponse
         | 
| 3551 | 
            +
                    # @private
         | 
| 3552 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3553 | 
            +
                      property :kind, as: 'kind'
         | 
| 3554 | 
            +
                      collection :postal_codes, as: 'postalCodes', class: Google::Apis::DfareportingV3_3::PostalCode, decorator: Google::Apis::DfareportingV3_3::PostalCode::Representation
         | 
| 3555 | 
            +
                  
         | 
| 3556 | 
            +
                    end
         | 
| 3557 | 
            +
                  end
         | 
| 3558 | 
            +
                  
         | 
| 3559 | 
            +
                  class Pricing
         | 
| 3560 | 
            +
                    # @private
         | 
| 3561 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3562 | 
            +
                      property :cap_cost_type, as: 'capCostType'
         | 
| 3563 | 
            +
                      property :end_date, as: 'endDate', type: Date
         | 
| 3564 | 
            +
                  
         | 
| 3565 | 
            +
                      collection :flights, as: 'flights', class: Google::Apis::DfareportingV3_3::Flight, decorator: Google::Apis::DfareportingV3_3::Flight::Representation
         | 
| 3566 | 
            +
                  
         | 
| 3567 | 
            +
                      property :group_type, as: 'groupType'
         | 
| 3568 | 
            +
                      property :pricing_type, as: 'pricingType'
         | 
| 3569 | 
            +
                      property :start_date, as: 'startDate', type: Date
         | 
| 3570 | 
            +
                  
         | 
| 3571 | 
            +
                    end
         | 
| 3572 | 
            +
                  end
         | 
| 3573 | 
            +
                  
         | 
| 3574 | 
            +
                  class PricingSchedule
         | 
| 3575 | 
            +
                    # @private
         | 
| 3576 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3577 | 
            +
                      property :cap_cost_option, as: 'capCostOption'
         | 
| 3578 | 
            +
                      property :disregard_overdelivery, as: 'disregardOverdelivery'
         | 
| 3579 | 
            +
                      property :end_date, as: 'endDate', type: Date
         | 
| 3580 | 
            +
                  
         | 
| 3581 | 
            +
                      property :flighted, as: 'flighted'
         | 
| 3582 | 
            +
                      property :floodlight_activity_id, :numeric_string => true, as: 'floodlightActivityId'
         | 
| 3583 | 
            +
                      collection :pricing_periods, as: 'pricingPeriods', class: Google::Apis::DfareportingV3_3::PricingSchedulePricingPeriod, decorator: Google::Apis::DfareportingV3_3::PricingSchedulePricingPeriod::Representation
         | 
| 3584 | 
            +
                  
         | 
| 3585 | 
            +
                      property :pricing_type, as: 'pricingType'
         | 
| 3586 | 
            +
                      property :start_date, as: 'startDate', type: Date
         | 
| 3587 | 
            +
                  
         | 
| 3588 | 
            +
                      property :testing_start_date, as: 'testingStartDate', type: Date
         | 
| 3589 | 
            +
                  
         | 
| 3590 | 
            +
                    end
         | 
| 3591 | 
            +
                  end
         | 
| 3592 | 
            +
                  
         | 
| 3593 | 
            +
                  class PricingSchedulePricingPeriod
         | 
| 3594 | 
            +
                    # @private
         | 
| 3595 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3596 | 
            +
                      property :end_date, as: 'endDate', type: Date
         | 
| 3597 | 
            +
                  
         | 
| 3598 | 
            +
                      property :pricing_comment, as: 'pricingComment'
         | 
| 3599 | 
            +
                      property :rate_or_cost_nanos, :numeric_string => true, as: 'rateOrCostNanos'
         | 
| 3600 | 
            +
                      property :start_date, as: 'startDate', type: Date
         | 
| 3601 | 
            +
                  
         | 
| 3602 | 
            +
                      property :units, :numeric_string => true, as: 'units'
         | 
| 3603 | 
            +
                    end
         | 
| 3604 | 
            +
                  end
         | 
| 3605 | 
            +
                  
         | 
| 3606 | 
            +
                  class Project
         | 
| 3607 | 
            +
                    # @private
         | 
| 3608 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3609 | 
            +
                      property :account_id, :numeric_string => true, as: 'accountId'
         | 
| 3610 | 
            +
                      property :advertiser_id, :numeric_string => true, as: 'advertiserId'
         | 
| 3611 | 
            +
                      property :audience_age_group, as: 'audienceAgeGroup'
         | 
| 3612 | 
            +
                      property :audience_gender, as: 'audienceGender'
         | 
| 3613 | 
            +
                      property :budget, :numeric_string => true, as: 'budget'
         | 
| 3614 | 
            +
                      property :client_billing_code, as: 'clientBillingCode'
         | 
| 3615 | 
            +
                      property :client_name, as: 'clientName'
         | 
| 3616 | 
            +
                      property :end_date, as: 'endDate', type: Date
         | 
| 3617 | 
            +
                  
         | 
| 3618 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 3619 | 
            +
                      property :kind, as: 'kind'
         | 
| 3620 | 
            +
                      property :last_modified_info, as: 'lastModifiedInfo', class: Google::Apis::DfareportingV3_3::LastModifiedInfo, decorator: Google::Apis::DfareportingV3_3::LastModifiedInfo::Representation
         | 
| 3621 | 
            +
                  
         | 
| 3622 | 
            +
                      property :name, as: 'name'
         | 
| 3623 | 
            +
                      property :overview, as: 'overview'
         | 
| 3624 | 
            +
                      property :start_date, as: 'startDate', type: Date
         | 
| 3625 | 
            +
                  
         | 
| 3626 | 
            +
                      property :subaccount_id, :numeric_string => true, as: 'subaccountId'
         | 
| 3627 | 
            +
                      property :target_clicks, :numeric_string => true, as: 'targetClicks'
         | 
| 3628 | 
            +
                      property :target_conversions, :numeric_string => true, as: 'targetConversions'
         | 
| 3629 | 
            +
                      property :target_cpa_nanos, :numeric_string => true, as: 'targetCpaNanos'
         | 
| 3630 | 
            +
                      property :target_cpc_nanos, :numeric_string => true, as: 'targetCpcNanos'
         | 
| 3631 | 
            +
                      property :target_cpm_active_view_nanos, :numeric_string => true, as: 'targetCpmActiveViewNanos'
         | 
| 3632 | 
            +
                      property :target_cpm_nanos, :numeric_string => true, as: 'targetCpmNanos'
         | 
| 3633 | 
            +
                      property :target_impressions, :numeric_string => true, as: 'targetImpressions'
         | 
| 3634 | 
            +
                    end
         | 
| 3635 | 
            +
                  end
         | 
| 3636 | 
            +
                  
         | 
| 3637 | 
            +
                  class ProjectsListResponse
         | 
| 3638 | 
            +
                    # @private
         | 
| 3639 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3640 | 
            +
                      property :kind, as: 'kind'
         | 
| 3641 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 3642 | 
            +
                      collection :projects, as: 'projects', class: Google::Apis::DfareportingV3_3::Project, decorator: Google::Apis::DfareportingV3_3::Project::Representation
         | 
| 3643 | 
            +
                  
         | 
| 3644 | 
            +
                    end
         | 
| 3645 | 
            +
                  end
         | 
| 3646 | 
            +
                  
         | 
| 3647 | 
            +
                  class ReachReportCompatibleFields
         | 
| 3648 | 
            +
                    # @private
         | 
| 3649 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3650 | 
            +
                      collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::DfareportingV3_3::Dimension, decorator: Google::Apis::DfareportingV3_3::Dimension::Representation
         | 
| 3651 | 
            +
                  
         | 
| 3652 | 
            +
                      collection :dimensions, as: 'dimensions', class: Google::Apis::DfareportingV3_3::Dimension, decorator: Google::Apis::DfareportingV3_3::Dimension::Representation
         | 
| 3653 | 
            +
                  
         | 
| 3654 | 
            +
                      property :kind, as: 'kind'
         | 
| 3655 | 
            +
                      collection :metrics, as: 'metrics', class: Google::Apis::DfareportingV3_3::Metric, decorator: Google::Apis::DfareportingV3_3::Metric::Representation
         | 
| 3656 | 
            +
                  
         | 
| 3657 | 
            +
                      collection :pivoted_activity_metrics, as: 'pivotedActivityMetrics', class: Google::Apis::DfareportingV3_3::Metric, decorator: Google::Apis::DfareportingV3_3::Metric::Representation
         | 
| 3658 | 
            +
                  
         | 
| 3659 | 
            +
                      collection :reach_by_frequency_metrics, as: 'reachByFrequencyMetrics', class: Google::Apis::DfareportingV3_3::Metric, decorator: Google::Apis::DfareportingV3_3::Metric::Representation
         | 
| 3660 | 
            +
                  
         | 
| 3661 | 
            +
                    end
         | 
| 3662 | 
            +
                  end
         | 
| 3663 | 
            +
                  
         | 
| 3664 | 
            +
                  class Recipient
         | 
| 3665 | 
            +
                    # @private
         | 
| 3666 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3667 | 
            +
                      property :delivery_type, as: 'deliveryType'
         | 
| 3668 | 
            +
                      property :email, as: 'email'
         | 
| 3669 | 
            +
                      property :kind, as: 'kind'
         | 
| 3670 | 
            +
                    end
         | 
| 3671 | 
            +
                  end
         | 
| 3672 | 
            +
                  
         | 
| 3673 | 
            +
                  class Region
         | 
| 3674 | 
            +
                    # @private
         | 
| 3675 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3676 | 
            +
                      property :country_code, as: 'countryCode'
         | 
| 3677 | 
            +
                      property :country_dart_id, :numeric_string => true, as: 'countryDartId'
         | 
| 3678 | 
            +
                      property :dart_id, :numeric_string => true, as: 'dartId'
         | 
| 3679 | 
            +
                      property :kind, as: 'kind'
         | 
| 3680 | 
            +
                      property :name, as: 'name'
         | 
| 3681 | 
            +
                      property :region_code, as: 'regionCode'
         | 
| 3682 | 
            +
                    end
         | 
| 3683 | 
            +
                  end
         | 
| 3684 | 
            +
                  
         | 
| 3685 | 
            +
                  class RegionsListResponse
         | 
| 3686 | 
            +
                    # @private
         | 
| 3687 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3688 | 
            +
                      property :kind, as: 'kind'
         | 
| 3689 | 
            +
                      collection :regions, as: 'regions', class: Google::Apis::DfareportingV3_3::Region, decorator: Google::Apis::DfareportingV3_3::Region::Representation
         | 
| 3690 | 
            +
                  
         | 
| 3691 | 
            +
                    end
         | 
| 3692 | 
            +
                  end
         | 
| 3693 | 
            +
                  
         | 
| 3694 | 
            +
                  class RemarketingList
         | 
| 3695 | 
            +
                    # @private
         | 
| 3696 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3697 | 
            +
                      property :account_id, :numeric_string => true, as: 'accountId'
         | 
| 3698 | 
            +
                      property :active, as: 'active'
         | 
| 3699 | 
            +
                      property :advertiser_id, :numeric_string => true, as: 'advertiserId'
         | 
| 3700 | 
            +
                      property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 3701 | 
            +
                  
         | 
| 3702 | 
            +
                      property :description, as: 'description'
         | 
| 3703 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 3704 | 
            +
                      property :kind, as: 'kind'
         | 
| 3705 | 
            +
                      property :life_span, :numeric_string => true, as: 'lifeSpan'
         | 
| 3706 | 
            +
                      property :list_population_rule, as: 'listPopulationRule', class: Google::Apis::DfareportingV3_3::ListPopulationRule, decorator: Google::Apis::DfareportingV3_3::ListPopulationRule::Representation
         | 
| 3707 | 
            +
                  
         | 
| 3708 | 
            +
                      property :list_size, :numeric_string => true, as: 'listSize'
         | 
| 3709 | 
            +
                      property :list_source, as: 'listSource'
         | 
| 3710 | 
            +
                      property :name, as: 'name'
         | 
| 3711 | 
            +
                      property :subaccount_id, :numeric_string => true, as: 'subaccountId'
         | 
| 3712 | 
            +
                    end
         | 
| 3713 | 
            +
                  end
         | 
| 3714 | 
            +
                  
         | 
| 3715 | 
            +
                  class RemarketingListShare
         | 
| 3716 | 
            +
                    # @private
         | 
| 3717 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3718 | 
            +
                      property :kind, as: 'kind'
         | 
| 3719 | 
            +
                      property :remarketing_list_id, :numeric_string => true, as: 'remarketingListId'
         | 
| 3720 | 
            +
                      collection :shared_account_ids, as: 'sharedAccountIds'
         | 
| 3721 | 
            +
                      collection :shared_advertiser_ids, as: 'sharedAdvertiserIds'
         | 
| 3722 | 
            +
                    end
         | 
| 3723 | 
            +
                  end
         | 
| 3724 | 
            +
                  
         | 
| 3725 | 
            +
                  class RemarketingListsListResponse
         | 
| 3726 | 
            +
                    # @private
         | 
| 3727 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3728 | 
            +
                      property :kind, as: 'kind'
         | 
| 3729 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 3730 | 
            +
                      collection :remarketing_lists, as: 'remarketingLists', class: Google::Apis::DfareportingV3_3::RemarketingList, decorator: Google::Apis::DfareportingV3_3::RemarketingList::Representation
         | 
| 3731 | 
            +
                  
         | 
| 3732 | 
            +
                    end
         | 
| 3733 | 
            +
                  end
         | 
| 3734 | 
            +
                  
         | 
| 3735 | 
            +
                  class Report
         | 
| 3736 | 
            +
                    # @private
         | 
| 3737 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3738 | 
            +
                      property :account_id, :numeric_string => true, as: 'accountId'
         | 
| 3739 | 
            +
                      property :criteria, as: 'criteria', class: Google::Apis::DfareportingV3_3::Report::Criteria, decorator: Google::Apis::DfareportingV3_3::Report::Criteria::Representation
         | 
| 3740 | 
            +
                  
         | 
| 3741 | 
            +
                      property :cross_dimension_reach_criteria, as: 'crossDimensionReachCriteria', class: Google::Apis::DfareportingV3_3::Report::CrossDimensionReachCriteria, decorator: Google::Apis::DfareportingV3_3::Report::CrossDimensionReachCriteria::Representation
         | 
| 3742 | 
            +
                  
         | 
| 3743 | 
            +
                      property :delivery, as: 'delivery', class: Google::Apis::DfareportingV3_3::Report::Delivery, decorator: Google::Apis::DfareportingV3_3::Report::Delivery::Representation
         | 
| 3744 | 
            +
                  
         | 
| 3745 | 
            +
                      property :etag, as: 'etag'
         | 
| 3746 | 
            +
                      property :file_name, as: 'fileName'
         | 
| 3747 | 
            +
                      property :floodlight_criteria, as: 'floodlightCriteria', class: Google::Apis::DfareportingV3_3::Report::FloodlightCriteria, decorator: Google::Apis::DfareportingV3_3::Report::FloodlightCriteria::Representation
         | 
| 3748 | 
            +
                  
         | 
| 3749 | 
            +
                      property :format, as: 'format'
         | 
| 3750 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 3751 | 
            +
                      property :kind, as: 'kind'
         | 
| 3752 | 
            +
                      property :last_modified_time, :numeric_string => true, as: 'lastModifiedTime'
         | 
| 3753 | 
            +
                      property :name, as: 'name'
         | 
| 3754 | 
            +
                      property :owner_profile_id, :numeric_string => true, as: 'ownerProfileId'
         | 
| 3755 | 
            +
                      property :path_to_conversion_criteria, as: 'pathToConversionCriteria', class: Google::Apis::DfareportingV3_3::Report::PathToConversionCriteria, decorator: Google::Apis::DfareportingV3_3::Report::PathToConversionCriteria::Representation
         | 
| 3756 | 
            +
                  
         | 
| 3757 | 
            +
                      property :reach_criteria, as: 'reachCriteria', class: Google::Apis::DfareportingV3_3::Report::ReachCriteria, decorator: Google::Apis::DfareportingV3_3::Report::ReachCriteria::Representation
         | 
| 3758 | 
            +
                  
         | 
| 3759 | 
            +
                      property :schedule, as: 'schedule', class: Google::Apis::DfareportingV3_3::Report::Schedule, decorator: Google::Apis::DfareportingV3_3::Report::Schedule::Representation
         | 
| 3760 | 
            +
                  
         | 
| 3761 | 
            +
                      property :sub_account_id, :numeric_string => true, as: 'subAccountId'
         | 
| 3762 | 
            +
                      property :type, as: 'type'
         | 
| 3763 | 
            +
                    end
         | 
| 3764 | 
            +
                    
         | 
| 3765 | 
            +
                    class Criteria
         | 
| 3766 | 
            +
                      # @private
         | 
| 3767 | 
            +
                      class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3768 | 
            +
                        property :activities, as: 'activities', class: Google::Apis::DfareportingV3_3::Activities, decorator: Google::Apis::DfareportingV3_3::Activities::Representation
         | 
| 3769 | 
            +
                    
         | 
| 3770 | 
            +
                        property :custom_rich_media_events, as: 'customRichMediaEvents', class: Google::Apis::DfareportingV3_3::CustomRichMediaEvents, decorator: Google::Apis::DfareportingV3_3::CustomRichMediaEvents::Representation
         | 
| 3771 | 
            +
                    
         | 
| 3772 | 
            +
                        property :date_range, as: 'dateRange', class: Google::Apis::DfareportingV3_3::DateRange, decorator: Google::Apis::DfareportingV3_3::DateRange::Representation
         | 
| 3773 | 
            +
                    
         | 
| 3774 | 
            +
                        collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 3775 | 
            +
                    
         | 
| 3776 | 
            +
                        collection :dimensions, as: 'dimensions', class: Google::Apis::DfareportingV3_3::SortedDimension, decorator: Google::Apis::DfareportingV3_3::SortedDimension::Representation
         | 
| 3777 | 
            +
                    
         | 
| 3778 | 
            +
                        collection :metric_names, as: 'metricNames'
         | 
| 3779 | 
            +
                      end
         | 
| 3780 | 
            +
                    end
         | 
| 3781 | 
            +
                    
         | 
| 3782 | 
            +
                    class CrossDimensionReachCriteria
         | 
| 3783 | 
            +
                      # @private
         | 
| 3784 | 
            +
                      class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3785 | 
            +
                        collection :breakdown, as: 'breakdown', class: Google::Apis::DfareportingV3_3::SortedDimension, decorator: Google::Apis::DfareportingV3_3::SortedDimension::Representation
         | 
| 3786 | 
            +
                    
         | 
| 3787 | 
            +
                        property :date_range, as: 'dateRange', class: Google::Apis::DfareportingV3_3::DateRange, decorator: Google::Apis::DfareportingV3_3::DateRange::Representation
         | 
| 3788 | 
            +
                    
         | 
| 3789 | 
            +
                        property :dimension, as: 'dimension'
         | 
| 3790 | 
            +
                        collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 3791 | 
            +
                    
         | 
| 3792 | 
            +
                        collection :metric_names, as: 'metricNames'
         | 
| 3793 | 
            +
                        collection :overlap_metric_names, as: 'overlapMetricNames'
         | 
| 3794 | 
            +
                        property :pivoted, as: 'pivoted'
         | 
| 3795 | 
            +
                      end
         | 
| 3796 | 
            +
                    end
         | 
| 3797 | 
            +
                    
         | 
| 3798 | 
            +
                    class Delivery
         | 
| 3799 | 
            +
                      # @private
         | 
| 3800 | 
            +
                      class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3801 | 
            +
                        property :email_owner, as: 'emailOwner'
         | 
| 3802 | 
            +
                        property :email_owner_delivery_type, as: 'emailOwnerDeliveryType'
         | 
| 3803 | 
            +
                        property :message, as: 'message'
         | 
| 3804 | 
            +
                        collection :recipients, as: 'recipients', class: Google::Apis::DfareportingV3_3::Recipient, decorator: Google::Apis::DfareportingV3_3::Recipient::Representation
         | 
| 3805 | 
            +
                    
         | 
| 3806 | 
            +
                      end
         | 
| 3807 | 
            +
                    end
         | 
| 3808 | 
            +
                    
         | 
| 3809 | 
            +
                    class FloodlightCriteria
         | 
| 3810 | 
            +
                      # @private
         | 
| 3811 | 
            +
                      class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3812 | 
            +
                        collection :custom_rich_media_events, as: 'customRichMediaEvents', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 3813 | 
            +
                    
         | 
| 3814 | 
            +
                        property :date_range, as: 'dateRange', class: Google::Apis::DfareportingV3_3::DateRange, decorator: Google::Apis::DfareportingV3_3::DateRange::Representation
         | 
| 3815 | 
            +
                    
         | 
| 3816 | 
            +
                        collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 3817 | 
            +
                    
         | 
| 3818 | 
            +
                        collection :dimensions, as: 'dimensions', class: Google::Apis::DfareportingV3_3::SortedDimension, decorator: Google::Apis::DfareportingV3_3::SortedDimension::Representation
         | 
| 3819 | 
            +
                    
         | 
| 3820 | 
            +
                        property :floodlight_config_id, as: 'floodlightConfigId', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 3821 | 
            +
                    
         | 
| 3822 | 
            +
                        collection :metric_names, as: 'metricNames'
         | 
| 3823 | 
            +
                        property :report_properties, as: 'reportProperties', class: Google::Apis::DfareportingV3_3::Report::FloodlightCriteria::ReportProperties, decorator: Google::Apis::DfareportingV3_3::Report::FloodlightCriteria::ReportProperties::Representation
         | 
| 3824 | 
            +
                    
         | 
| 3825 | 
            +
                      end
         | 
| 3826 | 
            +
                      
         | 
| 3827 | 
            +
                      class ReportProperties
         | 
| 3828 | 
            +
                        # @private
         | 
| 3829 | 
            +
                        class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3830 | 
            +
                          property :include_attributed_ip_conversions, as: 'includeAttributedIPConversions'
         | 
| 3831 | 
            +
                          property :include_unattributed_cookie_conversions, as: 'includeUnattributedCookieConversions'
         | 
| 3832 | 
            +
                          property :include_unattributed_ip_conversions, as: 'includeUnattributedIPConversions'
         | 
| 3833 | 
            +
                        end
         | 
| 3834 | 
            +
                      end
         | 
| 3835 | 
            +
                    end
         | 
| 3836 | 
            +
                    
         | 
| 3837 | 
            +
                    class PathToConversionCriteria
         | 
| 3838 | 
            +
                      # @private
         | 
| 3839 | 
            +
                      class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3840 | 
            +
                        collection :activity_filters, as: 'activityFilters', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 3841 | 
            +
                    
         | 
| 3842 | 
            +
                        collection :conversion_dimensions, as: 'conversionDimensions', class: Google::Apis::DfareportingV3_3::SortedDimension, decorator: Google::Apis::DfareportingV3_3::SortedDimension::Representation
         | 
| 3843 | 
            +
                    
         | 
| 3844 | 
            +
                        collection :custom_floodlight_variables, as: 'customFloodlightVariables', class: Google::Apis::DfareportingV3_3::SortedDimension, decorator: Google::Apis::DfareportingV3_3::SortedDimension::Representation
         | 
| 3845 | 
            +
                    
         | 
| 3846 | 
            +
                        collection :custom_rich_media_events, as: 'customRichMediaEvents', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 3847 | 
            +
                    
         | 
| 3848 | 
            +
                        property :date_range, as: 'dateRange', class: Google::Apis::DfareportingV3_3::DateRange, decorator: Google::Apis::DfareportingV3_3::DateRange::Representation
         | 
| 3849 | 
            +
                    
         | 
| 3850 | 
            +
                        property :floodlight_config_id, as: 'floodlightConfigId', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 3851 | 
            +
                    
         | 
| 3852 | 
            +
                        collection :metric_names, as: 'metricNames'
         | 
| 3853 | 
            +
                        collection :per_interaction_dimensions, as: 'perInteractionDimensions', class: Google::Apis::DfareportingV3_3::SortedDimension, decorator: Google::Apis::DfareportingV3_3::SortedDimension::Representation
         | 
| 3854 | 
            +
                    
         | 
| 3855 | 
            +
                        property :report_properties, as: 'reportProperties', class: Google::Apis::DfareportingV3_3::Report::PathToConversionCriteria::ReportProperties, decorator: Google::Apis::DfareportingV3_3::Report::PathToConversionCriteria::ReportProperties::Representation
         | 
| 3856 | 
            +
                    
         | 
| 3857 | 
            +
                      end
         | 
| 3858 | 
            +
                      
         | 
| 3859 | 
            +
                      class ReportProperties
         | 
| 3860 | 
            +
                        # @private
         | 
| 3861 | 
            +
                        class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3862 | 
            +
                          property :clicks_lookback_window, as: 'clicksLookbackWindow'
         | 
| 3863 | 
            +
                          property :impressions_lookback_window, as: 'impressionsLookbackWindow'
         | 
| 3864 | 
            +
                          property :include_attributed_ip_conversions, as: 'includeAttributedIPConversions'
         | 
| 3865 | 
            +
                          property :include_unattributed_cookie_conversions, as: 'includeUnattributedCookieConversions'
         | 
| 3866 | 
            +
                          property :include_unattributed_ip_conversions, as: 'includeUnattributedIPConversions'
         | 
| 3867 | 
            +
                          property :maximum_click_interactions, as: 'maximumClickInteractions'
         | 
| 3868 | 
            +
                          property :maximum_impression_interactions, as: 'maximumImpressionInteractions'
         | 
| 3869 | 
            +
                          property :maximum_interaction_gap, as: 'maximumInteractionGap'
         | 
| 3870 | 
            +
                          property :pivot_on_interaction_path, as: 'pivotOnInteractionPath'
         | 
| 3871 | 
            +
                        end
         | 
| 3872 | 
            +
                      end
         | 
| 3873 | 
            +
                    end
         | 
| 3874 | 
            +
                    
         | 
| 3875 | 
            +
                    class ReachCriteria
         | 
| 3876 | 
            +
                      # @private
         | 
| 3877 | 
            +
                      class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3878 | 
            +
                        property :activities, as: 'activities', class: Google::Apis::DfareportingV3_3::Activities, decorator: Google::Apis::DfareportingV3_3::Activities::Representation
         | 
| 3879 | 
            +
                    
         | 
| 3880 | 
            +
                        property :custom_rich_media_events, as: 'customRichMediaEvents', class: Google::Apis::DfareportingV3_3::CustomRichMediaEvents, decorator: Google::Apis::DfareportingV3_3::CustomRichMediaEvents::Representation
         | 
| 3881 | 
            +
                    
         | 
| 3882 | 
            +
                        property :date_range, as: 'dateRange', class: Google::Apis::DfareportingV3_3::DateRange, decorator: Google::Apis::DfareportingV3_3::DateRange::Representation
         | 
| 3883 | 
            +
                    
         | 
| 3884 | 
            +
                        collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 3885 | 
            +
                    
         | 
| 3886 | 
            +
                        collection :dimensions, as: 'dimensions', class: Google::Apis::DfareportingV3_3::SortedDimension, decorator: Google::Apis::DfareportingV3_3::SortedDimension::Representation
         | 
| 3887 | 
            +
                    
         | 
| 3888 | 
            +
                        property :enable_all_dimension_combinations, as: 'enableAllDimensionCombinations'
         | 
| 3889 | 
            +
                        collection :metric_names, as: 'metricNames'
         | 
| 3890 | 
            +
                        collection :reach_by_frequency_metric_names, as: 'reachByFrequencyMetricNames'
         | 
| 3891 | 
            +
                      end
         | 
| 3892 | 
            +
                    end
         | 
| 3893 | 
            +
                    
         | 
| 3894 | 
            +
                    class Schedule
         | 
| 3895 | 
            +
                      # @private
         | 
| 3896 | 
            +
                      class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3897 | 
            +
                        property :active, as: 'active'
         | 
| 3898 | 
            +
                        property :every, as: 'every'
         | 
| 3899 | 
            +
                        property :expiration_date, as: 'expirationDate', type: Date
         | 
| 3900 | 
            +
                    
         | 
| 3901 | 
            +
                        property :repeats, as: 'repeats'
         | 
| 3902 | 
            +
                        collection :repeats_on_week_days, as: 'repeatsOnWeekDays'
         | 
| 3903 | 
            +
                        property :runs_on_day_of_month, as: 'runsOnDayOfMonth'
         | 
| 3904 | 
            +
                        property :start_date, as: 'startDate', type: Date
         | 
| 3905 | 
            +
                    
         | 
| 3906 | 
            +
                      end
         | 
| 3907 | 
            +
                    end
         | 
| 3908 | 
            +
                  end
         | 
| 3909 | 
            +
                  
         | 
| 3910 | 
            +
                  class ReportCompatibleFields
         | 
| 3911 | 
            +
                    # @private
         | 
| 3912 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3913 | 
            +
                      collection :dimension_filters, as: 'dimensionFilters', class: Google::Apis::DfareportingV3_3::Dimension, decorator: Google::Apis::DfareportingV3_3::Dimension::Representation
         | 
| 3914 | 
            +
                  
         | 
| 3915 | 
            +
                      collection :dimensions, as: 'dimensions', class: Google::Apis::DfareportingV3_3::Dimension, decorator: Google::Apis::DfareportingV3_3::Dimension::Representation
         | 
| 3916 | 
            +
                  
         | 
| 3917 | 
            +
                      property :kind, as: 'kind'
         | 
| 3918 | 
            +
                      collection :metrics, as: 'metrics', class: Google::Apis::DfareportingV3_3::Metric, decorator: Google::Apis::DfareportingV3_3::Metric::Representation
         | 
| 3919 | 
            +
                  
         | 
| 3920 | 
            +
                      collection :pivoted_activity_metrics, as: 'pivotedActivityMetrics', class: Google::Apis::DfareportingV3_3::Metric, decorator: Google::Apis::DfareportingV3_3::Metric::Representation
         | 
| 3921 | 
            +
                  
         | 
| 3922 | 
            +
                    end
         | 
| 3923 | 
            +
                  end
         | 
| 3924 | 
            +
                  
         | 
| 3925 | 
            +
                  class ReportList
         | 
| 3926 | 
            +
                    # @private
         | 
| 3927 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3928 | 
            +
                      property :etag, as: 'etag'
         | 
| 3929 | 
            +
                      collection :items, as: 'items', class: Google::Apis::DfareportingV3_3::Report, decorator: Google::Apis::DfareportingV3_3::Report::Representation
         | 
| 3930 | 
            +
                  
         | 
| 3931 | 
            +
                      property :kind, as: 'kind'
         | 
| 3932 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 3933 | 
            +
                    end
         | 
| 3934 | 
            +
                  end
         | 
| 3935 | 
            +
                  
         | 
| 3936 | 
            +
                  class ReportsConfiguration
         | 
| 3937 | 
            +
                    # @private
         | 
| 3938 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3939 | 
            +
                      property :exposure_to_conversion_enabled, as: 'exposureToConversionEnabled'
         | 
| 3940 | 
            +
                      property :lookback_configuration, as: 'lookbackConfiguration', class: Google::Apis::DfareportingV3_3::LookbackConfiguration, decorator: Google::Apis::DfareportingV3_3::LookbackConfiguration::Representation
         | 
| 3941 | 
            +
                  
         | 
| 3942 | 
            +
                      property :report_generation_time_zone_id, :numeric_string => true, as: 'reportGenerationTimeZoneId'
         | 
| 3943 | 
            +
                    end
         | 
| 3944 | 
            +
                  end
         | 
| 3945 | 
            +
                  
         | 
| 3946 | 
            +
                  class RichMediaExitOverride
         | 
| 3947 | 
            +
                    # @private
         | 
| 3948 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3949 | 
            +
                      property :click_through_url, as: 'clickThroughUrl', class: Google::Apis::DfareportingV3_3::ClickThroughUrl, decorator: Google::Apis::DfareportingV3_3::ClickThroughUrl::Representation
         | 
| 3950 | 
            +
                  
         | 
| 3951 | 
            +
                      property :enabled, as: 'enabled'
         | 
| 3952 | 
            +
                      property :exit_id, :numeric_string => true, as: 'exitId'
         | 
| 3953 | 
            +
                    end
         | 
| 3954 | 
            +
                  end
         | 
| 3955 | 
            +
                  
         | 
| 3956 | 
            +
                  class Rule
         | 
| 3957 | 
            +
                    # @private
         | 
| 3958 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3959 | 
            +
                      property :asset_id, :numeric_string => true, as: 'assetId'
         | 
| 3960 | 
            +
                      property :name, as: 'name'
         | 
| 3961 | 
            +
                      property :targeting_template_id, :numeric_string => true, as: 'targetingTemplateId'
         | 
| 3962 | 
            +
                    end
         | 
| 3963 | 
            +
                  end
         | 
| 3964 | 
            +
                  
         | 
| 3965 | 
            +
                  class Site
         | 
| 3966 | 
            +
                    # @private
         | 
| 3967 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3968 | 
            +
                      property :account_id, :numeric_string => true, as: 'accountId'
         | 
| 3969 | 
            +
                      property :approved, as: 'approved'
         | 
| 3970 | 
            +
                      property :directory_site_id, :numeric_string => true, as: 'directorySiteId'
         | 
| 3971 | 
            +
                      property :directory_site_id_dimension_value, as: 'directorySiteIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 3972 | 
            +
                  
         | 
| 3973 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 3974 | 
            +
                      property :id_dimension_value, as: 'idDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 3975 | 
            +
                  
         | 
| 3976 | 
            +
                      property :key_name, as: 'keyName'
         | 
| 3977 | 
            +
                      property :kind, as: 'kind'
         | 
| 3978 | 
            +
                      property :name, as: 'name'
         | 
| 3979 | 
            +
                      collection :site_contacts, as: 'siteContacts', class: Google::Apis::DfareportingV3_3::SiteContact, decorator: Google::Apis::DfareportingV3_3::SiteContact::Representation
         | 
| 3980 | 
            +
                  
         | 
| 3981 | 
            +
                      property :site_settings, as: 'siteSettings', class: Google::Apis::DfareportingV3_3::SiteSettings, decorator: Google::Apis::DfareportingV3_3::SiteSettings::Representation
         | 
| 3982 | 
            +
                  
         | 
| 3983 | 
            +
                      property :subaccount_id, :numeric_string => true, as: 'subaccountId'
         | 
| 3984 | 
            +
                      property :video_settings, as: 'videoSettings', class: Google::Apis::DfareportingV3_3::SiteVideoSettings, decorator: Google::Apis::DfareportingV3_3::SiteVideoSettings::Representation
         | 
| 3985 | 
            +
                  
         | 
| 3986 | 
            +
                    end
         | 
| 3987 | 
            +
                  end
         | 
| 3988 | 
            +
                  
         | 
| 3989 | 
            +
                  class SiteCompanionSetting
         | 
| 3990 | 
            +
                    # @private
         | 
| 3991 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3992 | 
            +
                      property :companions_disabled, as: 'companionsDisabled'
         | 
| 3993 | 
            +
                      collection :enabled_sizes, as: 'enabledSizes', class: Google::Apis::DfareportingV3_3::Size, decorator: Google::Apis::DfareportingV3_3::Size::Representation
         | 
| 3994 | 
            +
                  
         | 
| 3995 | 
            +
                      property :image_only, as: 'imageOnly'
         | 
| 3996 | 
            +
                      property :kind, as: 'kind'
         | 
| 3997 | 
            +
                    end
         | 
| 3998 | 
            +
                  end
         | 
| 3999 | 
            +
                  
         | 
| 4000 | 
            +
                  class SiteContact
         | 
| 4001 | 
            +
                    # @private
         | 
| 4002 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4003 | 
            +
                      property :address, as: 'address'
         | 
| 4004 | 
            +
                      property :contact_type, as: 'contactType'
         | 
| 4005 | 
            +
                      property :email, as: 'email'
         | 
| 4006 | 
            +
                      property :first_name, as: 'firstName'
         | 
| 4007 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 4008 | 
            +
                      property :last_name, as: 'lastName'
         | 
| 4009 | 
            +
                      property :phone, as: 'phone'
         | 
| 4010 | 
            +
                      property :title, as: 'title'
         | 
| 4011 | 
            +
                    end
         | 
| 4012 | 
            +
                  end
         | 
| 4013 | 
            +
                  
         | 
| 4014 | 
            +
                  class SiteSettings
         | 
| 4015 | 
            +
                    # @private
         | 
| 4016 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4017 | 
            +
                      property :active_view_opt_out, as: 'activeViewOptOut'
         | 
| 4018 | 
            +
                      property :ad_blocking_opt_out, as: 'adBlockingOptOut'
         | 
| 4019 | 
            +
                      property :disable_new_cookie, as: 'disableNewCookie'
         | 
| 4020 | 
            +
                      property :tag_setting, as: 'tagSetting', class: Google::Apis::DfareportingV3_3::TagSetting, decorator: Google::Apis::DfareportingV3_3::TagSetting::Representation
         | 
| 4021 | 
            +
                  
         | 
| 4022 | 
            +
                      property :video_active_view_opt_out_template, as: 'videoActiveViewOptOutTemplate'
         | 
| 4023 | 
            +
                      property :vpaid_adapter_choice_template, as: 'vpaidAdapterChoiceTemplate'
         | 
| 4024 | 
            +
                    end
         | 
| 4025 | 
            +
                  end
         | 
| 4026 | 
            +
                  
         | 
| 4027 | 
            +
                  class SiteSkippableSetting
         | 
| 4028 | 
            +
                    # @private
         | 
| 4029 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4030 | 
            +
                      property :kind, as: 'kind'
         | 
| 4031 | 
            +
                      property :progress_offset, as: 'progressOffset', class: Google::Apis::DfareportingV3_3::VideoOffset, decorator: Google::Apis::DfareportingV3_3::VideoOffset::Representation
         | 
| 4032 | 
            +
                  
         | 
| 4033 | 
            +
                      property :skip_offset, as: 'skipOffset', class: Google::Apis::DfareportingV3_3::VideoOffset, decorator: Google::Apis::DfareportingV3_3::VideoOffset::Representation
         | 
| 4034 | 
            +
                  
         | 
| 4035 | 
            +
                      property :skippable, as: 'skippable'
         | 
| 4036 | 
            +
                    end
         | 
| 4037 | 
            +
                  end
         | 
| 4038 | 
            +
                  
         | 
| 4039 | 
            +
                  class SiteTranscodeSetting
         | 
| 4040 | 
            +
                    # @private
         | 
| 4041 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4042 | 
            +
                      collection :enabled_video_formats, as: 'enabledVideoFormats'
         | 
| 4043 | 
            +
                      property :kind, as: 'kind'
         | 
| 4044 | 
            +
                    end
         | 
| 4045 | 
            +
                  end
         | 
| 4046 | 
            +
                  
         | 
| 4047 | 
            +
                  class SiteVideoSettings
         | 
| 4048 | 
            +
                    # @private
         | 
| 4049 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4050 | 
            +
                      property :companion_settings, as: 'companionSettings', class: Google::Apis::DfareportingV3_3::SiteCompanionSetting, decorator: Google::Apis::DfareportingV3_3::SiteCompanionSetting::Representation
         | 
| 4051 | 
            +
                  
         | 
| 4052 | 
            +
                      property :kind, as: 'kind'
         | 
| 4053 | 
            +
                      property :orientation, as: 'orientation'
         | 
| 4054 | 
            +
                      property :skippable_settings, as: 'skippableSettings', class: Google::Apis::DfareportingV3_3::SiteSkippableSetting, decorator: Google::Apis::DfareportingV3_3::SiteSkippableSetting::Representation
         | 
| 4055 | 
            +
                  
         | 
| 4056 | 
            +
                      property :transcode_settings, as: 'transcodeSettings', class: Google::Apis::DfareportingV3_3::SiteTranscodeSetting, decorator: Google::Apis::DfareportingV3_3::SiteTranscodeSetting::Representation
         | 
| 4057 | 
            +
                  
         | 
| 4058 | 
            +
                    end
         | 
| 4059 | 
            +
                  end
         | 
| 4060 | 
            +
                  
         | 
| 4061 | 
            +
                  class SitesListResponse
         | 
| 4062 | 
            +
                    # @private
         | 
| 4063 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4064 | 
            +
                      property :kind, as: 'kind'
         | 
| 4065 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 4066 | 
            +
                      collection :sites, as: 'sites', class: Google::Apis::DfareportingV3_3::Site, decorator: Google::Apis::DfareportingV3_3::Site::Representation
         | 
| 4067 | 
            +
                  
         | 
| 4068 | 
            +
                    end
         | 
| 4069 | 
            +
                  end
         | 
| 4070 | 
            +
                  
         | 
| 4071 | 
            +
                  class Size
         | 
| 4072 | 
            +
                    # @private
         | 
| 4073 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4074 | 
            +
                      property :height, as: 'height'
         | 
| 4075 | 
            +
                      property :iab, as: 'iab'
         | 
| 4076 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 4077 | 
            +
                      property :kind, as: 'kind'
         | 
| 4078 | 
            +
                      property :width, as: 'width'
         | 
| 4079 | 
            +
                    end
         | 
| 4080 | 
            +
                  end
         | 
| 4081 | 
            +
                  
         | 
| 4082 | 
            +
                  class SizesListResponse
         | 
| 4083 | 
            +
                    # @private
         | 
| 4084 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4085 | 
            +
                      property :kind, as: 'kind'
         | 
| 4086 | 
            +
                      collection :sizes, as: 'sizes', class: Google::Apis::DfareportingV3_3::Size, decorator: Google::Apis::DfareportingV3_3::Size::Representation
         | 
| 4087 | 
            +
                  
         | 
| 4088 | 
            +
                    end
         | 
| 4089 | 
            +
                  end
         | 
| 4090 | 
            +
                  
         | 
| 4091 | 
            +
                  class SkippableSetting
         | 
| 4092 | 
            +
                    # @private
         | 
| 4093 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4094 | 
            +
                      property :kind, as: 'kind'
         | 
| 4095 | 
            +
                      property :progress_offset, as: 'progressOffset', class: Google::Apis::DfareportingV3_3::VideoOffset, decorator: Google::Apis::DfareportingV3_3::VideoOffset::Representation
         | 
| 4096 | 
            +
                  
         | 
| 4097 | 
            +
                      property :skip_offset, as: 'skipOffset', class: Google::Apis::DfareportingV3_3::VideoOffset, decorator: Google::Apis::DfareportingV3_3::VideoOffset::Representation
         | 
| 4098 | 
            +
                  
         | 
| 4099 | 
            +
                      property :skippable, as: 'skippable'
         | 
| 4100 | 
            +
                    end
         | 
| 4101 | 
            +
                  end
         | 
| 4102 | 
            +
                  
         | 
| 4103 | 
            +
                  class SortedDimension
         | 
| 4104 | 
            +
                    # @private
         | 
| 4105 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4106 | 
            +
                      property :kind, as: 'kind'
         | 
| 4107 | 
            +
                      property :name, as: 'name'
         | 
| 4108 | 
            +
                      property :sort_order, as: 'sortOrder'
         | 
| 4109 | 
            +
                    end
         | 
| 4110 | 
            +
                  end
         | 
| 4111 | 
            +
                  
         | 
| 4112 | 
            +
                  class Subaccount
         | 
| 4113 | 
            +
                    # @private
         | 
| 4114 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4115 | 
            +
                      property :account_id, :numeric_string => true, as: 'accountId'
         | 
| 4116 | 
            +
                      collection :available_permission_ids, as: 'availablePermissionIds'
         | 
| 4117 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 4118 | 
            +
                      property :kind, as: 'kind'
         | 
| 4119 | 
            +
                      property :name, as: 'name'
         | 
| 4120 | 
            +
                    end
         | 
| 4121 | 
            +
                  end
         | 
| 4122 | 
            +
                  
         | 
| 4123 | 
            +
                  class SubaccountsListResponse
         | 
| 4124 | 
            +
                    # @private
         | 
| 4125 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4126 | 
            +
                      property :kind, as: 'kind'
         | 
| 4127 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 4128 | 
            +
                      collection :subaccounts, as: 'subaccounts', class: Google::Apis::DfareportingV3_3::Subaccount, decorator: Google::Apis::DfareportingV3_3::Subaccount::Representation
         | 
| 4129 | 
            +
                  
         | 
| 4130 | 
            +
                    end
         | 
| 4131 | 
            +
                  end
         | 
| 4132 | 
            +
                  
         | 
| 4133 | 
            +
                  class TagData
         | 
| 4134 | 
            +
                    # @private
         | 
| 4135 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4136 | 
            +
                      property :ad_id, :numeric_string => true, as: 'adId'
         | 
| 4137 | 
            +
                      property :click_tag, as: 'clickTag'
         | 
| 4138 | 
            +
                      property :creative_id, :numeric_string => true, as: 'creativeId'
         | 
| 4139 | 
            +
                      property :format, as: 'format'
         | 
| 4140 | 
            +
                      property :impression_tag, as: 'impressionTag'
         | 
| 4141 | 
            +
                    end
         | 
| 4142 | 
            +
                  end
         | 
| 4143 | 
            +
                  
         | 
| 4144 | 
            +
                  class TagSetting
         | 
| 4145 | 
            +
                    # @private
         | 
| 4146 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4147 | 
            +
                      property :additional_key_values, as: 'additionalKeyValues'
         | 
| 4148 | 
            +
                      property :include_click_through_urls, as: 'includeClickThroughUrls'
         | 
| 4149 | 
            +
                      property :include_click_tracking, as: 'includeClickTracking'
         | 
| 4150 | 
            +
                      property :keyword_option, as: 'keywordOption'
         | 
| 4151 | 
            +
                    end
         | 
| 4152 | 
            +
                  end
         | 
| 4153 | 
            +
                  
         | 
| 4154 | 
            +
                  class TagSettings
         | 
| 4155 | 
            +
                    # @private
         | 
| 4156 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4157 | 
            +
                      property :dynamic_tag_enabled, as: 'dynamicTagEnabled'
         | 
| 4158 | 
            +
                      property :image_tag_enabled, as: 'imageTagEnabled'
         | 
| 4159 | 
            +
                    end
         | 
| 4160 | 
            +
                  end
         | 
| 4161 | 
            +
                  
         | 
| 4162 | 
            +
                  class TargetWindow
         | 
| 4163 | 
            +
                    # @private
         | 
| 4164 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4165 | 
            +
                      property :custom_html, as: 'customHtml'
         | 
| 4166 | 
            +
                      property :target_window_option, as: 'targetWindowOption'
         | 
| 4167 | 
            +
                    end
         | 
| 4168 | 
            +
                  end
         | 
| 4169 | 
            +
                  
         | 
| 4170 | 
            +
                  class TargetableRemarketingList
         | 
| 4171 | 
            +
                    # @private
         | 
| 4172 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4173 | 
            +
                      property :account_id, :numeric_string => true, as: 'accountId'
         | 
| 4174 | 
            +
                      property :active, as: 'active'
         | 
| 4175 | 
            +
                      property :advertiser_id, :numeric_string => true, as: 'advertiserId'
         | 
| 4176 | 
            +
                      property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 4177 | 
            +
                  
         | 
| 4178 | 
            +
                      property :description, as: 'description'
         | 
| 4179 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 4180 | 
            +
                      property :kind, as: 'kind'
         | 
| 4181 | 
            +
                      property :life_span, :numeric_string => true, as: 'lifeSpan'
         | 
| 4182 | 
            +
                      property :list_size, :numeric_string => true, as: 'listSize'
         | 
| 4183 | 
            +
                      property :list_source, as: 'listSource'
         | 
| 4184 | 
            +
                      property :name, as: 'name'
         | 
| 4185 | 
            +
                      property :subaccount_id, :numeric_string => true, as: 'subaccountId'
         | 
| 4186 | 
            +
                    end
         | 
| 4187 | 
            +
                  end
         | 
| 4188 | 
            +
                  
         | 
| 4189 | 
            +
                  class TargetableRemarketingListsListResponse
         | 
| 4190 | 
            +
                    # @private
         | 
| 4191 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4192 | 
            +
                      property :kind, as: 'kind'
         | 
| 4193 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 4194 | 
            +
                      collection :targetable_remarketing_lists, as: 'targetableRemarketingLists', class: Google::Apis::DfareportingV3_3::TargetableRemarketingList, decorator: Google::Apis::DfareportingV3_3::TargetableRemarketingList::Representation
         | 
| 4195 | 
            +
                  
         | 
| 4196 | 
            +
                    end
         | 
| 4197 | 
            +
                  end
         | 
| 4198 | 
            +
                  
         | 
| 4199 | 
            +
                  class TargetingTemplate
         | 
| 4200 | 
            +
                    # @private
         | 
| 4201 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4202 | 
            +
                      property :account_id, :numeric_string => true, as: 'accountId'
         | 
| 4203 | 
            +
                      property :advertiser_id, :numeric_string => true, as: 'advertiserId'
         | 
| 4204 | 
            +
                      property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV3_3::DimensionValue, decorator: Google::Apis::DfareportingV3_3::DimensionValue::Representation
         | 
| 4205 | 
            +
                  
         | 
| 4206 | 
            +
                      property :day_part_targeting, as: 'dayPartTargeting', class: Google::Apis::DfareportingV3_3::DayPartTargeting, decorator: Google::Apis::DfareportingV3_3::DayPartTargeting::Representation
         | 
| 4207 | 
            +
                  
         | 
| 4208 | 
            +
                      property :geo_targeting, as: 'geoTargeting', class: Google::Apis::DfareportingV3_3::GeoTargeting, decorator: Google::Apis::DfareportingV3_3::GeoTargeting::Representation
         | 
| 4209 | 
            +
                  
         | 
| 4210 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 4211 | 
            +
                      property :key_value_targeting_expression, as: 'keyValueTargetingExpression', class: Google::Apis::DfareportingV3_3::KeyValueTargetingExpression, decorator: Google::Apis::DfareportingV3_3::KeyValueTargetingExpression::Representation
         | 
| 4212 | 
            +
                  
         | 
| 4213 | 
            +
                      property :kind, as: 'kind'
         | 
| 4214 | 
            +
                      property :language_targeting, as: 'languageTargeting', class: Google::Apis::DfareportingV3_3::LanguageTargeting, decorator: Google::Apis::DfareportingV3_3::LanguageTargeting::Representation
         | 
| 4215 | 
            +
                  
         | 
| 4216 | 
            +
                      property :list_targeting_expression, as: 'listTargetingExpression', class: Google::Apis::DfareportingV3_3::ListTargetingExpression, decorator: Google::Apis::DfareportingV3_3::ListTargetingExpression::Representation
         | 
| 4217 | 
            +
                  
         | 
| 4218 | 
            +
                      property :name, as: 'name'
         | 
| 4219 | 
            +
                      property :subaccount_id, :numeric_string => true, as: 'subaccountId'
         | 
| 4220 | 
            +
                      property :technology_targeting, as: 'technologyTargeting', class: Google::Apis::DfareportingV3_3::TechnologyTargeting, decorator: Google::Apis::DfareportingV3_3::TechnologyTargeting::Representation
         | 
| 4221 | 
            +
                  
         | 
| 4222 | 
            +
                    end
         | 
| 4223 | 
            +
                  end
         | 
| 4224 | 
            +
                  
         | 
| 4225 | 
            +
                  class TargetingTemplatesListResponse
         | 
| 4226 | 
            +
                    # @private
         | 
| 4227 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4228 | 
            +
                      property :kind, as: 'kind'
         | 
| 4229 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 4230 | 
            +
                      collection :targeting_templates, as: 'targetingTemplates', class: Google::Apis::DfareportingV3_3::TargetingTemplate, decorator: Google::Apis::DfareportingV3_3::TargetingTemplate::Representation
         | 
| 4231 | 
            +
                  
         | 
| 4232 | 
            +
                    end
         | 
| 4233 | 
            +
                  end
         | 
| 4234 | 
            +
                  
         | 
| 4235 | 
            +
                  class TechnologyTargeting
         | 
| 4236 | 
            +
                    # @private
         | 
| 4237 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4238 | 
            +
                      collection :browsers, as: 'browsers', class: Google::Apis::DfareportingV3_3::Browser, decorator: Google::Apis::DfareportingV3_3::Browser::Representation
         | 
| 4239 | 
            +
                  
         | 
| 4240 | 
            +
                      collection :connection_types, as: 'connectionTypes', class: Google::Apis::DfareportingV3_3::ConnectionType, decorator: Google::Apis::DfareportingV3_3::ConnectionType::Representation
         | 
| 4241 | 
            +
                  
         | 
| 4242 | 
            +
                      collection :mobile_carriers, as: 'mobileCarriers', class: Google::Apis::DfareportingV3_3::MobileCarrier, decorator: Google::Apis::DfareportingV3_3::MobileCarrier::Representation
         | 
| 4243 | 
            +
                  
         | 
| 4244 | 
            +
                      collection :operating_system_versions, as: 'operatingSystemVersions', class: Google::Apis::DfareportingV3_3::OperatingSystemVersion, decorator: Google::Apis::DfareportingV3_3::OperatingSystemVersion::Representation
         | 
| 4245 | 
            +
                  
         | 
| 4246 | 
            +
                      collection :operating_systems, as: 'operatingSystems', class: Google::Apis::DfareportingV3_3::OperatingSystem, decorator: Google::Apis::DfareportingV3_3::OperatingSystem::Representation
         | 
| 4247 | 
            +
                  
         | 
| 4248 | 
            +
                      collection :platform_types, as: 'platformTypes', class: Google::Apis::DfareportingV3_3::PlatformType, decorator: Google::Apis::DfareportingV3_3::PlatformType::Representation
         | 
| 4249 | 
            +
                  
         | 
| 4250 | 
            +
                    end
         | 
| 4251 | 
            +
                  end
         | 
| 4252 | 
            +
                  
         | 
| 4253 | 
            +
                  class ThirdPartyAuthenticationToken
         | 
| 4254 | 
            +
                    # @private
         | 
| 4255 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4256 | 
            +
                      property :name, as: 'name'
         | 
| 4257 | 
            +
                      property :value, as: 'value'
         | 
| 4258 | 
            +
                    end
         | 
| 4259 | 
            +
                  end
         | 
| 4260 | 
            +
                  
         | 
| 4261 | 
            +
                  class ThirdPartyTrackingUrl
         | 
| 4262 | 
            +
                    # @private
         | 
| 4263 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4264 | 
            +
                      property :third_party_url_type, as: 'thirdPartyUrlType'
         | 
| 4265 | 
            +
                      property :url, as: 'url'
         | 
| 4266 | 
            +
                    end
         | 
| 4267 | 
            +
                  end
         | 
| 4268 | 
            +
                  
         | 
| 4269 | 
            +
                  class TranscodeSetting
         | 
| 4270 | 
            +
                    # @private
         | 
| 4271 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4272 | 
            +
                      collection :enabled_video_formats, as: 'enabledVideoFormats'
         | 
| 4273 | 
            +
                      property :kind, as: 'kind'
         | 
| 4274 | 
            +
                    end
         | 
| 4275 | 
            +
                  end
         | 
| 4276 | 
            +
                  
         | 
| 4277 | 
            +
                  class UniversalAdId
         | 
| 4278 | 
            +
                    # @private
         | 
| 4279 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4280 | 
            +
                      property :registry, as: 'registry'
         | 
| 4281 | 
            +
                      property :value, as: 'value'
         | 
| 4282 | 
            +
                    end
         | 
| 4283 | 
            +
                  end
         | 
| 4284 | 
            +
                  
         | 
| 4285 | 
            +
                  class UserDefinedVariableConfiguration
         | 
| 4286 | 
            +
                    # @private
         | 
| 4287 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4288 | 
            +
                      property :data_type, as: 'dataType'
         | 
| 4289 | 
            +
                      property :report_name, as: 'reportName'
         | 
| 4290 | 
            +
                      property :variable_type, as: 'variableType'
         | 
| 4291 | 
            +
                    end
         | 
| 4292 | 
            +
                  end
         | 
| 4293 | 
            +
                  
         | 
| 4294 | 
            +
                  class UserProfile
         | 
| 4295 | 
            +
                    # @private
         | 
| 4296 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4297 | 
            +
                      property :account_id, :numeric_string => true, as: 'accountId'
         | 
| 4298 | 
            +
                      property :account_name, as: 'accountName'
         | 
| 4299 | 
            +
                      property :etag, as: 'etag'
         | 
| 4300 | 
            +
                      property :kind, as: 'kind'
         | 
| 4301 | 
            +
                      property :profile_id, :numeric_string => true, as: 'profileId'
         | 
| 4302 | 
            +
                      property :sub_account_id, :numeric_string => true, as: 'subAccountId'
         | 
| 4303 | 
            +
                      property :sub_account_name, as: 'subAccountName'
         | 
| 4304 | 
            +
                      property :user_name, as: 'userName'
         | 
| 4305 | 
            +
                    end
         | 
| 4306 | 
            +
                  end
         | 
| 4307 | 
            +
                  
         | 
| 4308 | 
            +
                  class UserProfileList
         | 
| 4309 | 
            +
                    # @private
         | 
| 4310 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4311 | 
            +
                      property :etag, as: 'etag'
         | 
| 4312 | 
            +
                      collection :items, as: 'items', class: Google::Apis::DfareportingV3_3::UserProfile, decorator: Google::Apis::DfareportingV3_3::UserProfile::Representation
         | 
| 4313 | 
            +
                  
         | 
| 4314 | 
            +
                      property :kind, as: 'kind'
         | 
| 4315 | 
            +
                    end
         | 
| 4316 | 
            +
                  end
         | 
| 4317 | 
            +
                  
         | 
| 4318 | 
            +
                  class UserRole
         | 
| 4319 | 
            +
                    # @private
         | 
| 4320 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4321 | 
            +
                      property :account_id, :numeric_string => true, as: 'accountId'
         | 
| 4322 | 
            +
                      property :default_user_role, as: 'defaultUserRole'
         | 
| 4323 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 4324 | 
            +
                      property :kind, as: 'kind'
         | 
| 4325 | 
            +
                      property :name, as: 'name'
         | 
| 4326 | 
            +
                      property :parent_user_role_id, :numeric_string => true, as: 'parentUserRoleId'
         | 
| 4327 | 
            +
                      collection :permissions, as: 'permissions', class: Google::Apis::DfareportingV3_3::UserRolePermission, decorator: Google::Apis::DfareportingV3_3::UserRolePermission::Representation
         | 
| 4328 | 
            +
                  
         | 
| 4329 | 
            +
                      property :subaccount_id, :numeric_string => true, as: 'subaccountId'
         | 
| 4330 | 
            +
                    end
         | 
| 4331 | 
            +
                  end
         | 
| 4332 | 
            +
                  
         | 
| 4333 | 
            +
                  class UserRolePermission
         | 
| 4334 | 
            +
                    # @private
         | 
| 4335 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4336 | 
            +
                      property :availability, as: 'availability'
         | 
| 4337 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 4338 | 
            +
                      property :kind, as: 'kind'
         | 
| 4339 | 
            +
                      property :name, as: 'name'
         | 
| 4340 | 
            +
                      property :permission_group_id, :numeric_string => true, as: 'permissionGroupId'
         | 
| 4341 | 
            +
                    end
         | 
| 4342 | 
            +
                  end
         | 
| 4343 | 
            +
                  
         | 
| 4344 | 
            +
                  class UserRolePermissionGroup
         | 
| 4345 | 
            +
                    # @private
         | 
| 4346 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4347 | 
            +
                      property :id, :numeric_string => true, as: 'id'
         | 
| 4348 | 
            +
                      property :kind, as: 'kind'
         | 
| 4349 | 
            +
                      property :name, as: 'name'
         | 
| 4350 | 
            +
                    end
         | 
| 4351 | 
            +
                  end
         | 
| 4352 | 
            +
                  
         | 
| 4353 | 
            +
                  class UserRolePermissionGroupsListResponse
         | 
| 4354 | 
            +
                    # @private
         | 
| 4355 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4356 | 
            +
                      property :kind, as: 'kind'
         | 
| 4357 | 
            +
                      collection :user_role_permission_groups, as: 'userRolePermissionGroups', class: Google::Apis::DfareportingV3_3::UserRolePermissionGroup, decorator: Google::Apis::DfareportingV3_3::UserRolePermissionGroup::Representation
         | 
| 4358 | 
            +
                  
         | 
| 4359 | 
            +
                    end
         | 
| 4360 | 
            +
                  end
         | 
| 4361 | 
            +
                  
         | 
| 4362 | 
            +
                  class UserRolePermissionsListResponse
         | 
| 4363 | 
            +
                    # @private
         | 
| 4364 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4365 | 
            +
                      property :kind, as: 'kind'
         | 
| 4366 | 
            +
                      collection :user_role_permissions, as: 'userRolePermissions', class: Google::Apis::DfareportingV3_3::UserRolePermission, decorator: Google::Apis::DfareportingV3_3::UserRolePermission::Representation
         | 
| 4367 | 
            +
                  
         | 
| 4368 | 
            +
                    end
         | 
| 4369 | 
            +
                  end
         | 
| 4370 | 
            +
                  
         | 
| 4371 | 
            +
                  class UserRolesListResponse
         | 
| 4372 | 
            +
                    # @private
         | 
| 4373 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4374 | 
            +
                      property :kind, as: 'kind'
         | 
| 4375 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 4376 | 
            +
                      collection :user_roles, as: 'userRoles', class: Google::Apis::DfareportingV3_3::UserRole, decorator: Google::Apis::DfareportingV3_3::UserRole::Representation
         | 
| 4377 | 
            +
                  
         | 
| 4378 | 
            +
                    end
         | 
| 4379 | 
            +
                  end
         | 
| 4380 | 
            +
                  
         | 
| 4381 | 
            +
                  class VideoFormat
         | 
| 4382 | 
            +
                    # @private
         | 
| 4383 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4384 | 
            +
                      property :file_type, as: 'fileType'
         | 
| 4385 | 
            +
                      property :id, as: 'id'
         | 
| 4386 | 
            +
                      property :kind, as: 'kind'
         | 
| 4387 | 
            +
                      property :resolution, as: 'resolution', class: Google::Apis::DfareportingV3_3::Size, decorator: Google::Apis::DfareportingV3_3::Size::Representation
         | 
| 4388 | 
            +
                  
         | 
| 4389 | 
            +
                      property :target_bit_rate, as: 'targetBitRate'
         | 
| 4390 | 
            +
                    end
         | 
| 4391 | 
            +
                  end
         | 
| 4392 | 
            +
                  
         | 
| 4393 | 
            +
                  class VideoFormatsListResponse
         | 
| 4394 | 
            +
                    # @private
         | 
| 4395 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4396 | 
            +
                      property :kind, as: 'kind'
         | 
| 4397 | 
            +
                      collection :video_formats, as: 'videoFormats', class: Google::Apis::DfareportingV3_3::VideoFormat, decorator: Google::Apis::DfareportingV3_3::VideoFormat::Representation
         | 
| 4398 | 
            +
                  
         | 
| 4399 | 
            +
                    end
         | 
| 4400 | 
            +
                  end
         | 
| 4401 | 
            +
                  
         | 
| 4402 | 
            +
                  class VideoOffset
         | 
| 4403 | 
            +
                    # @private
         | 
| 4404 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4405 | 
            +
                      property :offset_percentage, as: 'offsetPercentage'
         | 
| 4406 | 
            +
                      property :offset_seconds, as: 'offsetSeconds'
         | 
| 4407 | 
            +
                    end
         | 
| 4408 | 
            +
                  end
         | 
| 4409 | 
            +
                  
         | 
| 4410 | 
            +
                  class VideoSettings
         | 
| 4411 | 
            +
                    # @private
         | 
| 4412 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 4413 | 
            +
                      property :companion_settings, as: 'companionSettings', class: Google::Apis::DfareportingV3_3::CompanionSetting, decorator: Google::Apis::DfareportingV3_3::CompanionSetting::Representation
         | 
| 4414 | 
            +
                  
         | 
| 4415 | 
            +
                      property :kind, as: 'kind'
         | 
| 4416 | 
            +
                      property :orientation, as: 'orientation'
         | 
| 4417 | 
            +
                      property :skippable_settings, as: 'skippableSettings', class: Google::Apis::DfareportingV3_3::SkippableSetting, decorator: Google::Apis::DfareportingV3_3::SkippableSetting::Representation
         | 
| 4418 | 
            +
                  
         | 
| 4419 | 
            +
                      property :transcode_settings, as: 'transcodeSettings', class: Google::Apis::DfareportingV3_3::TranscodeSetting, decorator: Google::Apis::DfareportingV3_3::TranscodeSetting::Representation
         | 
| 4420 | 
            +
                  
         | 
| 4421 | 
            +
                    end
         | 
| 4422 | 
            +
                  end
         | 
| 4423 | 
            +
                end
         | 
| 4424 | 
            +
              end
         | 
| 4425 | 
            +
            end
         |