Class: Google::Analytics::Admin::V1alpha::GetGoogleSignalsSettingsRequest
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::GetGoogleSignalsSettingsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Request message for GetGoogleSignalsSettings RPC
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the google signals settings to retrieve. Format: properties/{property}/googleSignalsSettings.
807 808 809 810 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 807 class GetGoogleSignalsSettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |