Table of Contents

Class PurgeLemurRequestDataResponse

Namespace
AssemblyAI.Lemur
Assembly
AssemblyAI.dll
public record PurgeLemurRequestDataResponse : IEquatable<PurgeLemurRequestDataResponse>
Inheritance
PurgeLemurRequestDataResponse
Implements
Inherited Members

Properties

Deleted

Whether the request data was deleted

[JsonPropertyName("deleted")]
public required bool Deleted { get; set; }

Property Value

bool

RequestId

The ID of the deletion request of the LeMUR request

[JsonPropertyName("request_id")]
public required string RequestId { get; set; }

Property Value

string

RequestIdToPurge

The ID of the LeMUR request to purge the data for

[JsonPropertyName("request_id_to_purge")]
public required string RequestIdToPurge { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.