Class PropertiesResource.ListConnectedSiteTagsRequest
Lists the connected site tags for a Universal Analytics property. A maximum of 20 connected site tags will be returned. Note: this has no effect on GA4 property.
Inheritance
PropertiesResource.ListConnectedSiteTagsRequest
Implements
Inherited Members
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaListConnectedSiteTagsResponse>.Alt
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class PropertiesResource.ListConnectedSiteTagsRequest : GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaListConnectedSiteTagsResponse>, IClientServiceRequest<GoogleAnalyticsAdminV1alphaListConnectedSiteTagsResponse>, IClientServiceRequest
Constructors
ListConnectedSiteTagsRequest(IClientService, GoogleAnalyticsAdminV1alphaListConnectedSiteTagsRequest)
Constructs a new ListConnectedSiteTags request.
Declaration
public ListConnectedSiteTagsRequest(IClientService service, GoogleAnalyticsAdminV1alphaListConnectedSiteTagsRequest body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleAnalyticsAdminV1alphaListConnectedSiteTagsRequest | body |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes ListConnectedSiteTags parameter list.
Declaration
protected override void InitParameters()