Class GetActionModuleVersionsResponseContent
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record GetActionModuleVersionsResponseContent : IJsonOnDeserialized, IEquatable<GetActionModuleVersionsResponseContent>
- Inheritance
-
GetActionModuleVersionsResponseContent
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Page
The page index of the returned results.
[JsonPropertyName("page")]
public int? Page { get; set; }
Property Value
- int?
PerPage
The number of results requested per page.
[JsonPropertyName("per_page")]
public int? PerPage { get; set; }
Property Value
- int?
Total
The total number of versions for this module.
[JsonPropertyName("total")]
public int? Total { get; set; }
Property Value
- int?
Versions
A list of ActionsModuleVersion objects.
[JsonPropertyName("versions")]
public IEnumerable<ActionModuleVersion>? Versions { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.