Class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckEndpointRestrictionViolationEvidenceEndpointDetails
- Inherits:
-
Object
- Object
- Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckEndpointRestrictionViolationEvidenceEndpointDetails
- 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 in violation.
Instance Attribute Summary collapse
-
#endpoint ⇒ Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaEndpoint
Information about an endpoint.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChecksReportV1alphaCheckEndpointRestrictionViolationEvidenceEndpointDetails
constructor
A new instance of GoogleChecksReportV1alphaCheckEndpointRestrictionViolationEvidenceEndpointDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleChecksReportV1alphaCheckEndpointRestrictionViolationEvidenceEndpointDetails
Returns a new instance of GoogleChecksReportV1alphaCheckEndpointRestrictionViolationEvidenceEndpointDetails.
901 902 903 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 901 def initialize(**args) update!(**args) end |
Instance Attribute Details
#endpoint ⇒ Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaEndpoint
Information about an endpoint.
Corresponds to the JSON property endpoint
899 900 901 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 899 def endpoint @endpoint end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
906 907 908 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 906 def update!(**args) @endpoint = args[:endpoint] if args.key?(:endpoint) end |