Class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataTypeEndpointEvidenceEndpointDetails

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

Details of the endpoint the data type was sent to.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChecksReportV1alphaDataTypeEndpointEvidenceEndpointDetails

Returns a new instance of GoogleChecksReportV1alphaDataTypeEndpointEvidenceEndpointDetails.



1421
1422
1423
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1421

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

Instance Attribute Details

#endpointGoogle::Apis::ChecksV1alpha::GoogleChecksReportV1alphaEndpoint

Information about an endpoint. Corresponds to the JSON property endpoint



1419
1420
1421
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1419

def endpoint
  @endpoint
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1426
1427
1428
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1426

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