Class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataTypePrivacyPolicyTextEvidence

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 based on information from the privacy policy.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChecksReportV1alphaDataTypePrivacyPolicyTextEvidence

Returns a new instance of GoogleChecksReportV1alphaDataTypePrivacyPolicyTextEvidence.



1490
1491
1492
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1490

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

Instance Attribute Details

#policy_fragmentGoogle::Apis::ChecksV1alpha::GoogleChecksReportV1alphaPolicyFragment

Information about a policy fragment. Corresponds to the JSON property policyFragment



1488
1489
1490
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1488

def policy_fragment
  @policy_fragment
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1495
1496
1497
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1495

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