Class AssetsExportJobNetworkDependencies
Configuration for network dependencies exports.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class AssetsExportJobNetworkDependencies : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxDays
Optional. When this value is set to a positive integer, network connections data will be returned for the most recent days for which data is available. When this value is unset (or set to zero), all available data is returned.
Declaration
[JsonProperty("maxDays")]
public virtual int? MaxDays { get; set; }
Property Value
Type | Description |
---|---|
int? |