Class: Google::Apis::DfareportingV2_5::Order
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_5::Order
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dfareporting_v2_5/classes.rb,
generated/google/apis/dfareporting_v2_5/representations.rb,
generated/google/apis/dfareporting_v2_5/representations.rb
Overview
Describes properties of a DoubleClick Planning order.
Instance Attribute Summary collapse
-
#account_id ⇒ String
Account ID of this order.
-
#advertiser_id ⇒ String
Advertiser ID of this order.
-
#approver_user_profile_ids ⇒ Array<String>
IDs for users that have to approve documents created for this order.
-
#buyer_invoice_id ⇒ String
Buyer invoice ID associated with this order.
-
#buyer_organization_name ⇒ String
Name of the buyer organization.
-
#comments ⇒ String
Comments in this order.
-
#contacts ⇒ Array<Google::Apis::DfareportingV2_5::OrderContact>
Contacts for this order.
-
#id ⇒ String
ID of this order.
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#last_modified_info ⇒ Google::Apis::DfareportingV2_5::LastModifiedInfo
Modification timestamp.
-
#name ⇒ String
Name of this order.
-
#notes ⇒ String
Notes of this order.
-
#planning_term_id ⇒ String
ID of the terms and conditions template used in this order.
-
#project_id ⇒ String
Project ID of this order.
-
#seller_order_id ⇒ String
Seller order ID associated with this order.
-
#seller_organization_name ⇒ String
Name of the seller organization.
-
#site_id ⇒ Array<String>
Site IDs this order is associated with.
-
#site_names ⇒ Array<String>
Free-form site names this order is associated with.
-
#subaccount_id ⇒ String
Subaccount ID of this order.
-
#terms_and_conditions ⇒ String
Terms and conditions of this order.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Order
constructor
A new instance of Order.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Order
Returns a new instance of Order
7337 7338 7339 |
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 7337 def initialize(**args) update!(**args) end |
Instance Attribute Details
#account_id ⇒ String
Account ID of this order.
Corresponds to the JSON property accountId
7239 7240 7241 |
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 7239 def account_id @account_id end |
#advertiser_id ⇒ String
Advertiser ID of this order.
Corresponds to the JSON property advertiserId
7244 7245 7246 |
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 7244 def advertiser_id @advertiser_id end |
#approver_user_profile_ids ⇒ Array<String>
IDs for users that have to approve documents created for this order.
Corresponds to the JSON property approverUserProfileIds
7249 7250 7251 |
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 7249 def approver_user_profile_ids @approver_user_profile_ids end |
#buyer_invoice_id ⇒ String
Buyer invoice ID associated with this order.
Corresponds to the JSON property buyerInvoiceId
7254 7255 7256 |
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 7254 def buyer_invoice_id @buyer_invoice_id end |
#buyer_organization_name ⇒ String
Name of the buyer organization.
Corresponds to the JSON property buyerOrganizationName
7259 7260 7261 |
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 7259 def buyer_organization_name @buyer_organization_name end |
#comments ⇒ String
Comments in this order.
Corresponds to the JSON property comments
7264 7265 7266 |
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 7264 def comments @comments end |
#contacts ⇒ Array<Google::Apis::DfareportingV2_5::OrderContact>
Contacts for this order.
Corresponds to the JSON property contacts
7269 7270 7271 |
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 7269 def contacts @contacts end |
#id ⇒ String
ID of this order. This is a read-only, auto-generated field.
Corresponds to the JSON property id
7274 7275 7276 |
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 7274 def id @id end |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#order".
Corresponds to the JSON property kind
7280 7281 7282 |
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 7280 def kind @kind end |
#last_modified_info ⇒ Google::Apis::DfareportingV2_5::LastModifiedInfo
Modification timestamp.
Corresponds to the JSON property lastModifiedInfo
7285 7286 7287 |
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 7285 def last_modified_info @last_modified_info end |
#name ⇒ String
Name of this order.
Corresponds to the JSON property name
7290 7291 7292 |
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 7290 def name @name end |
#notes ⇒ String
Notes of this order.
Corresponds to the JSON property notes
7295 7296 7297 |
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 7295 def notes @notes end |
#planning_term_id ⇒ String
ID of the terms and conditions template used in this order.
Corresponds to the JSON property planningTermId
7300 7301 7302 |
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 7300 def planning_term_id @planning_term_id end |
#project_id ⇒ String
Project ID of this order.
Corresponds to the JSON property projectId
7305 7306 7307 |
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 7305 def project_id @project_id end |
#seller_order_id ⇒ String
Seller order ID associated with this order.
Corresponds to the JSON property sellerOrderId
7310 7311 7312 |
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 7310 def seller_order_id @seller_order_id end |
#seller_organization_name ⇒ String
Name of the seller organization.
Corresponds to the JSON property sellerOrganizationName
7315 7316 7317 |
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 7315 def seller_organization_name @seller_organization_name end |
#site_id ⇒ Array<String>
Site IDs this order is associated with.
Corresponds to the JSON property siteId
7320 7321 7322 |
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 7320 def site_id @site_id end |
#site_names ⇒ Array<String>
Free-form site names this order is associated with.
Corresponds to the JSON property siteNames
7325 7326 7327 |
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 7325 def site_names @site_names end |
#subaccount_id ⇒ String
Subaccount ID of this order.
Corresponds to the JSON property subaccountId
7330 7331 7332 |
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 7330 def subaccount_id @subaccount_id end |
#terms_and_conditions ⇒ String
Terms and conditions of this order.
Corresponds to the JSON property termsAndConditions
7335 7336 7337 |
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 7335 def terms_and_conditions @terms_and_conditions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7342 7343 7344 7345 7346 7347 7348 7349 7350 7351 7352 7353 7354 7355 7356 7357 7358 7359 7360 7361 7362 7363 |
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 7342 def update!(**args) @account_id = args[:account_id] if args.key?(:account_id) @advertiser_id = args[:advertiser_id] if args.key?(:advertiser_id) @approver_user_profile_ids = args[:approver_user_profile_ids] if args.key?(:approver_user_profile_ids) @buyer_invoice_id = args[:buyer_invoice_id] if args.key?(:buyer_invoice_id) @buyer_organization_name = args[:buyer_organization_name] if args.key?(:buyer_organization_name) @comments = args[:comments] if args.key?(:comments) @contacts = args[:contacts] if args.key?(:contacts) @id = args[:id] if args.key?(:id) @kind = args[:kind] if args.key?(:kind) @last_modified_info = args[:last_modified_info] if args.key?(:last_modified_info) @name = args[:name] if args.key?(:name) @notes = args[:notes] if args.key?(:notes) @planning_term_id = args[:planning_term_id] if args.key?(:planning_term_id) @project_id = args[:project_id] if args.key?(:project_id) @seller_order_id = args[:seller_order_id] if args.key?(:seller_order_id) @seller_organization_name = args[:seller_organization_name] if args.key?(:seller_organization_name) @site_id = args[:site_id] if args.key?(:site_id) @site_names = args[:site_names] if args.key?(:site_names) @subaccount_id = args[:subaccount_id] if args.key?(:subaccount_id) @terms_and_conditions = args[:terms_and_conditions] if args.key?(:terms_and_conditions) end |