Table of Contents

Class InterviewsController.RescheduleRequest

Namespace
KadicErp.WebApi.Controllers.Recruiting
Assembly
KadicErp.WebApi.dll
public sealed record InterviewsController.RescheduleRequest
Inheritance
object
InterviewsController.RescheduleRequest

Constructors

RescheduleRequest(DateTime, string?, string?)

public RescheduleRequest(DateTime ScheduledAt, string? Location, string? Interviewer)

Parameters

ScheduledAt DateTime
Location string
Interviewer string

Properties

Interviewer

public string? Interviewer { get; init; }

Property Value

string

Location

public string? Location { get; init; }

Property Value

string

ScheduledAt

public DateTime ScheduledAt { get; init; }

Property Value

DateTime