Show / Hide Table of Contents

Class UpdateIssueRequest

Request message for the UpdateIssue method.

Inheritance
object
UpdateIssueRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseCrashlytics.v1alpha.Data
Assembly: Google.Apis.FirebaseCrashlytics.v1alpha.dll
Syntax
public class UpdateIssueRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Issue

Required. The issue to update. The issue's name field is used to identify the issue to update. Format: "projects/{project}/apps/{app}/issues/{issue}".

Declaration
[JsonProperty("issue")]
public virtual Issue Issue { get; set; }
Property Value
Type Description
Issue

UpdateMask

Optional. The list of Issue fields to update. Currently only "state" is mutable.

Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX