Table of Contents

Class GetEmailProviderRequestParameters

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

Properties

Fields

Comma-separated list of fields to include or exclude (dependent upon include_fields) from the result. Leave empty to retrieve name and enabled. Additional fields available include credentials, default_from_address, and settings.

[JsonIgnore]
public Optional<string?> Fields { get; set; }

Property Value

Optional<string>

IncludeFields

Whether specified fields are to be included (true) or excluded (false).

[JsonIgnore]
public Optional<bool?> IncludeFields { get; set; }

Property Value

Optional<bool?>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.