Class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V23CommonPolicyTopicEvidenceDestinationMismatch
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V0::GoogleAdsSearchads360V23CommonPolicyTopicEvidenceDestinationMismatch
- 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
Evidence of mismatches between the URLs of a resource.
Instance Attribute Summary collapse
-
#url_types ⇒ Array<String>
The set of URLs that did not match each other.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonPolicyTopicEvidenceDestinationMismatch
constructor
A new instance of GoogleAdsSearchads360V23CommonPolicyTopicEvidenceDestinationMismatch.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonPolicyTopicEvidenceDestinationMismatch
Returns a new instance of GoogleAdsSearchads360V23CommonPolicyTopicEvidenceDestinationMismatch.
9329 9330 9331 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 9329 def initialize(**args) update!(**args) end |
Instance Attribute Details
#url_types ⇒ Array<String>
The set of URLs that did not match each other.
Corresponds to the JSON property urlTypes
9327 9328 9329 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 9327 def url_types @url_types end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9334 9335 9336 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 9334 def update!(**args) @url_types = args[:url_types] if args.key?(:url_types) end |