Class: Google::Apis::DfareportingV3_2::Order

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dfareporting_v3_2/classes.rb,
generated/google/apis/dfareporting_v3_2/representations.rb,
generated/google/apis/dfareporting_v3_2/representations.rb

Overview

Describes properties of a Planning order.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ Order

Returns a new instance of Order



7941
7942
7943
# File 'generated/google/apis/dfareporting_v3_2/classes.rb', line 7941

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#account_idFixnum

Account ID of this order. Corresponds to the JSON property accountId

Returns:

  • (Fixnum)


7843
7844
7845
# File 'generated/google/apis/dfareporting_v3_2/classes.rb', line 7843

def 
  @account_id
end

#advertiser_idFixnum

Advertiser ID of this order. Corresponds to the JSON property advertiserId

Returns:

  • (Fixnum)


7848
7849
7850
# File 'generated/google/apis/dfareporting_v3_2/classes.rb', line 7848

def advertiser_id
  @advertiser_id
end

#approver_user_profile_idsArray<Fixnum>

IDs for users that have to approve documents created for this order. Corresponds to the JSON property approverUserProfileIds

Returns:

  • (Array<Fixnum>)


7853
7854
7855
# File 'generated/google/apis/dfareporting_v3_2/classes.rb', line 7853

def 
  @approver_user_profile_ids
end

#buyer_invoice_idString

Buyer invoice ID associated with this order. Corresponds to the JSON property buyerInvoiceId

Returns:

  • (String)


7858
7859
7860
# File 'generated/google/apis/dfareporting_v3_2/classes.rb', line 7858

def buyer_invoice_id
  @buyer_invoice_id
end

#buyer_organization_nameString

Name of the buyer organization. Corresponds to the JSON property buyerOrganizationName

Returns:

  • (String)


7863
7864
7865
# File 'generated/google/apis/dfareporting_v3_2/classes.rb', line 7863

def buyer_organization_name
  @buyer_organization_name
end

#commentsString

Comments in this order. Corresponds to the JSON property comments

Returns:

  • (String)


7868
7869
7870
# File 'generated/google/apis/dfareporting_v3_2/classes.rb', line 7868

def comments
  @comments
end

#contactsArray<Google::Apis::DfareportingV3_2::OrderContact>

Contacts for this order. Corresponds to the JSON property contacts



7873
7874
7875
# File 'generated/google/apis/dfareporting_v3_2/classes.rb', line 7873

def contacts
  @contacts
end

#idFixnum

ID of this order. This is a read-only, auto-generated field. Corresponds to the JSON property id

Returns:

  • (Fixnum)


7878
7879
7880
# File 'generated/google/apis/dfareporting_v3_2/classes.rb', line 7878

def id
  @id
end

#kindString

Identifies what kind of resource this is. Value: the fixed string " dfareporting#order". Corresponds to the JSON property kind

Returns:

  • (String)


7884
7885
7886
# File 'generated/google/apis/dfareporting_v3_2/classes.rb', line 7884

def kind
  @kind
end

#last_modified_infoGoogle::Apis::DfareportingV3_2::LastModifiedInfo

Modification timestamp. Corresponds to the JSON property lastModifiedInfo



7889
7890
7891
# File 'generated/google/apis/dfareporting_v3_2/classes.rb', line 7889

def last_modified_info
  @last_modified_info
end

#nameString

Name of this order. Corresponds to the JSON property name

Returns:

  • (String)


7894
7895
7896
# File 'generated/google/apis/dfareporting_v3_2/classes.rb', line 7894

def name
  @name
end

#notesString

Notes of this order. Corresponds to the JSON property notes

Returns:

  • (String)


7899
7900
7901
# File 'generated/google/apis/dfareporting_v3_2/classes.rb', line 7899

def notes
  @notes
end

#planning_term_idFixnum

ID of the terms and conditions template used in this order. Corresponds to the JSON property planningTermId

Returns:

  • (Fixnum)


7904
7905
7906
# File 'generated/google/apis/dfareporting_v3_2/classes.rb', line 7904

def planning_term_id
  @planning_term_id
end

#project_idFixnum

Project ID of this order. Corresponds to the JSON property projectId

Returns:

  • (Fixnum)


7909
7910
7911
# File 'generated/google/apis/dfareporting_v3_2/classes.rb', line 7909

def project_id
  @project_id
end

#seller_order_idString

Seller order ID associated with this order. Corresponds to the JSON property sellerOrderId

Returns:

  • (String)


7914
7915
7916
# File 'generated/google/apis/dfareporting_v3_2/classes.rb', line 7914

def seller_order_id
  @seller_order_id
end

#seller_organization_nameString

Name of the seller organization. Corresponds to the JSON property sellerOrganizationName

Returns:

  • (String)


7919
7920
7921
# File 'generated/google/apis/dfareporting_v3_2/classes.rb', line 7919

def seller_organization_name
  @seller_organization_name
end

#site_idArray<Fixnum>

Site IDs this order is associated with. Corresponds to the JSON property siteId

Returns:

  • (Array<Fixnum>)


7924
7925
7926
# File 'generated/google/apis/dfareporting_v3_2/classes.rb', line 7924

def site_id
  @site_id
end

#site_namesArray<String>

Free-form site names this order is associated with. Corresponds to the JSON property siteNames

Returns:

  • (Array<String>)


7929
7930
7931
# File 'generated/google/apis/dfareporting_v3_2/classes.rb', line 7929

def site_names
  @site_names
end

#subaccount_idFixnum

Subaccount ID of this order. Corresponds to the JSON property subaccountId

Returns:

  • (Fixnum)


7934
7935
7936
# File 'generated/google/apis/dfareporting_v3_2/classes.rb', line 7934

def subaccount_id
  @subaccount_id
end

#terms_and_conditionsString

Terms and conditions of this order. Corresponds to the JSON property termsAndConditions

Returns:

  • (String)


7939
7940
7941
# File 'generated/google/apis/dfareporting_v3_2/classes.rb', line 7939

def terms_and_conditions
  @terms_and_conditions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7946
7947
7948
7949
7950
7951
7952
7953
7954
7955
7956
7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
7967
# File 'generated/google/apis/dfareporting_v3_2/classes.rb', line 7946

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