Class PublishResult
The response to a PublishMessage call.
Inherited Members
Namespace: Oci.OnsService.Models
Assembly: OCI.DotNetSDK.Ons.dll
Syntax
public class PublishResult
Properties
MessageId
Declaration
[Required(ErrorMessage = "MessageId is required.")]
[JsonProperty(PropertyName = "messageId")]
public string MessageId { get; set; }
Property Value
Type | Description |
---|---|
string | The UUID of the message. |
Remarks
Required
TimeStamp
Declaration
[JsonProperty(PropertyName = "timeStamp")]
public DateTime? TimeStamp { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The time that the service received the message. |