The representation to be sent to the server when creating a resource with Custom Fields.

interface Custom {
    fields?: FieldContainer;
    type: TypeKeyReference;
}

Properties

Properties

The Custom Fields of this object.

The type that provides the field definitions for this object.