Sha256: 64bf71d03e9aa488dc2d0cb2f2b93f1de94faa1b0bb4685bf3f67b6c77420012

Contents?: true

Size: 1.01 KB

Versions: 3

Compression:

Stored size: 1.01 KB

Contents

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

# typed: true
# frozen_string_literal: true


module StackOne
  module Operations
  

    class CrmUpdateContactRequest < ::Crystalline::FieldAugmented
      extend T::Sig


      field :crm_create_contact_request_dto, ::StackOne::Shared::CrmCreateContactRequestDto, { 'request': { 'media_type': 'application/json' } }

      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 } }


      sig { params(crm_create_contact_request_dto: ::StackOne::Shared::CrmCreateContactRequestDto, id: ::String, x_account_id: ::String).void }
      def initialize(crm_create_contact_request_dto: nil, id: nil, x_account_id: nil)
        @crm_create_contact_request_dto = crm_create_contact_request_dto
        @id = id
        @x_account_id = x_account_id
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
stackone_client-0.6.0 lib/stack_one/models/operations/crm_update_contact_request.rb
stackone_client-0.5.9 lib/stack_one/models/operations/crm_update_contact_request.rb
stackone_client-0.5.8 lib/stack_one/models/operations/crm_update_contact_request.rb