Class: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaAcknowledgeUserDataCollectionRequest
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaAcknowledgeUserDataCollectionRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/analyticsadmin_v1beta/classes.rb,
lib/google/apis/analyticsadmin_v1beta/representations.rb,
lib/google/apis/analyticsadmin_v1beta/representations.rb
Overview
Request message for AcknowledgeUserDataCollection RPC.
Instance Attribute Summary collapse
-
#acknowledgement ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAnalyticsAdminV1betaAcknowledgeUserDataCollectionRequest
constructor
A new instance of GoogleAnalyticsAdminV1betaAcknowledgeUserDataCollectionRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAnalyticsAdminV1betaAcknowledgeUserDataCollectionRequest
Returns a new instance of GoogleAnalyticsAdminV1betaAcknowledgeUserDataCollectionRequest.
677 678 679 |
# File 'lib/google/apis/analyticsadmin_v1beta/classes.rb', line 677 def initialize(**args) update!(**args) end |
Instance Attribute Details
#acknowledgement ⇒ String
Required. An acknowledgement that the caller of this method understands the
terms of user data collection. This field must contain the exact value: "I
acknowledge that I have the necessary privacy disclosures and rights from my
end users for the collection and processing of their data, including the
association of such data with the visitation information Google Analytics
collects from my site and/or app property."
Corresponds to the JSON property acknowledgement
675 676 677 |
# File 'lib/google/apis/analyticsadmin_v1beta/classes.rb', line 675 def acknowledgement @acknowledgement end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
682 683 684 |
# File 'lib/google/apis/analyticsadmin_v1beta/classes.rb', line 682 def update!(**args) @acknowledgement = args[:acknowledgement] if args.key?(:acknowledgement) end |