generated/google/apis/adexchangebuyer_v1_4/representations.rb in google-api-client-0.30.2 vs generated/google/apis/adexchangebuyer_v1_4/representations.rb in google-api-client-0.30.3

- old
+ new

@@ -107,10 +107,16 @@ end class Creative class Representation < Google::Apis::Core::JsonRepresentation; end + class AdTechnologyProviders + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class Correction class Representation < Google::Apis::Core::JsonRepresentation; end class Context class Representation < Google::Apis::Core::JsonRepresentation; end @@ -633,10 +639,12 @@ # @private class Representation < Google::Apis::Core::JsonRepresentation property :html_snippet, as: 'HTMLSnippet' property :account_id, as: 'accountId' property :ad_choices_destination_url, as: 'adChoicesDestinationUrl' + property :ad_technology_providers, as: 'adTechnologyProviders', class: Google::Apis::AdexchangebuyerV1_4::Creative::AdTechnologyProviders, decorator: Google::Apis::AdexchangebuyerV1_4::Creative::AdTechnologyProviders::Representation + collection :advertiser_id, as: 'advertiserId' property :advertiser_name, as: 'advertiserName' property :agency_id, :numeric_string => true, as: 'agencyId' property :api_upload_timestamp, as: 'apiUploadTimestamp', type: DateTime @@ -667,10 +675,18 @@ property :video_url, as: 'videoURL' property :video_vast_xml, as: 'videoVastXML' property :width, as: 'width' end + class AdTechnologyProviders + # @private + class Representation < Google::Apis::Core::JsonRepresentation + collection :detected_provider_ids, as: 'detectedProviderIds' + property :has_unidentified_provider, as: 'hasUnidentifiedProvider' + end + end + class Correction # @private class Representation < Google::Apis::Core::JsonRepresentation collection :contexts, as: 'contexts', class: Google::Apis::AdexchangebuyerV1_4::Creative::Correction::Context, decorator: Google::Apis::AdexchangebuyerV1_4::Creative::Correction::Context::Representation @@ -722,10 +738,9 @@ collection :impression_tracking_url, as: 'impressionTrackingUrl' property :logo, as: 'logo', class: Google::Apis::AdexchangebuyerV1_4::Creative::NativeAd::Logo, decorator: Google::Apis::AdexchangebuyerV1_4::Creative::NativeAd::Logo::Representation property :price, as: 'price' property :star_rating, as: 'starRating' - property :store, as: 'store' property :video_url, as: 'videoURL' end class AppIcon # @private