Class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckEndpointEvidence
- Inherits:
-
Object
- Object
- Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckEndpointEvidence
- 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
-
#endpoint ⇒ Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaEndpoint
Information about an endpoint.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChecksReportV1alphaCheckEndpointEvidence
constructor
A new instance of GoogleChecksReportV1alphaCheckEndpointEvidence.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleChecksReportV1alphaCheckEndpointEvidence
Returns a new instance of GoogleChecksReportV1alphaCheckEndpointEvidence.
450 451 452 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 450 def initialize(**args) update!(**args) end |
Instance Attribute Details
#endpoint ⇒ Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaEndpoint
Information about an endpoint.
Corresponds to the JSON property endpoint
448 449 450 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 448 def endpoint @endpoint end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
455 456 457 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 455 def update!(**args) @endpoint = args[:endpoint] if args.key?(:endpoint) end |