generated/google/apis/adexchangebuyer_v1_4/representations.rb in google-api-client-0.9.11 vs generated/google/apis/adexchangebuyer_v1_4/representations.rb in google-api-client-0.9.12

- old
+ new

@@ -224,10 +224,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class DealTermsRubiconNonGuaranteedTerms + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class DeleteOrderDealsRequest class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -613,10 +619,11 @@ property :buyer_creative_id, as: 'buyerCreativeId' collection :click_through_url, as: 'clickThroughUrl' collection :corrections, as: 'corrections', class: Google::Apis::AdexchangebuyerV1_4::Creative::Correction, decorator: Google::Apis::AdexchangebuyerV1_4::Creative::Correction::Representation property :deals_status, as: 'dealsStatus' + collection :detected_domains, as: 'detectedDomains' property :filtering_reasons, as: 'filteringReasons', class: Google::Apis::AdexchangebuyerV1_4::Creative::FilteringReasons, decorator: Google::Apis::AdexchangebuyerV1_4::Creative::FilteringReasons::Representation property :height, as: 'height' collection :impression_tracking_url, as: 'impressionTrackingUrl' property :kind, as: 'kind' @@ -769,13 +776,15 @@ end class DealServingMetadataDealPauseStatus # @private class Representation < Google::Apis::Core::JsonRepresentation + property :buyer_pause_reason, as: 'buyerPauseReason' property :first_paused_by, as: 'firstPausedBy' property :has_buyer_paused, as: 'hasBuyerPaused' property :has_seller_paused, as: 'hasSellerPaused' + property :seller_pause_reason, as: 'sellerPauseReason' end end class DealTerms # @private @@ -789,10 +798,12 @@ property :non_guaranteed_auction_terms, as: 'nonGuaranteedAuctionTerms', class: Google::Apis::AdexchangebuyerV1_4::DealTermsNonGuaranteedAuctionTerms, decorator: Google::Apis::AdexchangebuyerV1_4::DealTermsNonGuaranteedAuctionTerms::Representation property :non_guaranteed_fixed_price_terms, as: 'nonGuaranteedFixedPriceTerms', class: Google::Apis::AdexchangebuyerV1_4::DealTermsNonGuaranteedFixedPriceTerms, decorator: Google::Apis::AdexchangebuyerV1_4::DealTermsNonGuaranteedFixedPriceTerms::Representation + property :rubicon_non_guaranteed_terms, as: 'rubiconNonGuaranteedTerms', class: Google::Apis::AdexchangebuyerV1_4::DealTermsRubiconNonGuaranteedTerms, decorator: Google::Apis::AdexchangebuyerV1_4::DealTermsRubiconNonGuaranteedTerms::Representation + property :seller_time_zone, as: 'sellerTimeZone' end end class DealTermsGuaranteedFixedPriceTerms @@ -802,10 +813,11 @@ collection :fixed_prices, as: 'fixedPrices', class: Google::Apis::AdexchangebuyerV1_4::PricePerBuyer, decorator: Google::Apis::AdexchangebuyerV1_4::PricePerBuyer::Representation property :guaranteed_impressions, as: 'guaranteedImpressions' property :guaranteed_looks, as: 'guaranteedLooks' + property :minimum_daily_looks, as: 'minimumDailyLooks' end end class DealTermsGuaranteedFixedPriceTermsBillingInfo # @private @@ -833,10 +845,20 @@ collection :fixed_prices, as: 'fixedPrices', class: Google::Apis::AdexchangebuyerV1_4::PricePerBuyer, decorator: Google::Apis::AdexchangebuyerV1_4::PricePerBuyer::Representation end end + class DealTermsRubiconNonGuaranteedTerms + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :priority_price, as: 'priorityPrice', class: Google::Apis::AdexchangebuyerV1_4::Price, decorator: Google::Apis::AdexchangebuyerV1_4::Price::Representation + + property :standard_price, as: 'standardPrice', class: Google::Apis::AdexchangebuyerV1_4::Price, decorator: Google::Apis::AdexchangebuyerV1_4::Price::Representation + + end + end + class DeleteOrderDealsRequest # @private class Representation < Google::Apis::Core::JsonRepresentation collection :deal_ids, as: 'dealIds' property :proposal_revision_number, as: 'proposalRevisionNumber' @@ -1137,9 +1159,10 @@ class Price # @private class Representation < Google::Apis::Core::JsonRepresentation property :amount_micros, as: 'amountMicros' property :currency_code, as: 'currencyCode' + property :expected_cpm_micros, as: 'expectedCpmMicros' property :pricing_type, as: 'pricingType' end end class PricePerBuyer