Class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesDoubleClickCampaignManagerSetting
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesDoubleClickCampaignManagerSetting
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/searchads360_v0/classes.rb,
lib/google/apis/searchads360_v0/representations.rb,
lib/google/apis/searchads360_v0/representations.rb
Overview
DoubleClick Campaign Manager (DCM) setting for a manager customer.
Instance Attribute Summary collapse
-
#advertiser_id ⇒ Fixnum
Output only.
-
#network_id ⇒ Fixnum
Output only.
-
#time_zone ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V0ResourcesDoubleClickCampaignManagerSetting
constructor
A new instance of GoogleAdsSearchads360V0ResourcesDoubleClickCampaignManagerSetting.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V0ResourcesDoubleClickCampaignManagerSetting
Returns a new instance of GoogleAdsSearchads360V0ResourcesDoubleClickCampaignManagerSetting.
6938 6939 6940 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 6938 def initialize(**args) update!(**args) end |
Instance Attribute Details
#advertiser_id ⇒ Fixnum
Output only. ID of the Campaign Manager advertiser associated with this
customer.
Corresponds to the JSON property advertiserId
6925 6926 6927 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 6925 def advertiser_id @advertiser_id end |
#network_id ⇒ Fixnum
Output only. ID of the Campaign Manager network associated with this customer.
Corresponds to the JSON property networkId
6930 6931 6932 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 6930 def network_id @network_id end |
#time_zone ⇒ String
Output only. Time zone of the Campaign Manager network associated with this
customer in IANA Time Zone Database format, such as America/New_York.
Corresponds to the JSON property timeZone
6936 6937 6938 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 6936 def time_zone @time_zone end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6943 6944 6945 6946 6947 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 6943 def update!(**args) @advertiser_id = args[:advertiser_id] if args.key?(:advertiser_id) @network_id = args[:network_id] if args.key?(:network_id) @time_zone = args[:time_zone] if args.key?(:time_zone) end |