Table of Contents

Class RollbackActionModuleRequestParameters

Namespace
Auth0.ManagementApi.Actions
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record RollbackActionModuleRequestParameters : IEquatable<RollbackActionModuleRequestParameters>
Inheritance
RollbackActionModuleRequestParameters
Implements
Inherited Members
Extension Methods

Properties

ModuleVersionId

The unique ID of the module version to roll back to.

[JsonPropertyName("module_version_id")]
public required string ModuleVersionId { 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.