Class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataTypePrivacyPolicyTextEvidence
- Inherits:
-
Object
- Object
- Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataTypePrivacyPolicyTextEvidence
- 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
-
#policy_fragment ⇒ Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaPolicyFragment
Information about a policy fragment.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChecksReportV1alphaDataTypePrivacyPolicyTextEvidence
constructor
A new instance of GoogleChecksReportV1alphaDataTypePrivacyPolicyTextEvidence.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_fragment ⇒ Google::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 |