Class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckDataSecurityEvidenceDataInTransitInfo
- Inherits:
-
Object
- Object
- Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckDataSecurityEvidenceDataInTransitInfo
- 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 related to data in transit detected in your app.
Instance Attribute Summary collapse
-
#uri ⇒ String
The URL contacted by your app.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChecksReportV1alphaCheckDataSecurityEvidenceDataInTransitInfo
constructor
A new instance of GoogleChecksReportV1alphaCheckDataSecurityEvidenceDataInTransitInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleChecksReportV1alphaCheckDataSecurityEvidenceDataInTransitInfo
Returns a new instance of GoogleChecksReportV1alphaCheckDataSecurityEvidenceDataInTransitInfo.
406 407 408 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 406 def initialize(**args) update!(**args) end |
Instance Attribute Details
#uri ⇒ String
The URL contacted by your app. This includes the protocol, domain, and URL
parameters.
Corresponds to the JSON property uri
404 405 406 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 404 def uri @uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
411 412 413 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 411 def update!(**args) @uri = args[:uri] if args.key?(:uri) end |