class Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGoogleSignalsSettings
Settings values for Google
Signals. This is a singleton resource.
Attributes
consent[RW]
Output only. Terms of Service acceptance. Corresponds to the JSON property `consent` @return [String]
name[RW]
Output only. Resource name of this setting. Format: properties/`property_id`/ googleSignalsSettings Example: “properties/1000/googleSignalsSettings” Corresponds to the JSON property `name` @return [String]
state[RW]
Status of this setting. Corresponds to the JSON property `state` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/analyticsadmin_v1alpha/classes.rb, line 1383 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/analyticsadmin_v1alpha/classes.rb, line 1388 def update!(**args) @consent = args[:consent] if args.key?(:consent) @name = args[:name] if args.key?(:name) @state = args[:state] if args.key?(:state) end