Enum AssetsResource.ListRequest.MaxComplexityEnum
Returns assets that are of the specified complexity or less. Defaults to COMPLEX. For example, a request for MEDIUM assets also includes SIMPLE assets.
Namespace: Google.Apis.PolyService.v1
Assembly: Google.Apis.PolyService.v1.dll
Syntax
public enum AssetsResource.ListRequest.MaxComplexityEnum
Fields
Name | Description |
---|---|
COMPLEX | Highly-complex. |
COMPLEXITYUNSPECIFIED | No complexity specified. This is equivalent to omitting the filter. |
MEDIUM | Averagely-complex. |
SIMPLE | Simple. |