Class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckPrivacyPolicyTextEvidence

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 collected from your privacy policy(s).

Instance Attribute Summary collapse

Instance Method Summary collapse

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_fragmentGoogle::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