Class AggregateAssetsValuesRequest
A request to aggregate one or more values.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class AggregateAssetsValuesRequest : IDirectResponseSchema
Properties
Aggregations
Array of aggregations to perform. Up to 25 aggregations can be defined.
Declaration
[JsonProperty("aggregations")]
public virtual IList<Aggregation> Aggregations { get; set; }
Property Value
Type | Description |
---|---|
IList<Aggregation> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Filter
Optional. The aggregation will be performed on assets that match the provided filter.
Declaration
[JsonProperty("filter")]
public virtual string Filter { get; set; }
Property Value
Type | Description |
---|---|
string |
ShowHidden
Optional. When this value is set to 'true' the response will include all assets, including those that are hidden.
Declaration
[JsonProperty("showHidden")]
public virtual bool? ShowHidden { get; set; }
Property Value
Type | Description |
---|---|
bool? |