Class: Google::Apis::DisplayvideoV3::AdPolicyTopicEvidenceDestinationNotWorking

Inherits:
Object
  • Object
show all
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

Details for on HTTP or DNS errors related to the ad destination.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AdPolicyTopicEvidenceDestinationNotWorking

Returns a new instance of AdPolicyTopicEvidenceDestinationNotWorking.



719
720
721
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 719

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

Instance Attribute Details

#deviceString

The device where visiting the URL resulted in the error. Corresponds to the JSON property device

Returns:

  • (String)


697
698
699
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 697

def device
  @device
end

#dns_error_typeString

The type of DNS error. Corresponds to the JSON property dnsErrorType

Returns:

  • (String)


702
703
704
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 702

def dns_error_type
  @dns_error_type
end

#expanded_uriString

The full URL that didn't work. Corresponds to the JSON property expandedUri

Returns:

  • (String)


707
708
709
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 707

def expanded_uri
  @expanded_uri
end

#http_error_codeFixnum

The HTTP error code. Corresponds to the JSON property httpErrorCode

Returns:

  • (Fixnum)


712
713
714
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 712

def http_error_code
  @http_error_code
end

#last_checked_timeString

The last time the error was seen when navigating to URL. Corresponds to the JSON property lastCheckedTime

Returns:

  • (String)


717
718
719
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 717

def last_checked_time
  @last_checked_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



724
725
726
727
728
729
730
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 724

def update!(**args)
  @device = args[:device] if args.key?(:device)
  @dns_error_type = args[:dns_error_type] if args.key?(:dns_error_type)
  @expanded_uri = args[:expanded_uri] if args.key?(:expanded_uri)
  @http_error_code = args[:http_error_code] if args.key?(:http_error_code)
  @last_checked_time = args[:last_checked_time] if args.key?(:last_checked_time)
end