Class GoogleFirebaseAppdistroV1BatchDeleteReleasesRequest
The request message for BatchDeleteReleases.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppDistribution.v1.Data
Assembly: Google.Apis.FirebaseAppDistribution.v1.dll
Syntax
public class GoogleFirebaseAppdistroV1BatchDeleteReleasesRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Names
Required. The names of the release resources to delete. Format:
projects/{project_number}/apps/{app_id}/releases/{release_id} A maximum of 100 releases can be deleted per
request.
Declaration
[JsonProperty("names")]
public virtual IList<string> Names { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |