GoogleApi.DataPortability.V1.Model.InitiatePortabilityArchiveRequest (google_api_data_portability v0.10.0)
View SourceRequest to kick off an Archive job.
Attributes
-
endTime
(type:DateTime.t
, default:nil
) - Optional. The timestamp that represents the end point for the data you are exporting. If the end_time is not specified in the InitiatePortabilityArchiveRequest, this field is set to the latest available data. -
resources
(type:list(String.t)
, default:nil
) - The resources from which you're exporting data. These values have a 1:1 correspondence with the OAuth scopes. -
startTime
(type:DateTime.t
, default:nil
) - Optional. The timestamp that represents the starting point for the data you are exporting. If the start_time is not specified in the InitiatePortabilityArchiveRequest, the field is set to the earliest available data.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataPortability.V1.Model.InitiatePortabilityArchiveRequest{ endTime: DateTime.t() | nil, resources: [String.t()] | nil, startTime: DateTime.t() | nil }