Sha256: 33a41e728ba10b3fa846c13df91a1719be695bba976c06136943a8c9775e9c4a

Contents?: true

Size: 710 Bytes

Versions: 16

Compression:

Stored size: 710 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module StackOne
  module Operations
  
    # Filter parameters that allow greater customisation of the list response
    class CrmGetContactCustomFieldDefinitionQueryParamFilter < ::StackOne::Utils::FieldAugmented
      extend T::Sig

      # Use a string with a date to only select results updated after that given date
      field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after' } }


      sig { params(updated_after: T.nilable(::String)).void }
      def initialize(updated_after: nil)
        @updated_after = updated_after
      end
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
stackone_client-0.5.7 lib/stack_one/models/operations/crm_get_contact_custom_field_definition_queryparam_filter.rb
stackone_client-0.5.6 lib/stack_one/models/operations/crm_get_contact_custom_field_definition_queryparam_filter.rb
stackone_client-0.5.5 lib/stack_one/models/operations/crm_get_contact_custom_field_definition_queryparam_filter.rb
stackone_client-0.5.4 lib/stack_one/models/operations/crm_get_contact_custom_field_definition_queryparam_filter.rb
stackone_client-0.5.3 lib/stack_one/models/operations/crm_get_contact_custom_field_definition_queryparam_filter.rb
stackone_client-0.5.2 lib/stack_one/models/operations/crm_get_contact_custom_field_definition_queryparam_filter.rb
stackone_client-0.5.1 lib/stack_one/models/operations/crm_get_contact_custom_field_definition_queryparam_filter.rb
stackone_client-0.5.0 lib/stack_one/models/operations/crm_get_contact_custom_field_definition_queryparam_filter.rb
stackone_client-0.4.1 lib/stack_one/models/operations/crm_get_contact_custom_field_definition_queryparam_filter.rb
stackone_client-0.4.0 lib/stack_one/models/operations/crm_get_contact_custom_field_definition_queryparam_filter.rb
stackone_client-0.3.3 lib/stack_one/models/operations/crm_get_contact_custom_field_definition_queryparam_filter.rb
stackone_client-0.3.2 lib/stack_one/models/operations/crm_get_contact_custom_field_definition_queryparam_filter.rb
stackone_client-0.3.1 lib/stack_one/models/operations/crm_get_contact_custom_field_definition_queryparam_filter.rb
stackone_client-0.3.0 lib/stack_one/models/operations/crm_get_contact_custom_field_definition_queryparam_filter.rb
stackone_client-0.2.46 lib/stack_one/models/operations/crm_get_contact_custom_field_definition_queryparam_filter.rb
stackone_client-0.2.45 lib/stack_one/models/operations/crm_get_contact_custom_field_definition_queryparam_filter.rb