Class ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.ExportDataRequest
Returns all metadata stored about an execution, excluding most data that is already accessible using other API methods.
Inheritance
ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.ExportDataRequest
Inherited Members
Namespace: Google.Apis.WorkflowExecutions.v1
Assembly: Google.Apis.WorkflowExecutions.v1.dll
Syntax
public class ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.ExportDataRequest : WorkflowExecutionsBaseServiceRequest<ExportDataResponse>, IClientServiceRequest<ExportDataResponse>, IClientServiceRequest
Constructors
ExportDataRequest(IClientService, string)
Constructs a new ExportData request.
Declaration
public ExportDataRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
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
Name
Required. Name of the execution for which data is to be exported. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes ExportData parameter list.
Declaration
protected override void InitParameters()