Table of Contents

Class PatchRateLimitPolicyRequestContent

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

Properties

Configuration

[JsonPropertyName("configuration")]
public required PatchRateLimitPolicyConfigurationRequestContent Configuration { get; set; }

Property Value

PatchRateLimitPolicyConfigurationRequestContent

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.