Sha256: e1fafd523ab734790bc350358455fc4f49ff436989df682548cb035ef367eb6b

Contents?: true

Size: 701 Bytes

Versions: 1

Compression:

Stored size: 701 Bytes

Contents

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

# typed: true
# frozen_string_literal: true

require 'sorbet-runtime'
require 'faraday'

module StackOne
  module Shared

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

      # Type of the email
      field :type, String, { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('type') } }
      # Email value
      field :value, String, { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('value') } }


      sig { params(type: String, value: String).void }
      def initialize(type: nil, value: nil)
        @type = type
        @value = value
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stackone_client-0.0.2 lib/stackone/models/shared/candidateemail.rb