Class TMCreateNoteRequest

java.lang.Object
com.ringcentral.definitions.TMCreateNoteRequest

public class TMCreateNoteRequest extends Object
  • Field Details

    • title

      public String title
      Title of a note. Max allowed length is 250 characters Required
    • body

      public String body
      Contents of a note; HTML markup text. Max allowed length is 1048576 characters (1 Mb).
  • Constructor Details

    • TMCreateNoteRequest

      public TMCreateNoteRequest()
  • Method Details