Module: Stigg::Models::V1::Customers::IntegrationListParams::VendorIdentifier

Extended by:
Internal::Type::Enum
Defined in:
lib/stigg/models/v1/customers/integration_list_params.rb,
sig/stigg/models/v1/customers/integration_list_params.rbs

Constant Summary collapse

AUTH0 =

Returns:

  • (:AUTH0)
:AUTH0
ZUORA =

Returns:

  • (:ZUORA)
:ZUORA
STRIPE =

Returns:

  • (:STRIPE)
:STRIPE
HUBSPOT =

Returns:

  • (:HUBSPOT)
:HUBSPOT
AWS_MARKETPLACE =

Returns:

  • (:AWS_MARKETPLACE)
:AWS_MARKETPLACE
SNOWFLAKE =

Returns:

  • (:SNOWFLAKE)
:SNOWFLAKE
SALESFORCE =

Returns:

  • (:SALESFORCE)
:SALESFORCE
BIG_QUERY =

Returns:

  • (:BIG_QUERY)
:BIG_QUERY
OPEN_FGA =

Returns:

  • (:OPEN_FGA)
:OPEN_FGA
APP_STORE =

Returns:

  • (:APP_STORE)
:APP_STORE
RECEIVED =

Returns:

  • (:RECEIVED)
:RECEIVED
PREQUEL =

Returns:

  • (:PREQUEL)
:PREQUEL

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, 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

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/stigg/models/v1/customers/integration_list_params.rb', line 89

Instance Method Details

#initialize(id:, after: nil, before: nil, limit: nil, vendor_identifier: nil, x_account_id: nil, x_environment_id: nil, request_options: {}) ⇒ Object

Some parameter documentations has been truncated, see Stigg::Models::V1::Customers::IntegrationListParams for more details.

Parameters:

  • id (String)
  • after (String) (defaults to: nil)

    Return items that come after this cursor

  • before (String) (defaults to: nil)

    Return items that come before this cursor

  • limit (Integer) (defaults to: nil)

    Maximum number of items to return

  • vendor_identifier (Array<Symbol, Stigg::Models::V1::Customers::IntegrationListParams::VendorIdentifier>) (defaults to: nil)

    Filter by vendor identifier. Supports comma-separated values for multiple vendor

  • x_account_id (String) (defaults to: nil)
  • x_environment_id (String) (defaults to: nil)
  • request_options (Stigg::RequestOptions, Hash{Symbol=>Object}) (defaults to: {})


73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# File 'lib/stigg/models/v1/customers/integration_list_params.rb', line 73

module VendorIdentifier
  extend Stigg::Internal::Type::Enum

  AUTH0 = :AUTH0
  ZUORA = :ZUORA
  STRIPE = :STRIPE
  HUBSPOT = :HUBSPOT
  AWS_MARKETPLACE = :AWS_MARKETPLACE
  SNOWFLAKE = :SNOWFLAKE
  SALESFORCE = :SALESFORCE
  BIG_QUERY = :BIG_QUERY
  OPEN_FGA = :OPEN_FGA
  APP_STORE = :APP_STORE
  RECEIVED = :RECEIVED
  PREQUEL = :PREQUEL

  # @!method self.values
  #   @return [Array<Symbol>]
end

#self?.values::Array[Stigg::Models::V1::Customers::IntegrationListParams::vendor_identifier]

Returns:

  • (::Array[Stigg::Models::V1::Customers::IntegrationListParams::vendor_identifier])


101
# File 'sig/stigg/models/v1/customers/integration_list_params.rbs', line 101

def self?.values: -> ::Array[Stigg::Models::V1::Customers::IntegrationListParams::vendor_identifier]