BatchCreateObject constructor
BatchCreateObject({
- required List<
AttributeKeyAndValue> objectAttributeList, - required List<
SchemaFacet> schemaFacet, - String? batchReferenceName,
- String? linkName,
- ObjectReference? parentReference,
Implementation
BatchCreateObject({
required this.objectAttributeList,
required this.schemaFacet,
this.batchReferenceName,
this.linkName,
this.parentReference,
});