Search Results for

    Show / Hide Table of Contents

    Class UserMessage

    Inheritance
    Object
    JsonObject<UserMessage>
    UserMessage
    Inherited Members
    JsonObject<UserMessage>.CreateFromJson(String)
    JsonObject<UserMessage>.ToJson(UserMessage)
    Namespace: JoshAaronMiller.INaturalist
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class UserMessage : JsonObject<UserMessage>

    Fields

    body

    Declaration
    public string body
    Field Value
    Type Description
    String

    created_at

    Declaration
    public TimeDetails created_at
    Field Value
    Type Description
    TimeDetails

    flaggable_message_id

    Declaration
    public int flaggable_message_id
    Field Value
    Type Description
    Int32

    from_user

    Declaration
    public User from_user
    Field Value
    Type Description
    User

    id

    Declaration
    public int id
    Field Value
    Type Description
    Int32

    read_at

    Declaration
    public TimeDetails read_at
    Field Value
    Type Description
    TimeDetails

    subject

    Declaration
    public string subject
    Field Value
    Type Description
    String

    thread_flags

    Declaration
    public List<Flag> thread_flags
    Field Value
    Type Description
    List<Flag>

    thread_id

    Declaration
    public int thread_id
    Field Value
    Type Description
    Int32

    thread_messages_count

    Declaration
    public int thread_messages_count
    Field Value
    Type Description
    Int32

    to_user

    Declaration
    public User to_user
    Field Value
    Type Description
    User

    updated_at

    Declaration
    public TimeDetails updated_at
    Field Value
    Type Description
    TimeDetails

    user_id

    Declaration
    public int user_id
    Field Value
    Type Description
    Int32
    In This Article
    Back to top Documentation