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
819 820 821 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 819 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
817 818 819 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 817 def uri @uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
824 825 826 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 824 def update!(**args) @uri = args[:uri] if args.key?(:uri) end |