generated/google/apis/adexchangebuyer_v1_4/representations.rb in google-api-client-0.43.0 vs generated/google/apis/adexchangebuyer_v1_4/representations.rb in google-api-client-0.44.0
- old
+ new
@@ -350,10 +350,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class MobileApplication
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class PerformanceReport
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -1056,10 +1062,11 @@
property :inventory_description, as: 'inventoryDescription'
property :is_rfp_template, as: 'isRfpTemplate'
property :is_setup_complete, as: 'isSetupComplete'
property :kind, as: 'kind'
property :last_update_time_ms, :numeric_string => true, as: 'lastUpdateTimeMs'
+ property :makegood_requested_reason, as: 'makegoodRequestedReason'
property :name, as: 'name'
property :product_id, as: 'productId'
property :product_revision_number, :numeric_string => true, as: 'productRevisionNumber'
property :programmatic_creative_source, as: 'programmaticCreativeSource'
property :proposal_id, as: 'proposalId'
@@ -1107,10 +1114,18 @@
property :proposal_revision_number, :numeric_string => true, as: 'proposalRevisionNumber'
property :timestamp_ms, :numeric_string => true, as: 'timestampMs'
end
end
+ class MobileApplication
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :app_store, as: 'appStore'
+ property :external_app_id, as: 'externalAppId'
+ end
+ end
+
class PerformanceReport
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :bid_rate, as: 'bidRate'
property :bid_request_rate, as: 'bidRequestRate'
@@ -1349,9 +1364,12 @@
property :media_kit_link, as: 'mediaKitLink'
property :name, as: 'name'
property :overview, as: 'overview'
property :profile_id, as: 'profileId'
property :programmatic_contact, as: 'programmaticContact'
+ collection :publisher_app_ids, as: 'publisherAppIds'
+ collection :publisher_apps, as: 'publisherApps', class: Google::Apis::AdexchangebuyerV1_4::MobileApplication, decorator: Google::Apis::AdexchangebuyerV1_4::MobileApplication::Representation
+
collection :publisher_domains, as: 'publisherDomains'
property :publisher_profile_id, as: 'publisherProfileId'
property :publisher_provided_forecast, as: 'publisherProvidedForecast', class: Google::Apis::AdexchangebuyerV1_4::PublisherProvidedForecast, decorator: Google::Apis::AdexchangebuyerV1_4::PublisherProvidedForecast::Representation
property :rate_card_info_link, as: 'rateCardInfoLink'