Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonPolicyTopicEvidenceDestinationMismatch

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

Overview

Evidence of mismatches between the URLs of a resource.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonPolicyTopicEvidenceDestinationMismatch

Returns a new instance of GoogleAdsSearchads360V23CommonPolicyTopicEvidenceDestinationMismatch.



482
483
484
# File 'lib/google/apis/searchads360_v23/classes.rb', line 482

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

Instance Attribute Details

#url_typesArray<String>

The set of URLs that did not match each other. Corresponds to the JSON property urlTypes

Returns:

  • (Array<String>)


480
481
482
# File 'lib/google/apis/searchads360_v23/classes.rb', line 480

def url_types
  @url_types
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



487
488
489
# File 'lib/google/apis/searchads360_v23/classes.rb', line 487

def update!(**args)
  @url_types = args[:url_types] if args.key?(:url_types)
end