GroupProperty

This models any property of a group. Use the groupPropertyStore to access GroupProperty objects.

Refer to the user documentation for more information on Profile Properties.

Example
define([
  "blueconic/api/data/domain/GroupProperty"
], function(GroupProperty) {
  var groupProperty = new GroupProperty();
  // ...
});

Extends

Properties

The group type. Should not be null or empty.

The group type.

inherited isPersistent Boolean

Is this instance already persisted? If not, this object only 'lives' client-side.

inherited name String

The readable name of the domain object. Should not be null or empty.