Class: Google::Apis::DisplayvideoV3::CustomBiddingAlgorithmRulesRef
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV3::CustomBiddingAlgorithmRulesRef
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/displayvideo_v3/classes.rb,
lib/google/apis/displayvideo_v3/representations.rb,
lib/google/apis/displayvideo_v3/representations.rb
Overview
The reference to the uploaded AlgorithmRules file. Retrieve the location to upload new AlgorithmRules file to using customBiddingAlgorithms.uploadRules.
Instance Attribute Summary collapse
-
#resource_name ⇒ String
A resource name to be used in media.download to download the rules files.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CustomBiddingAlgorithmRulesRef
constructor
A new instance of CustomBiddingAlgorithmRulesRef.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CustomBiddingAlgorithmRulesRef
Returns a new instance of CustomBiddingAlgorithmRulesRef.
4874 4875 4876 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 4874 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource_name ⇒ String
A resource name to be used in media.download to download the rules files. Or
media.upload to upload the rules files. Resource names have the format
customBiddingAlgorithms/
custom_bidding_algorithm_id/rulesRef/
ref_id`.
Corresponds to the JSON property
resourceName`
4872 4873 4874 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 4872 def resource_name @resource_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4879 4880 4881 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 4879 def update!(**args) @resource_name = args[:resource_name] if args.key?(:resource_name) end |