Table of Contents

Class EmbedFieldRequest

Namespace
Fluxer.Net.Rest
Assembly
Fluxer.Net.dll
public class EmbedFieldRequest
Inheritance
object
EmbedFieldRequest

Properties

IsInline

Whether the field should display inline.

[JsonProperty("inline")]
public bool IsInline { get; set; }

Property Value

bool

Name

Name of the field.

[JsonProperty("name")]
public string Name { get; set; }

Property Value

string

Value

Value of the field (1-1024 characters)

[JsonProperty("value")]
public string Value { get; set; }

Property Value

string