Class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckPrivacyPolicyTextEvidence
- Inherits:
-
Object
- Object
- Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckPrivacyPolicyTextEvidence
- 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 collected from your privacy policy(s).
Instance Attribute Summary collapse
-
#policy_fragment ⇒ Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaPolicyFragment
Information about a policy fragment.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChecksReportV1alphaCheckPrivacyPolicyTextEvidence
constructor
A new instance of GoogleChecksReportV1alphaCheckPrivacyPolicyTextEvidence.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleChecksReportV1alphaCheckPrivacyPolicyTextEvidence
Returns a new instance of GoogleChecksReportV1alphaCheckPrivacyPolicyTextEvidence.
1050 1051 1052 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1050 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
1048 1049 1050 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1048 def policy_fragment @policy_fragment end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1055 1056 1057 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1055 def update!(**args) @policy_fragment = args[:policy_fragment] if args.key?(:policy_fragment) end |