Class: Google::Apis::DfareportingV2_6::Order
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_6::Order
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dfareporting_v2_6/classes.rb,
generated/google/apis/dfareporting_v2_6/representations.rb,
generated/google/apis/dfareporting_v2_6/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_6::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_6::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.
7527 7528 7529 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 7527 def initialize(**args) update!(**args) end |
Instance Attribute Details
#account_id ⇒ String
Account ID of this order.
Corresponds to the JSON property accountId
7429 7430 7431 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 7429 def account_id @account_id end |
#advertiser_id ⇒ String
Advertiser ID of this order.
Corresponds to the JSON property advertiserId
7434 7435 7436 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 7434 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
7439 7440 7441 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 7439 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
7444 7445 7446 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 7444 def buyer_invoice_id @buyer_invoice_id end |
#buyer_organization_name ⇒ String
Name of the buyer organization.
Corresponds to the JSON property buyerOrganizationName
7449 7450 7451 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 7449 def buyer_organization_name @buyer_organization_name end |
#comments ⇒ String
Comments in this order.
Corresponds to the JSON property comments
7454 7455 7456 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 7454 def comments @comments end |
#contacts ⇒ Array<Google::Apis::DfareportingV2_6::OrderContact>
Contacts for this order.
Corresponds to the JSON property contacts
7459 7460 7461 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 7459 def contacts @contacts end |
#id ⇒ String
ID of this order. This is a read-only, auto-generated field.
Corresponds to the JSON property id
7464 7465 7466 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 7464 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
7470 7471 7472 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 7470 def kind @kind end |
#last_modified_info ⇒ Google::Apis::DfareportingV2_6::LastModifiedInfo
Modification timestamp.
Corresponds to the JSON property lastModifiedInfo
7475 7476 7477 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 7475 def last_modified_info @last_modified_info end |
#name ⇒ String
Name of this order.
Corresponds to the JSON property name
7480 7481 7482 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 7480 def name @name end |
#notes ⇒ String
Notes of this order.
Corresponds to the JSON property notes
7485 7486 7487 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 7485 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
7490 7491 7492 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 7490 def planning_term_id @planning_term_id end |
#project_id ⇒ String
Project ID of this order.
Corresponds to the JSON property projectId
7495 7496 7497 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 7495 def project_id @project_id end |
#seller_order_id ⇒ String
Seller order ID associated with this order.
Corresponds to the JSON property sellerOrderId
7500 7501 7502 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 7500 def seller_order_id @seller_order_id end |
#seller_organization_name ⇒ String
Name of the seller organization.
Corresponds to the JSON property sellerOrganizationName
7505 7506 7507 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 7505 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
7510 7511 7512 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 7510 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
7515 7516 7517 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 7515 def site_names @site_names end |
#subaccount_id ⇒ String
Subaccount ID of this order.
Corresponds to the JSON property subaccountId
7520 7521 7522 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 7520 def subaccount_id @subaccount_id end |
#terms_and_conditions ⇒ String
Terms and conditions of this order.
Corresponds to the JSON property termsAndConditions
7525 7526 7527 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 7525 def terms_and_conditions @terms_and_conditions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7532 7533 7534 7535 7536 7537 7538 7539 7540 7541 7542 7543 7544 7545 7546 7547 7548 7549 7550 7551 7552 7553 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 7532 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 |