Show / Hide Table of Contents

Class ProjectsResource.AppsResource.UsersResource

The "users" collection of methods.

Inheritance
object
ProjectsResource.AppsResource.UsersResource
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
Assembly: Google.Apis.FirebaseCrashlytics.v1alpha.dll
Syntax
public class ProjectsResource.AppsResource.UsersResource

Constructors

UsersResource(IClientService)

Constructs a new resource.

Declaration
public UsersResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

DeleteCrashReports(string)

Enqueues a request to permanently remove crash reports associated with the specified user. All reports belonging to the specified user will be deleted typically within 24 hours of receiving the crash report.

Declaration
public virtual ProjectsResource.AppsResource.UsersResource.DeleteCrashReportsRequest DeleteCrashReports(string name)
Parameters
Type Name Description
string name

Required. Resource name for user reports, in the format: projects/ PROJECT_IDENTIFIER/apps/APP_ID/users/USER_ID/crashReports - PROJECT_IDENTIFIER: The Firebase project's project number (recommended) or its project ID. Learn more about using project identifiers in Google's AIP 2510 standard. - APP_ID: The globally unique, Firebase-assigned identifier for the Firebase App. This is not your package name or bundle ID. Learn how to find your app ID. - USER_ID: The user ID set using the Crashlytics SDK. Learn how to set user identifiers.

Returns
Type Description
ProjectsResource.AppsResource.UsersResource.DeleteCrashReportsRequest
In this article
Back to top Generated by DocFX