Class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckDataSecurityEvidence
- Inherits:
-
Object
- Object
- Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckDataSecurityEvidence
- 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 data security.
Instance Attribute Summary collapse
-
#data_in_transit_info ⇒ Array<Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckDataSecurityEvidenceDataInTransitInfo>
Evidence related to data in transit.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChecksReportV1alphaCheckDataSecurityEvidence
constructor
A new instance of GoogleChecksReportV1alphaCheckDataSecurityEvidence.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleChecksReportV1alphaCheckDataSecurityEvidence
Returns a new instance of GoogleChecksReportV1alphaCheckDataSecurityEvidence.
799 800 801 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 799 def initialize(**args) update!(**args) end |
Instance Attribute Details
#data_in_transit_info ⇒ Array<Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckDataSecurityEvidenceDataInTransitInfo>
Evidence related to data in transit.
Corresponds to the JSON property dataInTransitInfo
797 798 799 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 797 def data_in_transit_info @data_in_transit_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
804 805 806 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 804 def update!(**args) @data_in_transit_info = args[:data_in_transit_info] if args.key?(:data_in_transit_info) end |