Class: Google::Apis::ChecksV1alpha::FindPrivacyPolicyResponse
- Inherits:
-
Object
- Object
- Google::Apis::ChecksV1alpha::FindPrivacyPolicyResponse
- 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
Operation response for FindPrivacyPolicy.
Instance Attribute Summary collapse
-
#privacy_policy ⇒ String
Resource name of the PrivacyPolicy that was found.
Instance Method Summary collapse
-
#initialize(**args) ⇒ FindPrivacyPolicyResponse
constructor
A new instance of FindPrivacyPolicyResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ FindPrivacyPolicyResponse
Returns a new instance of FindPrivacyPolicyResponse.
174 175 176 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 174 def initialize(**args) update!(**args) end |
Instance Attribute Details
#privacy_policy ⇒ String
Resource name of the PrivacyPolicy that was found.
Corresponds to the JSON property privacyPolicy
172 173 174 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 172 def privacy_policy @privacy_policy end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
179 180 181 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 179 def update!(**args) @privacy_policy = args[:privacy_policy] if args.key?(:privacy_policy) end |