Sha256: 07325fd83544824d4a60f665b48bffb43d9a9dc1238bc228145fb83778c32128

Contents?: true

Size: 1.88 KB

Versions: 20

Compression:

Stored size: 1.88 KB

Contents

# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module StackOne
  module Operations
  

    class StackoneListLinkedAccountsRequest < ::StackOne::Utils::FieldAugmented
      extend T::Sig

      # The providers list of the results to fetch
      field :account_ids, T.nilable(T::Array[::String]), { 'query_param': { 'field_name': 'account_ids', 'style': 'form', 'explode': true } }
      # The origin owner identifier of the results to fetch
      field :origin_owner_id, T.nilable(::String), { 'query_param': { 'field_name': 'origin_owner_id', 'style': 'form', 'explode': true } }
      # The page number of the results to fetch
      field :page, T.nilable(::Float), { 'query_param': { 'field_name': 'page', 'style': 'form', 'explode': true } }
      # The number of results per page
      field :page_size, T.nilable(::Float), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
      # The provider of the results to fetch
      field :provider, T.nilable(::String), { 'query_param': { 'field_name': 'provider', 'style': 'form', 'explode': true } }
      # The providers list of the results to fetch
      field :providers, T.nilable(T::Array[::String]), { 'query_param': { 'field_name': 'providers', 'style': 'form', 'explode': true } }


      sig { params(account_ids: T.nilable(T::Array[::String]), origin_owner_id: T.nilable(::String), page: T.nilable(::Float), page_size: T.nilable(::Float), provider: T.nilable(::String), providers: T.nilable(T::Array[::String])).void }
      def initialize(account_ids: nil, origin_owner_id: nil, page: nil, page_size: nil, provider: nil, providers: nil)
        @account_ids = account_ids
        @origin_owner_id = origin_owner_id
        @page = page
        @page_size = page_size
        @provider = provider
        @providers = providers
      end
    end
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
stackone_client-0.2.33 lib/stack_one/models/operations/stackone_list_linked_accounts_request.rb
stackone_client-0.2.32 lib/stack_one/models/operations/stackone_list_linked_accounts_request.rb
stackone_client-0.2.31 lib/stack_one/models/operations/stackone_list_linked_accounts_request.rb
stackone_client-0.2.30 lib/stack_one/models/operations/stackone_list_linked_accounts_request.rb
stackone_client-0.2.29 lib/stack_one/models/operations/stackone_list_linked_accounts_request.rb
stackone_client-0.2.28 lib/stack_one/models/operations/stackone_list_linked_accounts_request.rb
stackone_client-0.2.27 lib/stack_one/models/operations/stackone_list_linked_accounts_request.rb
stackone_client-0.2.26 lib/stack_one/models/operations/stackone_list_linked_accounts_request.rb
stackone_client-0.2.18 lib/stack_one/models/operations/stackone_list_linked_accounts_request.rb
stackone_client-0.2.17 lib/stack_one/models/operations/stackone_list_linked_accounts_request.rb
stackone_client-0.2.16 lib/stack_one/models/operations/stackone_list_linked_accounts_request.rb
stackone_client-0.2.15 lib/stack_one/models/operations/stackone_list_linked_accounts_request.rb
stackone_client-0.2.14 lib/stack_one/models/operations/stackone_list_linked_accounts_request.rb
stackone_client-0.2.13 lib/stack_one/models/operations/stackone_list_linked_accounts_request.rb
stackone_client-0.2.12 lib/stack_one/models/operations/stackone_list_linked_accounts_request.rb
stackone_client-0.2.11 lib/stack_one/models/operations/stackone_list_linked_accounts_request.rb
stackone_client-0.2.10 lib/stack_one/models/operations/stackone_list_linked_accounts_request.rb
stackone_client-0.2.9 lib/stack_one/models/operations/stackone_list_linked_accounts_request.rb
stackone_client-0.2.7 lib/stack_one/models/operations/stackone_list_linked_accounts_request.rb
stackone_client-0.2.6 lib/stack_one/models/operations/stackone_list_linked_accounts_request.rb