AccessesDto Data Type

The Class AccessesDto.

Implemented Interfaces
Serializable
Properties
name data type description
access array of AccessDto The access.

Example

{
  "access" : [ {
    "code" : "...",
    "subscription" : "...",
    "subscriptionValidityDate" : 12345,
    "startDate" : 12345,
    "endDate" : 12345,
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "disabled" : true
  }, {
    "code" : "...",
    "subscription" : "...",
    "subscriptionValidityDate" : 12345,
    "startDate" : 12345,
    "endDate" : 12345,
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "disabled" : true
  } ]
}