Sha256: 0afcb113327cb9dd07e5355d486bb972c627df323287c5c37cfb35579751cac3

Contents?: true

Size: 1.57 KB

Versions: 16

Compression:

Stored size: 1.57 KB

Contents

# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module StackOne
  module Operations
  

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


      field :id, ::String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } }
      # The account identifier
      field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
      # The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
      field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
      # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
      field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'deepObject', 'explode': true } }
      # Indicates that the raw request result is returned
      field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }


      sig { params(id: ::String, x_account_id: ::String, fields_: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean)).void }
      def initialize(id: nil, x_account_id: nil, fields_: nil, proxy: nil, raw: nil)
        @id = id
        @x_account_id = x_account_id
        @fields_ = fields_
        @proxy = proxy
        @raw = raw
      end
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
stackone_client-0.3.2 lib/stack_one/models/operations/crm_get_account_request.rb
stackone_client-0.3.1 lib/stack_one/models/operations/crm_get_account_request.rb
stackone_client-0.3.0 lib/stack_one/models/operations/crm_get_account_request.rb
stackone_client-0.2.46 lib/stack_one/models/operations/crm_get_account_request.rb
stackone_client-0.2.45 lib/stack_one/models/operations/crm_get_account_request.rb
stackone_client-0.2.44 lib/stack_one/models/operations/crm_get_account_request.rb
stackone_client-0.2.43 lib/stack_one/models/operations/crm_get_account_request.rb
stackone_client-0.2.42 lib/stack_one/models/operations/crm_get_account_request.rb
stackone_client-0.2.41 lib/stack_one/models/operations/crm_get_account_request.rb
stackone_client-0.2.40 lib/stack_one/models/operations/crm_get_account_request.rb
stackone_client-0.2.39 lib/stack_one/models/operations/crm_get_account_request.rb
stackone_client-0.2.38 lib/stack_one/models/operations/crm_get_account_request.rb
stackone_client-0.2.37 lib/stack_one/models/operations/crm_get_account_request.rb
stackone_client-0.2.36 lib/stack_one/models/operations/crm_get_account_request.rb
stackone_client-0.2.35 lib/stack_one/models/operations/crm_get_account_request.rb
stackone_client-0.2.34 lib/stack_one/models/operations/crm_get_account_request.rb