Class TaskAttachment

java.lang.Object
com.ringcentral.definitions.TaskAttachment

public class TaskAttachment extends Object
  • Field Details

    • id

      public String id
      File ID.
    • type

      public String type
      Possible value - File. Attachment type (currently, only File is possible) Enum: File
    • name

      public String name
      Name of the attached file (incl. extension name)
    • contentUri

      public String contentUri
      URI Format: uri
  • Constructor Details

    • TaskAttachment

      public TaskAttachment()
  • Method Details