Class DeleteFieldArguments
Represents an argument of the delete field command.
public sealed class DeleteFieldArguments
- Inheritance
-
objectDeleteFieldArguments
- Extension Methods
Properties
DeletedFieldName
Represents the name of the field to be deleted.
[JsonInclude]
public string DeletedFieldName { get; }
Property Value
- string