TruncatedArrayDescription

public struct TruncatedArrayDescription : Codable

Describes an array that was truncated via an update operation.

  • The name of the array field which was truncated.

    Declaration

    Swift

    public let field: String
  • The new size of the array.

    Declaration

    Swift

    public let newSize: Int