Class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCartDataSalesView
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCartDataSalesView
- 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
Cart data sales view.
Instance Attribute Summary collapse
-
#resource_name ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V0ResourcesCartDataSalesView
constructor
A new instance of GoogleAdsSearchads360V0ResourcesCartDataSalesView.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V0ResourcesCartDataSalesView
Returns a new instance of GoogleAdsSearchads360V0ResourcesCartDataSalesView.
6186 6187 6188 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 6186 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource_name ⇒ String
Output only. The resource name of the Cart data sales view. Cart data sales
view resource names have the form: customers/
customer_id/cartDataSalesView
Corresponds to the JSON property resourceName
6184 6185 6186 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 6184 def resource_name @resource_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6191 6192 6193 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 6191 def update!(**args) @resource_name = args[:resource_name] if args.key?(:resource_name) end |