GitterChatMessageResult Class

Summary

The result of GitterProvider Chat API post
Namespace
Cake.Gitter.Chat
Base Types
  • object
graph BT Type-->Base0["object"] Type["GitterChatMessageResult"] class Type type-node

Syntax

[CakeAliasCategory("Gitter")]
public sealed class GitterChatMessageResult

Attributes

Type Description
CakeAliasCategory

Constructors

Name Summary
GitterChatMessageResult(bool, string, string) Initializes a new instance of the GitterChatMessageResult class.

Properties

Name Value Summary
Error string
Gets the Error message on failure
Ok bool
Gets a value indicating whether success or failure, Error for info on failure
TimeStamp string
Gets the Timestamp of the message

Methods

Name Value Summary
ToString() string
Convert this instance of value to a string representation