lib/stack_one/models/shared/contactscustomfields.rb in stackone_client-0.2.33 vs lib/stack_one/models/shared/contactscustomfields.rb in stackone_client-0.2.34

- old
+ new

@@ -1,6 +1,6 @@ -# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT. +# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true @@ -19,10 +19,10 @@ field :name, T.nilable(::String), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('name') } } # An array of possible options for the custom field. field :options, T.nilable(T::Array[::Object]), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('options') } } # Provider's unique identifier field :remote_id, T.nilable(::String), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('remote_id') } } - # Provider's unique identifier of the value of the custom field + # Provider's unique identifier for the value of the custom field. field :remote_value_id, T.nilable(::String), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('remote_value_id') } } # The type of the custom field. field :type, T.nilable(::StackOne::Shared::ContactsCustomFieldsType), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('type') } } # The value associated with the custom field. field :value, T.nilable(::Object), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('value') } }