Show / Hide Table of Contents

Class DeleteUserCrashReportsResponse

Response message for the DeleteUserCrashReports method. All crash reports associated with the specified user will be deleted typically within 24 hours of receiving the crash report.

Inheritance
object
DeleteUserCrashReportsResponse
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 DeleteUserCrashReportsResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

TargetCompleteTime

object representation of TargetCompleteTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use TargetCompleteTimeDateTimeOffset instead.")]
public virtual object TargetCompleteTime { get; set; }
Property Value
Type Description
object

TargetCompleteTimeDateTimeOffset

DateTimeOffset representation of TargetCompleteTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? TargetCompleteTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

TargetCompleteTimeRaw

Target time to complete the delete crash reports operation.

Declaration
[JsonProperty("targetCompleteTime")]
public virtual string TargetCompleteTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX