/// <inheritdoc/> public PutMappingDescriptor <T> Parent(TypeName parentType) => Assign(a => a.ParentField = new ParentField { Type = parentType });
public PutMappingDescriptor(IndexName index, TypeName type) : base(r => r.Required("index", index).Required("type", type)) { }