Table of Contents

Class ContentBody

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll
public class ContentBody
Inheritance
ContentBody
Inherited Members

Properties

Text

Content of the phone template for text notifications

[JsonProperty("text")]
public string Text { get; set; }

Property Value

string

Voice

Content of the phone template for voice notifications

[JsonProperty("voice")]
public string Voice { get; set; }

Property Value

string