Class MthSyncDeletedNote

java.lang.Object
com.ringcentral.definitions.MthSyncDeletedNote

public class MthSyncDeletedNote extends Object
  • Field Details

    • recordType

      public String recordType
      Required Enum: DeletedNote
    • id

      public String id
      Internal identifier of a note Required
    • threadId

      public String threadId
      Internal identifier of a message thread Required
    • availability

      public String availability
      Note availability status Required Enum: Deleted
    • lastModifiedTime

      public String lastModifiedTime
      Note last modification date/time Required Format: date-time
  • Constructor Details

    • MthSyncDeletedNote

      public MthSyncDeletedNote()
  • Method Details