Show / Hide Table of Contents

Class GetAttributionSettingsRequest

Request message for GetAttributionSettings RPC.

Inheritance
object
GetAttributionSettingsRequest
Implements
IMessage<GetAttributionSettingsRequest>
IEquatable<GetAttributionSettingsRequest>
IDeepCloneable<GetAttributionSettingsRequest>
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 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
In this article
Back to top Generated by DocFX