Class InitiatePortabilityArchiveRequest
Request to kick off an Archive job.
Implements
Inherited Members
Namespace: Google.Apis.DataPortability.v1.Data
Assembly: Google.Apis.DataPortability.v1.dll
Syntax
public class InitiatePortabilityArchiveRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Resources
The resources from which you're exporting data. These values have a 1:1 correspondence with the OAuth scopes.
Declaration
[JsonProperty("resources")]
public virtual IList<string> Resources { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |