Class GetAttributionSettingsRequest
Request message for GetAttributionSettings RPC.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class GetAttributionSettingsRequest : IMessage<GetAttributionSettingsRequest>, IEquatable<GetAttributionSettingsRequest>, IDeepCloneable<GetAttributionSettingsRequest>, IBufferMessage, IMessage
Constructors
GetAttributionSettingsRequest()
Declaration
public GetAttributionSettingsRequest()
GetAttributionSettingsRequest(GetAttributionSettingsRequest)
Declaration
public GetAttributionSettingsRequest(GetAttributionSettingsRequest other)
Parameters
Type | Name | Description |
---|---|---|
GetAttributionSettingsRequest | other |
Properties
AttributionSettingsName
AttributionSettingsName-typed view over the Name resource name property.
Declaration
public AttributionSettingsName AttributionSettingsName { get; set; }
Property Value
Type | Description |
---|---|
AttributionSettingsName |
Name
Required. The name of the attribution settings to retrieve. Format: properties/{property}/attributionSettings
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |