BatchCreateObject constructor

BatchCreateObject({
  1. required List<AttributeKeyAndValue> objectAttributeList,
  2. required List<SchemaFacet> schemaFacet,
  3. String? batchReferenceName,
  4. String? linkName,
  5. ObjectReference? parentReference,
})

Implementation

BatchCreateObject({
  required this.objectAttributeList,
  required this.schemaFacet,
  this.batchReferenceName,
  this.linkName,
  this.parentReference,
});