Show / Hide Table of Contents

Class GoogleSignalsSettings

Settings values for Google Signals. This is a singleton resource.

Inheritance
object
GoogleSignalsSettings
Implements
IMessage<GoogleSignalsSettings>
IEquatable<GoogleSignalsSettings>
IDeepCloneable<GoogleSignalsSettings>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class GoogleSignalsSettings : IMessage<GoogleSignalsSettings>, IEquatable<GoogleSignalsSettings>, IDeepCloneable<GoogleSignalsSettings>, IBufferMessage, IMessage

Constructors

GoogleSignalsSettings()

Declaration
public GoogleSignalsSettings()

GoogleSignalsSettings(GoogleSignalsSettings)

Declaration
public GoogleSignalsSettings(GoogleSignalsSettings other)
Parameters
Type Name Description
GoogleSignalsSettings other

Properties

Consent

Output only. Terms of Service acceptance.

Declaration
public GoogleSignalsConsent Consent { get; set; }
Property Value
Type Description
GoogleSignalsConsent

GoogleSignalsSettingsName

GoogleSignalsSettingsName-typed view over the Name resource name property.

Declaration
public GoogleSignalsSettingsName GoogleSignalsSettingsName { get; set; }
Property Value
Type Description
GoogleSignalsSettingsName

Name

Output only. Resource name of this setting. Format: properties/{property_id}/googleSignalsSettings Example: "properties/1000/googleSignalsSettings"

Declaration
public string Name { get; set; }
Property Value
Type Description
string

State

Status of this setting.

Declaration
public GoogleSignalsState State { get; set; }
Property Value
Type Description
GoogleSignalsState
In this article
Back to top Generated by DocFX