Enum AppsResource.GetRequest.AppViewEnum
App view. When unset or set to BASIC, returns an App with everything set except for aab_state. When set to FULL, returns an App with aab_state set.
Namespace: Google.Apis.FirebaseAppDistribution.v1alpha
Assembly: Google.Apis.FirebaseAppDistribution.v1alpha.dll
Syntax
public enum AppsResource.GetRequest.AppViewEnum
Fields
Name | Description |
---|---|
APPVIEWUNSPECIFIED | The default / unset value. The API will default to the BASIC view. |
BASIC | Include everything except aab_state. |
FULL | Include everything. |