Class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckDataSecurityEvidence

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

Evidence concerning data security.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChecksReportV1alphaCheckDataSecurityEvidence

Returns a new instance of GoogleChecksReportV1alphaCheckDataSecurityEvidence.



386
387
388
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 386

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

Instance Attribute Details

#data_in_transit_infoArray<Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckDataSecurityEvidenceDataInTransitInfo>

Evidence related to data in transit. Corresponds to the JSON property dataInTransitInfo



384
385
386
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 384

def data_in_transit_info
  @data_in_transit_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



391
392
393
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 391

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