RangerDatasetInProject Data Type

Properties
name data type description
datasetId number
validitySchedule RangerValiditySchedule
approver string
profiles array of string
projectId number
status GdsShareStatus
Properties inherited from RangerGdsBaseModelObject
additionalInfo map of string
description string
options map of string
Properties inherited from RangerBaseModelObject
version number
id number
guid string
updatedBy string
createdBy string
isEnabled boolean
createTime number
updateTime number

Example

{
  "datasetId" : 12345,
  "validitySchedule" : {
    "timeZone" : "...",
    "recurrences" : [ {
      "interval" : { },
      "schedule" : { }
    }, {
      "interval" : { },
      "schedule" : { }
    } ],
    "endTime" : "...",
    "startTime" : "..."
  },
  "approver" : "...",
  "profiles" : [ "...", "..." ],
  "projectId" : 12345,
  "status" : "NONE",
  "additionalInfo" : {
    "property1" : "...",
    "property2" : "..."
  },
  "description" : "...",
  "options" : {
    "property1" : "...",
    "property2" : "..."
  },
  "version" : 12345,
  "id" : 12345,
  "guid" : "...",
  "updatedBy" : "...",
  "createdBy" : "...",
  "isEnabled" : true,
  "createTime" : 12345,
  "updateTime" : 12345
}