Show / Hide Table of Contents

Class GetGlobalSiteTagRequest

Request message for GetGlobalSiteTag RPC.

Inheritance
object
GetGlobalSiteTagRequest
Implements
IMessage<GetGlobalSiteTagRequest>
IEquatable<GetGlobalSiteTagRequest>
IDeepCloneable<GetGlobalSiteTagRequest>
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 GetGlobalSiteTagRequest : IMessage<GetGlobalSiteTagRequest>, IEquatable<GetGlobalSiteTagRequest>, IDeepCloneable<GetGlobalSiteTagRequest>, IBufferMessage, IMessage

Constructors

GetGlobalSiteTagRequest()

Declaration
public GetGlobalSiteTagRequest()

GetGlobalSiteTagRequest(GetGlobalSiteTagRequest)

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

Properties

GlobalSiteTagName

GlobalSiteTagName-typed view over the Name resource name property.

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

Name

Required. The name of the site tag to lookup. Note that site tags are singletons and do not have unique IDs. Format: properties/{property_id}/dataStreams/{stream_id}/globalSiteTag

Example: properties/123/dataStreams/456/globalSiteTag

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