Google Cloud Error Reporting v1beta1 API - Class DeleteEventsRequest (3.0.0-beta05)

public sealed class DeleteEventsRequest : IMessage<DeleteEventsRequest>, IEquatable<DeleteEventsRequest>, IDeepCloneable<DeleteEventsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Error Reporting v1beta1 API class DeleteEventsRequest.

Deletes all events in the project.

Inheritance

object > DeleteEventsRequest

Namespace

Google.Cloud.ErrorReporting.V1Beta1

Assembly

Google.Cloud.ErrorReporting.V1Beta1.dll

Constructors

DeleteEventsRequest()

public DeleteEventsRequest()

DeleteEventsRequest(DeleteEventsRequest)

public DeleteEventsRequest(DeleteEventsRequest other)
Parameter
Name Description
other DeleteEventsRequest

Properties

ProjectName

public string ProjectName { get; set; }

Required. The resource name of the Google Cloud Platform project. Written as projects/{projectID}, where {projectID} is the Google Cloud Platform project ID.

Example: projects/my-project-123.

Property Value
Type Description
string

ProjectNameAsProjectName

public ProjectName ProjectNameAsProjectName { get; set; }

ProjectName-typed view over the ProjectName resource name property.

Property Value
Type Description
ProjectName