Module: GrowsurfRuby::Models::Campaign::ParticipantBulkDeleteResponse::Result::Status

Extended by:
Internal::Type::Enum
Defined in:
lib/growsurf_ruby/models/campaign/participant_bulk_delete_response.rb,
sig/growsurf_ruby/models/campaign/participant_bulk_delete_response.rbs

Overview

Per-row outcome. DELETED — the participant was resolved and removed. NOT_FOUND — no participant matches the ID or email. DUPLICATE — the entry resolves to the same participant as an earlier entry in the same request. ERROR — the lookup or deletion failed for this row.

See Also:

  • GrowsurfRuby::Models::Campaign::ParticipantBulkDeleteResponse::Result#status

Constant Summary collapse

DELETED =

Returns:

  • (:DELETED)
:DELETED
NOT_FOUND =

Returns:

  • (:NOT_FOUND)
:NOT_FOUND
DUPLICATE =

Returns:

  • (:DUPLICATE)
:DUPLICATE
ERROR =

Returns:

  • (:ERROR)
:ERROR

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Instance Method Details

#self?.values::Array[GrowsurfRuby::Models::Campaign::ParticipantBulkDeleteResponse::Result::status]

Returns:

  • (::Array[GrowsurfRuby::Models::Campaign::ParticipantBulkDeleteResponse::Result::status])


82
# File 'sig/growsurf_ruby/models/campaign/participant_bulk_delete_response.rbs', line 82

def self?.values: -> ::Array[GrowsurfRuby::Models::Campaign::ParticipantBulkDeleteResponse::Result::status]