Class FlowActionSlackPostMessageParamsAttachment
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record FlowActionSlackPostMessageParamsAttachment : IJsonOnDeserialized, IEquatable<FlowActionSlackPostMessageParamsAttachment>
- Inheritance
-
FlowActionSlackPostMessageParamsAttachment
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Color
[JsonPropertyName("color")]
public FlowActionSlackPostMessageParamsAttachmentColor? Color { get; set; }
Property Value
Fields
[JsonPropertyName("fields")]
public IEnumerable<FlowActionSlackPostMessageParamsAttachmentField>? Fields { get; set; }
Property Value
Pretext
[JsonPropertyName("pretext")]
public string? Pretext { get; set; }
Property Value
Text
[JsonPropertyName("text")]
public string? Text { 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.