Table of Contents

Class InboxPublicView

Namespace
PrivMX.Endpoint.Inbox.Models
Assembly
PrivMX.Endpoint.dll

Represents public data of a Inbox.

public class InboxPublicView
Inheritance
InboxPublicView
Inherited Members

Properties

InboxId

ID of the Inbox.

public string InboxId { get; set; }

Property Value

string

PublicMeta

Public metadata.

public byte[] PublicMeta { get; set; }

Property Value

byte[]

Version

Number of the Inbox updates.

public long Version { get; set; }

Property Value

long