ncCreationTime property

  1. @XmlElement(name: 'creation_time', namespace: namespaceNextcloud, includeIfNull: true, isSelfClosing: true)
List<String?>? ncCreationTime
final

Implementation

@annotation.XmlElement(
  name: 'creation_time',
  namespace: namespaceNextcloud,
  includeIfNull: true,
  isSelfClosing: true,
)
final List<String?>? ncCreationTime;