Table of Contents

Class ListUserAttributeProfileTemplateResponseContent

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

UserAttributeProfileTemplates

[JsonPropertyName("user_attribute_profile_templates")]
public IEnumerable<UserAttributeProfileTemplateItem>? UserAttributeProfileTemplates { get; set; }

Property Value

IEnumerable<UserAttributeProfileTemplateItem>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.