Class GoogleFirebaseAppdistroV1alphaCreateReleaseNotesRequest
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppDistribution.v1alpha.Data
Assembly: Google.Apis.FirebaseAppDistribution.v1alpha.dll
Syntax
public class GoogleFirebaseAppdistroV1alphaCreateReleaseNotesRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ReleaseNotes
The actual release notes body from the user
Declaration
[JsonProperty("releaseNotes")]
public virtual GoogleFirebaseAppdistroV1alphaReleaseNotes ReleaseNotes { get; set; }
Property Value
Type | Description |
---|---|
GoogleFirebaseAppdistroV1alphaReleaseNotes |