Class CustomersResource.ThirdPartyAppAnalyticsLinksResource.RegenerateShareableLinkIdRequest
Regenerate ThirdPartyAppAnalyticsLink.shareable_link_id that should be provided to the third party when setting up app analytics. List of thrown errors: AuthenticationError AuthorizationError HeaderError InternalError QuotaError RequestError
Inheritance
CustomersResource.ThirdPartyAppAnalyticsLinksResource.RegenerateShareableLinkIdRequest
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class CustomersResource.ThirdPartyAppAnalyticsLinksResource.RegenerateShareableLinkIdRequest : SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesRegenerateShareableLinkIdResponse>, IClientServiceRequest<GoogleAdsSearchads360V23ServicesRegenerateShareableLinkIdResponse>, IClientServiceRequest
Constructors
RegenerateShareableLinkIdRequest(IClientService, GoogleAdsSearchads360V23ServicesRegenerateShareableLinkIdRequest, string)
Constructs a new RegenerateShareableLinkId request.
Declaration
public RegenerateShareableLinkIdRequest(IClientService service, GoogleAdsSearchads360V23ServicesRegenerateShareableLinkIdRequest body, string resourceName)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| GoogleAdsSearchads360V23ServicesRegenerateShareableLinkIdRequest | body | |
| string | resourceName |
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
ResourceName
Resource name of the third party app analytics link.
Declaration
[RequestParameter("resourceName", RequestParameterType.Path)]
public virtual string ResourceName { get; }
Property Value
| Type | Description |
|---|---|
| string |
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 RegenerateShareableLinkId parameter list.
Declaration
protected override void InitParameters()