Class V1Resource.ReopenAttributionRequest
Get iOS reopen attribution for app universal link open deeplinking.
Inheritance
System.Object
V1Resource.ReopenAttributionRequest
Inherited Members
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()