Class GoogleFirebaseAppdistroV1ListFeedbackReportsResponse
The response message for ListFeedbackReports
.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppDistribution.v1.Data
Assembly: Google.Apis.FirebaseAppDistribution.v1.dll
Syntax
public class GoogleFirebaseAppdistroV1ListFeedbackReportsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FeedbackReports
The feedback reports
Declaration
[JsonProperty("feedbackReports")]
public virtual IList<GoogleFirebaseAppdistroV1FeedbackReport> FeedbackReports { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleFirebaseAppdistroV1FeedbackReport> |
NextPageToken
A short-lived token, which can be sent as pageToken
to retrieve the next page. If this field is omitted,
there are no subsequent pages.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |