Show / Hide Table of Contents

Class V1Resource.ReopenAttributionRequest

Get iOS reopen attribution for app universal link open deeplinking.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<GetIosReopenAttributionResponse>
FirebaseDynamicLinksBaseServiceRequest<GetIosReopenAttributionResponse>
V1Resource.ReopenAttributionRequest
Implements
IClientServiceRequest<GetIosReopenAttributionResponse>
IClientServiceRequest
Inherited Members
FirebaseDynamicLinksBaseServiceRequest<GetIosReopenAttributionResponse>.Xgafv
FirebaseDynamicLinksBaseServiceRequest<GetIosReopenAttributionResponse>.AccessToken
FirebaseDynamicLinksBaseServiceRequest<GetIosReopenAttributionResponse>.Alt
FirebaseDynamicLinksBaseServiceRequest<GetIosReopenAttributionResponse>.Callback
FirebaseDynamicLinksBaseServiceRequest<GetIosReopenAttributionResponse>.Fields
FirebaseDynamicLinksBaseServiceRequest<GetIosReopenAttributionResponse>.Key
FirebaseDynamicLinksBaseServiceRequest<GetIosReopenAttributionResponse>.OauthToken
FirebaseDynamicLinksBaseServiceRequest<GetIosReopenAttributionResponse>.PrettyPrint
FirebaseDynamicLinksBaseServiceRequest<GetIosReopenAttributionResponse>.QuotaUser
FirebaseDynamicLinksBaseServiceRequest<GetIosReopenAttributionResponse>.UploadType
FirebaseDynamicLinksBaseServiceRequest<GetIosReopenAttributionResponse>.UploadProtocol
ClientServiceRequest<GetIosReopenAttributionResponse>.Execute()
ClientServiceRequest<GetIosReopenAttributionResponse>.ExecuteAsStream()
ClientServiceRequest<GetIosReopenAttributionResponse>.ExecuteAsync()
ClientServiceRequest<GetIosReopenAttributionResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GetIosReopenAttributionResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GetIosReopenAttributionResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GetIosReopenAttributionResponse>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<GetIosReopenAttributionResponse>.GenerateRequestUri()
ClientServiceRequest<GetIosReopenAttributionResponse>.GetDefaultETagAction(String)
ClientServiceRequest<GetIosReopenAttributionResponse>.ETagAction
ClientServiceRequest<GetIosReopenAttributionResponse>.ModifyRequest
ClientServiceRequest<GetIosReopenAttributionResponse>.RequestParameters
ClientServiceRequest<GetIosReopenAttributionResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.FirebaseDynamicLinks.v1
Assembly: Google.Apis.FirebaseDynamicLinks.v1.dll
Syntax
public class ReopenAttributionRequest : FirebaseDynamicLinksBaseServiceRequest<GetIosReopenAttributionResponse>, IClientServiceRequest<GetIosReopenAttributionResponse>, IClientServiceRequest

Constructors

ReopenAttributionRequest(IClientService, GetIosReopenAttributionRequest)

Constructs a new ReopenAttribution request.

Declaration
public ReopenAttributionRequest(IClientService service, GetIosReopenAttributionRequest body)
Parameters
Type Name Description
IClientService service
GetIosReopenAttributionRequest body

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.FirebaseDynamicLinks.v1.Data.GetIosReopenAttributionResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.FirebaseDynamicLinks.v1.Data.GetIosReopenAttributionResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.FirebaseDynamicLinks.v1.Data.GetIosReopenAttributionResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
System.Object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.FirebaseDynamicLinks.v1.Data.GetIosReopenAttributionResponse>.GetBody()

InitParameters()

Initializes ReopenAttribution parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.FirebaseDynamicLinks.v1.FirebaseDynamicLinksBaseServiceRequest<Google.Apis.FirebaseDynamicLinks.v1.Data.GetIosReopenAttributionResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
Back to top