Class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckEndpointEvidence

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

Overview

Evidence concerning an endpoint that was contacted by your app.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChecksReportV1alphaCheckEndpointEvidence



863
864
865
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 863

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

Instance Attribute Details

#endpointGoogle::Apis::ChecksV1alpha::GoogleChecksReportV1alphaEndpoint

Information about an endpoint. Corresponds to the JSON property endpoint



861
862
863
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 861

def endpoint
  @endpoint
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



868
869
870
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 868

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