DeDupDataRequiredInResponse

public enum DeDupDataRequiredInResponse : String, Encodable

Whether or not the deduplication data is required in the response. Default is yes.

  • yes

    If deduplication data required in response.

    Declaration

    Swift

    case yes = "Y"
  • no

    If deduplication not required in response.

    Declaration

    Swift

    case no = "N"