Class CreateExportUsersFields
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record CreateExportUsersFields : IJsonOnDeserialized, IEquatable<CreateExportUsersFields>
- Inheritance
-
CreateExportUsersFields
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
ExportAs
Title of the column in the exported CSV.
[JsonPropertyName("export_as")]
public string? ExportAs { get; set; }
Property Value
Name
Name of the field in the profile.
[JsonPropertyName("name")]
public required string Name { 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.