Class GoogleFirebaseAppdistroV1FeedbackReport
A feedback report submitted by a tester for a release.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppDistribution.v1.Data
Assembly: Google.Apis.FirebaseAppDistribution.v1.dll
Syntax
public class GoogleFirebaseAppdistroV1FeedbackReport : IDirectResponseSchema
Properties
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
Output only. The time when the feedback report was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FirebaseConsoleUri
Output only. A link to the Firebase console displaying the feedback report.
Declaration
[JsonProperty("firebaseConsoleUri")]
public virtual string FirebaseConsoleUri { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The name of the feedback report resource. Format:
projects/{project_number}/apps/{app}/releases/{release}/feedbackReports/{feedback_report}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ScreenshotUri
Output only. A signed link (which expires in one hour) that lets you directly download the screenshot.
Declaration
[JsonProperty("screenshotUri")]
public virtual string ScreenshotUri { get; set; }
Property Value
Type | Description |
---|---|
string |
Tester
Output only. The resource name of the tester who submitted the feedback report.
Declaration
[JsonProperty("tester")]
public virtual string Tester { get; set; }
Property Value
Type | Description |
---|---|
string |
Text
Output only. The text of the feedback report.
Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
Type | Description |
---|---|
string |